Unsolved
This post is more than 5 years old
2 Intern
•
160 Posts
1
1801
February 12th, 2013 05:00
Checking username and password... avndmp Error <11889>
Anyone can help me... trying to configure the Avamar 6.1.1 NDMP accelerator node with a Celerra.
We created the ndmp account as need on the Celerra, but still we get following during configuration:
Checking username and password... avndmp Error <11889>: [/usr/local/avamar/bin/avndmp] Unable to open socket connection to N
avndmp Error <11864>: [/usr/local/avamar/bin/avndmp] Unable to retrieve server info due to connection error.
avndmp Error <9506>: [/usr/local/avamar/bin/avndmp] Failed to authenticate ndmp on xxxxxxxxxxx
avndmp returning with exitcode 151
Authentication error, invalid password.
Do you wish to reenter the password Y/N? : n
No Events found!


TomLambrechts
2 Intern
•
160 Posts
0
February 12th, 2013 05:00
recreated password... same error.
[root@xxx ~]# /nas/sbin/server_user server_2 -add -md5 -passwd ndmp
Creating new user ndmp
User ID: 1000
Group ID: 1000
Home directory:
Changing password for user ndmp
New passwd:
Retype new passwd:
[root@xxx ~]#
RudreshReddy
16 Posts
0
February 13th, 2013 00:00
Have you tried deleting the user and try recreating the user
delete the ndmp user
# /nas/sbin/server_user server_2 -delete user_name
recreate
# /nas/sbin/server_user server_2 -add -md5 -passwd user_name
Thanks
Rudresh
TomLambrechts
2 Intern
•
160 Posts
0
February 13th, 2013 00:00
Yes we tried several times