![]() |
![]() |
[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
Installs the Tivoli management region server on UNIX machines.
wserver -c cdrom_path [-a server_name] [-d] [-P] [-p path_prefix[!]] [install_variable=value...]
The wserver command installs the initial the Tivoli server for a Tivoli region. Two modes of installation are supported: X11-based installation and command-line only installation. To use the X11 installation, make sure that the DISPLAY environment variable is set and that the DOGUI environment variable is not set. To use the command-line only installation, make sure that the DOGUI environment variable is set to no. By default, the X11 version of installation is chosen. In either case, change directory to installation_directory; that is, the directory where you ran the wpreinst.sh script or to the directory where you un-tarred the file0.tar file. Alternatively, you could set the BINDIR environment variable toinstall_directory.
Several of the installation variables specify the directories where the Tivoli server is installed. If a directory already contains files from a previous installation, the command does not recopy the files. You can force any of these directories to be reinstalled by entering the ! character after the specified directory. The following are the installation variables related to directories:
The following are other useful installation variables:
Root access on the system being installed.
A number of environment variables have installation implications:
To use a different directory, you must set an environment variable in both the object dispatcher and the shell. After installing Tivoli Management Framework, perform the following steps to set the necessary environment variables:
odadmin environ get > envfile
TIVOLI_COMM_DIR=new_directory_name
odadmin environ set < envfile
TIVOLI_COMM_DIR=new_directory_name
Insert the line near where the other environment variables are set, in a location that runs before the object dispatcher is started. The following list contains the file that needs to be changed on each operating system:
odadmin shutdown all
odadmin reexec 1
odadmin reexec clients
The following examples show command line installations. The DOGUI environment variable is set to no. The X11 version of installation is similar.
./wserver -c /cdrom/cdrom0 BIN=Tivoli/bin \ LIB=Tivoli/lib ALIDB=/Tivoli/database MAN=/Tivoli/man \ APPD=/Tivoli/X11 CAT=/Tivoli/cat RN=NoonTide-Region \ AutoStart=1 SetPort=1 CreatePaths=1 IP=Tivoli4Ever
./wserver -c /cdrom/cdrom0 \ BIN=! LIB=! ALIDB=! MAN=! APPD=! CAT=! \ RN=NoonTide-Region AutoStart=1 \ SetPort=1 CreatePaths=1 IP=Tivoli4Ever
wserver -c /cdrom -d -p /Tivoli! ALIDB=/database \ RN=NoonTide
wserver -c /cdrom BIN=/Tivoli/bin LIB=/Tivoli/lib \ ALIDB=/Tivoli/database MAN=/Tivoli/man RN=NoonTide
wserver -c /cdrom -d
wserver -c /cdrom -P -d -a cook
[ Top of Page | Previous Page | Next Page | Contents | Index ]