Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

How to change IP address of Orchestrator

  1. Change the IP address of your Orchestrator to the desired new IP address.

  2. Update /etc/hosts on the Orchestrator to reflect new IP address.

    • # /etc/hosts
      <new ip address> orchestrator.opsview.local  # hostname might be different for your Orchestrator
      
  3. Update the IP address in /opt/opsview/etc/opsview_deploy.yml for the Orchestrator.

    • # /opt/opsview/etc/opsview_deploy.yml
      orchestrator_hosts:
        opsview-orchestrator:
          ip: <new ip address>
      
  4. Run the following playbooks:

    • /opt/opsview/deploy/bin/opsview-deploy /opt/opsview/deploy/lib/playbooks/setup-everything.yml
      
    • /opt/opsview/deploy/bin/opsview-deploy /opt/opsview/deploy/lib/playbooks/setup-monitoring.yml
      
  5. Log into Web UI with new IP address. Apply Changes.

You have now updated the IP Address of your Orchestrator.

["Geneos"] ["FAQ"]

Was this topic helpful?