Hey guys.....
Need help writing a script that will do the following...any help would be greatly appreciated.
I am writing an automation script and it needs NetWorker functions in that script that can do the following:
1. Set target sessions on every device to some number I specify
2. Set max sessions (new in 7.3) on every device to some number I specify
3. Stop networker (must finish)
nsr_shutdown -f (this will force nsr_shutdown to terminate all Networker services if a graceful shutdown fails)
4. Start networker
5. Verify networker storage node is ready for action
6. Break a storage node so that nw will fail when it tries to back it up
7. Fix that same client
8. Tell a particular storage node to back up to its own devices
9. Tell a particular storage node to back up to another storage node's devices
10. Set client parallelism to a value that I specify
11. Run a single group and wait until it finishes before moving on
12. Run a bunch of groups at once, then wait until they ALL finish before moving
Need help writing a script that will do the following...any help would be greatly appreciated.
I am writing an automation script and it needs NetWorker functions in that script that can do the following:
1. Set target sessions on every device to some number I specify
2. Set max sessions (new in 7.3) on every device to some number I specify
3. Stop networker (must finish)
nsr_shutdown -f (this will force nsr_shutdown to terminate all Networker services if a graceful shutdown fails)
4. Start networker
5. Verify networker storage node is ready for action
6. Break a storage node so that nw will fail when it tries to back it up
7. Fix that same client
8. Tell a particular storage node to back up to its own devices
9. Tell a particular storage node to back up to another storage node's devices
10. Set client parallelism to a value that I specify
11. Run a single group and wait until it finishes before moving on
12. Run a bunch of groups at once, then wait until they ALL finish before moving