cc/td/doc/product/lan/cat6000/6500ems/sw_1_0
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Installing the Cisco 6500/7600 Series Manager
Installing the Cisco 6500/7600 Series Manager
Installation Options
License Requirements
System Requirements
Installing the Cisco Element Manager Framework
Checking the Perl Binary
Configuration Procedures
Mounting a Remote CD-ROM Drive
Installing the Cisco 6500/7600 Series Manager Server Using eminstall
Uninstalling the Cisco 6500/7600 Series Manager

Installing the Cisco 6500/7600 Series Manager


This chapter describes how to install the Cisco 6500/7600 Series Manager.

This chapter includes these sections:

Installing the Cisco 6500/7600 Series Manager

The following steps outline a typical workflow for the Cisco 6500/7600 Series Manager:


Step 1   Install and start the CEMF software.


Note    You must install a fully licensed version of the full CEMF application before you can install the Cisco 6500/7600 Series Manager software. See the "Installing the Cisco Element Manager Framework" section.

Step 2   Ensure that the C65/76M is using the correct Perl binary. The C65/76M software uses the Perl binary provided by CEMF. If another version of Perl is installed on the system and is used instead of the one provided by CEMF, the C65/76M software may not function correctly. See the "Checking the Perl Binary" section for more information.

Step 3   Check the Catalyst 6500 series switch hardware setup or the Cisco 7600 OSR setup. See the "Configuration Procedures" section for more information.

Step 4   (Optional) Mount a remote CD-ROM to install the Cisco 6500/7600 Series Manager from a remote system. See the "Mounting a Remote CD-ROM Drive" section for more information.

Step 5   Install the C65/76M software using eminstall. See the "Installing the Cisco 6500/7600 Series Manager Server Using eminstall" section for more information.

Step 6   (Optional) Set up the CEMF server as a TFTP server.

Step 7   Deploy a C65/76M object into the CEMF. Refer to the "Getting Started" chapter in the Cisco 6500/7600 Series Manager User Guide for more information.




Note   Check Cisco.com for details of the latest patch releases for the Cisco 6500/7600 Series Manager application. See the "Cisco.com" section on for further details.

Installation Options

You can install the Cisco 6500/7600 Series Manager in a distributed manner, utilizing the power of multiple machines. Two types of installation (server and client) can be performed from the CD-ROM. Figure 2-1 shows a typical deployment.


Figure 2-1   Server/Client Deployment


Installing the Server

You must install the Cisco 6500/7600 Series Manager server on the same system as the CEMF server. The server contains all the server processes that track the current state of the network, such as models, user access, and events. The server also contains all client windows.

Installing the Client

You can optionally install clients on separate workstations. Client installations run Cisco 6500/7600 Series Manager applications that access objects on the server. A client installation contains only those parts of the Cisco 6500/7600 Series Manager system necessary to run a Cisco 6500/7600 Series Manager user session. The user session communicates with the CEMF server to retrieve management information.

You can install client software onto the local machine; you do not need to mount files across the network. The only network traffic occurs when the client requires more data from the server.


Note   When you install a Cisco 6500/7600 Series Manager server, you also install all files that run a Cisco 6500/7600 Series Manager user session on the server system. The server system provides server and client functionality. The system allows you to upgrade by adding separate client machines later.

License Requirements

CEMF requires a license key to operate. Refer to the Cisco Element Management Framework User Guide version 3.1 for details or contact the Cisco Technical Assistance Center (TAC) for assistance.

System Requirements

The Cisco 6500/7600 Series Manager can be deployed in a number of configurations, from a single hardware system solution to a multi-site distributed management system. The Cisco 6500/7600 Series Manager runs on Sun Solaris/SPARC hardware in a Solaris operating environment, release 2.6.

Use the Cisco 6500/7600 Series Manager with the following supervisor engine IOS releases:

Small Deployments

Small deployments require a Sun Ultra 60 configured as follows:

Large Deployments

Large deployments require a Sun Enterprise 450 configured as follows:

Typical Client Requirements

A typical client requires a Sun Ultra 60 configured as follows:

Installing the Cisco Element Manager Framework

You must install and run CEMF version 3.1 with Patch 1 before you can install the Cisco 6500/7600 Series Manager. Refer to the Cisco Element Management Framework Installation and Administration Guide version 3.1 for more information.

Checking the Perl Binary

The Cisco 6500/7600 Series Manager software uses the Perl binary provided by CEMF version 3.1. If Perl is installed independently on the system running CEMF version 3.1, it may cause the Cisco 6500/7600 Series Manager software not to function correctly. To determine which Perl binary is to be used by the Cisco 6500/7600 Series Manager software, follow these steps:


