This post is more than 5 years old
3 Posts
0
1013
January 4th, 2007 08:00
Data restore without server index
Hi All,
I would like to recover data from a tape which stores data of a dismissed server. I deleted the server from Networker Console, so in the indexes tab there isn't the server index. This isn't a bootable tape; I tried the scanner command ( from the documentation it seemed a good choice) but the command failed. I' m trying to find the right way on the Legato Networker 7.1 Admin Guide and on the Disaster Recovery Guide but so far I'm not able to restore data. The expiration date of the volume is January 20th. As far as I know should be a prerequisite to have the server index...
Any idea ?
Thanks and Best regards
I would like to recover data from a tape which stores data of a dismissed server. I deleted the server from Networker Console, so in the indexes tab there isn't the server index. This isn't a bootable tape; I tried the scanner command ( from the documentation it seemed a good choice) but the command failed. I' m trying to find the right way on the Legato Networker 7.1 Admin Guide and on the Disaster Recovery Guide but so far I'm not able to restore data. The expiration date of the volume is January 20th. As far as I know should be a prerequisite to have the server index...
Any idea ?
Thanks and Best regards
0 events found
No Events found!


amediratta
2 Intern
•
2K Posts
0
January 4th, 2007 09:00
If client ID is not available, check for either of the scenarios -
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
Replace SSID with save set ID & \\.\tape0 with your device name.
If SSID is not known, use scanner -m \\.\tape0 to get it populated under the volumes tab to get SSID etc.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 4th, 2007 08:00
a) if data is in media db and data is not browsable, create client using name and clientid and then run ssid recover
b) if you need to scan data for some reason, scan it - before make sure to recreate client and pool to which data belong
c) if index is still recoevrable simply merge it via nsrck command. however make sure client definition is there
jpenhale
5 Posts
0
February 1st, 2007 16:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
February 1st, 2007 23:00