Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2946

September 10th, 2018 06:00

Disable multiple networker clients from networker server

Hi All,

Need your help to disable multiple networker clients from networker server.Can you please provide me a script (networker) that will disable client in single shot.

Networker Server version : NetWorker 8.2.4.4.Build.1366 NetWorker Source Capacity Data Zone Enabler.



Appreciate your help!



Thank you.....


Regards

Sivaji

2.4K Posts

September 10th, 2018 11:00

You can of course use a script to do that but there are other methods available in NW 8.2.4 ...

1. NW Admin GUI

    Changing the parameter for multiple resources. In your case,

       -  Go to Configuration > Clients

       -  Select the clients of your choic

       -  Move the cursor to the column 'Scheduled backup'

       -  Open the context menu with a right mouse-click

example.png

       -  Uncheck the option 'Scheduled backup' and click OK

   

2. nsradmin

    If you want to use a script, prepare a text file containing these nsradmin sub-commands - for each client:

       . type: nsr client; name:

       update scheduled backup: disabled

         ....

    Then apply the nsradmin command as follows:   nsradmin -i

    and watch the command execution.

No Events found!

Top