|
|
The following instructions describe how to install the CiscoWorks' CD-ROM on SunOS from either a local or a remote computer .
To install the CD-ROM from a local CD-ROM drive, perform the following steps:
# mkdir /cdrom
#/etc/mount -rt hsfs /dev/device_name/cdrom
-r mounts the CD-ROM in read-only mode.
-t indicates the type of filesystem, where hsfs 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 sr0.
If you do not use these options, media error messages may display on the console.
To install the CD-ROM from a remote CD-ROM drive, perform the following steps:
# mkdir /cdrom
/cdrom -ro
# share -F nfs -o ro /cdrom/cdrom0
The CD is automatically mounted on a Solaris machine. Refer to the "CiscoWorks CD Installation for Solaris" section for information about mounting a CD and setting up an NFS server on Solaris.
#ps -ax | grep nfsd | grep -v grep#ps -ax | grep rpc.mountd | grep -v grep
Both nfsd and rpc.mountd daemons must be running for a workstation to be an NFS server.
If no nfsd daemons are running, start some by entering:
# /usr/etc/nfsd 8 &
If the rpc.mountd daemon is not running, start it by entering:
# /usr/etc/rpc.mountd -n
#/etc/mount -rt hsfs /dev/device_name/cdrom
-r mounts the CD-ROM in read-only mode.
-t indicates the type of filesystem, where hsfs 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 sr0.
If you do not use these options, media error messages may display on the console.
# exportfs -a
# mkdir /cdrom
If the remote CD-ROM is on a SunOS machine, enter:
#/etc/mountremote_machinename:/cdrom /cdrom
If the remote CD-ROM is on a Solaris machine, enter:
#/etc/mountremote_machinename:/cdrom/cdrom0 /cdrom
To install or upgrade the CiscoWorks files, perform the following steps:
On SunNet Manager, enter:
# cd /cdrom/SunOS_SNM
On HP OpenView 3.x, enter:
# cd /cdrom/SunOS_OV3
# setenv NMSROOT /usr/nmscw
# ./extract_unbundled
Include the ./ in the extract_unbundled command to run the correct version of this command.
# reboot
If you answered no when prompted about automatic kernel modification, you must manually update the kernel before rebooting. This procedure is described in the "Manually Entered Sybase Modifications to the Kernel Configuration File" section of the CiscoWorks Installation Guide for SunOS.
login: root
password:rootpassword
#
#source $NMSROOT/etc/install.cshrc#shutdown_nms
# /var/tmp/unbundled/cwconfigure
Answer the system prompt questions.
#cd /#umount /cdrom#eject /dev/device_name
Remove the CD-ROM from the drive and store it in a safe place.
#cd /#umount /cdrom
#cd /#umount /cdrom#eject /dev/device_name
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 SunOS.
|
|