![]() |
![]() |
To run multiple Tivoli Storage Manager servers on a the same machine, you must create multiple pairs of database and recovery log files. If the DSMSERV_DIR environment variable points to the server executable directory, you do not have to copy the server executable files in more than one directory.
Use the following procedure to set up an additional server:
+--------------------------------------------------------------------------------+ |mkdir /usr/local/newserv | |cp /usr/tivoli/tsm/server/bin/dsmserv.opt /usr/local/newserv/dsmserv.opt | +--------------------------------------------------------------------------------+
If necessary, you can use a different options file for each server. Or, if the DSMSERV_CONFIG environment variable points to a server option file, that file can be used by both servers.
+--------------------------------------------------------------------------------+ |dsmfmt -db dbvol2 300 dbvol3 300 | |dsmfmt -log logvol2 30 | | | |dsmserv runfile /usr/tivoli/tsm/server/webimages/dsmserv.idl | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ |dsmserv format 1 logvol2 2 dbvol2 dbvol3 | +--------------------------------------------------------------------------------+