OVNM 5.3 - Operations Agent for NonStop Installation Guide

Installing OVNM on HPOM UNIX 75
Installing OVNM on HPOM UNIX 75
5-7 Upgrading OVNM on HPOM UNIX
The following procedure is used to upgrade OVNM on HPOM UNIX.
The following OVNM installation files are located in the “OVNM for UNIX” directory of the HP OVNM product
CD.
Table 5-2 OVNM Installation Files
Installation File
Version
ovnm_hpux-itanium_depot.tar
HP-UX Integrity (Itanium) 11i v2 (OM 8.x)
ovnm_hpux-risc_depot.tar
HP-UX (PA-\RISC) 11iv1,11iv2
ovnm_sol_depot.tar
Sun Solaris(32 bit)5.8 or higher
FTP the appropriate depot tar file from the Windows PC to a temporary location on the UNIX Server.
1. Stop OVNM Agents on the HPOM Management Server, use the following command.
2. # /opt/OV/ovnm/bin/ovnm_stop.shLogon as root user and switch to the directory where the Depot tar file
was FTPed.
# cd /var/spool/sw
3. Extract the resulting tar file.
#tar –xvf depot.tar
4. Next, register the temporary path as a depot path.
# swreg -l depot /var/spool/sw
5. By default the OVNM SPI components are installed in the /opt/OV/ directory.
There may be times when a different installation directory is desired, for example when installing OVNM
on an HP UX cluster, the OVNM SPI components should be installed in the OV share directory:
/var/opt/OV/share. Refer to Appendix E: MC/SG Cluster Installation Supplement for more information.
To change the directory where OVNM is to be installed, execute the following script before performing the
installation procedure.
# /var/spool/sw/custom_install.sh
Refer to notes in the shell script for details.
6. Use the following command to start the installation process.
# swinstall -s <OVNM-DEPOT-LOCATION> OVNM
For example: # swinstall -s /var/spool/sw OVNM
NOTE: It is recommended to verify that the
swinstall
completed successfully before continuing.
7. Use the following command to start the OVNM Agents on the OVNM UNIX Management Server.
# /opt/OV/ovnm/bin/ovnm_start.sh