Can we specify the port number in parameter on querying the tsm server?
N/A
There is no parameter provided for specifying port number on connecting to the TSM server in the LiteSpeed store procedures.
All the connection information has to be specified in the tsm configure file (dsm.opt file).
Here are the minimum request information has to be specified in order to have a successful connection:
nodename <tsm client node name>
commmethod TCPIP
tcpport <ip port number>
tcpserveraddress <tsm server address>
,