cc/td/doc/product/rtrmgmt/sw_ntman/cwsimain/cwsi_1_3
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Installing CiscoWorks 3.2
with CWSI 1.X

Installing CiscoWorks 3.2
with CWSI 1.X

To install CiscoWorks 3.2 or CWSI 1.X on your system, use the instructions in this document. Follow the instructions for your platform type exactly so that the applications operate together correctly.

This release note describes the following procedures:

Installing CiscoWorks and CWSI Together For the First Time

Follow these steps to install CiscoWorks 3.2 with CWSI 1.3 in any of the following operating environments:


  1. Install CiscoWorks. DO NOT install the CiscoView application that comes bundled with CiscoWorks.

  2. Install CWSI, including CiscoView, using the procedure in the installation booklet that accompanied your CD. Choose all CiscoView packages that apply to your network.

Note During the installation, you can choose to integrate CiscoView and VlanDirector with HP OpenView. The integration allows you to launch CiscoView and VlanDirector from an HP OpenView menu. TrafficDirector does not integrate with HP OpenView.

Installing CWSI on a System with CiscoWorks and CiscoView Already Installed

To install CWSI on a system that already has CiscoWorks 3.2 and CiscoView 3.2 installed, use the procedure that applies to your operating system and network management platform combination as described below:

Installation on Solaris with HP OpenView 3.X

If you are using Solaris with HP OpenView 3.X, follow these steps:


  1. Remove CiscoView 3.2, as described in the CiscoView Installation Guide.

  2. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for Solaris.

Installation on Solaris with SNM

If you are using Solaris with SNM, follow these steps:



  1. Remove CiscoView 3.2, as described in the CiscoView Installation Guide.

    After removing CiscoView 3.1(1) with CWSI or CiscoView 3.2(1), Cisco View leaves empty links from the SNM directory to its removed base directory. When you start SNM using the snm -i command, error messages are displayed regarding missing files.



  2. To remove the empty links, type the following script:
