cancel
Showing results for 
Search instead for 
Did you mean: 

NDMP ERROR

zippy
Level 6
Anyone see this error.
 
Feb  5 02:01:54 host avrd[4528]: fatal error on device 7 (ndmp_connect_open_and_auth), NDMP attribute lookup failed - verify attributes with set_ndmp_attr, DOWN'ing it
Feb 10 02:02:51 host avrd[4528]: fatal error on device 7 (ndmp_connect_open_and_auth), NDMP attribute lookup failed - verify attributes with set_ndmp_attr, DOWN'ing it
 
the NDMP server is a Celerra NS40G
 

set_ndmp_attr are set correct, but the drive keeps going down.
 
Any ideas?
 
JD
3 REPLIES 3

zippy
Level 6
Ehh gads i found the problem.
 
the .namespace.chksum file was whacked, it had a hostname of our old filer and the hotname of the new filer.
 
Anyhow the extra line that contained the old filer was making "set_ndmp_attr -verify" command fail every once and a while, hence making the drive go down.
 
 
 
 
log into the filer and reset the user ID and password for NDMP (this is for EMC) but Netapps are slightly different, look at teh pdf for Netapps for modifying the NDMP user ID.

/nas/sbin/server_user server_2 -list
/nas/sbin/server_user server_2 -unlock ndmp
/nas/sbin/server_user server_2 -passwd -unlock ndmp
/nas/sbin/server_user server_2 -passwd ndmp

no log into the master netbackup server.
cd to /usr/openv/volmgr/database
and
rm .namespace.chksum
 
now
set_ndmp_attr -auth filer_hostname password.
 
 set_ndmp_attr -verify
should get
 
Connecting to host "filer.name.com" as user "ndmp"...
Waiting for connect notification message...
Opening session--attempting with NDMP protocol version 4...
Opening session--successful with NDMP protocol version 4
  host supports TEXT authentication
  host supports MD5 authentication
Getting MD5 challenge from host...
Logging in using MD5 method...
Host info is:
  host name "server_2"
  os type "DartOS"
  os version "EMC Celerra File Server.T.5.5.29.1"
  host id "abc1997"
Login was successful
 
should be fine.
 
 

 

rclegarto
Level 4
Certified
My Master server runs on Windows platform and the verify option works perfectly fine but drives are still down'd having the same error log.

Stumpr2
Level 6
Please open new post for your questions.
Thank you.