This post is more than 5 years old
2 Posts
0
2776
September 9th, 2011 03:00
Error when run nsrndmp_recover
Hi
I am trying to restore on Netapp FAS2040 via NDMP with Legato 7.6 server running Windows 2008, the output of restore is :
C:\Users\Administrator>nsrndmp_recover -c fas2040-1 -s srv10 -S 4016557711 -v of
f -m fas2040-1::/vol/Networker_Restore/Lun_Area_Restore
42795:nsrndmp_recover: Performing recover from Non-NDMP type of device
Host = srv10.vce01.local (192.168.2.10) port = 8857
42690:nsrndmp_recover: Performing non-DAR Recovery..
42617:nsrndmp_recover: NDMP Service Log: RESTORE : ERROR: All subtrees must be r
estored to the same destination directory on the file system
42617:nsrndmp_recover: NDMP Service Log: RESTORE : ERROR: / was targeted to : /v
ol/DS_CIFS_backup_3
42617:nsrndmp_recover: NDMP Service Log: RESTORE : ERROR: orker_Restore/Lun_Area
_Restore was targeted to : /vol/DS_CIFS_backup_3/
42738:nsrndmp_recover: Data server halted: Error during the restore.
42617:nsrndmp_recover: NDMP Service Log: Dump aborted.
42856:nsrndmp_recover: NDMP data server has an internal error.
42871:nsrndmp_recover: Error during File NDMP Extraction.
nsrdsa_recover : Aborted
42840:nsrndmp_recover: NDMP recover failed.
42880:nsrndmp_recover: Error during NDMP recover
C:\Users\Administrator>
Does anyone have any suggestions?
Thanks
Ivano Toso


ble1
4 Operator
•
14.4K Posts
0
September 9th, 2011 08:00
What exactly are you trying to restore? I see two crucial messages:
1. NDMP Service Log: RESTORE : ERROR: All subtrees must be restored to the same destination directory on the file system
2. ERROR: / was targeted to : /vol/DS_CIFS_backup_3
According to NetApp KB, the error as 1) can be seen when (at least with NetBackup) you do not use "/" of the relocation path. That means you need to use command like:
nsrndmp_recover -c fas2040-1 -s srv10 -S 4016557711 -v off -m fas2040-1::/vol/Networker_Restore/Lun_Area_Restore/
The second one is a bit confusing, but without knowing what source was it would be speculation to give any suggestion. You may also wish to check log on NetApp filer side for any more details on error.
tosoivano
2 Posts
0
September 12th, 2011 04:00
Hi Ble, the command with "/" work fine.
Best Regards