SERVERName
Specifies the name of the Tivoli Storage Manager server. This name appears in
the DEFINE SERVER command that is inserted into the device configuration
file.
SERVERPAssword
Specifies the password of the server. This value is encrypted and appears in
the SERVERPASSWORD field of the DEFINE SERVER command that is
inserted into the device configuration file.
HLAddress
Specifies the TCP/IP address of the server. This value is used in the
HLADDRESS field of the DEFINE SERVER command.
LLAddress
Specifies the TCP/IP port on which to access the server. This value is used in

the LLADDRESS field of the DEFINE SERVER command.

Examples
Issue the DSMSTA SETSTORAGESERVER command with the following
information:

v Storage agent

Name: storagnt
Password: fun4me
TCP/IP address: agent.tucson.ibm.com
v
Tivoli Storage Manager server
Name: tsmsrver
Password: not4u
TCP/IP address: tsmsrver.tucson.ibm.com
TCP/IP port: 1502

The command is:

dsmsta setstorageserver myname=storagnt mypassword=fun4me
myhladdress=agent.tucson.ibm.com
servername=tsmsrver serverpassword=not4u
hladdress=tsmsrver.tucson.ibm.com lladdress=1502
The command generates the following lines in the device configuration file for the
storage agent:
SET STANAME storagnt
SET STAPASSWORD xxxxxxx
SET STAHLADDRESS agent.tucson.ibm.com
DEFINE SERVER tsmsrver serverpassword=xxxxxxxx
HLADDRESS=tsmsrver.tucson.ibm.com LLADDRESS=1502
The passwords (shown as xxxxxxxx) are encrypted in the file.
The command also generates the following line in the dsmsta.opt file for the
storage agent:
SERVERNAME tsmsrver

Appendix A. Administration and Configuration Reference 45