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

Process Copied

  1. Log in to your orchestrator as root.
  2. Switch to the opsview user.
su - opsview
  1. Run the update_support_scripts script to update the support scripts.
/opt/opsview/supportscripts/bin/update_support_scripts

Offline update Copied

  1. Download this file to your desktop: https://downloads.opsview.com/opsview-support/opsview_support_scripts.
  2. Transfer the file to your orchestrator using a tool like scp.
  3. Log in to your orchestrator as root.
  4. Switch to the opsview user using su:
su - opsview
  1. Update the support scripts using this bash command:
cat ./opsview_support_scripts | bash -s --
["Geneos"] ["FAQ"]

Was this topic helpful?