My current Networker server hardware: Sun box with dual tape drives + 750GB of disk space (Legato adv_file) used for backups. I make backups (full + incr) to disk, then 'clone' the savesets to tape to be taken offsite.
Next month I will be doing a 'disaster drill' in which a group of offsite tapes will be taken to another system for restoration. At the alternate site I have a Sun box with 750GB disk storage, very similar to the original server.
What I would like to do is restore my original networker server via the usual recovery steps, but then clone all of the savesets from each tape to the disk storage - this will permit me to be able to do multiple client concurrent restores and reduce contention for tape drives and volumes.
One twist: The offsite tapes have about 25 client systems on them, but I only want to restore 10 selected clients at the disaster site.
My current thinking is to do the following steps:
1) Create a 'clone pool' and mark my adv_file disk device as being part of that pool
2) For each tape volume that I have at the disaster site, build a list of savesets:
[tt]mminfo -c <client name> -r ssid >> savesets_<volume_name>.list[/tt]
Do above step for each client I want to recover until I have a list of all savesets on tape <volume_name> for all clients.
Repeat above for next tape volume... eventually, will have a saveset list for each volume; each list will have the ssid's for all 10 clients.
3) Put tape <volume_name> into drive and mount it under Legato networker
4) Use this command to clone desired savesets from tape to adv_file disk:
[tt]nsrclone -b 'clone pool' -S -f savesets_<volume_name>.list <volume_name>[/tt]
Repeat step 3 & 4 for each tape volume.
Will the above steps accoplish what I want to do? Once cloned, Networker should happily use these savesets for restores since they are all 'online', right?
Thanks!
Goony
Next month I will be doing a 'disaster drill' in which a group of offsite tapes will be taken to another system for restoration. At the alternate site I have a Sun box with 750GB disk storage, very similar to the original server.
What I would like to do is restore my original networker server via the usual recovery steps, but then clone all of the savesets from each tape to the disk storage - this will permit me to be able to do multiple client concurrent restores and reduce contention for tape drives and volumes.
One twist: The offsite tapes have about 25 client systems on them, but I only want to restore 10 selected clients at the disaster site.
My current thinking is to do the following steps:
1) Create a 'clone pool' and mark my adv_file disk device as being part of that pool
2) For each tape volume that I have at the disaster site, build a list of savesets:
[tt]mminfo -c <client name> -r ssid >> savesets_<volume_name>.list[/tt]
Do above step for each client I want to recover until I have a list of all savesets on tape <volume_name> for all clients.
Repeat above for next tape volume... eventually, will have a saveset list for each volume; each list will have the ssid's for all 10 clients.
3) Put tape <volume_name> into drive and mount it under Legato networker
4) Use this command to clone desired savesets from tape to adv_file disk:
[tt]nsrclone -b 'clone pool' -S -f savesets_<volume_name>.list <volume_name>[/tt]
Repeat step 3 & 4 for each tape volume.
Will the above steps accoplish what I want to do? Once cloned, Networker should happily use these savesets for restores since they are all 'online', right?
Thanks!
Goony