Login to the server as a root or administrator user and perform the following steps.
Application Server steps:
- Update the hostname and FQDN name in /etc/hosts file.
- Update the hostname in /etc/sysconfig/network file.
- **NCM 9.4 Series Only** Update the hostname in the $VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/config.properties
- At the command line, type the following commands:
- hostname <<new hostname>>
- source /etc/voyence.conf
- Export the infrastructure database:
- cd $VOYENCE_HOME/cgi-bin
- ./cflist.cgi > output
- Edit (using vi) the output file and change the hostname in the following line:
- POP 1000 "New_Hostname" NetList=
- Save and quit.
- Run the following command to re-import the infrastructure DB:
- ./cfwrite.cgi < output
- Remove the $VOYENCE_HOME/data/.rhttp file:
- cd $VOYENCE_HOME/data
- rm -rf .rhttp*
- service httpd restart
Device Server(s) steps:
- Remove the $VOYENCE_HOME/data/.rhttp file:
- rm -rf .rhttp*
- service httpd restart
Combination Server steps:
- Update the hostname and FQDN name in /etc/hosts file.
- Update the hostname in the /etc/sysconfig/network file
- **NCM 9.4 Series Only** Update the hostname in the $VOYENCE_HOME/ncmcore/webapps/ncm-webapp/WEB-INF/classes/config.properties
- At the command line, type the following commands:
- hostname <<new hostname>>
- source /etc/voyence.conf
- Export the infrastructure database:
- cd $VOYENCE_HOME/cgi-bin
- ./cflist.cgi > output
- Edit (using vi) the output file and change the hostname in the following line:
- POP 1000 "New_Hostname" NetList=
- Save and quit.
- Run the following command to re-import the infrastructure DB:
- ./cfwrite.cgi < output
- Remove the $VOYENCE_HOME/data/.rhttp file:
- cd $VOYENCE_HOME/data
- rm -rf .rhttp*
- service httpd restart
You then need to add the new hostname to the lockbox on the AS side and copy the file to DS machine.
For details on working with the lockbox, please find KB article here:
https://support.emc.com/kb/165258