Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

Changing IP address for Orchestrator and Database Server

While it’s not a routine operation, there may be times when you need to reconfigure the IP address for the orchestrator or database server.

Process Copied

#grep -i "<OLD IP ADDRESS>" /opt/opsview/deploy/etc/*
grep: /opt/opsview/deploy/etc/examples: Is a directory
/opt/opsview/deploy/etc/opsview_deploy.yml:    ip: <OLD IP ADDRESS>
#vim /opt/opsview/deploy/etc/opsview_deploy.yml
#vim /etc/hosts
#ll /opt/opsview/deploy/var/cache/facts/
total 112
drwxr-x--- 2 root root  4096 Feb 20 07:17 ./
drwxr-x--- 3 root root  4096 Jun  5  2025 ../
-rw-r--r-- 1 root root 50639 Jan 30 04:10 localhost
-rw-r--r-- 1 root root 50650 Feb 13 02:23 mge103
cd /opt/opsview/deploy
./bin/opsview-deploy lib/playbooks/check-deploy.yml
cd /opt/opsview/deploy
./bin/opsview-deploy lib/playbooks/setup-everything.yml
#vim /opt/opsview/deploy/etc/user_vars.yml
opsview_repository_version: <opsview version>
["Geneos"] ["FAQ"]

Was this topic helpful?