server and client at same time. How to configure dsm.sys?

pfviv

ADSM.ORG Member
Joined
Nov 24, 2011
Messages
43
Reaction score
0
Points
0
Hi.

Sorry for my terrible English.

I have 7 TSM-servers to administer. I want to backup all the servers to server7
When I edit dsm.sys on server1 to connect to server7 then "dsmc" connect to server7
and the backup runs fine. But when I start "dsmadmc" to administrate server1 its also connect to server7.

How do I make the "dsmadmc" on server1 to connect to itself "localhost" when I want to administrate the server.


Ivan
 
Add a stanza on the dsm.sys file to point to the localhost TSM server name:

servername Server7

...
...

...

Servername Server1

...
...

...

then: dsmadmc -se=Server1
 
Back
Top