To change the authenction method from the GUI attempt to change the Auth Methods for the client resource from the above instructions to: 0.0.0/0,nsrauth/oldauth
*note you may receive the following error* Error User 'administrator on machine 'nsrserver is not on 'administrator' list.
If the above method from the GUI gives an error, use the below method to change the authentication method via the command line.
Run the following from your networker server in a command window: nsradmin -p nsrexec
I moved this to the "Networker Support Forum", as the "EMC Forum" page on ECN is about the event series. Please post in the relevant solution support community for a quick answer.
This error message comes up because in NW 8.x is MANDATORY to have enabled nsrauth, otherwise you will get this error message when you try to access the "Devices" tab in NMC.
crazyrov in NW 8,x we have to be careful when deleting the nsrladb folder. This is no longer a good practice, as this could introduce further issues, so instead of removing/renaming the nsrladb folder, we should delete the peer information with nsradmin.
pawankumawat
355 Posts
18050
1
Posted March 4th, 2014 04:00
Hello Surjeet,
Please try following steps -
Add nsr auth back in as an authentication method.
To change the authenction method from the GUI attempt to change the Auth Methods for the client resource from the above instructions to: 0.0.0/0,nsrauth/oldauth
*note you may receive the following error* Error User 'administrator on machine 'nsrserver is not on 'administrator' list.
If the above method from the GUI gives an error, use the below method to change the authentication method via the command line.
Run the following from your networker server in a command window: nsradmin -p nsrexec
NetWorker administration program.
Use the "help" command for help.
nsradmin> . type: nsrla
Current query set
nsradmin> show auth methods
nsradmin> print
auth methods: "0.0.0.0/0,oldauth";
nsradmin> update auth methods: "0.0.0.0/0,nsrauth/oldauth"
auth methods: "0.0.0.0/0,oldauth";
Update? y
Once the authentication method has been updated to include nsrauth, you then need to restart the Networker services by running the below commands:
:Net stop nsrexecd
*This stops both the Networker Server and the EMC GST services.
:Net start nsrd
:Net start gstd
Once the services start again log back into the NMC and the clients and devices can be viewed.
Regards,
Pawan