cc/td/doc/product/rtrmgmt/cwparent/cw32
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Validating CiscoWorks Installation

Validating CiscoWorks Installation

To validate CiscoWorks installation and configuration, you must edit the .cshrc or .profile file on your system, depending on whether you're using the c-shell or the bourne shell. This chapter describes how to complete the validation of your CiscoWorks installation.

Validation Process Overview

Follow these main steps to validate CiscoWorks installation:


  1. Verify the environment variables and search paths in your .cshrc file.

  2. Start your network management platform (NMP) software and display CiscoWorks applications.

  3. Use the Process Manager window to display the CiscoWorks applications.

Verifying Environment Variables and Search Paths

To use your network management platform software, CiscoWorks and Sybase, you must verify that the appropriate environment variables and paths are set in your install.cshrc or .cshrc file.

Environment variables define how your particular system is set up, such as how directory paths locate specific files. Table 3-1 explains the environment variables and paths.


Table  3-1: Environment Variables and Directory Paths
Environment
Variable or Path
Explanation
NMSROOT CiscoWorks is installed in the directory /usr/nmscw. If the software was installed in a different directory, substitute the appropriate directory path to ensure a correct definition of the NMSROOT environment variable.
SYBASE Directory path where Sybase is located. The default is $NMSROOT/ sybase. If you select the default, the Sybase software is installed in the directory /usr/nmscw/sybase. The SYBASE variable refers to the NMSROOT variable and the Sybase directory following it.
CW_NMSDB Name of nms database. Default for the database is nms.
CW_POLLDB Name of the poll database. Default for the database is polldb.
PATH Directory path for your NMS software and various CiscoWorks directories (including $NMSROOT/bin, $NMSROOT/etc, and $SYBASE/bin). The path should be specified to include SunNet Manager or HP OpenView, CiscoWorks, and Sybase.
MANPATH Directory path for the CiscoWorks manual pages.
DISPLAY Environment variable for the monitor on which CiscoWorks displays. The default is :0 or hostname:0.
HHHOME Home directory where the CiscoWorks online help system is located.
HHPATH Directory path for the CiscoWorks online help system files.
XLIBI18N_PATH Library path for HyperHelp. The default is $HHHOME/lib.
TCL_LIBRARY Directory path for the TCL libraries.
TK_LIBRARY Directory path for the TK libraries.
DSQUERY Sybase server name. The default is $CW-SYBASE.
ESQRDIR Directory path for starting ESQR.The default is $NMSROOT/bin.
VVTERMCAP Used by ESQR to handle the terminal I/O mappings. The default is $NMSROOT/bin/vvtermcap.

Verifying Changes to the .cshrc File

The installation and configuration scripts make the following changes to the $NMSROOT/etc/install.cshrc file:

Different steps are required to verify the .cshrc file changes depending on which shell you use. If you use a C shell, refer to the instructions in the ".cshrc File Changes Using the C Shell" section. If you are using a Bourne shell, refer to the instructions in the ".profile File Changes Using the Bourne Shell" section.

.cshrc File Changes Using the C Shell

Verify that the correct changes were made to the install.cshrc file by performing the following steps:

Step 1 Execute the commands in the new install.cshrc file by entering the following command:

Substitute your CiscoWorks destination directory if it is not /usr/nmscw.


Step 2 Display the new values of the environment variables defined for your login account by entering the following command:

The values of the environment variables appear on screen. Check that values similar to the following are set:


The values on your screen will be different from those displayed above if you specify path names other than the defaults during installation and configuration.


Step 3 To copy the install.cshrc file into your existing .cshrc file, open both files with a text editor and copy the text from the install.cshrc file into the .cshrc file. Save the file and exit the editor when finished.

.profile File Changes Using the Bourne Shell

If you are using the Bourne shell, you cannot use the source command to run the install.cshrc file. You must manually change the .profile file to set the appropriate options.

Time Saver To change your default shell to the Bourne shell, run:
chsh username /bin/sh
or simply type:
/bin/sh

