ciscoview cd installation instructions for solaris and hp-ux · # /usr/sbin/mount -rt cdfs...

32
1 CiscoView CD Installation Instructions for Solaris and HP-UX This instruction book provides information about installing and running CiscoView on your network management station. You can install CiscoView on a HP system 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 lets you access dynamic status, statistics, and comprehensive configuration information for Cisco Systems switch and internetworking products. CiscoView lets you display a graphical representation of each network device, display configuration and performance information, perform minor troubleshooting tasks, and control and configure specific devices. There are also device-specific applications that further enhance your network management capabilities. If you are installing CiscoView on a Network File System (NFS) mounted drive, you need root authority on the NFS partition.

Upload: others

Post on 17-Mar-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

CiscoView CD Installation Instructions for Solaris and HP-UX

This instruction book provides information about installing and running CiscoView on your network management station. You can install CiscoView on a HP system 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 lets you access dynamic status, statistics, and comprehensive configuration information for Cisco Systems switch and internetworking products.

CiscoView lets you display a graphical representation of each network device, display configuration and performance information, perform minor troubleshooting tasks, and control and configure specific devices. There are also device-specific applications that further enhance your network management capabilities.

If you are installing CiscoView on a Network File System (NFS) mounted drive, you need root authority on the NFS partition.

1

Page 2: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

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 recommendations shown in Table 2.

Table 1 CiscoView Typical System Requirements

Table 2 CiscoView Hardware and Software Recommendations

Operating SystemAvailable Disk Space RAM

Solaris 2.4, Solaris 2.5.1 130 MB1

1. Minimum install requirement is 30MB for both Solaris and HP-UX.

32 MB

HPUX 10.1, HPUX 10.2 120 MB 32 MB

Hardware Software

Sun SPARCstationColor Monitor

Windowing System: X11R4 or X11R5, OpenWindows 3.0 or 3.3, Motif 1.2

Network Management Software (optional): SunNet Manager 2.2.3, 2.3

HP-UX system (9000 series/700)

Network Management Software (optional): HP OpenView 4.1, 4.1.1

2

Page 3: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Mounting on a Solaris Workstation

This section describes how to mount CiscoView on a Solaris 2.4 or 2.5.1 system.

Mounting from a Local CD-ROM Drive

Insert the support CD-ROM disk into the CD-ROM drive; then perform the following steps:

