|
Last modified: 28 Nov 2005
This document contains general procedure of upgrading
VPS host
to the latest H-Sphere VPS 1.3-6.7 version.
To check what H-Sphere VPS version is currently installed on your system, run under root:
# rpm -q hsphere-vps
Required Packages
H-Sphere VPS upgrade requires the same packages as H-Sphere VPS installation.
Upgrade Procedure
Suspend all VPS before the server reboot:
# cd /hsphere/shared/scripts
# ./vps-suspend.pl -a
- Go through H-Sphere VPS installation procedure (step 2).
Run the update script:
# cd /hsphere/shared/scripts/
# ./vps-update.pl
and follow the script instructions.
- Configure your virtual servers as instructed in
H-Sphere VPS installation procedure (step 3).
Resume suspended VPS:
# cd /hsphere/shared/scripts
# ./vps-resume.pl <vps_name>
where <vps_name> is a suspended VPS server name.
To resume all suspended VPS servers, run:
# ./vps-resume.pl --all
|