This post is more than 5 years old

11 Posts

5742

September 26th, 2016 02:00

Backup restore failing ..

While performing backup restore, am getting below error .

Am new on networker and unable to conclude exact reason .

Please assist

EMC Networker : 7.6

Below snip errors (hostname, ip changed for privacy purpose )

Total estimated disk space needed for recover is 44 KB.

Requesting 1 file(s), this may take a while...

42795:nsrndmp_recover: Performing recover from Non-NDMP type of device

Host = myrestore.local.net (192.168.8.10) port = 9903   

42597:nsrndmp_recover: data connect: failed to establish connection

42849:nsrndmp_recover: Unable to start the NDMP restore process.

42871:nsrndmp_recover: Error during File NDMP Extraction.

nsrdsa_recover : Aborted

42840:nsrndmp_recover: NDMP recover failed.

42880:nsrndmp_recover: Error during NDMP recover

16279:winworkr: NDMP retrieval: child failed with status of 1

2 Intern

 • 

14.3K Posts

September 26th, 2016 11:00

nsrndmp_recover -c -S -m ::/vol/XXX


If you are using browsing restore, use relocate command.

25 Posts

September 26th, 2016 04:00

I believe the ping response is not proper between your filer and the system that you are trying to restore.

I would have suggested you to use Recover tab in NMC, but the version seems to be 7.x

Try restoring from CLI with verbose enabled to probe more and find out what has gone wrong.

11 Posts

September 26th, 2016 05:00

Please suggest how to recover via CLI commands

As in my case networker is on linux server and NMC is installed on windows .

If suppose client is file-1a.mydom.local.net

Volume: /vol/mydata/data_00/

Then which command have to use for CLI

2 Intern

 • 

14.3K Posts

September 26th, 2016 05:00

Did you use DSA for backup and is it this multihomed setup?  In such setups, I had to full it with hosts table to have connections go through designed interface.

11 Posts

September 26th, 2016 06:00

yes.

This error I got while recovering CLI .

Please asssit

#  recover  -f -c vfiler_1a.local.net /vol/mydata/data_00/ -d /tmp

Current working directory is /vol/mydata/data_00/

recover> add listener.log

1 file(s) marked for recovery

recover> recover

Recovering 1 file from /vol/mydata/data_00/ into /tmp

Volumes needed (all near-line):

        TAP325 at ADIC_Scalari500

Total estimated disk space needed for recover is 547 KB.

Requesting 1 file(s), this may take a while...

42795:nsrndmp_recover:ssid'1323612054': Performing recover from Non-NDMP type of device

Host = 10.53.148.222 (10.53.148.222) port = 8304

42689:nsrndmp_recover:ssid'1323612054': Performing DAR Recovery..

42617:nsrndmp_recover:ssid'1323612054': NDMP Service Log: DIRECT ACCESS RECOVERY (DAR) requested

42619:nsrndmp_recover:ssid'1323612054': NDMP Service Error: START RECOVER parse failure on nlist: incorrect path specified

42619:nsrndmp_recover:ssid'1323612054': NDMP Service Error: RESTORE IS ABORTED

42597:nsrndmp_recover:ssid'1323612054': data start recover: illegal arguments in request

42849:nsrndmp_recover:ssid'1323612054': Unable to start the NDMP restore process.

42619:nsrndmp_recover:ssid'1323612054': NDMP Service Error: DATA: Restore terminated.

42738:nsrndmp_recover:ssid'1323612054': Data server halted: The restore is aborted by operator.

42871:nsrndmp_recover:ssid'1323612054': Error during File NDMP Extraction.

nsrdsa_recover : Aborted

42840:nsrndmp_recover:ssid'1323612054': NDMP recover failed.

42880:nsrndmp_recover:ssid'1323612054': Error during NDMP recover

16279:recover: NDMP retrieval: child failed with status of 1

2 Intern

 • 

14.3K Posts

September 26th, 2016 06:00

Ah, you can't place it onto /tmp as it is not on filer.  As message says, illegal request.  You must restore it back to filer (can be some other filer as well).

11 Posts

September 26th, 2016 07:00

How  to pass filername:/path/ to restore operation ..

I tried with but no luck

-s servername  -d /restorepath
-d servername:/restorepath

No Events found!

Top