This post is more than 5 years old
1 Rookie
•
21 Posts
1
28181
March 4th, 2014 03:00
Authentication error; why = Client credential too weak.
Hi guys,
I have a problem with using the NMC.
I can connect with the NMC but when I click on "Configuration/Divices" I get:
unable to connect to server: unable to authenticate with server : Authentication error;why= client credential too weak .
I recently changed the authentication method from nsrauth/oldauth to just oldauth and then again bach to nsrauth/oldauth.
I run NetWorker 7.6.5.4 and NMC 8.0.1.
Regards,
Surjeet Singh
No Events found!



pawankumawat
355 Posts
1
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
SuhelaDighe
70 Posts
0
March 4th, 2014 03:00
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.
praveen_soit
2 Posts
0
March 4th, 2014 04:00
well done
crazyrov
4 Operator
•
1.3K Posts
0
March 4th, 2014 04:00
I hope you did that on the backup server ! Also, on the client
- stop the services
- rename /nsr/res/nsrladb
- start the services
crazyrov
4 Operator
•
1.3K Posts
1
March 4th, 2014 04:00
You will have to delete the peer information for this machine on the backup server. Once you delete the peer information this error should go away.
surjeet_singh
1 Rookie
•
21 Posts
0
March 4th, 2014 04:00
Hi,
I have already done this thing (peer delete informations) :-(
surjeet_singh
1 Rookie
•
21 Posts
0
March 5th, 2014 00:00
Thank you Pawan.... It's a currect answer
pawankumawat
355 Posts
0
March 5th, 2014 01:00
Hello Surjeet,
Please mark my answer as helpful or correct if it has worked for you
Thank you,
Pawan
surjeet_singh
1 Rookie
•
21 Posts
0
March 5th, 2014 02:00
Yes .. It's worked for me.
but I am unbale to mark your answer is currest.... there is no such options here.
And thank you once again !!
CarlosRojas
1.7K Posts
0
March 5th, 2014 04:00
Hello all,
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.
Thank you,
Carlos
crazyrov
4 Operator
•
1.3K Posts
0
March 5th, 2014 05:00
Thanks for the information Carlos !
ble1
4 Operator
•
14.3K Posts
0
March 5th, 2014 05:00
One remark - if you use NMC 7.x it will work just fine. My experience with oldauth only is as following:
- NMC8 won't give you access to everything, but monitoring tab will show correct group status
- NMC7 will give you access to everything, but monitoring tab will show everything green
dcouncil_b772a8
1 Rookie
•
1 Message
0
October 24th, 2023 15:38
@crazyrov What are commands to clear peer information
crazyrov
4 Operator
•
1.3K Posts
0
October 26th, 2023 10:57
Well, use nsradmin to get to the peer information. However if you dont know what you are doing I recommend you dont go ahead with it. But here are the command
assume client name is clientA and networker server is nwA
1. Login into the client machine and run the following commands
nsradmin -p nsrexecd
nsradmin> . type: nsr peer infromation
nsradmin> delete
on the confirmation say `y`
2. Now login into your networker server and type the following
nsradmin -p nsrexecd
nsradmin> . type: nsr peer information; name: clientA
nsradmin> delete
Maxwell.T
1 Message
0
December 8th, 2023 13:51
Isn't there a way of automating it to run after client has been reboot