When TSM server transactions are customized, the sizes of the TSM log and TSM database that are specific to the TSM server must be set in the TSM cluster setup information file (/opt/tivoli/tsm/ CLUS /tsmclsetup.ini), together with the parameters for the server option file (dsmserv.opt). First understand each of the following items, then prepare and check a TSM cluster setup information file for each cluster service (userApplication) set up.
The TSM cluster setup information file (/opt/tivoli/tsm/CLUS/tsmclsetup.ini) records information using the "ini" file format.The information recorded is as follows:
For details on the value corresponding to each key, refer to the "ETERNUS SF TSM PRIMECLUSTER Administrator's Guide".
Section name | Key name | Setting value | Description |
---|---|---|---|
TSM server name(service1) | Dbsize | Numerical value | Specifies the size (MB) of the TSM database. |
RLOGsize | Numerical value | Specifies the size (MB) of the TSM log. | |
TCPPort | Numerical value | Specifies the port number for TCP/IP. The default value is 1500. | |
SHMPort | Numerical value | Specifies the port number for shared memory. The default value is 1510. | |
TCPNODELAY | Yes | Specification relating to TCP transmission delay. If "yes" is specified, data packets will be sent to the network before the MTU size is reached. | |
No | Specification relating to TCP transmission delay. | ||
BUFPoolsize | Numerical value | Specifies the size (KB) of the buffer used for input and output from/to the TSM database. The default value is 2048 KB. | |
LOGPoolsize | Numerical value | Specifies the size (KB) of the buffer used for writing to the TSM log. | |
TXNGroupmax | Numerical value | Specifies the timing for committing data to the TSM database in terms of the number of files that have been sent (from the TSM client to the server). The recommended value is 256. | |
VOLUMEHistory | Path name | Specifies the file that holds a copy of the sequential volume information (required for recovering the TSM database) | |
DEVCONFig | Path name | Specifies the file that holds a copy of the device configuration information (required for recovering the TSM database) |
File coding example
[service1] DBsize=101 RLOGsize=33 TCPPort=1501 SHMPort=1510 TCPNODELAY=yes BUFPoolsize=32768 LOGPoolsize=2048 TXNGroupmax=256 VOLUMEHistory=/tmp/volhistory.log DEVCONFig=/tmp/devconfig.log |