![]() |
![]() |
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 | +--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ |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: