Two clients on solaris box

shansell

ADSM.ORG Member
Joined
May 14, 2003
Messages
23
Reaction score
0
Points
0
Website
http
This is probably easy, but how do I get two clients with different options on one solaris box?

Thanks :grin:
 
Ansel -

One way to do it is as follows:

- Create two stanzas in the dsm.sys

SERVERNAME client1

commmethod tcp

tcpserveraddress TSMserver

nodename client1

inclexcl inclexclude.client1

errorlog error.client1

SERVERNAME client2

commmethod tcp

tcpserveraddress TSMserver

nodename client2

inclexcl inclexclude.client2

errorlog error.client2



- Create TWO dsm.opt files

dsm.opt.client1

servername client1



dsm.opt.client2

servername client2



- Create TWO shell environment files

tsm.env.client1

DSM_CONFIG=/path/to/dsm.opt.client1



tsm.env.client2

DSM_CONFIG=/path/to/dsm.opt.client2



When you want to run as client #1 just set your shell environment with "tsm.env.client1" and if you want to run as client #2 use the other shell environment file.



cheers,

neil
 
Back
Top