Start a Conversation

Unsolved

This post is more than 5 years old

887

February 11th, 2016 07:00

Cone group configuration by nsradmin command

Hi,

Using nsradmin command we can change the client/group configuration. Here I would like to change clone configuration.

Example: I am able to enable/disable group autostart configuration as per below

bash-4.1$ nsradmin

NetWorker administration program.

Use the "help" command for help, "visual" for full-screen mode.

nsradmin> show autostart:; autorestart:

nsradmin>  print type: NSR Group; name:Test

                   autostart: disabled;

                 autorestart: Disabled;

nsradmin> update autostart:enabled

                   autostart: enabled;

Update? y

updated resource id x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x(XXXX)

nsradmin> print type: NSR Group; name:Test

                   autostart: enabled;

                 autorestart: Disabled;

===========================================

As per above successful configuration i would like to configure same for clone group but I am unable to update the record.

Example : Clone group : Clone_Test

bash-4.1$ nsradmin

nsradmin> show name:; type:; status:; clones:; clone pool:; autostart:

nsradmin> print type: NSR clone; name: Clone_Test

                        type: NSR clone;

                        name: Clone_Test;

nsradmin> update autostart:enabled

Invalid attribute "autostart".

We are getting above issue while updating this configuration.

2 Intern

 • 

14.3K Posts

February 11th, 2016 14:00

Hints:

- you run visual in nsradmin and you can browse settings. you will notice there is no such thing as autostart

- you will also notice, not so obvious, that scheduled cloning is task. so, corresponding NSR task is your friend

No Events found!

Top