|
|
Installing TrafficDirector Software
This chapter tells you how to install the TrafficDirector software. It includes:
If you have obtained the TrafficDirector software as a component of CiscoWorks for Switched Internetworks (CWSI) please follow the installation instructions for that bundle.
Installation Procedure Overview
System and Software Configuration Requirements
Table 2-1 lists the supported hardware/software configurations and the TrafficDirector models that apply to each. If your configuration does not match one of those listed, call Cisco's Technical Assistance Center for custom information.
Table 2-1 : Supported Hardware/Software Configurations
This section describes the steps needed to install TrafficDirector.
General Installation Guidelines
You must install the TrafficDirector software in a directory defined by the environment variable $NSHOME. The installation procedure installs files in various subdirectories of the $NSHOME directory as described in this section.
Mounting the CD Under Solaris 2.x
If you are running under Solaris 2.x, find out if the volume daemon is running. If it is, it automatically mounts the CD for you, and you can skip the mounting step in the installation instructions. If the volume daemon is not running, you'll need to follow all the steps in the procedure to properly mount the CD and install the software.
To determine if the the volume daemon is running, type the following command:
Determining Which UNIX Shell is Running
Some UNIX commands differ depending on which "shell", or command interface, you are using. You can install the TrafficDirector software using the C Shell, Korn Shell or Bourne Shell. If you do not know which shell you are using, follow the steps below.
To install the TrafficDirector software:
This completes your TrafficDirector installation.
Copyright 1988-1996 © Cisco Systems Inc.
If you have this configuration
Use this TrafficDirector model
TRAFFDIR3.3-SUN
TRAFFDIR3.3-HP
TRAFFDIR3.3-IBM
ps -ela | grep vold
If the volume daemon is running, the process automoun will appear in the list produced by the ps command.
mkdir /usr/traffdir
In the C Shell:
setenv NSHOME /usr/traffdir
In the Korn or Bourne Shells:
NSHOME=/usr/traffdir
export NSHOME
cd $NSHOME
tar xvf /cdrom/cdrom0/tdir/tdir_sun.tar
mount -r -F hsfs /dev/sr0 /cdrom
tar xvf /cdrom/tdir/tdir_sun.tar
mount -r -t hsfs /dev/sr0 /cdrom
tar xvf /cdrom/tdir/tdir_sun.tar
mount -v cdrfs -r /dev/cd0 /cdrom
tar xvf /cdrom/tdir/tdir_ibm.tar
mount -t cdfs /dev/dsk/c201d2s0 /cdrom
tar xvf /cdrom/tdir/tdir_hp.tar
./Install
chown root bin/dvtrapd bin/dvconfd bin/tdir
chmod 477 bin/dvtrapd bin/dvconfd/bin/tdir
setenv NSHOME /usr/traffdir
(or the appropriate directory you used in Steps 2 and 3 above).
setenv HHHOME $NSHOME/help
setenv XUSERFILESSEARCHPATH $NSHOME/X/%N
setenv XLIBI18N_PATH $NSHOME/X
setenv MANPATH $NSHOME/man
NSHOME=/usr/traffdir
(or the appropriate directory you used in Steps 2 and 3 above).
HHHOME=$NSHOME/help
XUSERFILESEARCHPATH=$NSHOME/X/%N
XLIBI18N_PATH=$NSHOME/X
MANPATH=$NSHOME/man
export NSHOME
export HHHOME
export XUSERFILESEARCHPATH
export XLIBI18N_PATH
export MANPATH
export NSHOME=/usr/traffdir
export HHHOME=$NSHOME/help
export XUSERFILESEARCHPATH=$NSHOME/X/%N
export XLIBI18N_PATH=$NSHOME/X
export MANPATH=$NSHOME/man
If you are using the C Shell, type the following command:
cd $NSHOME
source
./.traffdir
If you are using the Bourne or Korn Shell, type the following:
cd $NSHOME
. ./.traffdir
To ensure that TrafficDirector environment variables are present every time you log in, concatenate the .traffdir file with the .cshrc or .profile file in your home directory.
cat $NSHOME/
.traffdir >> .cshrc
cat $NSHOME/
.traffdir >> .profile
run $NSHOME/bin/tdir &
![]()
![]()
![]()
![]()
![]()
![]()
![]()