|
|
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 Connection 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.
This section describes mounting the support CD-ROM on a SunOS 4.1.x system.
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/cdrom
The -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.
Insert the support CD-ROM into the CD-ROM drive; then perform the following steps on the remote machine:
/cdrom -ro
Verify NFS server status with the following command:
# ps -ax | grep nfsd | 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 with the following command:
# nfsd 8 &
Verify rpc.mountd daemon status with the following command:
# ps -ax | grep rpc.mountd | grep -v grep
If 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 -rremote_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.
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
The vold daemon manages the CD-ROM device and performs the mounting. The CD-ROM may automatically mount onto the /cdrom/cdrom0 directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM disk. If the /cdrom/cdrom0 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 disk, verify 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 &
If the vold daemon is running but did 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.
Insert the support CD-ROM disk into the CD-ROM drive; then perform steps 1 through 6 on the remote machine.
# mkdir /cdrom
Verify 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:
# /etc/init.d/nfs.server start
share -F nfs -o ro /cdrom/cdrom0
The vold daemon manages the CD-ROM device and performs the mounting. The CD-ROM may automatically mount onto the /cdrom/cdrom0 directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM disk. If the /cdrom/cdrom0 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 disk, verify 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 &
If the vold daemon is running but did 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/cv
By 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.
Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
On HP-UX 9.x:
#/etc/mount -rt cdfs -o ro /dev/dsk/device_name/cdrom
On HP-UX 10.x:
#/usr/sbin/mount -rt cdfs /dev/dsk/device_name/cdrom
An example of a device name on HP-UX 9.x is /dev/dsk/c201d2s0, on HP-UX 10.x is dev/dsk/c0t3d0.
The -r option mounts the CD-ROM in read-only mode. The -t option indicates the type of file system, where cdfs specifies a file system with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions. device_name is the device that you mount, usually dsk/c201d5s0. 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.
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
Verify 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 -e | grep nfsd | grep -v grep
If no nfsd daemons are running, start some with one the following commands:
On HP-UX 9.x:
#/etc/nfs.server start
On HP-UX 10.x:
# /sbin/init.d/nfs.server start
Verify rpc.mountd daemon status with the following command:
# ps -e | grep rpc.mountd | grep -v grep
If no rpc.mountd daemon is running, start one with one of the following commands:
On HP-UX 9.x:
# /usr/etc/rpc.mountd -n
On HP-UX 10.x:
# /usr/sbin/rpc.mountd -n
#/etc/mount -rt cdfs -o ro /dev/dsk/device_name/cdrom
On HP-UX 10.x:
#/usr/sbin/mount -rt cdfs /dev/dsk/device_name/cdrom
An 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 -a
On HP-UX 10.x:
# /usr/sbin/exportfs -a
# mkdir /cdrom
On HP-UX 9.x:
#/etc/mount -rremote_machine_name:filesystem/cdrom
On HP-UX 10.x:
#/usr/sbin/mountremote_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.
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.
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.
For SunOS or HP-UX:
#cd /#umount /cdrom
For Sun/Solaris:
#umount /cdrom(for a remote CD)OR#umount /cdrom/./cdrom0(for a local CD)
For SunOS or HP-UX:
# eject /cdrom
For Sun/Solaris:
# eject
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, expressed 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.
|
|