Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

ndmp error.

Updated: 31 Oct 2010 | 6 comments
hardynett's picture
0 0 Votes
Login to vote

Hi
Please help me :(
I installed the nb6.5. I would like backup my NetApp filer via ndmp via network.
I configured in the nb the ndmp hosts and i create the policy.
The master server see the library and the master server can backup to the library.
I try to start the ndmpo policy which backup the filer , but the policy failed with this error message.
I don't know what is the problem because the nb 6.5 i think support the remote ndmp backup via network.




2007. 11. 27. 18:41:24 - requesting resource veritas_sv1-dlt2-robot-tld-0
2007. 11. 27. 18:41:24 - requesting resource veritas_sv1.NBU_CLIENT.MAXJOBS.10.211.194.9
2007. 11. 27. 18:41:24 - requesting resource veritas_sv1.NBU_POLICY.MAXJOBS.ndmpo
2007. 11. 27. 18:41:25 - granted resource veritas_sv1.NBU_CLIENT.MAXJOBS.10.211.194.9
2007. 11. 27. 18:41:25 - granted resource veritas_sv1.NBU_POLICY.MAXJOBS.ndmpo
2007. 11. 27. 18:41:25 - granted resource SDLT04
2007. 11. 27. 18:41:25 - granted resource QUANTUM.SDLT320.000
2007. 11. 27. 18:41:25 - granted resource veritas_sv1-dlt2-robot-tld-0
2007. 11. 27. 18:41:25 - estimated 0 kbytes needed
2007. 11. 27. 18:41:25 - started process bpbrm (1376)
2007. 11. 27. 18:41:25 - connecting
2007. 11. 27. 18:41:25 - connected; connect time: 00:00:00
2007. 11. 27. 18:41:28 - mounting SDLT04
2007. 11. 27. 18:42:05 - mounted; mount time: 00:00:37
2007. 11. 27. 18:42:13 - positioning SDLT04 to file 1
2007. 11. 27. 18:42:21 - positioned SDLT04; position time: 00:00:08
2007. 11. 27. 18:42:21 - begin writing
2007. 11. 27. 18:47:48 - Error ndmpagent(pid=2496) connection 0xcc2230 ndmp_message_process_one_failed, status = NDMP_XDR_DECODE_ERR       
2007. 11. 27. 18:48:05 - Error ndmpagent(pid=2496) eof is set - connection 0xcc2230       
2007. 11. 27. 18:48:22 - Error ndmpagent(pid=2496) terminated by parent process         
2007. 11. 27. 18:48:39 - Error ndmpagent(pid=2496) ndmp_data_get_state_failed, status = 12 (NDMP_EOF_ERR)        
2007. 11. 27. 18:48:56 - Error ndmpagent(pid=2496) NDMP backup failed, path = /vol/nfs_share       
2007. 11. 27. 18:49:13 - Error ndmpagent(pid=2496) ndmp_data_get_state_failed, status = 12 (NDMP_EOF_ERR)        
2007. 11. 27. 18:49:29 - end writing; write time: 00:07:08
NDMP backup failure(99)

discussion Filed Under:

Comments

Adam Carmack's picture
27
Nov
2007
0 Votes 0
Login to vote

Ouch that looks like a hairy one.
 
If I were you, I'd be looking more at my NDMP host and not so much the Netbackup host.
 
If you have the right path, the right syntax, the right setup (double, triple check these, that can never hurt) then I would then be looking at my NDMP Host and or the comms to that box, although this doesn't look like a comms issue.
Michael Flegg's picture
30
Nov
2007
0 Votes 0
Login to vote

You may have done this already, but it is worth testing the NDMP authentication from the master/media server to the netapp box is correctly working
 
Run "tpautoconf -verify ndmp_host_name" and verify that access is granted using an account that has appropriate access to the NAS (we use "root"), is using the correct version of NDMP (ie. matched on the filer; 4 I think is the latest supported by Netapp) and that the correct style of NDMP type backup is enabled for how you are configuring it ie. 3-way, local or remote.
 
You should see something similar to this (from master server cmd line AND the media server doing the leg work, if they are separate):
 
C:\Documents and Settings\******>tpautoconf -verify filername
Connecting to host "filername" as user "root"...
Waiting for connect notification message...
Opening session--attempting with NDMP protocol version 4...
Opening session--successful with NDMP protocol version 4
  host supports MD5 authentication
Getting MD5 challenge from host...
Logging in using MD5 method...
Host info is:
  host name "filername"
  os type "NetApp"
  os version "NetApp Release 7.2.2"
  host id "0118053286"
Login was successful
Host supports LOCAL backup/restore
Host supports 3-way backup/restore
Host has SnapVault Secondary license installed
 
Are you trying to backup native volumes (CIFS/NFS) or snapshots? I have been advised in the past by Netapp support to use a trailing "/" at the end of the pathname too - although ours works with or without, I must admit. Try a path of "/vol/volname/"?
hardynett's picture
30
Nov
2007
0 Votes 0
Login to vote

    C:\Program Files\Veritas\Volmgr\bin>tpautoconf.exe -verify 10.211.194.9
Connecting to host "10.211.194.9" as user "root"...
Waiting for connect notification message...
Opening session--attempting with NDMP protocol version 4...
Opening session--successful with NDMP protocol version 4
  host supports MD5 authentication
Getting MD5 challenge from host...
Logging in using MD5 method...
Host info is:
  host name "netapp"
  os type "NetApp"
  os version "NetApp Release 7.2.3"
  host id "0101175744"
Login was successful
Host supports LOCAL backup/restore
Host supports 3-way backup/restore

mphun's picture
05
Jan
2009
0 Votes 0
Login to vote

hi,

did you ever resolve this issue? I seem to have the same problem.

 

 

Message Edited by mphun on 01-05-2009 03:38 PM
Srikanth Gubbala's picture
05
Jan
2009
0 Votes 0
Login to vote

Try reconfiguring again..

 

this link would be useful for configuration

 

http://seer.entsupport.symantec.com/docs/268790.htm

 

regards, Srikanth.

Yashwanth's picture
30
Apr
2010
0 Votes 0
Login to vote

Any other solutions?

Hi,
Is there any other solution other than reconfiguring the NDMP backups? We are facing the same issue.

30/04/2010 18:02:30 - mounting T1W3FR
30/04/2010 18:03:07 - mounted; mount time: 00:00:37
30/04/2010 18:03:07 - positioning T1W3FR to file 1
30/04/2010 18:03:10 - positioned T1W3FR; position time: 00:00:03
30/04/2010 18:03:10 - begin writing
30/04/2010 18:04:27 - Error ndmpagent(pid=4260) connection 0xec58f8 ndmp_message_process_one_failed, status = NDMP_XDR_DECODE_ERR      
30/04/2010 18:04:27 - Error ndmpagent(pid=4260) NDMP backup failed, path = /vol/mediavol/.snapshot/hourly.0/      
30/04/2010 18:04:56 - end writing; write time: 00:01:46
NDMP backup failure(99)

Path of the data is correct. We have been running NDMP backup since an year and this error has started since 3 days.
Ran tpautoconf command and got the below output.

Connecting to host "san1" as user "svcSanBackup"...
Waiting for connect notification message...
Opening session--attempting with NDMP protocol version 4...
Opening session--successful with NDMP protocol version 4
  host supports MD5 authentication
Getting MD5 challenge from host...
Logging in using MD5 method...
Host info is:
  host name "san1"
  os type "NetApp"
  os version "NetApp Release 7.3.1P2"
  host id "0118048715"
Login was successful
Host supports LOCAL backup/restore
Host supports 3-way backup/restore
Opening SCSI device "mc0"...
Inquiry result is "ADIC    Scalar i500     520G520G.GS003         "

Regards,
Yashwanth