1 Become the superuser by entering su and the root password at the command prompt, or log in as root. The command prompt changes to the pound sign (#).

2 If the /cdrom directory does not already exist, enter the following command to create it:

# mkdir /cdrom

3 Mount the CD-ROM drive. The vold daemon process manages the CD-ROM device and performs the mounting. The CD-ROM may automatically mount onto the /cdrom/cdrom0 directory.

If the CD-ROM is not mounted, mount it by entering:

#mount -F hsfs -r /dev/sr0 /cdrom

3

Page 4: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

If you get a mount error, refer to your Solaris documentation for troubleshooting information.

4 To continue the installation, go to “Installing CiscoView.”

Mounting from a Remote CD-ROM Drive

Insert the support CD-ROM disk into the CD-ROM drive; then perform the steps 1 through 6 on the remote machine.

1 Become the superuser by entering su and the root password at the command prompt, or log in as root. The command prompt changes to the pound sign (#).

2 If the /cdrom directory does not already exist, enter the following command to create it:

# mkdir /cdrom

3 Mount the CD-ROM drive. The vold daemon process manages the CD-ROM device and performs the mounting. The CD-ROM may automatically mount onto the /cdrom/cdrom0 directory.

If the CD-ROM is not mounted, mount it by entering:

# mount -F hsfs -r /dev/sr0 /cdrom

4

Page 5: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

If you get a mount error, refer to your Solaris documentation for troubleshooting information.

4 Use a text editor to create an /etc/dfs/dfstab file, if one does not exist, and add the following line:

share -F nfs -o ro /cdrom

5 Ensure that your workstation is enabled as an NFS server, as follows:

Verify NFS server status with the following command:

# ps -ef | grep nfs | grep -v grep

If you machine is enabled as an NFS server, you will see /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd in the output of this command.

6 If the machine is not enabled as an NFS server, enable it by entering:

# /etc/init.d/nfs.server start7 Go to the local machine.

8 Become the superuser by entering su and the root password.

9 If the /cdrom directory does not already exist, enter the following command to create it:

5

Page 6: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

# mkdir -p /cdrom

10 Mount the CD-ROM drive by entering the following command:

# /usr/sbin/mount -r remote_machine_name:/cdrom /cdromBy default, CiscoView is installed in /opt/CSCOcv.

11 To continue the installation, go to “Installing CiscoView.”

Mounting on HP-UX

This section describes how to mount CiscoView on HP-UX 10.x systems.

Mounting from a Local CD-ROM Drive

Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform the following steps:

1 Become the superuser by entering su and the root password at the command prompt, or log in as root. The command prompt changes to the pound sign (#).

2 If the /cdrom directory does not already exist, enter the following command to create it:

6

Page 7: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

# mkdir /cdrom

3 Mount the CD-ROM drive by entering the following command:

# /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom

An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0.

4 To continue the installation, go to “Installing CiscoView.”

Mounting from a Remote CD-ROM Drive

Insert the CiscoView CD-ROM disk into the CD-ROM drive; then perform steps 1 through 7 on the remote machine.

1 Become the superuser by entering su and the root password at the command prompt, or log in as root. The command prompt changes to the pound sign (#).

2 If the /cdrom directory does not already exist, enter the following command to create it:

# mkdir /cdrom

3 Use a text editor to create an /etc/exports file, if one does not exist.

7

Page 8: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

4 Add the following line to the /etc/exports file:

/cdrom -ro

5 Ensure that your workstation is enabled as an NFS server, as follows.

Verify NFS server status with the following command. Both nfsd and rpc.mountd daemons must be running for a workstation to be an NFS server.

# ps -e | grep nfsd | grep -v grep

If no nfsd daemons are running, start some with the following command:

# /sbin/init.d/nfs.server start

Verify rpc.mountd daemon status with the following command:

# ps -e | grep rpc.mountd | grep -v grep

If no rpc.mountd daemon is running, start one with the following command.

# /usr/sbin/rpc.mountd -n

6 Mount the CD-ROM drive by entering the following command.

8

Page 9: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

# /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom

An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0.

The -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.

7 Run exportfs -a with the following command:

# /usr/sbin/exportfs -a

8 Go to the local machine.

9 Become the superuser by entering su and the root password.

10 If the /cdrom directory does not already exist, enter the following command to create it:

# mkdir /cdrom

11 Mount the CD-ROM drive by entering the following command:

9

Page 10: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

# /usr/sbin/mount remote_machine_name:filesystem local_machine_filesystem

12 To continue the installation, go to “Installing CiscoView.”

Installing CiscoView

This section describes how to install CiscoView on a Solaris workstation, or an HP system. After the initial steps to begin the installation, the procedure is the same for both Solaris and HP systems.

After you complete this entire section, go to “Loading Management Information Base (MIB).”

Starting a Solaris Installation

To install CiscoView on a Solaris platform, perform the following steps:

1 Change directories to the directory where you have mounted the CD for example, /cdrom.

2 Enter

./setup.sh

3 To complete your installation, skip to “Continuing the Installation.”

10

Page 11: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Starting an HP Installation

1 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

2 To complete your installation, skip to “Continuing the Installation.”

Continuing the Installation

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.

1 Respond to the copyright prompt:

Do you agree to the terms of this copyright (y/n)?

Enter y or n to continue the installation.

11

Page 12: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

2 If you have an older version of CiscoView installed, you are prompted if it is OK to remove this older version. You cannot install CiscoView 4.0 if you have an older CiscoView installed.

3 The screen displays a series of prompts about the following variables:

• the installation location for CiscoView (you can change this when prompted)

• file owner and group

• integration of CiscoView with a network management system

• device options and README files. You must select which devices you want to install from the list (the default is all devices)

Enter all, 1 or press Return in response to each prompt to continue the installation.

Note You can press Ctrl-C at any time to terminate the installation. If you terminate before the installation is complete, you must perform the installation from the beginning.

3 The installation program displays a summary of your answers before you confirm the installation. Review this summary to check your responses to the installation prompts.

12

Page 13: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

If your responses are all as you want them to be, enter y or press Return to perform the installation.

As the installation proceeds, the file names are listed on the screen as they are installed. The engine takes approximately 7 to 15 minutes to install, depending on your system speed. Each CiscoView package takes approximately 3 to 5 minutes to install.

4 Check /tmp/ciscoinstall.log for errors. Save this file; it can help you with troubleshooting if you have problems with the installation.

After the installation has been completed, messages similar to the following are shown on the screen.

INSTALLATION COMPLETE A complete logfile is located in /tmp/ciscoinstall.log. Update your PATH to include /opt/CSCOcv/bin.

5 To update the path

For C Shell, source the CVinstall.cshrc file by adding the following line to the .login (for each CiscoView user) or .cshrc file, log out and log back in:

source /opt/CSCOcv/etc/CVinstall.cshrc

13

Page 14: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

For Bourne/Korn shell, source the CVinstall.sh file or add the following line to the .profile file, log out and log back in:

. /opt/CSCOcv/etc/CVinstall.sh

6 Set the NMSROOT environment variable to the following values to enable loading of mibs. This variable should be set to the directory where CiscoView is installed. The default is /opt/CSCOcv.

For C shell

setenv NMSROOT /opt/CSCOcv

For Bourne shell

NMSROOT=/opt/CSCOcv

To unmount the CD-ROM drive, continue to “Unmounting the CD-ROM Drive.”

14

Page 15: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Unmounting the CD-ROM Drive

1 To unmount the CD-ROM drive enter the following commands as superuser.

For Solaris

# umount /cdrom (for a remote CD)

OR

# umount /cdrom/./cdrom0 (for a local CD)

For HP-UX

# cd /# umount /cdrom

2 To eject the CD-ROM disk, either press the eject button on the CD-ROM drive (HP machines), or type:

For Solaris

# eject

15

Page 16: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

For HP-UX

# eject /cdrom

3 Remove the CD-ROM disk and store it in a safe place.

4 To load the MIB files for CiscoView, go to “Loading Management Information Base (MIB).”

Loading Management Information Base (MIB)

This section describes how to load MIB files for CiscoView. This is a required task.

SunNet Manager 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.

16

Page 17: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Optionally, you can run SNM with the -q option (snm -i -q). This option displays information about each schema as it is loaded.

To start CiscoView, go to “Starting CiscoView.”

HP OpenView MIB Files

If you chose to integrate with HP OpenView during the CiscoView install, you were asked whether or not you wanted to load MIBs into HP OpenView at that time. If you chose not to load MIBs into HP OpenView, you can do it at any time after the install has completed.

Load the MIB files by entering:

# $NMSROOT/bin/cvinstall -f

Note that the system takes 15 to 20 minutes to load all MIB files.

To start CiscoView, go to “Starting CiscoView.”

Starting CiscoView

This section describes how to start CiscoView from SunNet Manager, HP OpenView, or the UNIX command prompt on either a Solaris or HP system.

17

Page 18: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

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):

1 Save your existing SunNet Manager database and exit the program.

2 Restart SunNet Manager by entering the following command at the system prompt:

% snm -i

The SunNet Manager main window appears.

3 To start CiscoView, select Tools>CW - CiscoView.

You are now finished with the installation. For more information on displaying devices in CiscoView, go to “Displaying a Device with CiscoView.”

18

Page 19: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Starting CiscoView from a Device Icon

To start CiscoView from a device icon, perform the following steps:

1 In the SunNet Manager Properties sheet for the device, enter the Read community string for the device you want to view.

2 In the SunNet Manager network map, display the popup menu for the device by clicking on the device.

3 Choose CiscoView from the popup menu.

The CiscoView window is displayed with a graphical representation of the specified device (also referred to as a panel).

You are now finished with the installation. For more information on displaying devices in CiscoView, go to “Displaying a Device with CiscoView.”

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.

19

Page 20: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Starting CiscoView from the Command Line

Make sure that the PATH environment variable includes the path to the CiscoView executables.

To start CiscoView from the UNIX command line, enter the following at the system prompt:

% 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.”

% nmcview -host charlie -rd over

The CiscoView window is displayed with a graphical representation of the specified device (also referred to as a panel).

You are now finished with the installation. For more information on displaying devices in CiscoView, go to “Displaying a Device with CiscoView.”

20

Page 21: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

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:

1 Select File>Open Device.

The File - Open Device window is displayed.

2 Complete the fields in the File - Open Device window as follows:

In the Host field, enter the host name or IP address of the device you want to display.

In the Read Community field, enter the Read Community string specified by your network administrator (unless Public has already been specified).

In the Write Community field, enter the Write Community string specified by your network administrator (unless Public has already been specified). The correct Write Community string allows you to change certain device settings.

21

Page 22: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

3 Click OK to display the panel of the specified device.

To download additional devices, see the quick reference section, “Downloading Device Packages.”

Downloading Device Packages

This section provides a quick reference to downloading device packages from CCO. If you do not have Internet access, skip this section (see “Additional Documentation”). For the detailed description of downloading devices, see the “Downloading Device Packages” chapter in the CiscoView Getting Started Guide.

Note You need to be root or the owner (as specified in the install), to perform the download.

1 Check the version number of CiscoView.

Open CiscoView by entering nmcview from any directory on your workstation.

Select Help>About CiscoView. It should be Release 4.0 or later.

2 Close CiscoView by selecting File>Exit.

3 Create a permanent location for the cv_pkgs directory.

22

Page 23: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Type mkdir /usr/nms/cv_pkgs to create a directory to store the cv_pkgs.

Change to the /usr/nms/cv_pkgs directory by typing cd /usr/nms/cv_pkgs.

4 Access CCO.

You can access CCO as a guest or as a registered user.

To be granted special file access as a guest do the following:

Call TAC at 1-800-553-2447 or 1-408-526-7209, state the product you are downloading, and you are transferred to the appropriate person to obtain your special access code.

Open your Web browser and enter http://www.cisco.com/public/library

Enter your special access code in the Other Software Products/Special Files section.

Select the device tar file and a download option.

Reenter your password, if required.

Save the device file in the cv_pkgs directory on your system.

23

Page 24: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Go to Step 6, “Untar the device tar file.”

To access as a registered user do the following:

Open your Web browser and access the Software Library by typing:

http://www.cisco.com/kobayashi/sw-center/

At the prompts, enter your CCO user ID and password.

Proceed to Step 5, “Download the device tar file into the cv_pkgs directory.”

5 Download the device tar file into the cv_pkgs directory.

There are two methods for downloading, downloading from CCO and downloading from FTP. For information on downloading from FTP, see the Software Library Web page or the CiscoView Getting Started Guide.

In the Software Image Library Network Management Products section, select the CiscoView Upgrade Planner pointer to the CiscoView packages.

To review the package README, click on the README filename and select a download option.

24

Page 25: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

To select a device tar file, click on the device filename and select a download option.

Reenter your password, if required.

If required, click Save File or File>Save As, depending on the browser you are using. If a filter window appears, enter the complete destination pathname for the downloaded device.

If a filter window appears, enter the complete destination pathname in the Selection section of the filter window for the downloaded device, for example, /usr/nms/cv_pkgs/device_name.

Close the Web browser.

Go to Step 6, “Untar the device tar file.”

6 Untar the device tar file.

Enter tar -xvf file_name in the cv_pkgs directory, where file_name is the name of your device package.

7 Add the package file to CiscoView.

Check the environment variable by entering env. It should include NMSROOT.

25

Page 26: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

If NMSROOT does not appear, set it by typing:

setenv NMSROOT install_directory

where install_directory is the name of the directory where CiscoView is installed, /opt/CSCOcv.

Enter su root to login as root.

Enter

$NMSROOT/cvinstall /usr/nms/cv_pkgs/device_name.pkg

to add the package file to CiscoView in the cv_pkgs directory.

The downloading is complete. If there are any problems, check the cvinstall.log file in your install directory or see the CiscoView Getting Started Guide for more detail.

26

Page 27: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Removing CiscoView

If you encounter problems during installation, you might want to reinstall CiscoView. Before reinstalling CiscoView, you must first remove it.

Removing CiscoView on Solaris

To remove CiscoView on Solaris, enter the following commands (this removes only the files in the ciscoview.mfs directory):

# pkgrm CSCOcv

Removing CiscoView on HP-UX 10.x

To remove CiscoView from an HP-UX 10.x system, enter the following command:

# swremove -v CISCOVIEW

27

Page 28: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Cleaning Up Standalone CiscoView Files

For CiscoView standalone, to clean up either a Solaris workstation or an HP system 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 /opt/CSCOcv -type f -print# rm -rf /opt/CSCOcv

Replace /opt/CSCOcv with the location of the CiscoView files.

Cleaning Up Integrated CiscoView Files

To clean up CiscoView integrated on CiscoWorks, enter the following:

# find /opt/CSCOcws/CVapp -type f -print# rm -rf /opt/CSCOcws/CVappon Solaris with SNM.

# find /opt/CSCOcwh/CVapp -type f -print# rm -rf /opt/CSCOcwh/CVappon Solaris with HPOV.

# find /opt/CSCOcwh/CVapp -type f -print# rm -rf /opt/CSCOcwh/CVappon HPUX with OV.

28

Page 29: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Additional Documentation

The CiscoView Getting Started Guide contains information on the following:

• Performing Incremental Device Support: see “Downloading to a UNIX Workstation” in the chapter, “Downloading Device Packages.”

The Cisco Network Management Support CD-ROM contains the latest Cisco network management device and application support files. These files are organized into product packages and provide up-to-date management support for the latest Cisco devices for all supported platforms. For more information, refer to your Product Catalog.

• Uninstalling CiscoView: see “Removing CiscoView” in the “Downloading Device Packages” chapter.

29

Page 30: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Troubleshooting

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:

• The SNMP server is not set in the device. You can still ping the device from the management station.

• You have entered an incorrect community string in the File - Open Device window.

• The management station cannot reach the device and cannot successfully ping the device.

• Check your device package and compare the date to the CCO device package version. Upgrade your device package to the latest version, if required.

30

Page 31: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

Cisco Connection Online

Cisco Connection Online (CCO) is Cisco Systems' primary, real-time support channel. Maintenance customers and partners can self-register on CCO to obtain additional information 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, product documentation, 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 it 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.

31

Page 32: CiscoView CD Installation Instructions for Solaris and HP-UX · # /usr/sbin/mount -rt cdfs /dev/dsk/device_name /cdrom An example of a device name on HP-UX 10.x is /dev/dsk/c0t3d0

You can access CCO in the following ways:

• WWW: http://www.cisco.com

• WWW: http://www-europe.cisco.com

• WWW: http://www-china.cisco.com

• Telnet: cco.cisco.com

• Modem: From North America, 408 526-8070; from Europe, 33 1 64 46 40 82. Use the following terminal settings: VT100 emulation; databits: 8; parity: none; stop bits: 1; and connection rates up to 28.8 kbps.

For a copy of CCO's Frequently Asked Questions (FAQ), contact [email protected]. For additional information, contact [email protected].

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 [email protected]. To obtain general information about Cisco Systems, Cisco products, or upgrades, contact800 553-6387, 408 526-7208, or [email protected]

32