|
|
The following instructions describe installing the CiscoWorks' CD-ROM on Solaris from either local or remote machines.
To install the CD-ROM from a local CD-ROM drive, perform the following steps:
# mkdir /cdrom
If the /cdrom directory is empty because the CD was not mounted, or if File Manager did not open a window displaying the contents of the CD, check if the vold daemon is running by entering:
# ps -e | grep vold | grep -v grep
If the system does not display anything, enter:
# /usr/sbin/vold &
The vold daemon manages the CD-ROM device and performs the mounting.
To install the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
share -F nfs -o ro /cdrom/cdrom0
# ps -ef | grep nfs | grep -v grep
If your machine is enabled as an NFS server, the daemons /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd should be running. If these daemons are not running, enable your machine as an NFS server by entering:
# /etc/init.d/nfs.server start
If the /cdrom directory is empty because the CD was not mounted, or if File Manager did not open a window displaying the contents of the CD, check if the vold daemon is running by entering:
# ps -e | grep vold | grep -v grep
If the system does not display anything, enter:
# /usr/sbin/vold &
The vold daemon manages the CD-ROM device and performs the mounting.
# mkdir /cdrom
#/usr/sbin/mount -rremote_machinename:/cdrom/cdrom0 /cdrom
You do not have to create the directory for the CiscoWorks files. By default, CiscoWorks is installed in the following directories:
/opt/CSCOcws Sun NetManager version
/opt/CSCOcwh HP OpenView version
/opt/CSCOsyb All Sybase modules
The installation process on Solaris requires you to install the CiscoWorks packages, reboot the system, if necessary, and run the configuration scripts.
To install CiscoWorks on a Solaris 2.4 or 2.5 platform, perform the following steps:
If you are installing CiscoWorks for the first time, enter:
#pkgadd -d/cdromdir/nmsdirall
If you are upgrading from CiscoWorks 3.0, enter:
#pkgadd -a/cdromdir/nmsdir/cwadmin -d/cdromdir/nmsdirall
Where cdromdir is one of the following two CD-ROM directories:
/cdrom/cdrom0 if the CD-ROM is mounted on your local machine
/cdrom if the CD-ROM is mounted on a remote machine
And where nmsdir is one of the following three directories, depending on your network management platform:
Solaris_OV3 if your platform is HP OpenView 3.3
Solaris_OV4 if your platform is HP OpenView 4.x
Solaris_SNM if your platform is SunNet Manager
For example, to upgrade from CiscoWorks 3.0 when your local machine is running HP OpenView 4.x, and the CD-ROM is mounted on your local machine, you would enter:
# pkgadd -a /cdrom/cdrom0/Solaris_OV4/cwadmin -d /cdrom/cdrom0/Solaris_OV4 all
# reboot
This ensures that your system is configured for running Sybase.
login: root
password:rootpassword
#
On HP OpenView, enter:
# setenv NMSROOT /opt/CSCOcwh
On SunNet Manager, enter:
# setenv NMSROOT /opt/CSCOcws
#source $NMSROOT/etc/install.cshrc#shutdown_nms
#cd $NMSROOT/install#./cwconfigure
While the cwconfigure script runs, answer the questions displayed according to the information you entered on the CiscoWorks Configuration Worksheet in your CiscoWorks Installation Guide for Solaris.
#cd /#eject
Remove the CD-ROM from the drive and store it in a safe place.
#cd /#umount /cdrom
#cd /#eject
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 Solaris.
|
|