To run multiple TSM servers on a the same machine you must create multiple pairs of database and recovery log files. 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 | +--------------------------------------------------------------------------------+
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 | +--------------------------------------------------------------------------------+