parallize dsmc backup calls over a script

ecki

Newcomer
Joined
Jul 2, 2007
Messages
4
Reaction score
0
Points
0
I would like to call multiple dsmc calls via a script to parallize the backup on Windows 2019. Does anyone have an idea how to implement this? I find some under linux, but nothing under WIN2019.
 
Hi

I have done this on windows with a huge number of drives (mountpoint)

Create one target node, and a large number of proxy nodes. Let each proxy node work one mountpoint (with asnodename pointing to target node).

Then submit a cmd like
start dsmc i -optfile proxy1.opt
start dsmc i -optfile proxy2.opt

All in all, it depends on what sort of workload this system has. Is it 500m small files, or 50 very large files?
 
Back
Top