Provide steps to change the IP address of a Smarts NCM Application Server(AS), Device Server(DS), and/or Reporting Server.
NCM 10.x
To change IP addresses of Smarts NCM Application Server, Device Server, and/or Reporting Server, please perform the following steps depending on your Smarts NCM environment.
IMPORTANT! To complete the following procedure, root or administrator access is required to the Smarts NCM server(s).
======================================================================================================
Change IP address of APPLICATION SERVER (AS):
======================================================================================================
service vcmaster stop
Replace the IP(s) in the following file:
/etc/hosts
Replace the IP(s) in the application server and the reporting server in the following file:
$VOYENCE_HOME/ncmcore/webapps/voyence/powerup.jnlp
For example:
<property name="jnlp.server_ip" value="NEW IP"/>
source /etc/voyence.conf
cd $VOYENCE_HOME/cgi-bin
./cflist.cgi > output
If the remote Device Server IP address has changed also, perform step 6 and step 7 below (If not, skip steps 6 and 7)
./cfwrite.cgi < output
$VOYENCE_HOME/db/controldb/data/pg_hba.conf
$VOYENCE_HOME/db/controldb/data/postgresql.conf
service vcmaster start
======================================================================================================
Change IP address of DEVICE SERVER (DS):
======================================================================================================
service vcmaster stop
/etc/hosts
$VOYENCE_HOME/data/devserver/master.addr
$VOYENCE_HOME/data
service vcmaster start
======================================================================================================
Change IP address of REPORTING SERVER:
======================================================================================================
service httpd stop
service tomcat stop
/etc/hosts
$VOYENCE_HOME/web/conf/web.properties
service httpd start
service tomcat start