refering client option file path with dsmc commnadline

nagraj

ADSM.ORG Member
Joined
Nov 12, 2004
Messages
7
Reaction score
0
Points
0
Website
Visit site
Hello,





Is anybody knows how to point to dsm.opt file when using dsmc command. I know when we set dsm_config env parameter, it is effective for that dos cmd session. I want to run backup job in the background which should use dsm.opt file of my choice for each backup job. Environment is win 2k server. I would think to pass dsm.opt file path to dsmc command itself.



Thanks,

Nagaraj
 
Hello,



if I want to backup different Volumes with different optfiles I create an

batchfile, in which is use the dsmc command with the parameter

-optfile=<Path and Name of the optfile of my choose>

Often I had to use this at Windows-Cluster-Systems because for

some Volumes I had to say Clusternode=Yes, at other Volumes I had to

say Clustenode=no.



Example of on batchfile



dsmc archive C: D: -optfile=C:\adsm\nonCluster.opt

dsmc archive E: F: -optfile=C:\adsm\Cluster.opt



regards

wmarx
 
Thank you for your valuable suggestion. It has worked out.







Regards,



Nagaraj
 
Back
Top