![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Network Management Support CD Instructions
This CD-ROM contains the latest Cisco network management device and application support files. These files are organized into product packages and provide up-to-date management support for the latest Cisco devices.
For all platforms, follow the instructions to mount and then refer to the software installation instructions located on the CD-ROM in a README file. There will be README files for each platform/product. If you are using a PC, mounting is unnecessary, so skip directly to the PC README file for instructions.
For information on what Cisco device packages are included on this CD-ROM, refer to the README_FIRST file. For information on installing Cisco device packages for use with CiscoView, refer to the cvinstall_README file for your platform.
For the latest device support, refer to the Software Library area on Cisco Customer Online (CCO) at http://www.cisco.com/kobayashi/
Library_root.shtml.
The following instructions describe mounting information for this CD-ROM from either a local or a remote machine. Included are procedures for mounting on SunOS, Solaris, HP-UX (Versions 9.x and 10.x), and AIX. Windows 95 and Windows NT do not require special mounting instructions. Skip directly to the Windows README file.
Mounting on a SunOS Workstation
This section describes mounting the support CD-ROM on a SunOS 4.1.x system.
Mounting from a Local CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
# /etc/mount -rt hsfs /dev/device_name /cdromThe -r option mounts the CD-ROM drive in read-only mode, and the -t option indicates the type of file system, where hsfs specifies a file system with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions. The device_name argument specifies the device that you mount, usually sr0.
If you do not use these options, media error messages may appear on the console.
To install CiscoView packages, follow the instructions in the cvinstall_sun_README file located on the CD.
Mounting from a Remote CD-ROM Drive
Insert the support CD-ROM into the CD-ROM drive; then perform the following steps on the remote machine.
/cdrom -ro
# ps -ax | grep nfsd | grep -v grepBoth nfsd and rpc.mountd daemons must be running for a workstation to be an NFS server. If no nfsd daemons are running, start some with the following command:
# nfsd 8 &Verify rpc.mountd daemon status with the following command:
# ps -ax | grep rpc.mountd | grep -v grepIf no rpc.mountd daemon is running, start one with the following command:
# /usr/etc/rpc.mountd -n
# /etc/mount -rt hsfs /dev/device_name /cdrom
# exportfs -a
# mkdir /cdrom
# /etc/mount -r remote_machine_name:/cdrom /cdrom
To install CiscoView packages, follow the instructions in the cvinstall_sun_README file located on the CD.
This section describes mounting the support CD-ROM on a Sun/Solaris 2.4 or 2.5 system.
Mounting from a Local CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
# ps -e | grep vold | grep -v grepIf the system does not display anything, enter the following command:
# /usr/sbin/vold &If the vold daemon is running but di d not mount the CD, stop the daemon process and then restart it.
# kill -15 process_ID_number # /usr/sbin/vold &
To install CiscoView packages, follow the instructions in the cvinstall_sol_README file located on the CD.
Mounting from a Remote CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform steps 1 through 6 on the remote machine.
# mkdir /cdrom
# 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/init.d/nfs.server start
share -F nfs -o ro /cdrom/cdrom0
# ps -e | grep vold | grep -v grepIf the system does not display anything, enter the following command:
# /usr/sbin/vold &If the vold daemon is running but di d not mount the CD, stop the daemon process and then restart it.
# kill -15 process_ID_number # /usr/sbin/vold &
# mkdir -p /cdrom/cv
# /usr/sbin/mount -r remote_machinename:/cdrom/cdrom0 /cdrom/cvBy default, CiscoView is installed in /opt/CSCOcv.
To install CiscoView packages, follow the instructions in the cvinstall_sol_README file located on the CD.
This section describes mounting the support CD-ROM on HP-UX 9.0x or 10.X systems.
Mounting from a Local CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
# /etc/mount -rt cdfs -o ro /dev/dsk/device_name /cdromOn HP-UX 10.x:
# /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdromAn example of a device name on HP-UX 9.x is /dev/dsk/c201d2s0, on HP-UX 10.x is dev/dsk/c0t3d0.
If you do not use these options, media error messages may appear on the console.
To install CiscoView packages, follow the instructions in the cvinstall_hpux_README file located on the CD.
Mounting from a Remote CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform steps 1 through 7 on the remote machine.
# mkdir /cdrom
/cdrom -ro
# ps -e | grep nfsd | grep -v grepIf no nfsd daemons are running, start some with one the following commands:
# /etc/nfs.server startOn HP-UX 10.x:
# /sbin/init.d/nfs.server startVerify rpc.mountd daemon status with the following command:
# ps -e | grep rpc.mountd | grep -v grepIf no rpc.mountd daemon is running, start one with one of the following commands.
# /usr/etc/rpc.mountd -nOn HP-UX 10.x:
# /usr/sbin/rpc.mountd -n
# /etc/mount -rt cdfs -o ro /dev/dsk/device_name /cdromOn HP-UX 10.x:
# /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdromAn example of a device name on HP-UX 9.x is /dev/dsk/c201d2s0, on HP-UX 10.x is dev/dsk/c0t3d0.
# /usr/etc/exportfs -aOn HP-UX 10.x:
# /usr/sbin/exportfs -a
# mkdir /cdrom
# /etc/mount -r remote_machine_name:filesystem /cdromOn HP-UX 10.x:
# /usr/sbin/mount remote_machine_name:filesystem /cdrom
To install CiscoView packages, follow the instructions in the cvinstall_hpux_README file located on the CD.
This section describes how to mount the CD-ROM on AIX systems.
Mounting from a Local CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
at the command prompt.
To install CiscoView packages, follow the instructions in the cvinstall_aix_README file located on the CD.
Mounting from a Remote CD-ROM Drive
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps on the remote machine.
To install CiscoView packages, follow the instructions in the cvinstall_aix_README file located on the CD.
To unmount the CD-ROM from your SunOS, HP-UX, or AIX machine, perform the following steps. Solaris does not require unmounting.
# cd / # umount /cdromFor Sun/Solaris:
# umount /cdrom (for a remote CD) OR # umount /cdrom/./cdrom0 (for a local CD)
#
eject /cdrom
#
eject
Licensing Agreement and Copyright Information
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Copyright 1988-1996 © Cisco Systems Inc.