|
|
CiscoWorks for Switched Internetworks (CWSI) is a set of three network management applications: CiscoView, VlanDirector, and TrafficDirector.
CiscoView is a device-management application that provides dynamic status, statistics, and comprehensive configuration information for Cisco internetworking products. It lets you display a graphical representation of each device, display configuration and performance information, perform minor troubleshooting tasks, and control and configure devices.
VlanDirector is a virtual-LAN-management application for Cisco's Catalyst switches. It provides configuration, monitoring, and error-reporting capabilities for switches connected as virtual LANs (VLANs). VlanDirector offers multiple windows for displaying configuration status and provides physical and logical views of interconnected switches.
TrafficDirector lets you monitor, troubleshoot, and record information about your network's operation. It helps you identify and isolate a wide variety of fault conditions in networks. It uses a central management console in conjunction with data-gathering agents located at various points on a network. It can collect wide-ranging statistical data, display selectively captured network traffic, set user-defined alarm conditions, and obtain real-time updates from all segments of a network.
Before you install CWSI, make sure that your system meets the general requirements shown in Tables 1 and 2.
Table 1 : CWSI 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) | 112 MB for full installation | 32 MB |
Table 2 lists additional hardware and software information for CWSI.
Table 2 : CWSI Hardware and Software Environments
| Sun | |
|---|---|
| Hardware |
Sun SPARCstation Color monitor |
| Software Windowing system Network management software (not required) |
X11R4 or X11R5 OpenWindows 3.0 or 3.3; and Motif 1.2 SunNet Manager 2.2.2 HP OpenView 3.3 |
You can install CWSI on a local disk or a network mounted Network File System (NFS) disk to which you have root access.
If you are installing VlanDirector, be sure that you have the required disk space for your VlanDirector database. Table 3 shows the disk space required for various components.
Table 3 : Disk Space Required for Various Components
| Component | Disk Space |
|---|---|
| Base | 400K |
| Each Switch | 5K |
| Each Module per Switch | 20K |
| Each VLAN | 2K |
If an example network contains 100 switches with 3 modules per switch and 500 VLANs, the following formula calculates the space required:
350K + (100 x 5K) + (300 x 20) + (500 x 2) = 7850KMounting the CWSI CDMounting the CWSI CD
This section describes how to mount the CWSI CD from a local or a remote CD-ROM drive.
Mounting from a Local CD-ROM Drive
Insert the CWSI CD-ROM into the CD-ROM drive and follow these steps:
# setenv DISPLAY ip_address:0.0Use the IP address (or host name) of the system from which you are viewing the installation.
# mkdir /cdromMount the CD-ROM by entering the following command:
# mount -rt hsfs /dev/sr0 /cdromProceed to "Installing CWSI" to perform your installation.
Mounting from a Remote CD-ROM Drive
On the remote machine, insert the CWSI CD-ROM into the CD-ROM drive and do the following:
# setenv DISPLAY ip_address:0.0Use the IP address (or host name) of the system from which you are viewing the installation.
/cdrom -ro
To mount the CD-ROM, enter the following command:
# /mount -rt hsfs /dev/sr0 /cdromRun exportfs -a with the following command:
# exportfs -aOn the local machine, follow these steps:
# mkdir /cdromMount the CD-ROM by entering the following command:
# /etc/mount remote_machine_name:/cdrom /cdromInstalling CWSIInstalling CWSI
This section describes how to install CWSI on SunOS.
Before installing CWSI, you may wish to first remove any old versions of its components that might be present. This is not required, as a new CWSI installation will overwrite existing versions of its components, as well as any stand-alone installations of the individual products.
To remove CWSI, enter the following commands:
# cd /var/sadm/csco # ./rmprod ciscoview # ./rmprod vlandirector # rm -rF /var/tmp/unbundled # rm -rF install_directoryThe default install directory is /usr/nms. Remember that the rm - rF command removes the entire directory tree and all the files in it.
If you use SunNet Manager, save your SNM maps before installing CiscoView.
The instructions in this guide assume you are installing all three components of CWSI. If you are not and you come to a step that doesn't appear on your screen, go on to the next step.
You can press Ctrl-C at any time to terminate the installation. If you terminate before the installation is complete, you must restart at step 1.
To install CWSI on a Sun workstation, follow these steps:
# cd /cdrom
# ./extract_unbundled
Make sure to include the ./ in the extract_unbundled command.
Do you want to continue(y/n)?If you answer y (the default), you are accepting the copyrights for the CWSI components and terms of the Cisco licensing agreement, and the installation begins.
INSTALLATION COMPLETE A complete logfile is located in /tmp/ciscoinstall.log. Update your PATH to include /usr/nms/bin, etc. =================================================== ========= Software Install Tool Completed. ========= ===================================================Perform any tasks described in the installation script after completing the installation, such as making sure the installation directory is included in your path and any necessary environment variables are set. To set the path to the CWSI binaries, in the C shell, add the following line to the .login file or .cshrc file for each CWSI user:
set path=($path /usr/nms/bin)If you installed the binaries in a directory other than /usr/nms/bin (the default), include that directory in the line above.
Note
PATH=${PATH}:/usr/nms/bin export PATH
Unmounting the CD-ROM
# cd /
# umount /cdrom
To eject the CD-ROM, either press the eject button on the CD-ROM drive or enter:
# eject /dev/sr0Remove the CD-ROM and store it in a safe place.
To start CiscoView, see the instructions in "Starting CiscoView" in the next section.
To start VlanDirector or TrafficDirector, consult the appropriate User's Guide included in the CWSI package.
This section contains additional information about CiscoView.
These instructions describe how to start CiscoView from SunNet Manager, HP OpenView, or the UNIX command prompt on a Sun system.
If you are using HP OpenView, go to "Starting CiscoView from HP OpenView." To start CiscoView from the UNIX command line, go to "Starting CiscoView from the Command Line."
Starting CiscoView from SunNet Manager
You can start CiscoView from the SunNet Manager Tools menu. To access this menu, you need to restart SunNet Manager as follows. (This procedure assumes that the CiscoView directory has been added to your path, which occurs during the CWSI installation procedure.)
hostname% snm -iThe SunNet Manager main window appears.
Starting CiscoView from a Device Icon Popup Menu
To start CiscoView from a device icon, follow these steps:
Starting CiscoView from HP OpenView
To start CiscoView from HP OpenView, follow these steps:
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_stringFor example, the following command starts CiscoView and displays the device named "charlie" with the read-only community string "over."
hostname% nmcview -host charlie -rd overThe 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 can load Management Information Base (MIB) files as part of the CWSI installation; these instructions describe how to load MIB files after installation.
If you are using HP OpenView, you need to load MIBs into the HP OpenView Simple Network Management Protocol (SNMP) MIB database after installation. This allows CiscoView to query devices for information.
To load the MIBs, enter:
$ NMSROOT/bin/cvinstall -fNote that the system takes 15 to 20 minutes to load all 57 MIBs.
If you are using SunNet Manager (SNM), MIBs are automatically copied into the correct SNM directory.
After CiscoView is installed, run snm -i so that all MIB schema, the CiscoView application registration, and the device registration information are taken into account.
Optionally, the -q option (snm -i -q) displays information about each schema as it loads.
Using the CiscoView 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 device, port, and card information.
Table 4 shows the different ways of accessing online help.
Table 4 : 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 see the CiscoView main window. To display a device, follow these steps:
If you cannot open a 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 Cisco Connection Online (CCO). CCO, formerly Cisco Information Online (CIO), is the Cisco Systems online support channel. Instructions on how to download additional devices for CiscoView using the cvinstall command are in the Network Management section on CCO or on the anonymous ftp server.
Licensing Agreement and Copyright Information
|
|
Copyright 1988-1996 © Cisco Systems Inc.