|
The following instructions describe installing the CiscoWorks' CD-ROM from either a local or a remote machine on HP-UX (Versions 9.x and 10.x).
To install the CD-ROM from a local CD-ROM drive, perform the following steps:
# mkdir /cdrom
# /etc/mount -rt cdfs /dev/
device_name
/cdrom
-r mounts the CD-ROM in read-only mode.
-t indicates the type of filesystem, where cdfs specifies a filesystem with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS filesystem.
device_name is the device that you mount, usually /dev/dsk/c201d2s0
on HP-UX 9.x, or /dev/dsk/c0t2d0
on HP-UX 10.x.
If you do not use these options, media error messages may display on the console.
Proceed to "Installing on HP-UX 9.x," or "Installing on HP-UX 10.x."
To install the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
/cdrom -ro
Check rpc.mountd daemon status by entering the following command:
# ps -ef | grep rpc.mountd
On HP-UX 9.x:
If no rpc.mountd daemon is running, start one by entering:
# /usr/etc/rpc.mountd -n
If your machine is enabled as an NFS server, the following daemons should be running: /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd.
On HP-UX 9.x, start the System Administration Manager by entering:
# sam
Select Services> Enable/Disable from the menu. On the Services: Enable/Disable menu, check the status of the NFS server against the Status column. If the status is disabled, select Actions>Enable from the menu to enable it. Exit sam.
On HP-UX 10.x, enter:
# /sbin/init.d/nfs.server start
On HP-UX 9.x, enter:
# /etc/mount -rt cdfs /dev/
device_name
/cdrom
On HP-UX 10.x, enter:
# /usr/sbin/mount -rt cdfs /dev/
device_name
/cdrom
-r mounts the CD-ROM in read-only mode.
-t indicates the type of filesystem, where cdfs specifies a filesystem with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS filesystem.
device_name is the device that you mount, usually, /dev/dsk/c201d2s0
on HP-UX 9.x, or /dev/dsk/c0t2d0
on HP-UX 10.x.
If you do not use these options, media error messages may appear on the console.
# exportfs -a
On HP-UX 10.x, this step is not necessary.
# mkdir /cdrom
On HP-UX 9.x, enter:
# /etc/mount
remote_machinename
:/cdrom /cdrom
On HP-UX 10.x, enter:
# /usr/sbin/mount
remote_machinename
:/cdrom /cdrom
# mkdir
/usr/nmscw
On HP-UX 10.x, you do not need to create a directory for the CiscoWorks files. By default, CiscoWorks is installed in the following directories:
/opt/CSCOcwh HP OpenView version
/opt/CSCOsyb All Sybase modules
Proceed to "Installing on HP-UX 9.x" or "Installing on HP-UX 10.x."
To install the CiscoWorks files on an HP-UX 9.x platform, perform the following steps:
# mkdir
/usr/nmscw
On HP OpenView 3.3, enter:
# /etc/update -s /cdrom/HP9_OV3/cw.tar -d
/usr/nmscw
CWIC
On HP OpenView 4.x, enter:
# /etc/update -s /cdrom/HP9_OV4/cw.tar -d
/usr/nmscw
CWIC
-s specifies where the CiscoWorks software is located on the CD-ROM.
-d indicates the destination where the scripts are stored. For example, if you enter the pathname /usr/nms, the scripts are stored in /usr/nms.
# cd
/usr/nmscw
/install/bin
On HP OpenView 3.3, enter:
# ./cwinstall -s /cdrom/HP9_OV3
/c
w.tar -d
/usr/nmscw
On HP OpenView 4.x, enter:
# ./cwinstall -s /cdrom/HP9_OV4/
c
w.tar -d
/usr/nmscw
If you do not enter any options, cwinstall prompts you for them. Command options for cwinstall include:
-s
--source. The pathname you enter after -s is the same as the source pathname you entered in Step 2.
-d
--destination. This specifies where the CiscoWorks software will be installed.
-f
-- filesets. This specifies the filesets that must be loaded. To install only CiscoWorks, specify CISCO-WORKS after the -f option. If you do not specify the -f option, cwinstall loads CiscoWorks, Sybase, and HyperHelp.
-help
--Prints command usage.
# /usr/nmscw
/install/bin/cwconfigure
Answer the system prompt questions.
# cd /
# umount /cdrom
Remove the CD-ROM from the drive and store it in a safe place.
For information on minimum and recommended requirements, installation verification procedures, and customizing procedures, refer to the CiscoWorks Installation Guide for HP-UX.
The installation process on HP-UX requires you to install the CiscoWorks packages, modify the kernel configuration file, and run the configuration scripts. Before performing an upgrade, back up the Sybase database and the $NMSROOT directory. Then load CiscoWorks on top of the previous version.
To install CiscoWorks on an HP-UX 10.x platform, perform the following steps:
# cd /cdrom/HP10_OV4
# ./cwinstall -s /cdrom/HP10_OV4
# cd /opt/CSCOcwh/install
# ./cwconfigure
Answer the cwconfigure script questions according to the information you entered on the CiscoWorks Configuration Worksheet in your CiscoWorks Installation Guide for HP-UX.
# cd /
# umount /cdrom
Remove the CD-ROM from the drive and store it in a safe place.
For information on minimum and recommended requirements, installation verification procedures, and customizing procedures, refer to the CiscoWorks Installation Guide for HP-UX.
|