|
|
CiscoWorks CD Installation Instructions
The following instructions describe installing the CiscoWorks CD-ROM from either a local or a remote machine. Included are procedures for installing CiscoWorks on SunOS, Solaris, and HP-UX (Versions 9.x and 10.x).
Installing from a Local CD-ROM
To install the CD-ROM from a local CD-ROM drive, perform the following steps:
# mkdir /cdromIf the /cdrom directory already exists, proceed to the next step.
# /etc/mount -rt hsfs /dev/device_name /cdromOn HP-UX:
# /etc/mount -rt cdfs /dev/device_name /cdromwhere -r mounts the CD-ROM in read-only mode, -t indicates the type of file system, and hsfs specifies a file system with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS file system. device_name is the device that you mount, usually
sr0
on SunOS,
dsk/c201d5s0
on HP-UX 9.x, or
dsk/c0t3d0
on HP-UX 10.x.
If you do not use these options, media error messages may display on the console.
# ps -e | grep vold | grep -v grepIf the system does not display anything, enter the following command:
# /usr/sbin/vold &The vold daemon manages the CD-ROM device and performs the mounting.
Proceed to the appropriate section to perform your installation.
Installing from a Remote CD-ROM
To install the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdromIf the /cdrom directory already exists, proceed to the next step.
/cdrom -ro
Add the following line to the /etc/dfs/dfstab file on Solaris:
share -F nfs -o ro /cdrom
Ensure that your workstation is enabled as an NFS server.
# ps -ax | grep nfsd | grep -v grepIf no nfsd daemons are running, start some with the following command:
# nfsd 8 &Check rpc.mountd daemon status with the following command:
ps -ax | grep rpc.mountd | grep -v grep
# /usr/etc/rpc.mountd -nOn Solaris, check NFS server status with the following command:
# ps -ef | grep nfs | grep -v grepIf your machine is enabled as an NFS server, the following daemons should be running: /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd.
# /etc/nfs.server start
HP-UX 10.x:
# /sbin/init.d/nfs.server startTo mount the CD-ROM, enter the following command:
# /etc/mount -rt hsfs /dev/device_name /cdromOn HP-UX 9.x:
# /etc/mount -rt cdfs /dev/device_name /cdromOn HP-UX 10.x:
# /etc/usr/sbin/mount -rt cdfs /dev/device_name /cdromwhere -r mounts the CD-ROM in read-only mode, -t indicates the type of file system, and hsfs specifies a file system with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS file system. device_name is the device that you mount, usually
sr0
on SunOS,
dsk/c201d5s0
on HP-UX 9.x, or
dsk/c0t3d0
on HP-UX 10.x.
If you do not use these options, media error messages may display on the console.
# ps -e | grep vold | grep -v grepIf the system does not display anything, enter the following command:
# /usr/sbin/vold &The vold daemon manages the CD-ROM device and performs the mounting.
# exportfs -aOn Solaris and HP-UX 10.x, do not invoke the exportfs command. The nfs.server start command is already sharing the CD-ROM drive.
# mkdir /cdromTo mount the CD-ROM, enter the following command:
# /etc/mount remote_machinename:/cdrom /cdromOn Solaris and HP-UX 10.x:
# /usr/sbin/mount remote_machinename:/cdrom /cdroma. On SunOS and HP-UX 9.x, if you are installing CiscoWorks for the first time, create a directory for the CiscoWorks files with the following command:
# mkdir /usr/nmsIf you already have a version of CiscoWorks installed in the directory /usr/nms on your system, and you want to save it, enter the following commands:
# mv /usr/nms /usr/nms.save
# mkdir /usr/nms
The installation process overwrites the contents of the existing /usr/nms directory.
Proceed to "Installing on SunOS," "Installing on Solaris," "Installing on HP-UX 9.x 9.x," or "Installing on HP-UX 10.x."
To install the CiscoWorks files on a SunOS platform, perform the following steps:
# cd /cdrom/CISCOWORKS/SunOS4.1.3
# ./extract_unbundled
Make sure you include the . / in the extract_unbundled command to ensure that you run the correct version of this command.
# rebootIf you were prompted whether you wanted automatic kernel modification and you answered No, you must manually update the kernel before rebooting by performing the steps in the "Sybase Modifications to the Kernel Configuration File" section in your CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
login: root
password:rootpassword
#
Complete configuration of CiscoWorks with the following command:
# /usr/tmp/unbundled/cwconfigureAnswer the system prompt questions.
# cd /
# umount /cdrom
# eject sr0
The CD-ROM caddy is ejected from the drive. Remove the CD-ROM from the caddy and store it in a safe place. Skip to Step 9.
# cd /
# umount /cdrom
Log into the remote machine as root and enter the following commands:
# cd / # umount /cdrom # eject sr0The CD-ROM caddy is ejected from the drive. Remove the CD-ROM from the caddy and store it in a safe place.
The installation process on Solaris requires you to install the CiscoWorks packages, modify the kernel configuration file, and run the configuration scripts.
To install CiscoWorks on a Solaris 2.4 platform, perform the following steps:
# pkgadd -d /cdrom/CISCOWORKS/Solaris2.4 allAnswer Yes each time pkgadd prompts whether you want to install a package.
# reboot
If you were prompted whether you wanted automatic kernel modification and you answered No, you must manually update the kernel before rebooting by performing the steps in the "Sybase Modifications to the Kernel Configuration File" section in your CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
login: root
password:rootpassword
#
Begin the CiscoWorks configuration process by entering the following command:
# cd /opt/CSCOcwh/install # ./cwconfigureWhile the cwconfigure script runs, answer the questions it displays according to the information you entered on the CiscoWorks Configuration Worksheet in your CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
# umount /cdrom # eject cdromRemove the CD-ROM caddy from the drive and store it in a safe place. Skip to Step 9.
# cd /
# umount /cdrom
Log into the remote machine as root and enter the following commands:
# cd / # umount /cdrom # eject sr0The CD-ROM caddy is ejected from the drive. Remove the CD-ROM from the caddy and store it in a safe place.
To install the CiscoWorks files on an HP-UX 9.x platform, perform the following steps:
# mkdir /usr/nmsEnsure you have enough disk space to load CiscoWorks.
# /etc/update -s /cdrom/HPUX_9/cw.tar -d /usr/nms CWICwhere -s specifies where the CiscoWorks software is located on the CD-ROM, and -d indicates the destination where the scripts are stored. For example, if you enter the path name /usr/nms, the scripts are stored in /usr/nms.
# cd /usr/nms/install/bin ./cwinstall -s /cdrom/HPUX_9/cw.tar -d /usr/nmsIf you do not enter any options, cwinstall prompts you for them.
-s
---Source
-d
---Destination
-help
---Print the usage
-f
filesets
---CiscoWorks software to install
ps -ef |grep sybaseRun $NMSROOT/sybase10/sybase/install/sybinit.
# /usr/nms/install/bin/cwconfigureAnswer the system prompt questions. For detailed installation information, refer to the CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
# cd /
# umount /cdrom
Remove the CD-ROM from the caddy and store it in a safe place. Skip to Step 12.
# cd /
# umount /cdrom
Log into the remote machine and enter the following commands:
# cd / # umount /cdromRemove the CD-ROM from the caddy and store it in a safe place.
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 this procedure, refer to "Software Access Control on HP-UX 10.x Only" in the CiscoWorks Installation and Reference Guide or use the man swacl command.
To install CiscoWorks on an HP-UX 10.x platform, perform the following steps:
# cd /cdrom/HPUX_10
# ./cwinstall -s /cdrom/HPUX_10
Answer Yes each time cwinstall prompts whether you want to install a package.
login: root
password:rootpassword
#
Begin the CiscoWorks configuration process by entering the following command:
# cd /opt/CSCOcwh/install # ./cwconfigureWhile the cwconfigure script runs, answer the questions it displays according to the information you entered on the CiscoWorks Configuration Worksheet in your CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
# umount /cdromRemove the CD-ROM caddy from the drive and store it in a safe place. Skip to Step 8.
# cd /
# umount /cdrom
Log into the remote machine as root and enter the following commands:
# cd / # umount /cdromRemove the CD-ROM caddy from the drive. Remove the CD-ROM from the caddy and store it in a safe place.
The CiscoWorks software is shipped on this CD-ROM.
Hardware and Software Requirements
For information on minimum and recommended requirements, refer to the CiscoWorks Installation and Reference Guide on SunOS, Solaris and HP-UX.
Licensing Agreement and Copyright Information
|
|
Copyright 1988-1996 © Cisco Systems Inc.