![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
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 provides dynamic status, statistics, and comprehensive configuration information for Cisco Systems switch and internetworking products.
CiscoView allows you to display a graphical representation of each network device, display configuration and performance information, perform minor troubleshooting tasks, and control and configure specific devices. For CiscoPro and Catalyst 3000 devices, you can also configure EtherChannels and EtherDomains.
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 requirements 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 |
70 MB1 | 32 MB |
HP | HP-UX
A.09.03/A.09.04/A09.05 |
70 MB1 | 32 MB |
Table 2 : CiscoView Hardware and Software Requirements
Sun | HP | |
---|---|---|
Hardware
|
Sun SPARCstation
Color monitor |
HP 9000 system
Color monitor |
Software
Windowing system Network management software (not required) |
X11R4 or X11R5 OpenWindows 3.0 or 3.3 Motif 1.2 SunNet Manager 2.2.2 HP OpenView 3.3 |
Motif or HP VUE 3.0 HP OpenView 3.3 |
If you are installing CiscoView on a Network File System (NFS) mounted drive, you need root authority on the NFS partition.
Mounting on a Sun/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
# 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 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 /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 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, start the vold daemon with 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.
Mounting from a Remote CD-ROM Drive
Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform the following steps on the remote machine.
# 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
# ps -e | grep vold | grep -v grepIf 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.
# mkdir -p /cdrom/cv
# /usr/sbin/mount -r remote_machinename:/cdrom /cdrom/cvBy default, CiscoView is installed in /opt/CSCOcv.
This section describes how to mount CiscoView on HP-UX 9.0x 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
# mount -t cdfs -o ro /dev/device_name /cdromAn example of a device name is /dev/dsk/c201d2s0.
Proceed to "Installing CiscoView" to perform your installation.
Mounting from a Remote CD-ROM Drive
Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform the following steps on the remote machine.
/cdrom -ro
# ps -e | grep nfsd | grep -v grepIf no nfsd daemons are running, start some with the following command:
# nfsd 8 &Verify 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 -n
# /etc/mount -rt cdfs /dev/device_name /cdromThe -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.
# exportfs -a
# mkdir /cdrom
# /etc/mount -r remote_machinename:/cdrom /cdrom
Proceed to "Installing CiscoView" to perform your installation.
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.
Starting a Sun/SunOS Installation
# 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.
The installation process on Solaris 2.4 requires you to install the CiscoView packages, modify the kernel configuration file, and run the configuration scripts.
To install CiscoView on a Solaris platform, perform the following steps:
# pkgadd -d /cdrom all or # cd /cdrom # ./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
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. ========= =====================================================
%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
# cd / # umount /cdromYou do not need to do this step for Solaris.
#
eject /cdrom
Loading Management Information Base (MIB)
This section describes how to load MIB files for CiscoView.
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
Note that the system takes 15 to 20 minutes to load all 57 MIB files.
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.
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):
hostname% snm -iThe SunNet Manager main window appears.
Starting CiscoView from a Device Icon Pop-up Menu
To start CiscoView from a device icon, perform the following steps:
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:
hostname% 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."
hostname% 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.
Using the Context-Sensitive Online Help System
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. |
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:
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:
To add 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.
If you encounter problems during installation, you might want to reinstall CiscoView. Before reinstalling CiscoView, you must first remove it.
To remove CiscoView from a Sun workstation, enter the following commands (this removes only the files in the ciscoview.mfs directory):
# cd /var/sadm/csco # ./rmprod ciscoview
To remove CiscoView from an HP system, enter the following commands:
# rmfn -l CVIC # rmfn -l CISCO-VIEW
To clean up either a Sun workstation or an HP system, you should 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
Licensing Agreement and Copyright Information
AtmDirector, Catalyst, CD-PAC, CiscoAdvantage, CiscoFusion, Cisco IOS, the Cisco IOS logo, CiscoLink, CiscoPro, CiscoRemote, Cisco Systems, CiscoView, CiscoVision, CiscoWorks, ClickStart, ControlStream, EtherChannel, 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, SwitchProbe, SwitchVision, SwitchWare, SynchroniCD, The Cell, TokenSwitch, TrafficDirector, VirtualStream, VlanDirector, WNIC, Workgroup Director, Workgroup Stack, and XCI are trademarks; Access by Cisco, Bringing the power of internetworking to everyone, and The Network Works. No Excuses. are service marks; and Cisco, the Cisco Systems logo, CollisionFree, Combinet, the Diamond logo, EtherSwitch, FastHub, FastLink, FastNIC, FastSwitch, Grand, Grand Junction, Grand Junction Networks, the Grand Junction Networks logo, the Highway logo, HSSI, 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.
Copyright " 1996, Cisco Systems, Inc.
All rights reserved. Printed in USA.
964R
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Copyright 1988-1996 © Cisco Systems Inc.