×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
“opsview-setup” Package Not Found During Deployment
Related to Copied
- Setting up a new Opsview environment
- Adding a new collector to an existing Opsview system
Problem Copied
The playbook may fail during the deployment process at the package installation stage with the error:
TASK [opsview_setup : Install opsview-setup]
fatal: [collector-name]: FAILED! => changed=false
msg: No package matching 'opsview-setup' is available
Possible cause(s) Copied
- This error is commonly caused by an architecture mismatch between the system and the supported platform.
- In particular, this issue may occur when deploying on ARM-based architectures, such as systems using AWS Graviton processors.
Possible solution(s) Copied
To resolve this issue:
-
Verify the system architecture:
uname -m -
If the system is running on ARM (e.g.,
aarch64), redeploy using a supported architecture. -
Use an amd64 (x86_64)-based system, which is supported by Opsview.
-
After migrating to a supported architecture, rerun the deployment playbook.
Related article(s) Copied
["Geneos"]
["FAQ"]