![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
CiscoView CD Installation Instructions
This instruction book provides information about installing and running CiscoView on your network management station. You can install CiscoView on an HP system or Sun or Solaris workstation, either as a standalone application or on top of the system network management platform.
CiscoView is a GUI-based device management software application that lets you access dynamic status, statistics, and comprehensive configuration information for Cisco Systems switch and internetworking products.
CiscoView lets you display a graphical representation of each network device, display configuration and performance information, perform minor troubleshooting tasks, and control and configure specific devices. There are also device-specific applications that further enhance your network management capabilities.
If you are installing CiscoView on a Network File System (NFS) mounted drive, you need root authority on the NFS partition.
System Requirements for CiscoView
Before you install CiscoView, make sure that your system meets the system requirements shown in Table 1, and the hardware and software recommendations shown in Table 2.
Table 1 : CiscoView Typical System Requirements
Operating System | Available Disk
Space |
RAM | |
---|---|---|---|
Sun | Solaris 1.x, (SunOS 4.1.3, SunOS 4.1.3_U1, or SunOS 4.1.4)
Solaris 2.4 with recommended patches as of March 16, 1996 Solaris 2.5 |
70 MB1 | 32 MB |
HP | HP-UX A.09.04/A09.05
10.01/10.10 |
70 MB1 |
32 MB |
Table 2 : CiscoView Hardware and Software Recommendations
Sun | HP | |
---|---|---|
Hardware | Sun SPARCstation
Color monitor |
HP 9000 system
Color monitor |
Software
Windowing system Network management software (optional) |
X11R4 or X11R5 OpenWindows 3.0 or 3.3 Motif 1.2 SunNet Manager 2.2.2, 2.2.3, or 2.3 HP OpenView 3.3, 4.0.1, or 4.11 |
Motif or HP VUE 3.0 HP OpenView 3.3, 4.0.1, or 4.1 |
Mounting on a SunOS Workstation
This section describes how to mount CiscoView on a SunOS 4.1.x system.
Mounting from a Local CD-ROM Drive
Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform the following steps:
# mkdir /cdrom
# /etc/mount -rt hsfs /dev/sr0 /cdrom
Mounting from a Remote CD-ROM Drive
Insert the CiscoView CD-ROM into the CD-ROM drive; then perform the steps 1 through 6 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 /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.
# exportfs -a
# mkdir /cdrom
# /etc/mount -r remote_machine_name:/cdrom /cdrom
This section describes how to mount CiscoView on a Sun/Solaris 2.4 or 2.5 system.
Mounting from a Local CD-ROM Drive
Insert the CiscoView 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, restart the daemon using:
# /usr/sbin/vold &If the vold daemon is running but did not mount the CD, stop the vold daemon process and then restart the daemon:
# kill -15 process_ID_number # /usr/sbin/vold &
Mounting from a Remote CD-ROM Drive
Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform the 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, restart the daemon using:
# /usr/sbin/vold &If the vold daemon is running but did not mount the CD, stop the vold daemon process and then restart the daemon:
# 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.
This section describes how to mount CiscoView on HP-UX 9.0x and 10.x systems.
Mounting from a Local CD-ROM Drive
Insert the CiscoView 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.
Mounting from a Remote CD-ROM Drive
Insert the CiscoView 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 of 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 the following command.
# /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.
If you do not use these options, media error messages may appear on the console.
# /usr/etc/exportfs -aOn HP-UX 10.x:
# /usr/sbin/exportfs -a
# mkdir /cdrom
# /etc/mount -r remote_machine_name:filesystem local_machine_filesystemOn HP-UX 10.x:
# /usr/sbin/mount remote_machine_name:filesystem local_machine_filesystem
This section describes how to install CiscoView on a SunOS or Solaris workstation, or an HP system. After the initial steps to begin the installation, the procedure is the same for both Sun and HP systems.
After you complete this entire section, go to "Loading Management Information Base (MIB)."
# rm -rf /var/tmp/unbundled/*
To install CiscoView on a Sun/SunOS workstation, first copy the files from the CD-ROM drive by entering the following commands at the system prompt:
# cd /cdrom # ./extract_unbundled
Make sure to include the ./ in the ./extract_unbundled command. To complete your installation, skip to "Continuing the Installation."
Starting a Sun/Solaris Installation
To install CiscoView on a Solaris platform, perform the following steps:
# pkgadd -d /cdrom/cdrom0 all or # cd /cdrom/cdrom0 # ./setup.sh
To install CiscoView on an HP system, exit HP OpenView and install the files from the CD-ROM drive by entering the following commands at the system prompt:
# su root # cd /cdrom # ./setup.sh
To complete your installation, skip to "Continuing the Installation."
After you start the installation, a series of prompts appear. You can press Return to accept the default value (shown first in parentheses) for each prompt. This procedure does not describe each prompt that appears.
Do you want to continue(y/n)?If you answer yes (the default), the installation begins and copyright information about the product and the terms of the Cisco licensing agreement are displayed, followed by a prompt:
Do you agree to the terms of this copyright (y/n)?Enter y (or press Return) to continue the installation.
INSTALLATION COMPLETE A complete logfile is located in /tmp/ciscoinstall.log. Update your PATH to include /usr/nms/CV/bin, etc. ===================================================== ========== Software Install Tool Completed. ========= =====================================================
source /usr/nms/etc/install.cshrcFor Bourne/Korn shell, add the following line to the .profile file:
. /usr/nms/bin/install.sh
set path=($path /usr/nms/bin)In the Bourne shell, add the following line to the .profile file:
PATH=${PATH}:/usr/nms/bin export PATH
To unmount the CD-ROM drive, continue to "Unmounting the CD-ROM Drive."
# cd / # umount /cdromFor Sun/Solaris:
# umount /cdrom (for a remote CD) OR # umount /cdrom/./cdrom0 (for a local CD)
#
eject /cdrom
#
eject
Loading Management Information Base (MIB)
This section describes how to load MIB files for CiscoView. This is a required task.
If you are using HP OpenView, you need to load MIB files into the HP OpenView Simple Network Management Protocol (SNMP) MIB database after installation. This enables the CiscoView and Health Monitor applications to query devices for information.
To load the MIB files, enter $NMSROOT/bin/cvinstall -f at the command prompt.
Note that the system takes 15 to 20 minutes to load all 57 MIB files.
To start CiscoView, go to "Starting CiscoView."
If you are using SunNet Manager (SNM), MIB files are automatically copied into the correct SNM directory.
Before installing CiscoView, you should save your SNM maps. After CiscoView is installed, run SNM with the -i option (snm -i) so that all MIB schema, CiscoView application registration, and device registration information is taken into account.
Optionally, you can run SNM with the -q option (snm -i -q). This option displays information about each schema as it is loaded.
To start CiscoView, go to "Starting CiscoView."
This section describes how to start CiscoView from SunNet Manager, HP OpenView, or the UNIX command prompt on either a Sun or HP system.
If you are using HP OpenView, skip to the section "Starting CiscoView from HP OpenView." To start CiscoView from the UNIX command line, skip to "Starting CiscoView from the Command Line."
Starting CiscoView from SunNet Manager
You can start CiscoView from the SunNet Manager Tools menu. To access it, you need to restart SunNet Manager as follows (this procedure assumes that CiscoView is in your path):
% snm -iThe SunNet Manager main window appears.
You are now finished with the installation. Refer to "Using the Online Help System" for information on the online help.
Starting CiscoView from a Device Icon
To start CiscoView from a device icon, perform the following steps:
You are now finished with the installation. Refer to "Using the Online Help System" for information on the online help.
Starting CiscoView from HP OpenView
Before starting CiscoView from HP OpenView, launch HP OpenView by entering ovw on the UNIX command line.
To start CiscoView, select Monitor>CiscoView from the HP OpenView main window.
Starting CiscoView from the Command Line
To start CiscoView from the UNIX command line, enter the following at the system prompt:
% nmcview -host device_name -rd read_community_string
For example, the following command starts CiscoView and displays the device named "charlie" with the Read community string "over."
% nmcview -host charlie -rd over
The CiscoView window is displayed with a graphical representation of the specified device (also referred to as a panel).
Make sure that the PATH environment variable includes the path to the CiscoView executables.
You are now finished with the installation. Refer to "Using the Online Help System" for information on the online help.
Displaying a Device with CiscoView
After you start CiscoView, you will see the CiscoView main window. To display a device, either select a device from a network map, or follow these steps:
To add new devices to CiscoView (incremental installations), access the Cisco Systems online support channel, Cisco Connection Online (CCO), formerly known as Cisco Information Online (CIO). Instructions on how to download additional devices for CiscoView using the cvinstall command are on CCO or on the anonymous ftp server, in the Network Management section of the Software Image Library or on the Incremental Instructions document found on the Cisco Enterprise Customer Documentation CD.
If you do not have Internet access, you can add devices from the Network Management Support CD. This is a separate CD that contains additional devices not included on the CiscoView CD.
Installing Device Files from CiscoView
To install devices after CiscoView is installed on your system, enter at the UNIX command line:
$NMSROOT/bin/cvinstall /cdrom/cv_pkgs/pkg_name.pkg
Replace /cdrom/cv_pkgs with the directory path where the package files are stored, and enter the name of the device package you want to install.
Installing Device Files from Another Source
To incrementally add device support from the Network Management Support CD or from CCO:
$NMSROOT/bin/cvinstall pkg_name.pkgReplace pkg_name.pkg with the name of the device package you want to install.
If you encounter problems during installation, you might want to reinstall CiscoView. Before reinstalling CiscoView, you must first remove it.
Removing CiscoView on SunOS 4.1.x
To remove CiscoView on SunOS 4.1.x, enter the following commands (this removes only the files in the ciscoview.mfs directory):
# cd /var/sadm/csco # ./rmprod ciscoview
Removing CiscoView on Solaris 2.x
To remove CiscoView on Solaris 2.x (SunOS 5.x), enter the following commands (this removes only the files in the ciscoview.mfs directory):
# pkgrm CSCOcv
Removing CiscoView on HP-UX 9.x
To remove CiscoView from an HP-UX 9.x system, enter the following commands:
# rmfn -l CVIC # rmfn -l CISCO-VIEW
Removing CiscoView on HP-UX 10.x
To remove CiscoView from an HP-UX 10.x system, enter the following command:
# swremove -v CISCOVIEW
Cleaning Up Standalone CiscoView Files
For CiscoView standalone, to clean up either a Sun workstation or an HP system check to see if any user files exist in the directory tree. If you do not find any user files, you can delete the directory.
# find /usr/nms -type f -print # rm -rf /usr/nms
Replace /usr/nms with the location of the CiscoView files. For example, on Solaris and HP-UX 10.x, replace with /opt/CSCOcv.
Cleaning Up Integrated CiscoView Files
To clean up CiscoView integrated on CiscoWorks, enter the following:
# find /usr/nms -type f -print # rm -rf /usr/nms/CVapp
Use the help system to get information about using the CiscoView interface, navigating within the product, finding information on a specific topic, and viewing information about device, port, and card configuration and performance.
Table 3 shows the different ways of accessing online help.
Table 3 : Accessing Online Help Information
For information about ... | Do this ... |
---|---|
The help system for specific products | Select Help>Contents. |
How to use the help system | Select Help>Using Help. |
How to use CiscoView features | Select Help>Using CiscoView. |
The current CiscoView version | Select Help>About CiscoView. |
How to view Configuration and Performance (dashboard) windows and field descriptions | Click the Help button in the window or search within the help system. |
How to change a component value | Press the Help button over the field. |
If you cannot open the specified device in CiscoView, you receive a message indicating that the device is unmanageable. This message indicates one of the following conditions:
Licensing Agreement and Copyright Information
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Copyright 1988-1996 © Cisco Systems Inc.