Step 1   Log on to the CEMF server as the superuser.

Step 2   Enter this command:

# /opt/cemf/bin/cemf shell

Step 3   Enter this command:

# which perl

This command should return the /opt/cemf/tools/bin/perl directory. If it does not, then the C65/76M software may use an independent version of Perl that may cause the C65/76M software not to function correctly. You must remove the path to the independent Perl installation from the superuser PATH environment variable.


Note    The /opt/cemf/bin/tools directory is always appended to the superuser PATH environment variable. To ensure that the correct version of the Perl binary is used by the Cisco 6500/7600 Series Manager software, verify that a version of the Perl binary does not exist in the superuser PATH environment variable.



Configuration Procedures

You must configure the following prerequisites before the Cisco 6500/7600 Series Manager can manage a Catalyst 6500 series switch or a Cisco 7600 OSR.


Note   To perform the procedures in this section, you must enter these commands through the console port on the supervisor engine of the Catalyst 6500 series switch or the Cisco 7600 OSR.

Setting the Enable Password

To set the enable password, perform these steps:


Step 1   Type enable to enter the enable mode:

Router> enable

The prompt changes to the privileged EXEC prompt (#) as follows:

Router#

Step 2   Enter the configure terminal command to enter configuration mode:

Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#

Step 3   Set the enable password as follows:

Router(config)# enable secret <password>

Step 4   Exit configuration mode as follows:

Router(config)# exit
Router#



Setting the IP Address of the Switch

To set the IP address for the Catalyst 6500 series switch or for the Cisco 7600 OSR, perform these steps:


Step 1   Enter configuration mode as follows:

Router> enable
Password: <password>

Step 2   Enter the configure terminal command to enter configuration mode:

Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#

Step 3   Enter interface configuration mode as follows:

Router(config)# interface type slot/port
Router(config-if)#

Note   type is the type of Ethernet module; it can be ethernet, fastethernet, or gigabitethernet. slot and port identify the slot number and port number of the interface that provides network connectivity to the CEMF server.

Step 4   Enter the IP address and netmask as follows:

Router(config-if)# ip address ip_address netmask

Step 5   Exit configuration mode and interface configuration mode as follows:

Router(config-if)# exit
Router(config)# exit
Router#



The CEMF server should now be able to ping the Catalyst 6500 series switch or the Cisco 7600 OSR.

Setting the Telnet Password

To verify that the Catalyst 6500 series switch or the Cisco 7600 OSR accepts Telnet sessions, enter the telnet ip_address command from the CEMF server:

telnet ip_address


Note   ip_address is the IP address for the Catalyst 6500 series switch or for the Cisco 7600 OSR.

If there is no response, perform these steps:


Step 1   Enter configuration mode as follows:

Router> enable
Password: <password>

Step 2   Enter the configure terminal command to enter configuration mode:

Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#

Step 3   Configure the Telnet session as follows:

Router(config)# line vty 0 4
Router(config-line)# password <telnet password>
Router(config-line)# login

Step 4   Exit configuration mode and interface configuration mode as follows:

Router(config-line)# exit
Router(config)# exit
Router#



Setting the SNMP server


Note   If the SNMP server is not set, you must perform this procedure.

To set the SNMP server on the Catalyst 6500 series switch or on the Cisco 7600 OSR, perform these steps:


Step 1   Enter configuration mode:

Router> enable
Password: <password>
Router#

Step 2   Enter the configure terminal command to enter configuration mode:

Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#

Step 3   Set the SNMP read community string as follows:

Router(config)# snmp-server community read community RO

Step 4   Set the SNMP write community string as follows:

Router(config)# snmp-server community write community RW



Enabling SNMP Traps

If SNMP traps are not enabled, perform these steps:

Step 1   Enter configuration mode as follows:

Router> enable
Password: <password>
Router#

Step 2   Enter the configure terminal command to enter configuration mode:

Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.

Step 3   Enable SNMP traps as follows:

Router(config)# snmp-server enable traps

Step 4   Set the SNMP server to send traps to the CEMF server as follows:

Router(config)# snmp-server host ip_address of CEMF server read community



Mounting a Remote CD-ROM Drive

To install software onto a system that does not have its own CD-ROM drive, you need to mount the CD on the remote system and then export the device to make it accessible over the network. To mount a remote CD-ROM drive, perform these steps:


Step 1   Insert the C65/76M CD-ROM into the CD-ROM drive on the remote host.

Step 2   Log in as superuser on the remote host. Enter /usr/bin/ps -ef | grep vold to verify that the volume manager is running.

When the Volume Manager is running, you see a message similar to this one:

root 591 1 0 Feb 26 ? 0 :01 /usr/sbin/vold

Step 3   If you do not see a message similar to the one shown above, start the Volume Manager by entering:

/etc/rc2.d/S92volmgt start

Step 4   Export the CD-ROM device on the remote host as follows:

    a. When they are not already running, start the NFS related daemons by entering the following:

/usr/lib/nfs/nfsd 8
/usr/lib/nfs/mountd

    b. To share the mount point from the remote host, enter the following:

share -F nfs -o ro /cdrom/cdrom0

    c. To verify that this host has now made the CD-ROM drive accessible, enter the following:

share

The listing displayed includes the /cdrom mount point.

Step 5   Mount the remote CD-ROM on the local host (from where the installation is to take place) as follows:

    a. To create a mount point when none exists already, enter the following:

mkdir /mnt/cdfiles

    a. To mount the remote directory, enter the following:

mount -r remote-host : /cdrom/cdrom0 /mnt/cdfiles

Note   Replace the remote-host with the host name of the remote device.

The contents of the CD-ROM are visible under the /mnt/cdfiles mount point.



Installing the Cisco 6500/7600 Series Manager Server Using eminstall


Note   The following procedure assumes that a valid CEMF server is installed and running. Refer to the Cisco Element Management Framework Installation and Administration Guide version 3.1 for further details.

To install Cisco C65/76M using eminstall, perform these steps:


Step 1   On the CEMF server host, log in as the superuser.

Step 2   To insert the C65/76M CD-ROM, change the directory into the CD-ROM area by entering the following:

cd /cdrom/cdrom0

Step 3   To run the install script, enter the following:

./eminstall

The following menu appears:

INSTALL PACKAGE
================
1) CSCOC65M Server Package
2) CSCOC65M Server Package upgrade - Not Installed "CSCOC56Ms"
3) CSCOC65M Client Package - Incompatible type "c"
4) CSCOC65M Client Package upgrade - Not Installed "CSCOC65Mc"
5) Quit
Which package do you wish to install? (Def:q) [?,q]

