RESOLUTION
Use new IP Address of Service VE and corresponding Hardware Node ID instead of 'NEW_IP' and 'HW_ID' .
- Login via SSH into HSPcomplete VE.
- Stop the following HSPC services:
$ /etc/init.d/hspcd stop
$ /etc/init.d/vzcoll stop
- Login to mysql server and execute the following mysql query:
$ mysql aspc
mysql> update hw set service_ve_ip='NEW_IP' where hw_id='HW_ID';
mysql> exit
Start HSPC services:
$ /etc/init.d/hspcd start
$ /etc/init.d/vzcoll start