Hi, thanks so much for the prompt response. I am trying out your suggestion and I think I am getting there. I have another question. What is the command to use if I want to restore the data from backup tape to the client directly? (Since now I can see the SSID of my data in the tape)
Thanks. However, using the below command: scanner -S SSID /dev/nst0 | uasm -rv to recover complete save set where will the recovered save set be saved??
amediratta
2 Intern
•
2K Posts
0
January 25th, 2007 03:00
If you know the client id, create the client in conutry B with the same client id. Run scanner -i for the tape and you get data in indexes to recover.
Else you can run scanner -S SSID /dev/nst0 | uasm -rv to recover complete save set.
scanner -S SSID /dev/nst0 | uasm -nrv to get a list of recoverable files
scanner -S SSID /dev/nst0 | uasm -rv filename for a specific file
scanner -S SSID /dev/nst0 | uasm -rv -m source=destination to recover on a different location.
You can run scanner -m /dev/nst0 to get a list of SSIDs for each save set if you don't know the SSID
yewkan1
1 Rookie
•
43 Posts
0
January 25th, 2007 04:00
thanks so much for the prompt response.
I am trying out your suggestion and I think I am getting there.
I have another question.
What is the command to use if I want to restore the data from backup tape to the client directly? (Since now I can see the SSID of my data in the tape)
amediratta
2 Intern
•
2K Posts
0
January 25th, 2007 05:00
The onyl good way I know would be to create the client with the same client ID, run scanner -i & then recover.
yewkan1
1 Rookie
•
43 Posts
0
January 25th, 2007 22:00
However, using the below command:
scanner -S SSID /dev/nst0 | uasm -rv to recover complete save set
where will the recovered save set be saved??
amediratta
2 Intern
•
2K Posts
0
January 26th, 2007 01:00
You would need the same drive letter and sufficient disk space for recovery to happen.