To make the correct changes to the install.cshrc file or add those changes to your existing .profile file, perform the following steps:

Step 1 Open the install.cshrc file with a text editor and edit the file to adapt it for Bourne shell use.

This book does not discuss Bourne shell requirements. Refer to your UNIX reference manual for detailed instructions on changing from C shell to Bourne shell commands. For example, replace the setenv command with an equal sign (=):


C shell:


Bourne shell:


Step 2 Save the file when finished.

Step 3 Open your .profile file and copy the text from the install.cshrc file into the .profile file. Modify the file, as necessary, for the Bourne shell. Save the file and exit the editor when finished.

Step 4 Run . .profile file to execute the new commands.

Starting CiscoWorks Applications

Once you install and configure CiscoWorks and verify the install.cshrc file, you can start your network management platform software and display CiscoWorks applications. After you start CiscoWorks, you can verify that the appropriate CiscoWorks processes are running by opening the Process Manager window.

The Process Manager window tracks several different types of CiscoWorks processes or daemons. A daemon is a process that performs a specific function for the system.

Refer to your platform-specific instructions to start the CiscoWorks applications.

Displaying CiscoWorks Applications on HP OpenView

CiscoWorks is fully integrated with HP OpenView, so you can access CiscoWorks applications directly from the main window of the HP OpenView platform. (See Figure 3-1) To display the main window of the HP Open View platform, enter the following:

%ovw


Figure 3-1: HP OpenView 3.0 Main Window



Displaying CiscoWorks Applications on SunNet Manager

This section briefly discusses how to start the SunNet Manager (SNM) Console to run CiscoWorks. For a more detailed description and options, refer to the SunNet Manager User's Guide.

You can use any of several commands to start the SNM Console. However, you must be running an X Window Manager session.


Note Do not use the following commands until you install SNM in the default installation directory.

To access SNM and CiscoWorks, perform the following steps:

Step 1 To start the SNM Console initially (when there is no database present) or when you want to bring up the last map file, enter the following:

If problems occur, your PATH environment variable may not include a path to SNM executables. You can enter a fully qualified path. In the following example, /usr/snm/bin is the path to the executables:


Step 2 Load a database map file (in ASCII format) into the SNM Console by selecting File>Load.

Step 3 To start the SNM Console using other options than above, enter one of the following:

% snm -i
Caution The -i option in the command starts the SNM Console and removes the current run-time database. If you have a run-time database and want to preserve it, do not use the -i option, or you will lose this data.
% snm map_name

For more information on starting the SNM Console or troubleshooting startup problems, refer to the SunNet Manager User's Guide.

Step 4 On SNM, you can start CiscoWorks applications from either the Tools menu or the Glyphs menu. Figure 3-2 shows the CiscoWorks applications available on the Tools menu.


Figure 3-2: CiscoWorks Applications on the SunNet Manager Tools Menu



SNM also has a menu that becomes available when you click on an icon. To display the menu, select an icon, place the pointer anywhere in the window pane, and press the MENU mouse button. On SNM, icons are called glyphs, and the menu that becomes available is called the Glyph menu (Figure 3-3).



Figure 3-3: CiscoWorks Applications on the Glyph Menu

Displaying the Process Manager Window

Step 1 From the SunNet Manager Console, select Tools>CW - Process Mgr; or from the HP Open View main window, select Administer>CW System>CW Process Mgr.

The Process Manager Window Opens (see Figure 3-4).



Figure 3-4: Process Manager Window



Step 2 To start a process, click the On checkbox next to it.

If the process starts successfully, the On checkbox appears dark. If an error message indicates that the process could not be started, check your SNM Console window for an error message.


Step 3 To exit the Process Manager application, select File>Exit.

After validating CiscoWorks installation as described in this chapter, proceed to the section "Learning to Use CiscoWorks" in the "CiscoWorks Getting Started On SunNet Manager" chapter to learn some simple tasks associated with CiscoWorks.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1997 © Cisco Systems Inc.