This post is more than 5 years old
1 Rookie
•
19 Posts
0
6884
November 11th, 2013 00:00
Permission denied by server : Cross platform recovery not supported
Hi,
I have getting following error, While i restore the specified data from 4 days old tape cartridge using Networker 7.4 backup software.
Permission denied by server : Cross platform recovery not supported
Requesting your help to resolve the issue as i need to close this issue by today.
Thanks
Mohan M
0 events found
No Events found!


CarlosRojas
1.7K Posts
0
November 11th, 2013 02:00
Mohan,
Have you checked the documentation?
Once you get into the recover CLI, you need to list (to make sure you are recovering the correct version), select date from within the versions shown, and then run "add" so that the file gets added to the recover list.
Once you have added the file, you can run "recover" again within the recover CLI and that will indeed run the restore.
Thank you,
Carlos
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 01:00
Hi.. thnks for your input..
We have a same platform machine available with us.
Can u pls tell me the procedure to restore the data from Tape.
Note:
Netrworker installed server - Windows server 2003
Client server - Suse linux
Tape drive installed at windows server machine (where the restore tape mounted)
I need to restore *.dmp.gz file from tape to any of the our hosted server.
Please help how would i start the restore
nmc2
268 Posts
0
November 11th, 2013 01:00
Hello Mohan,
Can you confirm if you are recovering data to same host or deferent host.
If you are recovering data to deferent host, then make sure both are same OS type. Cross OS platform recovery is not supported.
For example: Windows backup can only be restored Windows, Linux and Unix to Linux and Unix hosts only.
Windows data can not be recovered to Linux or Unix host and vice versa.
Regards,
Prajith
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 02:00
Hi am getting following error after placed the the below command,
Syntax:
recover -iY -s -R -d -S
Error:
39564:recover: '-S' is not valid with the '-R' option
6529:recover: you are not authorized to use the '-S ssid' save set recover or '-A text' annotation key recover
nmc2
268 Posts
0
November 11th, 2013 02:00
If you are running this command on target machine, then just start the restore. File will be restored to /backup/restore directory.
Regards,
Prajith
CarlosRojas
1.7K Posts
0
November 11th, 2013 02:00
Also, why don't you use the GUI?
You can start the restore process from any machine (pretty much), and if you are not familiar with CLI then go for the GUI option.
Thank you,
Carlos
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 02:00
I have done as you said but still not working.
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 02:00
Hi,
Have found required file using the below command but i dont know how to moved to any of linux server.
Please help..
root@Target server:~> recover -iY -s OCGRLR5CBKP01 -d /backup/restore /backup/EXPDPDIR/POSTEOM_02112013.dmp.gz
7395:recover: Warning: 64-bit inode number uses high order 32-bits.
Current working directory is /backup/EXPDPDIR/POSTEOM_02112013.dmp.gz
recover> cd /backup/EXPDPDIR
recover> ll
total 114512872
19083740 -rw-rw---- oracle oinstall 19522656359 Nov 02 16:39 POSTEOM_02112013.dmp.gz
4 drwxr-xr-x oracle oinstall 4096 Jan 25 2013 Recycled/
0 -rw-r--r-- oracle oinstall 0 Nov 09 01:59 test
recover>
nmc2
268 Posts
0
November 11th, 2013 02:00
You can use either winworkr gui (on any windows host) or recover command.
Login to client Linux machine (preferably target machine) and run the below command,
Syntax:
recover -iY -s -R -d -S
Example:
recover -iY -s networker.abc.com -R client2.abc.com -d /tmp/restore/ -S 12345678 /var/log/xyz.log.gz
Let us know if it helps
Regards,
Prajith
Lucky85
173 Posts
0
November 11th, 2013 02:00
Are you logged in as root??
nmc2
268 Posts
1
November 11th, 2013 02:00
recover> add /backup/EXPDPDIR/POSTEOM_02112013.dmp.gz
- Adds the file required file
recover> destination
- lists the destination where file will be recovered to
recover> volume
- lists required backup volume/media for recovery
recover> recover
- Starts recovery
I will also suggest you to look into NetWorker command guide for complete options.
You will find it here,
https://support.emc.com/products/1095_NetWorker/Documentation/
Regards,
Prajith
nmc2
268 Posts
0
November 11th, 2013 02:00
Try running the command without -R,
recover -iY -s -d -S
Regards,
Prajith
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 02:00
Now its said nothing to recover
recover> recover
Nothing to recover
recover>
Lucky85
173 Posts
0
November 11th, 2013 02:00
As I wrote in my previues mail. Add dest server and user to remote access of source client in NMC and than run recover command from detination server and add flag –c sourceclientname.
Regards
Lukas
MohanLTHF
1 Rookie
•
19 Posts
0
November 11th, 2013 02:00
what is the command for relocate the below file
19083740 -rw-rw---- oracle oinstall 19522656359 Nov 02 16:39 POSTEOM_02112013.dmp.gz
Please help on urgent