How can I safely change the IP address for Service VE for a VZ node registered in HSPcomplete?

Article ID: 1049 
Last Review: Oct,6 2008
Author:
Last updated by: system APPLIES TO:
  • Parallels Business Automation - Standard

Resolution

Use new IP Address of Service VE and corresponding Hardware Node ID instead of 'NEW_IP' and 'HW_ID' .

  1. Login via SSH into HSPcomplete VE.
  2. Stop the following HSPC services:

    $ /etc/init.d/hspcd stop
    $ /etc/init.d/vzcoll stop


  3. 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


  4. Start HSPC services:


    $ /etc/init.d/hspcd start
    $ /etc/init.d/vzcoll start



Subscription for this article changesSubscription for this article changes

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
* - required fields