############
#!/bin/sh	
for file in /opt/SUNWconn/snm/agents/* /opt/SUNWconn/snm/struct/* /opt/SUNWconn/
snm/icons-48/*
do
			FILE=`ls -l $file`
echo $FILE | /usr/xpg4/bin/grep -q CSCOc
STAT=$?
if [ -h $file -a  $STAT -eq 0 ]; then
ls -l $file
rm $file
fi
done

  1. Remove $SNMHOME/struct/cw.schema, if it exists.

  2. If CiscoWorks is already installed, enter the following command:
#/opt/CSCOcws/etc/cw_install_snm
When you start SNM using the snm -i command, no errors should be displayed.

  1. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for Solaris.

Installation on HP-UX 10.X with HP OpenView 4.X

If you are using HP UX 10.X with HP OpenView 4, follow these steps:



  1. Remove CiscoView 3.2, as described in the CiscoView Installation Guide.

    Removing CiscoView 3.2 (whether bundled with CWSI or Cisco Works 3.2[1]), removes the /opt/CSCOcwh/CVapp directory leaving empty links from /etc/opt/OV/share/bitmaps/C to the /opt/CSCOcwh/CVapp directory. This causes the switch icons and the Cisco 2500, Cisco 4000, Cisco 4500, Cisco 7000, Cisco 7010, and Cisco 7500 routers on the OpenView window map to be displayed as generic icons.



  2. To resolve this situation, remove the links in the bitmaps directory using the following script:
############
#!/bin/sh
for file in /usr/OV/bitmaps/C/* 
do
FILE=`ls -l $file`
echo $FILE | /bin/grep -q CVapp
STAT=$?
if [ -h $file -a  $STAT -eq 0 ]; then
ls -l $file
rm $file
fi
done
#######

  1. Enter the following command:
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts
ovstop netmon
$NMSROOT/etc/cw_install_hpov

Some warnings may be displayed.



  1. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for HP-UX.

Installation on HP-UX 9.X with HP OpenView 3.X (Applies to CWSI 1.1 Only)

If you are using HP-UX 9.X with HP OpenView 3.X, follow these steps:



  1. Remove CiscoView 3.2, as described in the CiscoView Installation Guide.

    Removing CiscoView 3.2 (whether bundled with CWSI or CiscoWorks 3.2[1]), removes the /usr/nmscw/CVapp directory leaving empty links from /usr/OV/bitmaps/C to the /usr/nmscw/CVapp directory. This causes the switch icons and the Cisco 2500, Cisco 4000, Cisco 4500, Cisco 7000, Cisco 7010, and Cisco 7500 routers on the OpenView window map to be displayed as generic icons.



  2. To resolve this situation, remove the links in the bitmaps directory using the following script:
############
#!/bin/sh
for file in /usr/OV/bitmaps/C/* 
do
FILE=`ls -l $file`
echo $FILE | /bin/grep -q CVapp
STAT=$?
if [ -h $file -a  $STAT -eq 0 ]; then
ls -l $file
rm $file
fi
done
#######

  1. Enter the following command:
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts
ovstop netmon
$NMSROOT/etc/cw_install_hpov

Some warnings may be displayed.



  1. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for HP-UX.

Installing CiscoWorks on a System with CWSI Already Installed

To install CiscoWorks 3.2 on a system that already has CWSI installed, use the procedure that applies to your operating system and network management platform combination as follows:

Installation on Solaris with HP OpenView 3

If you are using Solaris with HP OpenView 3, follow these steps:


  1. Remove CWSI 1.X, as described in the "Removing CWSI" section.

  2. Install and configure CiscoWorks 3.2.

  3. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for Solaris.

Installation on Solaris with SNM

If you are using Solaris with SNM, follow these steps:


  1. Remove CWSI 1.X, as described in the "Removing CWSI" section.

    Removing CWSI (which includes CiscoView 3.1[1] or CiscoView 3.2[1]) removes the CiscoView base directory, leaving empty links from the SNM directory to the removed CiscoView base directory. When you start SNM using the snm -i command, error messages are displayed regarding the missing files.



  2. To remove the empty links, type the following script:
#!/bin/sh	
for file in /opt/SUNWconn/snm/agents/* 
/opt/SUNWconn/snm/struct/* /opt/SUNWconn/
snm/icons-48/*
do
      FILE=`ls -l $file`
      echo $FILE | /usr/xpg4/bin/grep -q CSCOc
      STAT=$?
      if [ -h $file -a  $STAT -eq 0 ]; then
              ls -l $file
              rm $file
      fi
done

  1. Remove $SNMHOME/struct/cw.schema, if it exists.

  2. If CiscoWorks is already installed, enter the following command:
/opt/CSCOcws/etc/cw_install_snm
When you start SNM using the snm -i command, no errors should be displayed.

  1. Install and configure CiscoWorks 3.2.

  2. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for Solaris.

Installation on HP-UX 10.X with HP OpenView 4.X

If you are using HP-UX 10.X with HP OpenView 4.X, follow these steps:


  1. Remove CWSI 1.X, as described in the "Removing CWSI" section.

    Removing CWSI (which includes CiscoView 3.1[1]), removes the /opt/CSCOcwh/CVapp directory, leaving empty links from /usr/OV/share/bitmaps/C to /opt/CSCOcwh/CVapp directory. This causes the switch icons and the Cisco 2500, Cisco 4000, Cisco 4500, Cisco 7000, Cisco 7010, and Cisco 7500 router icons on the OpenView window map to be displayed as generic icons.



  2. To resolve this situation, remove the links in the bitmaps directory using the following script:
#!/bin/sh
for file in /usr/OV/bitmaps/C/* 
do
       FILE=`ls -l $file`
       echo $FILE | /bin/grep -q CVapp
STAT=$?
       if [ -h $file -a  $STAT -eq 0 ]; then
               ls -l $file
               rm $file
       fi
done

  1. Enter the following command:
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts
ovstop netmon
$NMSROOT/etc/cw_install_hpov

Some warnings may be displayed.



  1. Install and configure CiscoWorks 3.2.

  2. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for HP-UX.

Installation on HP-UX 9.X with HP OpenView 3.X

If you are using HP-UX 9.X with HP OpenView 3.X, follow these steps:


  1. Remove CWSI 1.X, as described in the "Removing CWSI" section.

    Removing CWSI (which includes CiscoView 3.1[1]), removes the /usr/nmscw/CVapp directory, leaving empty links from /usr/OV/bitmaps/C to /usr/nmscw/CVapp directory. This causes the switch icons and the Cisco 2500, Cisco 4000, Cisco 4500, Cisco 7000, Cisco 7010, and Cisco 7500 router icons on the OpenView window map to be displayed as generic icons.



  2. To resolve this situation, remove the links in the bitmaps directory using the following script:
#!/bin/sh
for file in /usr/OV/bitmaps/C/* 
do
       FILE=`ls -l $file`
       echo $FILE | /bin/grep -q CVapp
STAT=$?
       if [ -h $file -a  $STAT -eq 0 ]; then
               ls -l $file
               rm $file
       fi
done

  1. Enter the following command:
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts
ovstop netmon
$NMSROOT/etc/cw_install_hpov

Some warnings may be displayed.



  1. Install and configure CiscoWorks 3.2.

  2. Install CWSI 1.X, as described in the CWSI 1.X Installation Guide for HP-UX.

Removing CWSI

This section provides instructions for removing CWSI from Solaris or HP-UX 10.X.

Removing CWSI from Solaris

You must remove packages in a specific order; otherwise, the pkgrm command will fail. To remove CWSI, follow these steps in the order presented:


  1. Enter the following commands:
# pkgrm CSCOtd
# pkgrm CSCOvlan
# pkgrm CSCOcv
# /bin/rm -rf install_directory

Note The default CWSI install directories are /opt/CSCOcv, /opt/CSCOvlan, and /opt/CSCOtd. The rm -rf command removes the entire directory tree and all the files in it, including your VlanDirector databases, if you previously installed them there.

  1. Remove the .cvlanrc file from your home directory, if it is present. Also remove all files with names ending in .map from your home directory.

Note If the message, "non-empty directory not removed," appears, the pkgrm command has failed to remove the files for the chosen package. The installation directory contains files that were added after the installation of the package. Reissue the pkgrm command for the chosen package.

If this attempt also fails, remove the remaining files using the following command:

# /bin/rm -rf install_directory

Removing CWSI from HP-UX 10.X

To remove CWSI, follow these steps:

Step 1 Enter the following commands:

# swremove -v CISCOVIEW


# swremove -v VLANDIRECTOR


# swremove -v TRAFFICDIRECTOR


# /bin/rm -rf install_directory


The default CWSI install directories are /opt/CSCOcv /opt/CSCOvlan, and /opt/CSCOtd. The rm -rf command removes the entire directory tree and all the files in it, including your VlanDirector databases, if you previously installed them there.


Step 2 Remove the .cvlanrc file from your home directory, if it is present. Also remove all files with names ending in .map from your home directory.

Cisco Connection Online

Cisco Connection Online (CCO), formerly Cisco Information Online (CIO), is Cisco Systems' primary, real-time support channel. Maintenance customers and partners can self-register on CCO to obtain additional content and services.

Available 24 hours a day, 7 days a week, CCO provides a wealth of standard and value-added services to Cisco's customers and business partners. CCO services include product information, software updates, release notes, technical tips, the Bug Navigator, configuration notes, brochures, descriptions of service offerings, and download access to public and authorized files.

CCO serves a wide variety of users through two interfaces that are updated and enhanced simultaneously--a character-based version and a multimedia version that resides on the World Wide Web (WWW). The character-based CCO supports Zmodem, Kermit, Xmodem, FTP, and Internet e-mail, and is excellent for quick access to information over lower bandwidths. The WWW version of CCO provides richly formatted documents with photographs, figures, graphics, and video, as well as hyperlinks to related information.

You can access CCO in the following ways:

For a copy of CCO's Frequently Asked Questions (FAQ), contact cco-help@cisco.com. For additional information, contact cco-team@cisco.com.


Note If you are a network administrator and need personal technical assistance with a Cisco product that is under warranty or covered by a maintenance contract, contact Cisco's Technical Assistance Center (TAC) at 800 553-2447, 408 526-7209, or tac@cisco.com. To obtain general information about Cisco Systems, Cisco products, or upgrades, contact 800 553-6387, 408 526-7208, or cs-rep@cisco.com



hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1997 © Cisco Systems Inc.