To run multiple TSM 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.
Note: | You need separate licenses to run additional servers. |
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 the DSMSERV_CONFIG environment variable points to a server option file, you do not have to copy that file.
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. |
+--------------------------------------------------------------------------------+ |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 | +--------------------------------------------------------------------------------+