|
|
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:
Follow these steps to install CiscoWorks 3.2 with CWSI 1.3 in any of the following operating environments:
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:
If you are using Solaris with HP OpenView 3.X, follow these steps:
If you are using Solaris with SNM, follow these steps:
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.
############ #!/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
#/opt/CSCOcws/etc/cw_install_snm
If you are using HP UX 10.X with HP OpenView 4, follow these steps:
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.
############ #!/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 #######
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts ovstop netmon $NMSROOT/etc/cw_install_hpov
Some warnings may be displayed.
If you are using HP-UX 9.X with HP OpenView 3.X, follow these steps:
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.
############ #!/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 #######
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts ovstop netmon $NMSROOT/etc/cw_install_hpov
Some warnings may be displayed.
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:
If you are using Solaris with HP OpenView 3, follow these steps:
If you are using Solaris with SNM, follow these steps:
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.
#!/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
/opt/CSCOcws/etc/cw_install_snm
If you are using HP-UX 10.X with HP OpenView 4.X, follow these steps:
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.
#!/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
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts ovstop netmon $NMSROOT/etc/cw_install_hpov
Some warnings may be displayed.
If you are using HP-UX 9.X with HP OpenView 3.X, follow these steps:
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.
#!/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
setenv SCRIPT_DIR $NMSROOT/install/bin/scripts ovstop netmon $NMSROOT/etc/cw_install_hpov
Some warnings may be displayed.
This section provides instructions for removing CWSI from Solaris or HP-UX 10.X.
You must remove packages in a specific order; otherwise, the pkgrm command will fail. To remove CWSI, follow these steps in the order presented:
# pkgrm CSCOtd # pkgrm CSCOvlan # pkgrm CSCOcv #/bin/rm -rfinstall_directory
If this attempt also fails, remove the remaining files using the following command:
# /bin/rm -rf install_directory
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 (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.

|
|