This post is more than 5 years old
48 Posts
0
1373
October 14th, 2009 01:00
Two Questions ??
Hi PPL,
I have 2 questions:
1. Where to find the Admin/Config guide for Networker NDMP backups ?
2. Can we restore data from an aborted saveset ? I know its not possbile in case of NDMP savesets, but what about normal savesets ?
Thanks in Advance
Message was edited by: MPN
mpn
I have 2 questions:
1. Where to find the Admin/Config guide for Networker NDMP backups ?
2. Can we restore data from an aborted saveset ? I know its not possbile in case of NDMP savesets, but what about normal savesets ?
Thanks in Advance
Message was edited by: MPN
mpn
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 15th, 2009 12:00
Oldish technical bulletin 135 contain some examples with scanner and uasm. I will quote one example here:
--
To recover a single filename from a volume, run one of these commands:
scanner -s save_set_id device_name | uasm -rv filename or scanner -s save_set_id device_name | uasm -rv -m source=dest filename
The m option of uasm indicates that the recovered file should be mapped (relocated) from the source to the destination directory.
--
Obviously, you have endless possibilities here. As of I don't know which version with scanner you can use -x option to call uasm directly for what is passed by scanner command. To quote scanner manual:
--
Extracting a save set for /usr and relocating to /mnt:
scanner -S 637475597 /dev/nrst8 | uasm -rv -m /usr=/mnt
or
scanner -S 637475597 /dev/nrst8 -x uasm -rv -m /usr=/mnt
Extracting all save sets from client mars and relocating to /a:
scanner -c mars /dev/nrst8 -x uasm -rv -m/=/a
--
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
October 14th, 2009 06:00
There is a document on this subject available via PL (white paper?)
know its not possbile in case of NDMP savesets, but
what about normal savesets ?
It's possible.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 14th, 2009 07:00
interesting for me to know if i can import indexes of
aborted save set into a database with the scanner
command
You can't import them, but you can do restore using scanner+uasm from aborted saveset.
PeterBen
120 Posts
1
October 14th, 2009 07:00
2. can not answer never tried that but would be interesting for me to know if i can import indexes of aborted save set into a database with the scanner command
mpn1
48 Posts
0
October 15th, 2009 09:00
I got a chance to try this...
Will let u know once thats done...
Didnt get wat's scanner+uasm.. ?? Crevlin. Enlighten me... plz
mpn1
48 Posts
0
October 19th, 2009 20:00
I did the recovery from aborted save set, and it completed very much fine..
Learned a new thing.... earlier I thought , if there's a aborted save set , its simply useless tape occupancy, but not anymore....
and Crevlin, 'uasm' I never heard of this earlier... great to know we have a command like this... will work on to find the various capabilities of this command.
Thanks Crevlin, u are magnificient AS ALWAYS..