×
Back to Opsview FAQ
Update support scripts
The process for updating our support scripts is different depending on whether your orchestrator has an internet connection or not.
Online update Copied
Prerequisites Copied
- Your orchestrator has an internet connection
- Your orchestrator has the support scripts installed
Process Copied
- Log in to your orchestrator as
root. - Switch to the
opsviewuser.
su - opsview
- Run the
update_support_scriptsscript to update the support scripts.
/opt/opsview/supportscripts/bin/update_support_scripts
Offline update Copied
- Download this file to your desktop: https://downloads.opsview.com/opsview-support/opsview_support_scripts.
- Transfer the file to your orchestrator using a tool like
scp. - Log in to your orchestrator as
root. - Switch to the
opsviewuser usingsu:
su - opsview
- Update the support scripts using this
bashcommand:
cat ./opsview_support_scripts | bash -s --
["Geneos"]
["FAQ"]