UNSOLVED

amediratta

updated

20 years ago

A

amediratta

2 Intern

2014 Posts

0

2421

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?
  • amediratta

    2 Intern

    2014 Posts

    1128

    0

    Posted November 16th, 2006 07:00

    I am unable to locate the option in nsrck to recover indexes from a tape for a specific client only.

    Also, could you explain why nsrck is a better option despite the fact that scanner has more options available?
  • ble1

    6 Operator

    14354 Posts

    56186 Points

    1128

    0

    Posted November 16th, 2006 07:00

    nsrck -L7 -t
  • ble1

    6 Operator

    14354 Posts

    56186 Points

    1128

    1

    Posted November 16th, 2006 07:00

    nsrck.
  • 1131

    0

    Posted 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

    1131

    0

    Posted 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

    14354 Posts

    56186 Points

    1131

    0

    Posted 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.

  • 1131

    0

    Posted 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

    14354 Posts

    56186 Points

    1131

    0

    Posted 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

    1 Rookie

    2430 Posts

    633

    0

    Posted 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

  • 833

    0

    Posted 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.