This document explains how to upgrade H-Sphere:
- 2.3 Final
- 2.3 Patches
- 2.3.1 Final
- 2.3.1 Patches
- 2.3.1 RCs
- 2.3.1 Betas
to H-Sphere version 2.3.1 Patch 6.
If you have H-Sphere older than 2.3, make sure to upgrade your H-Sphere to 2.3 Final first.
IMPORTANT:
1. To ensure correct performance of new features,
please upgrade your winbox to 2.3.1.
2. Prior to the upgrade, please adjust your custom design implementation into accordance with the
rules described
here.
Otherwise, your custom designs may be displayed incorrectly.
Procedure
- Make sure to have any of 2.3 or 2.3.1 versions installed:
# cat ~cpanel/shiva/psoft_config/HS_VERSION
- Download 2.3.1 Patch 6 installation package from the Positive Software site:
* Make sure the directory you are downloading it to
doesn't contain any other U23.1P6 file!
- Stop H-Sphere Control Panel using the following commands:
(they depend on the OS type and java servlet running engine):
Linux + ApacheJServ:
# /etc/rc.d/init.d/httpdcp stop
FreeBSD + ApacheJserv:
# /usr/local/etc/rc.d/apachecp.sh stop
Any OS + Tomcat:
# ~cpanel/tomcat/tomcat.sh stop
- Run the update script by typing:
sh ./U23.1P6
Note: The help shows. Choose what you want to update and follow the help.
- To update H-Sphere, type:
# install
- To update WebShell 3 to the latest available build, type:
# webshell
- If you have custom templates using H-Sphere Freemarker validation function calls,
back them up and run
# convtempl
This will update them to work with the improved H-Sphere data validation.
- If you updated SiteStudio, restart your SiteStudio ImageMaker. The simplest way to do it is type:
# killall java
Kill these processes one by one if you have any other java processes running.
- Start H-Sphere CP using one of the following commands:
Linux + ApacheJServ:
# /etc/rc.d/init.d/httpdcp start
FreeBSD + ApacheJserv:
# /usr/local/etc/rc.d/apachecp.sh start
Any OS + Tomcat:
# ~cpanel/tomcat/tomcat.sh start
- After your have completed the upgrade, check the version
of H-Sphere using the following command:
# cat ~cpanel/shiva/psoft_config/HS_VERSION
You will get something similar to this:
Where:
2.3.1 is the version of H-Sphere,
381 is H-Sphere the build number,
is the build date (in YYYYMMDD format)
|