Query TSM node remotely

Ricardob

Newcomer
Joined
Jul 5, 2012
Messages
2
Reaction score
0
Points
0
Can anyone help me with this issue i'm having:

I'm trying to query (and perhap's restore) some backedup data through a external server and i'm not able to do it unless it is for the node assigned to this server.
Meaning, i have 3 servers that are being backed up by the tsm server instance, and i whant to query and restore data backedup using a 4th server that only has the tsm client installed.
Is there any way for me to manage the TSM nodes information from this server?
By the way the 4th server is a Linux server (debian squeeze).

Thanks
 
Is is possible if i have two different instances running on the same tsm server (server1 and server2) to point the command to the correct one or that can only be configured on the dsm.sys file?

ex:
dsmadmc -id=xxx -password=yyyyy -instance=server1 [command]

thanks
 
I do this all the time - I have TSM HOST servers with 4 instances.

dsmadmc.exe /tcpserveraddress=<IP_or_DNS_Address_of TSM_Server> /tcpport=<TCPport> or

dsmadmc -tcpserveraddress=<IP_or_DNS_Address_of TSM_Server> -tcpport=<TCPport>
 
Last edited:
Back
Top