You must install the server package (option 1) on the same host as the CEMF server. If you are using CEMF in the client/server mode, then you must install the client package (option 3) on each host running the CEMF client.


Note    Because the above example is from a host where the CEMF server package was installed, Option 3 indicates an error "Incompatible type c." This indicates that the client package cannot be installed on this host.


Note    Options 2 or 4 are available only if you are upgrading a currently installed Cisco 6500/7600 Series Manager to a newer version.

Step 4   Select the installation you require. The utility performs the appropriate installation.


Note    If a CEMF session is currently running, the Cisco 6500/7600 Series Manager installation process automatically closes all CEMF windows.

Step 5   When the installation is complete, exit the CD-ROM area as follows:

cd /

Step 6   Remove the Cisco C65/76M CD-ROM by entering the following:

eject cdrom

Step 7   Ensure the Cisco C6M was installed correctly by starting a CEMF session and entering the following:

CEMF ROOT /bin/cemf session.

Step 8   Log on with your user name and password.

Step 9   From the CEMF Launchpad, select the Viewer application. If the Cisco C6M was installed correctly, the containment hierarchy on the left side of the Viewer window will include the Cisco 6500 Manager containment view.

The Cisco C6M is now ready to use.



Uninstalling the Cisco 6500/7600 Series Manager

All Cisco 6500/7600 Series Manager processes stop and are uninstalled when the eminstall script is run with the -r option. To uninstall the Cisco 6500/7600 Series Manager, perform these steps:


Step 1   Log on to the CEMF server system with the C65/76M installed as superuser.

Step 2   Insert the C65/76M CD-ROM.

Step 3   Change the directory into the CD-ROM area by entering the following:

cd /cdrom/cdrom0

Step 4   Run the uninstallation script by entering the following:

./eminstall -r.

A menu similar to the one shown below is displayed:

REMOVE PACKAGE
================
1) CSCOC65M Server Package
2) Cisco Element Manager Framework - Server [cannot be removed]
3) Acrobat Reader Package
4) Quit
Which package do you wish to remove? (Def:q) [?,q]

Note   Additional options may be available if additional Element Managers other than the Cisco 6500/7600 Series Manager are installed on the CEMF server.

Step 5   Select the CSCOC65M Server Package option.

You are notified that the uninstallation is about to take place. When you proceed with the uninstallation, the window scrolls through the software as it is deleted and this message appears:

Removal of package was successful.

The option remove CSCOC65M Server Package was completed successfully




hometocprevnextglossaryfeedbacksearchhelp
Posted: Sat Jan 18 09:05:57 PST 2003
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.