The process for updating our support scripts is different depending on whether your orchestrator has an internet connection or not.
Online update
Prerequisites
- Your orchestrator has an internet connection
- Your orchestrator has the support scripts installed
Process
-
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
-
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 --
Comments
0 comments
Please sign in to leave a comment.