To upgrade the Linux Access Gateway installed on RHEL:
Log in to the RHEL machine as root.
Specify the following command to chroot to the mount point of the Linux Access Gateway in the current operating system:
chroot <mount point>
For example, if /lag is the mount point of Linux Access Gateway, then specify chroot /lag
Use the following following:
/chroot/lag/opt/novell/bin/lagupgrade.sh --url <protocol>://<hostname>/<path>/<packageName>
<protocol> refers to the protocol to use when downloading the RPM packages. It can be HTTP or FTP.
<hostname> refers to the address of the server from where the RPM packages can be downloaded. Enter either the IP address or the DNS hostname of the server at the prompt.
<path> refers to the path to the RPM packages.
<packageName> refers to the RPM package name.
For example, enter the following command:
/chroot/lag/opt/novell/bin/lagupgrade.sh --url http://10.10.10.1/publish/upgrades/accessgateway/31sp1/lagrpms.tar.gz
For more information on upgrading Linux Access Gateway, see Upgrading Novell Access Manager Components
in the Novell Access Manager 3.1 SP1 Installation Guide.
You might see the following error after the upgrade is completed:
Novell Linux Access Gateway Virtualization Controller Status..running vmcontroller is not running Failed to start novell-vmc. Postupgrade script failed
Ignore this message.
Specify the following command to exit chroot:
exit
To run the post upgrade script, change to the directory and run the script as follows:
To change directory:
cd /opt/novell/access-gateway/scripts/
To run the script:
sh post-lagupgrade.