We recently had to change our CM CLAN IP addresses and now the CMS ACD link is down. Where do I need to input the new IP information for the ACD link in CMS? I have found an entry in /etc/hosts that refers to the old IP but want to be sure of the process before I go changing anything. Thanks in advance for any guidance.
Change ACD link IP address
Collapse
X
-
Resolved:
Here is a brief overview of what was done.
CMS 16
chmod u=rw /etc/inet/hosts
vi /etc/inet/hosts
commented old clan ip
#xxx.xxx.26.11 switch2
added
xxx.xxx.240.45 switch2
chmod u=r /etc/inet/hosts
svcadm restart network/physical
svcs -a (to check network service status)
CM 3.1.5
Busied, reset and released CLAN 12a07
disabled comm proc link 1 and renabled
Busied link 10 and released link 10
Last edited by mburke; 07-10-2014, 02:06 PM.
-
Comment