Problem with Netwotker 8.2.0.1 some client override my previous backup
Problem with Netwotker 8.2.0.1 some client override my previous backup
(OP)
Hi everyone,
I use networker 8.2.0.1, it's look like some client override previous backups versions,i now it from 2 resons
1. when i try to restore he give my in the browse times only the date from last backup.
2.Also in c:/program files/emc netwotker/nsr/index/the client name/db6/
i see just folder with last date modified from last backup
anyone can help?or get same problem?
I use networker 8.2.0.1, it's look like some client override previous backups versions,i now it from 2 resons
1. when i try to restore he give my in the browse times only the date from last backup.
2.Also in c:/program files/emc netwotker/nsr/index/the client name/db6/
i see just folder with last date modified from last backup
anyone can help?or get same problem?
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
And because the file index would have been deleted at this point in time, these index subdirectories do not exist any longer.
So the first step would be to check which save sets still exist at all.
Use mminfo to do that:
mminfo -q "client=name,savetime>01/01/2010" -r "client,name,level,savetime,sumflags,volume" -ot [> file]
and verify the result.
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
First tank you answer me.
I run your "mminfo" command with the problematic client without some specific Date,i get result that it's look like it remmber the backups...but when i try to restore from NetWorker user it didnt know about it?
you have some idea how i make this client see all previous backup again?
there is pic of the result
Tanks again.
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
- I just set the savetime parameter to ensure that the query even will show very old backups.
- The save sets have passed their browse period. You see that because of the 'r' flag under 'sumflags'
This means that they are still 'r'recoverable but not 'b'rowsable any longer. That's why you don't see them in the NW User GUI and it is also the reason why the file index directory is empty.
What to do now?
1. You must get a hold of the SSID. Modify the command as follows: mminfo -q "client=name,savetime>01/01/2010" -r "client,name,level,savetime,ssid,sumflags,volume" -ot [> file]
2. Now you have the choice:
- You can rebuild the file index by running "scanner -i -S ssid# device" . This will repopulate the file index.
- You can restore the whole save set to a temp directory and get what you really want from there.
- You can recover a subset of the whole save set if you know the exact path name.
See the Command Line Reference for details.
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
I try to rebulid the client with your suggest command but i get this meesege :
c:\Program Files\EMC NetWorker\nsr\index>scanner -i -S 3267021211 nf-backup.nativeflow.ent
8909:scanner: using 'nf-backup.nativeflow.ent' as the device name
95462:scanner: Cannot open nf-backup.nativeflow.ent for reading: Cannot create '♣'.
YOU KNOW WHY?
AGAIN THANKU FOR ALL
RE: Problem with Netwotker 8.2.0.1 some client override my previous backup
I think that in your mminfo report I can recognize something like '*L5' for the volume name.
In this case, "nf-backup.nativeflow.ent" is definitively not the device name.
As the OS is Windows it should read something like "\\.\Tape#"
You must run scanner on the host where the tape drive is connected.