Tivoli Header

Quick Start


Setting Shared Memory Options

Tivoli Storage Manager supports shared memory communication between clients and servers on the same machine. To use shared memory, TCP/IP must be installed on the machine. This is the default communication method. Here is a sample shared memory setting:

+--------------------------------------------------------------------------------+
|commmethod     sharedmem                                                        |
|   shmport     1510                                                             |
+--------------------------------------------------------------------------------+

In this example, SHMPORT specifies the TCP/IP port address of a server when using shared memory. Use the SHMPORT option to specify a different TCP/IP listen port. The default port address is 1510.

Note:
The Tivoli Storage Manager server supports a maximum of sixty-four concurrent shared memory sessions.


Attention
  
To avoid shared memory communication errors, one of the following statements must be true:
  • The dsm.sys stanza for the local client must include PASSWORDACCESS GENERATE. This causes the dsmtca (Trusted Communications Agent) to run as root.
  • The client user ID must be root.
  • The client and server user ID must be the same.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]