Windows 2 nodes for 1 server

LarryB

ADSM.ORG Member
Joined
Apr 17, 2008
Messages
94
Reaction score
1
Points
0
Location
Auckland, New Zealand
Website
www.telstraclear.co.nz
Hi,

Simple one for the experts.

I have created 2 nodes on the TSM server called

NODEA // Backup Operating system stuff
NODEA_TSM //Backup application stuff

Both nodes are for the same Windows 2003 server. How do I talk from the windows server to the different nodes using dsmc and have two dsm.opt files ? So in reality they are mutually exclusive... if you know what I mean.

thanks in advance
 
for nodeA
"C:\Program Files\Tivoli\TSM\baclient\dsmc.exe" -optfile="C:\Program Files\Tivoli\TSM\baclient\local\dsm_nodeA.opt"
for NODEA_TSM
"C:\Program Files\Tivoli\TSM\baclient\dsmc.exe" -optfile="C:\Program Files\Tivoli\TSM\baclient\local\dsm_NODEA_TSM.opt"

and create two schedulers using different opt files:

dsmcutil inst scheduler /name:"TSM Scheduler nodeA" /node:NODEA /password:XXX /clientdir:"c:\program
files\tivoli\tsm\baclient" /optfile:"c:\program files\tivoli\tsm\baclient\dsm_nodeA.opt" /autostart:yes /eventlogging:NO
/schedlog:"c:\program files\tivoli\tsm\baclient\dsm_nodeA.log" /errorlog:"c:\program
files\tivoli\tsm\baclient\dsmerror_nodeA.log"

Efim
 
You can create 2 different scheduler using command line as well GUI. Both the sched pointing different .opt fine. You should mention diff node name in .opt file

For e.g. nodeA and nodeA_TDP
 
Back
Top