|
|
CiscoWorks for Switched Internetworks (CWSI) is a suite of network management applications that enable you to configure, monitor, and manage a switched internetwork. CWSI includes the following applications:
The CWSI installation automatically includes Network Map, VlanDirector, and UserTracking. CiscoView, TrafficDirector, and AtmDirector are optional components.
This booklet includes the following information:
For information about getting started with CWSI and using the other CWSI applications, refer to the following:
Before you install CWSI, make sure your system has enough disk space and meets the requirements listed in Table 1.
| Hardware
| Sun Ultra 1, Ultra 2, or higher
17-inch color monitor CD-ROM drive |
| Operating system | SunSoft Solaris 2.51 or 2.6 |
| Available disk space | 350 MB (minimum)
2 GB (recommended) |
| Memory | 128 MB of RAM (minimum)
256 MB of RAM (recommended) |
This section describes how to install CWSI and its components, and set paths and environments.
1 ) Become superuser by entering su and the root password at the command prompt, or log in as root.
2 ) Insert the CWSI CD-ROM into the CD-ROM drive.
3 ) If the /cdrom directory does not already exist, enter the following command to create it:
# mkdir /cdrom
The CD-ROM is automatically mounted into the /cdrom/cdrom0 directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM.
4 ) Enter the following commands:
#cd /cdrom/cdrom0#./setup.sh
5 ) You are prompted to select the optional components that you want to install.
6 ) Enter the appropriate option and press Return.
7 ) Enter y to agree to the terms of the copyright.
8 ) Enter information or press Return for the default response (in square brackets) to the following questions:
The values you enter or confirm are displayed.
9 ) Enter y to accept these values.
As the installation proceeds, filenames for the CWSI, CiscoView, TrafficDirector, and AtmDirector applications are displayed as they are installed. Each application takes approximately 10 minutes to install, depending on your system configuration.
CiscoView is the first optional component installed. The install directory (/opt/CSCOcwsi) is already selected, but the system prompts you to confirm or change the user and group members:
Installing CiscoView in /opt/CSCOcwsi. Files installed will belong to user: bin group: bin Use this owner and group (y/n)? [y]
Press Return or y for the default response. Press n to change the user or group members.
At the prompt, select the device files you want to install. To install the device files, follow these steps:
1 ) Enter the number corresponding to the device manager you want to install. To install all the CiscoView device files, press Return or y.
2 ) Enter y to display the current CiscoView release note after installing CiscoView.
A summary of your responses is displayed before you confirm the CiscoView installation.
3 ) If the summary is correct, enter y. If you need to change anything, enter n to return to the CiscoView configuration prompts and change the responses you entered.
If you have chosen to install TrafficDirector and AtmDirector, they are installed automatically in the /opt/CSCOcwsi directory.
To complete your installation, follow these steps:
1 ) Type q to exit the setup menu, which is redisplayed when the installation is complete.
2 ) Remove the CD-ROM and store it in a safe place.
The cwsinstall.log file contains information for CiscoView, TrafficDirector, and AtmDirector. Be sure to save this file to help you troubleshoot future installation problems.
You must set the paths and environment variables for CWSI, and indicate the source of the TrafficDirector file before attempting to use TrafficDirector.
Add the lines listed in Table 2 to the .cshrc file (csh) or .profile file (sh or ksh). If you installed the applications in directories other than the default directory, use that directory name instead.
| csh | setenv PATH "$(PATH)":/opt/CSCOcwsi/bin source /opt/CSCOcwsi/.traffdir.cshrc |
| sh or ksh | PATH=$PATH:/opt/CSCOcwsi/bin . /opt/CSCOcwsi/.traffdir.sh |
Launch CWSI using the following startup command:
/opt/CSCOcwsi/bin/cwsi
Launch VlanDirector, AtmDirector, UserTracking, TrafficDirector, and CiscoView from the main CWSI screen.
If you have not installed a particular component (such as AtmDirector), that option is not available in the main CWSI menu.
To remove CWSI, use the uninstall command as follows:
# cd /opt/CSCOcwsi/bin # ./uninstall.sh
The default CWSI install directory is /opt/CSCOcwsi. If you installed CWSI and its components in a different directory, enter that directory instead.
To add new devices to CiscoView, access Cisco Connection Online (CCO). Instructions on how to download additional devices for CiscoView using the cvinstall command are available on CCO or on the anonymous ftp server, in the Network Management section of the Software Center. These instructions are also included in the CiscoView Incremental Installation Quick Reference guide, which is on the Documentation CD.
To incrementally add device support from CCO, take the following steps:
1 ) Download the device package files from CCO into the cv_pkgs directory.
2 ) For CCO packages, untar the package by entering the following command:
# tar -xvf tar_filename
3 ) Set your NMSROOT environment variable, as follows:
# setenv NMSROOT /opt/CSCOcv
4 ) Go to the cv_pkgs directory by entering the following command:
# cd /cdrom/cdrom0/cv_pkgs
5 ) To install the package, log in as root and enter the following command:
$NMSROOT/bin/cvinstall device_name.pkg
|
|