So it's like this, I'm trying to restore a single file using the BPRESTORE command and something is not working.
A little backround:
My master serverv is Win2k8 R2 running 7.6.0.3 . This server also uses as the media server.
the file is part of an image that is backed up using NDMP.
The Image that I'm restoring from is in the catalog:
<2>bpflist: listing files
Client: celerra
Peername: -
Policy: POLICY_NAME
Backup ID: celerra_1388275874
Backed up: 12/29/2013 12:11:14 AM (1388275874)
Software Version: ?
Policy Type: NDMP (19)
Schedule Type: FULL (0)
Version: 9
-------------------------------------------------------
Using BPFLIST I was able to see the file in the aformentioned image:
FN=13 L=402944 PL=50 DL=90 BK=0 II=1 RS=0 GB=0 DN=0 P=/root_vdm_1/folder01/folder02/folder03/file.full D=33188 33098 32770 402944 1388230202 1388230202 1388230202 00000000000f3f6d0000000000000026
--------------------------------------------------------
for the restore I'm using the following syntex:
bprestore -B -C celerra -D celerra /root_vdm_1/folder01/folder02/folder03/file.full -p POLICY_NAME -R C:\rename.txt -s 12/29/2013 00:00:00 -e 12/30/2013 00:00:00 -t 19 -L C:\prog_log-01.txt -st FULL
---------------------------------------------------------
the rename file contains the following line:
change /root_vdm_1/folder01/folder02/folder03/file.full to /root_vdm_1/folder01/restore01/restore02/restore03/file.full
Each time I try, I get the same error in the activity monitor:
11/27/2014 12:41:36 PM - begin Restore
11/27/2014 12:41:37 PM - end Restore; elapsed time: 0:00:01
no entity was found(227)
So what am I missing here? Any help will be much appreciated.
Thanks!!!