This procedure should be performed only for vserver build 1056256121 (H-Sphere 2.3.1 RC 2).
- Check the VPS build:
# cat /proc/vservers/setup | grep "vserver build"
You will get something like this:
vserver build 1056256121
If your vserver build is less than 1056256121, please
update your kernel, steps 1 to 9.
- Check the Virtual Private Server tools version:
# rpm -qa|grep hsphere-vps
You will see something similar to:
hsphere-vps-0.98-30
- Suspend all VPS before the server reboot:
# cd /hsphere/shared/scripts
# ./vps-suspend.pl -a
- Uninstall old VPS tools:
# rpm -e hsphere-vps-x.xx-xx
where x.xx-xx is the old VPS version and release number.
- Install the latest VPS package:
# rpm -ivh hsphere-vps-0.98-32.noarch.rpm
- Run update script:
# cd /hsphere/shared/scripts/
# ./vps-update.pl
- Run configuration script:
# ./vps-configure.pl
and follow the script instructions step by step.
- 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
|