To run multiple TSM servers the same machine, issue the DSMSERV FORMAT command from different directories to create multiple pairs of recovery log and database files. Do not attempt to install the server executable files in more than one directory.
The following procedure shows how you can set up an additional TSM server:
mkdir /opt/myserver
cp /opt/tivoli/tsm/server/bin/dsmserv.opt dsmserv.opt
Note: | Ensure that the communication method parameters are different from those of the existing TSM servers. For example, the servers cannot use the same TCPPORT or HTTPPORT. |
DSMSERV_DIR=/opt/tivoli/tsm/server/bin export DSMSERV_DIR
+--------------------------------------------------------------------------------+ |DSMSERV_CONFIG=/opt/myserver/bin/dsmserv.opt | |export DSMSERV_CONFIG | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ | /opt/tivoli/tsm/server/bin/dsmfmt -m -db dbvol2 5 | | /opt/tivoli/tsm/server/bin/dsmfmt -m -log logvol2 9 | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ | /opt/tivoli/tsm/server/bin/dsmserv format 1 logvol2 1 dbvol2 | +--------------------------------------------------------------------------------+
Notes: