|
|
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).
To install the CD-ROM from a local CD-ROM drive, perform the following steps:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
On SunOS:
#/etc/mount -rt hsfs /dev/device_name/cdrom
On HP-UX:
#/etc/mount -rt cdfs /dev/device_name/cdrom
where -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.
On Solaris:
The CD is automatically mounted onto the /cdrom directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM. 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-ROM, check if the vold daemon is running by entering the following command:
# ps -e | grep vold | grep -v grep
If 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.
To install the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
If 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
On SunOS, check NFS server status with the following command. Both nfsd and rpc.mountd daemons must be running for a workstation to be an NFS server.
# ps -ax | grep nfsd | grep -v grep
If no nfsd daemons are running, start some with the following command:
# nfsd 8 &
Check rpc.mountd daemon status with the following command:
HP-UX
# ps -ax | grep rpc.mountd | grep -v grep
For HP-UX 9.x only:
If no rpc.mountd daemon is running, start one with the following command:
# /usr/etc/rpc.mountd -n
On Solaris, check NFS server status with the following command:
# ps -ef | grep nfs | grep -v grep
If your machine is enabled as an NFS server, the following daemons should be running: /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd.
If these daemons are not running, enable your machine as an NFS server with the following command:
HP-UX 9.x:
# /etc/nfs.server start
HP-UX 10.x:
# /sbin/init.d/nfs.server start
On SunOS:
#/etc/mount -rt hsfs /dev/device_name/cdrom
On HP-UX 9.x:
#/etc/mount -rt cdfs /dev/device_name/cdrom
On HP-UX 10.x:
#/etc/usr/sbin/mount -rt cdfs /dev/device_name/cdrom
where -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.
On Solaris:
The CD is automatically mounted onto the /cdrom directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM. 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-ROM, check if the vold daemon is running by entering the following command:
# ps -e | grep vold | grep -v grep
If 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 -a
On 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 /cdrom
On SunOS and HP-UX 9.x:
#/etc/mountremote_machinename:/cdrom /cdrom
On Solaris and HP-UX 10.x:
#/usr/sbin/mountremote_machinename:/cdrom /cdrom
#mkdir/usr/nms
If 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.
b. On Solaris, it is not necessary 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
c. HP-UX 10.x, it is not necessary to create the 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 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.
# 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
#
# /usr/tmp/unbundled/cwconfigure
Answer 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
#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.
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 all
# 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
#
# cd /opt/CSCOcwh/install# ./cwconfigure
While 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 cdrom
Remove the CD-ROM caddy from the drive and store it in a safe place. Skip to Step 9.
#cd /#umount /cdrom
#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.
To install the CiscoWorks files on an HP-UX 9.x platform, perform the following steps:
#mkdir/usr/nms
Ensure you have enough disk space to load CiscoWorks.
#/etc/update -s /cdrom/HPUX_9/cw.tar -d/usr/nmsCWIC
where -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/nms
If you do not enter any options, cwinstall prompts you for them.
The path name you enter after -s is the same as the source path name you entered in Step 2. -d specifies where the CiscoWorks software will be installed.
cwinstall command options include:
-s--Source-d--Destination-help--Print the usage-f filesets--CiscoWorks software to install
where -f specifies the file sets that must be loaded. To install just CiscoWorks, specify CISCO-WORKS. To install CiscoWorks, Sybase, and HyperHelp, specify CISCO-WORKS SYBASE HYPERHELP. If you do not specify the -f option, cwinstall loads CiscoWorks, Sybase, and HyperHelp.
For detailed information on the cwinstall command, refer to the CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX.
ps -ef |grep sybase
Refer to CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX for instructions on how to answer the prompts.
For more information, refer to CiscoWorks Installation and Reference Guide on SunOS, Solaris, and HP-UX for instructions on how to answer the prompts.
#/usr/nms/install/bin/cwconfigure
Answer 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
#cd /#umount /cdrom
Remove 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
login: root
password:rootpassword
#
# cd /opt/CSCOcwh/install# ./cwconfigure
While 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
Remove the CD-ROM caddy from the drive and store it in a safe place. Skip to Step 8.
#cd /#umount /cdrom
#cd /#umount /cdrom
Remove 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.
For information on minimum and recommended requirements, refer to the CiscoWorks Installation and Reference Guide on SunOS, Solaris and HP-UX.
The products and specifications, configurations, and other technical information regarding the products contained in this manual are subject to change without notice. All statements, technical information, and recommendations contained in this manual are believed to be accurate and reliable but are presented without warranty of any kind, express or implied, and users must take full responsibility for their application of any products specified in this manual. THIS MANUAL IS PROVIDED "AS IS" WITH ALL FAULTS. CISCO DISCLAIMS ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING THOSE OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE. IN NO EVENT SHALL CISCO BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL OR INCIDENTAL DAMAGES, INCLUDING WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
Some states do not allow limitation or exclusion of liability for consequential or incidental damages or limitation on how long implied warranties last, so the above limitations or exclusions may not apply to you. This warranty gives Customers specific legal rights, and you may also have other rights that vary from state to state.
AtmDirector, Catalyst, CD-PAC, CiscoAdvantage, CiscoFusion, Cisco IOS, the Cisco IOS logo, CiscoPro, Cisco Systems, CiscoView, CiscoVision, CiscoWorks, ClickStart, ControlStream, EtherChannel, EveryWare, FastCell, FastForward, FastManager, FastMate, FragmentFree, HubSwitch, Internet Junction, LAN2LAN Enterprise, LAN2LAN Remote Office, LightSwitch, Newport Systems Solutions, Packet, PIX, Point and Click Internetworking, RouteStream, SMARTnet, StreamView, SwitchBank, SwitchProbe, SwitchVision, SynchroniCD, The Cell, TokenSwitch, TrafficDirector, VirtualStream, VlanDirector, WNIC, Workgroup Director, Workgroup Stack, and XCI are trademarks; Access by Cisco and Bringing the power of internetworking to everyone are service marks; and Cisco, the Cisco Systems logo, CollisionFree, Combinet, EtherSwitch, FastHub, FastLink, FastNIC, FastSwitch, Grand, Grand Junction, Grand Junction Networks, the Grand Junction Networks logo, IGRP, Kalpana, the Kalpana logo, LightStream, Personal Ethernet, and UniverCD are registered trademarks of Cisco Systems, Inc. All other trademarks, service marks, registered trademarks, or registered service marks mentioned in this document are the property of their respective owners.
962R
Copyright " 1995-1996, Cisco Systems, Inc.
All rights reserved. Printed in USA. 78-2300-02
|
|