|
|
This chapter describes how to install and configure CiscoWorks software on HP systems.
Before installing CiscoWorks, you must complete the prerequisite steps described in the "Preparing to Install CiscoWorks" chapter. To install and configure CiscoWorks, you need to perform the following general tasks:
To perform the tasks associated with installing and configuring CiscoWorks, you must log in to your system as the superuser (root). Superusers can perform functions that normal users cannot.
To become the superuser, you must know the root password. In the following examples, the root password is rootpassword.
If you are not logged in, enter the following commands to log in as the superuser:
login:rootPassword:rootpassword
Make sure that you start an X Window Manager session.
The UNIX prompt is a pound sign (#), indicating that you are logged in as the superuser.
If you are already logged in, but not as root, enter the following commands to change your login:
%suPassword:rootpassword
The C shell prompt changes from a percent sign (%) to a pound sign (#), indicating that you are logged in as the superuser.
If you are not upgrading, skip this section and go to "Installing or Upgrading CiscoWorks" later in this chapter.
Before you upgrade, you must perform the following tasks:
![]() | Caution If you are running Sybase, it is extremely important to back up each Sybase version separately. |
To prevent possible data loss, back up your system and database before installing CiscoWorks. If your system fails during the upgrade, it could corrupt the Sybase database.
Since CiscoWorks uses the Sybase database, you must close all database files and shut down your database before starting the backup process.
To shut down the database, perform the following steps:
Step 1 Log in to your system as the superuser.
For information on how to become the superuser, refer to the section "Becoming the Superuser," earlier in this chapter.
Step 2 To ensure that your Sybase environment variable is set, enter the following:
setenv SYBASE $NMSROOT/sybase
Step 3 Execute the isql binary by entering the following:
$SYBASE/bin/isql -Usa -P sa_password
Enter the password, if you created one, for the Sybase SA account at your site. If you do not supply a password, the script assumes the value for password is null.
After starting isql, the prompt 1> appears.
Step 4 Enter the shutdown command as follows:
shutdown
go
The database shuts down, and the root prompt reappears.
Back up your entire CiscoWorks system, including the $NMSROOT directory, current database(s) and map files, as well as any additional Sybase data files. For information on backing up UNIX files, refer to the UNIX manual pages on tar(1) or cpio(1).
![]() | Caution To prevent possible data loss, back up your system and database before installing CiscoWorks. |
After you shut down the Sybase database and back up your existing CiscoWorks software, verify that you are running the supported operating systems and network management software versions.
To verify your current operating system, enter uname -r.
To verify your current network management platform versions, start HP OpenView and then select Help>About Open View to view the version number.
If you are not running the supported versions, follow the instructions to upgrade your operating system and the network management platform software. If you are using HP-UX, follow the instructions in the HP documentation to upgrade your version of HP-UX to the appropriate version. After you install your operating system, follow the instructions in your NMS documentation to install HP OpenView, if it is not already installed.
Before you install CiscoWorks from a CD-ROM drive attached to your system or a remote system, connect a CD-ROM drive either to your workstation or to the remote workstation.
Retain the device number used by the CD-ROM drive for later use in installing CiscoWorks. After you log in as the superuser, the installation script prompts you to supply the device name of the local or the remote CD-ROM drive, or the name of the remote system and the device name of the remote drive.
The installation and configuration process takes a minimum of 20 to 30 minutes. Depending on your system performance and installation method, installation from a remote CD-ROM drive may take longer than 30 minutes.
![]() | Caution Avoid exposing the CiscoWorks CD-ROM to direct sunlight because it might harm the contents. |
CiscoWorks software is distributed on a CD-ROM. The CD-ROM contains a number of filesets, shown in Table 2-1. A fileset is group of related files. Each partition or fileset contains a specific set of files.
| Partition Name | Fileset Name | Contents |
|---|---|---|
| CISCO-WORKS | CISCOWORKS | Scripts, applications, and help files |
| SYBASE | Sybase relational database version 10.0.2 | |
| SHARE-LIBS | LIBXMU | X11 standard libraries |
| LIBXAW | X11 standard libraries |
If you are using a CD-ROM drive that is connected to your workstation, refer to the following section, "Mounting from a Local Drive." If you are using a CD-ROM drive that is connected to a remote workstation, refer to the section "Mounting from a Remote Drive." These instructions are also provided in the CiscoWorks CD-ROM insert booklet shipped with the product.
To install the CD-ROM from a local drive, perform the following steps:
Step 1 Log in as the superuser by entering su and the root password.
Step 2 If a /cdrom directory does not already exist, enter:
mkdir /cdrom
Step 3 Insert the CD-ROM in the drive.
Step 4 To mount the CD-ROM, enter:
/etc/mount -rF cdfs /dev/device_name /cdrom
-r mounts the CD-ROM in read-only mode.
-F indicates the type of filesystem, where cdfs specifies a filesystem with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS filesystem.
device_name is the device that you mount, usually /dev/dsk/c0t2d0.
If you do not use these options, media error messages may display on the console.
If you use a CD-ROM drive attached to a remote system, CiscoWorks does not consume disk space on the remote system because the software is copied across the network to the local workstation.
The root .rhosts file on the remote system must contain the host name of your local system and an entry for the user root. Otherwise, you cannot access the remote system to download software from its CD-ROM drive. For more information, refer to the rhosts UNIX manual page.
To install CiscoWorks from a remote host, acquire the appropriate login account to mount the CD-ROM remotely.
To install the CD-ROM from a remote drive, perform the following steps on the remote machine:
Step 1 Log in as the superuser by entering su and the root password.
Step 2 If a /cdrom directory does not already exist, enter:
mkdir /cdrom
Step 3 Insert the CD-ROM in the drive.
Step 4 Use a text editor to create an /etc/exports file, if one does not exist.
Step 5 Add the following line to the /etc/exports file:
/cdrom -ro
Step 6 Make sure that your workstation is enabled as an NFS server.
Check rpc.mountd daemon status by entering the following command:
ps -ef | grep rpc.mountd
Step 7 If these daemons are not running, enable your machine as an NFS server by entering:
/sbin/init.d/nfs.server start
Step 8 Mount the CD-ROM as follows:
/usr/sbin/mount -rF cdfs /dev/device_name /cdrom
-r mounts the CD-ROM in read-only mode.
-F indicates the type of filesystem, where cdfs specifies a filesystem with an ISO 9660 standard or High Sierra standard with Rock Ridge extensions and a CDFS filesystem.
device_name is the device that you mount, usually, /dev/dsk/c0t2d0.
If you do not use these options, media error messages may appear on the console.
Step 9 Go to the local machine and become the superuser by entering su and the root password.
Step 10 If a /cdrom directory does not already exist, enter:
mkdir /cdrom
Step 11 Mount the CD-ROM by entering.
# /usr/sbin/mount remote_machinename:/cdrom /cdrom
Step 12 If you are installing CiscoWorks for the first time, it is automatically installed in the following directories:
/opt/CSCOcwh HP OpenView version
/opt/CSCOsyb All Sybase modules
You may need to install or remove CWSI from your system before or after installing CiscoWorks.The following scenarios are described in this section:
The system on which you are installing or upgrading CiscoWorks may already have CWSI 1.1 or 1.3 installed. Install CiscoWorks as described in the section "Installing or Upgrading CiscoWorks" later in this chapter.
If the system on which you are installing already has CiscoWorks, install CWSI 1.1 as described in the CWSI 1.1 Installation Guide.
If the system on which you are installing already has CiscoWorks, install CWSI 1.3 as described in the CWSI 1.3 Installation Guide.
The system on which you are installing CWSI 1.1 or 1.3, may already have CiscoWorks and CiscoView already installed.
If the system on which you are installing CWSI 1.1 already has CiscoWorks and CiscoView 4.0 installed, do the following:
Step 1 Uninstall CiscoView 4.0 as described in the CiscoView Installation Guide.
Step 2 Install CWSI 1.1 as described in the CWSI 1.1 Installation Guide.
If the system on which you are installing CWSI 1.3 already has CiscoWorks and CiscoView 4.0 installed, do the following:
Step 1 Uninstall CiscoView 4.0 as described in the CiscoView Installation Guide.
Step 2 Install CWSI 1.3 as described in the CWSI 1.3 Installation Guide.
If the system from which you are removing CWSI 1.1 has CiscoWorks installed, follow the instructions in the CWSI 1.1 Installation Guide.
If the system from which you are removing CWSI 1.3 has CiscoWorks installed, follow the instructions in the CWSI 1.3 Installation Guide.
The upgrade and installation processes on HP-UX require you to install the CiscoWorks packages, modify the kernel configuration file, and run the configuration scripts.
All root file systems, software depots, and products in software depots are protected by access control lists (ACLs). The HP-UX installation commands (SD-UX) permit or prevent specific operations based on whether the ACLs on these objects permit the operation. Use the swacl command to view, edit, and manage these ACLs. The ACL must exist and you must have the appropriate permission (granted by the ACL itself) in order to modify it.
To view the current access list for the product:
/usr/sbin/swacl -l product -x target_directory=/cdrom/ CISCOWORKS40
To view the current access list for the host:
swacl -l host
To modify or for more information on the access control list, refer to the swacl manual page.
To upgrade CiscoWorks on an HP-UX platform, perform the following steps:
Step 1 Extract the files from the CD-ROM by entering:
cd /cdrom
./cwinstall -s /cdrom
Step 2 Answer yes each time cwinstall prompts whether you want to install a package.
Step 3 If OpenView is running, exit the interface by selecting Map>Exit.
Step 4 Shut down the OpenView daemons by entering the following command:
# ovstop
Step 5 Begin the CiscoWorks installation process by entering:
cd /opt/CSCOcwh/install
./cwconfigure
Answer the cwconfigure script questions according to the information you entered on the CiscoWorks Configuration Worksheet in Chapter 1.
Step 6 To unmount and eject the CD-ROM from your local and/or a remote machine, enter:
cd /
# unmount /cdrom
Step 7 Remove the CD-ROM from the drive and store it in a safe place.
Refer to the chapter "Validating CiscoWorks Installation" for installation verification procedures and customizing information.
To ensure that CiscoWorks runs successfully, you may need to perform several post-installation tasks. The following sections contain instructions for these tasks:
During installation, several log files (shown in Table 2-2) are created to track the installation process and provide diagnostic information if a problem arises.
When you are satisfied that CiscoWorks is properly installed and operating, you can remove each log file by entering the following commands:
#rm /opt/CSCOcwh/install/cwinstall.log#rm /opt/CSCOcwh/install/cwconfigure.log#rm /cdrom/swagent.log
rm *.log to remove the CiscoWorks log files because other applications can put log files in these directories, and you may need to keep those application's log files.
| Log Filename | Contents |
|---|---|
| /opt/CSCOcwh/install/cwinstall.defs | Your responses to the prompts during the configuration. (This file is not removed because you may want to use the same answers if you need to reinstall CiscoWorks. The software will use these answers as the defaults when you next install CiscoWorks.) |
| /opt/CSCOcwh/install/cwconfigure.log | Configuration log messages. |
| /opt/CSCOcwh/install/cwinstall.log | Installation log messages. |
| //cdrom/swagent.log | Installation log for software tools. |
You can customize certain features of your CiscoWorks and NMS environments by modifying the X Windows resource files. X resources are listed in each user's .Xdefaults file or in the system X resource files located in the /usr/lib/X11/app-defaults directory. For example, you can change the window display colors, fonts, or sizes, or specify certain ways for CiscoWorks to run in your X Windows environment.
This section provides information on the following topics:
You can customize any X resource that CiscoWorks applications use, including colors, fonts, and sizes in CiscoWorks windows. To use your own colors, fonts, and sizes for CiscoWorks, perform one of the following procedures:
When working with CiscoWorks applications, you may notice that the window sizes vary from application to application. The layout of the window and the size of its text and graphics is preset to be large enough to contain all the elements that define the window. However, you can resize the window without obscuring the text.
To save the default CiscoWorks window size, perform the following steps:
Step 1 Use a text editor such as vi to open the $HOME/XCiscoWorks file.
Step 2 Add the following line to your $HOME/XCiscoWorks file:
XCiscoWorks*geometry:500x400+0+0
Step 3 Save the $HOME/XCiscoWorks file and quit the text editor.
Step 4 Enter the following command at the UNIX prompt:
# xrdb -merge ~/XCiscoWorks
CiscoWorks features an expanded Help system with hyperlinks (jumps to other help windows) to help you learn more about your CiscoWorks applications.
By default, hyperlinks display link text in forest green. To change the color, you can modify the X resource HyperHelp*LinkColor.
The current default help settings are modeled after Microsoft Help's color scheme. To change the default setting for windows, fonts, and other options, modify lines in your X resource HyperHelp file.
To modify the X resources for your Help windows, perform the following steps:
Step 1 Change to the directory where the HyperHelp X resource file is located:
cd /usr/lib/X11/app-defaults
You may have put the HyperHelp file in a different directory; if so, change to the appropriate directory path.
Step 2 Use a text editor such as vi to alter any of the following X resources in the HyperHelp file:
Step 3 Save the HyperHelp file and exit.
Step 4 Restart the online help system to allow the new HyperHelp system changes to take effect.
To define the look of your text editor window, perform the following steps, substituting the appropriate options:
Step 1 Confirm that X Windows is running.
To start an X window session, enter x11start or xinit at the UNIX command line.
Step 2 Use a text editor such as vi to open the .Xdefaults file.
Step 3 Add a line with the following format to the .Xdefaults file:
EditorFormat:command_string %s
Where command_string is the value or name of the X resource. For example, to specify the vi editor located in /usr/local/bin, add the following line to the .Xdefaults file:
EditorFormat:/usr/local/bin/vi %s
For example, to specify the vuepad editor located in /usr/vue/bin, add the following line to the .Xdefaults file:
EditorFormat:/usr/vue/bin/vuepad %s
Step 4 Save the .Xdefaults file and quit the text editor.
To enable boot file generation, edit the .Xdefaults file to specify the on state by performing the following steps:
Step 1 Confirm that X Windows is running.
To start an X window enter x11start or xinit at the UNIX command line.
Step 2 Use a text editor such as vi to open the .Xdefaults file.
Step 3 Add the following line to the .Xdefaults file:
Bootfile:on
Step 4 Save the .Xdefaults file and quit the text editor.
After you install CiscoWorks for the first time, you may need to reinstall it. For example, some files on your workstation might become damaged or corrupted. Reinstalling means that you delete all of the existing CiscoWorks files and reinstall them from the same version of CiscoWorks. When you reinstall CiscoWorks, you can do a new or upgrade install, as appropriate.
|
|