Unsolved
This post is more than 5 years old
2 Intern
•
2K Posts
0
2410
November 16th, 2006 07:00
nsrck v/s. scanner
What is a better/faster option to recover indexes from a tape?
Is it using nsrck -L7 or scanner -i?
Is it using nsrck -L7 or scanner -i?
No Events found!


amediratta
2 Intern
•
2K Posts
0
November 16th, 2006 07:00
Also, could you explain why nsrck is a better option despite the fact that scanner has more options available?
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
November 16th, 2006 07:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
November 16th, 2006 07:00
Peacerocks
8 Posts
0
January 28th, 2013 22:00
Hi Hrvoje
I have a situation in my environment. I have a windows client whose backup we have been taking for the last 2 years approx. we have a browse and retention policy both of 7 years,but due to some reason indexes of the client are not healthy. I checked the restore of the client via SSID it was successful, this I guess means that media database is healthy, cause I did several ssid restores for different timestamps all were successful. I tried to recover indexes via nsrck -L7 -t
Thanks
coganb
736 Posts
0
January 29th, 2013 01:00
Hi,
Your issue sounds like you have a duplicate clientid problem. You will find an explanation of this and how to fix it in this knowledgebase article: 'Unknown volume' - Troubleshooting 'client id' issues
-Bobby
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
January 30th, 2013 10:00
I agree with Bobby - you might have clientid issue. To verify that, do following on backup server:
mminfo -avot -q client=client.hostname -r clientid | sort -u
mminfo -avot -q client=client.fqdn -r clientid | sort -u
Both should ideally give you the same and only one entry.
Peacerocks
8 Posts
0
February 5th, 2013 22:00
Hi Hrvoje
Thanks for the input. You were right, I checked with my team mate he told me that there were two folders in the CFI folders for the same client. Let me make it clear :
The name of the client is say X. In the index folder you should just find a folder by name X and that will work just fine. But I do not know how there was this folder X in index folder which is fine but there was another folder X in the folder X, so it was like F:\Program Files\Legato\nsr\index\X\X. By mistake my teammate has deleted the folder which is in bold :
F:\Program Files\Legato\nsr\index\X\X. Now I am have no idea how I can recover the indexes for the client, mm seems to be fine, as discussed earlier nsrck -L7 is not working, will I have to run scanner, is there no other option.
Waiting for replies....
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
February 6th, 2013 02:00
I believe what you had is called nested index folder. There are some KB articles on this subject.
bingo.1
2.4K Posts
0
February 6th, 2013 05:00
There is no need to scan the media. These directories are backed up as 'normal' file backups - just no CFI will be written. Consequently there is no index to browse.
However you could recover the path in non-interactive mode:
recover -iY -S -a "F:\Program Files\Legato\nsr\index\X\ X"
Be careful!
- The pathname is case-sensitive
- Save you current index directory first
- I also recommend that you familiarize on a test system
Peacerocks
8 Posts
0
February 16th, 2013 10:00
Hi Hrvoje
Thanks for reply, can you send me the link to some kb's I could not find them on support site of EMC.
Thanks for kind support.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
February 16th, 2013 12:00
Atm, I get site unavailable for support.emc.com ... will check later.
Peacerocks
8 Posts
0
February 16th, 2013 18:00
Sure thanks...
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
February 17th, 2013 08:00
1. Go to support.emc.com
2. In search type nested index
3. Apply filter for KB only
You get something as:
I believe first link is the promissing one.