After performing a data center move and transfering all the legato licensing to new platform. Assuming the tapes are compatible, what is the procedure to recover data on tapes previous to the move?
This could be diffrenet procedures for different scenarios.
The best way to do this would be to run scanner -i \\.\tape0 for all the media for which you expect you would need regular recoveries. This would populated indexes and media entries from these tapes to the new setup.
It is best to keep the same client ID for each client configured a fresh in the new environment.
IF you think you would occassionally need to recover a file form a media, then you can use different scanner options like: 1. Recover an entire Save Set to the Networker Server ¿ scanner ¿S SSID \\.\Tape0 | uasm -rv 2. Get the list and path of files recoverable from a Save Set - scanner ¿S SSID \\.\Tape0 | uasm -nrv 3. Recover a single file from a Save Set to the Networker Server ¿ scanner ¿S SSID \\.\Tape0 | uasm -rv filename 4. Recover a single file from a Save Set to the Networker Server on a different location ¿ scanner ¿S SSID \\.\Tape0 | uasm -rv -m source=dest filename
amediratta
2 Intern
•
2014 Posts
156
0
Posted May 3rd, 2007 00:00
The best way to do this would be to run scanner -i \\.\tape0 for all the media for which you expect you would need regular recoveries. This would populated indexes and media entries from these tapes to the new setup.
It is best to keep the same client ID for each client configured a fresh in the new environment.
IF you think you would occassionally need to recover a file form a media, then you can use different scanner options like:
1. Recover an entire Save Set to the Networker Server ¿
scanner ¿S SSID \\.\Tape0 | uasm -rv
2. Get the list and path of files recoverable from a Save Set -
scanner ¿S SSID \\.\Tape0 | uasm -nrv
3. Recover a single file from a Save Set to the Networker Server ¿
scanner ¿S SSID \\.\Tape0 | uasm -rv filename
4. Recover a single file from a Save Set to the Networker Server on a different location ¿
scanner ¿S SSID \\.\Tape0 | uasm -rv -m source=dest filename