This explains how to register a TSM client and TSM server name.
Use the shell and environment variables that are used in "8.7.4 Formatting a Database and Log File".
The procedure is as follows.
Activate the TSM server daemon manually. If the activation succeeds, a prompt with "TSM>" is displayed.
# cd $TSMDB # /opt/tivoli/tsm/server/bin/dsmserv : : TSM> |
Note
To perform the configuration, the TSM server daemon must be activated manually. If the daemon is automatically activated, the setting is disabled.
Register the TSM administrator ID and password.
TSM> register admin ID password passexp=expire_prior |
For the ID and password, use the values that are set in "8.6.1.2 Configuration of a TSM Linkage Definition File". For the password validity term,"expire_prior", specify a "0" value (infinite). An example is provided below.
TSM> register admin admin admin passexp=0 TSM> |
Authorize the administrator.
TSM> grant authority ID class=system |
For the ID, specify the administrator ID that is set above. An example is provided below.
TSM> grant authority admin class=system TSM> |
Set the TSM server name.
TSM> set servername server_name |
For the server_name, specify <SERVERname> that is set in the client system option file (dsm.sys). An example is provided below.
TSM> set servername tapeserver1 TSM> |
Deactivate the TSM server daemon.
TSM> halt |
Note
Execute the halt command at the prompt on the server where the TSM server daemon is active (not the shell command prompt).
See
For details on registering the TSM administrative client and TSM server name, refer to "Tivoli Storage Manager for Sun Solaris Administrator's Guide" and "Tivoli Storage Manager for Sun Solaris Administrator's Reference".