Start a Conversation

Unsolved

This post is more than 5 years old

5656

December 14th, 2017 01:00

Incremental Index-Backup

Hello together,

I have a separate pool configured within NetWorker to backup the index and bootstrap informations. I always thought that NetWorker would do an incremental/level save of these two backup pieces.

Now I recognized that it is always a FULL

mminfo -avot -q 'pool=INDEX,savetime>24 hours ago' -r level,name,savetime

full bootstrap                  12/14/17
full index:client         12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17
full index:client             12/14/17

The configuration of the INDEX pool is mostly default, just the save set field contains this:

index: *

bootstrap

And of course a dedicated DataDomain device is used.

Is that regular behaviour of NetWorker?

Cheers

Jan

263 Posts

December 15th, 2017 03:00

thanks bingo...

hmmm.. it does not mention level 1..  ??

161 Posts

December 15th, 2017 04:00

Thanks so far for all the help.

I'll try the suggestions and will post it here.

December 15th, 2017 07:00

Just check at pool , level is not selected apart from Index and Bootstrap a save sets.

161 Posts

December 18th, 2017 03:00

Hi Wallce,

I tried both of your commands:

savegrp -O -pv group-name

savegrp -O -l 9  -pv group-name

Both bring back all the clients in the group and it is stated that a full backup of the index will be performed:

client:index                   level=full, vers=pools, p=10
client:index              level=full, pool=DATA, save as of Mon Dec 18 12:19:58 2017
client:index                   level=full, vers=pools, p=10
client:index              level=full, pool=DATA, save as of Mon Dec 18 12:19:58 2017
client:index                   level=full, vers=pools, p=10
client:index              level=full, pool=DATA, save as of Mon Dec 18 12:19:58 2017

What I find odd is that the pool which is mentioned in the output is not the INDEX pool. It says that the index will be written in the data pool.

EDIT: I fixed the issue with the wrong shown pool. I removed the space character between ":" and "*" in the save set field.

10 Posts

December 18th, 2017 03:00

Don't mix up the client backup with the client index backup. Your client backup seems to use the correct level but the index backup doesn't. The reason for this is name resolution inconsistencies.

Do you have the same problem with other client index backups? If so, it's a name resolution issue with your Networker server client and not this client.

If not, it's related to this particular client name and we should continue troubleshooting this client.

Please show us the result of nslookup of the client name and ip-address


Check the name reported by the client itself. Run "nsradmin -p nsrexec -s client_name" and then type "p nsrla". What is the name reported here? Is it consistent with the name you use for the client resource?

Show us the content of the index directory for this client .../nsr/index/client_name


161 Posts

December 18th, 2017 03:00

Hi bingo,

the command

savegrp -g group -c client -l incr -D 5

brings this

* client:index Unable to find any full backups of the save set 'client:index' in the media database. Recommending that a full backup be performed.

So you were right here.

But I don't understand why there is no full backup found. I just performed one earlier.

161 Posts

December 18th, 2017 03:00

Hi MagnusR,

the daemon.log states this during the incr backup:

nw-server nsrd NSR info Savegroup Info: Unable to find any full backups of the save set 'client:index' in the media database. Recommending that a full backup be performed.

nw-server nsrd NSR info nw-server:index:client saving to pool 'INDEX' (INDEX)

nw-server nsrd NSR info nw-server:index:client done saving to pool 'INDEX' (INDEX) 297 MB

10 Posts

December 18th, 2017 04:00

Ok, if this happens for all index backups then the problem is with the Networker server itself.

Are all NW server backups promoted to full or only the index backups?

161 Posts

December 18th, 2017 04:00

Hi MagnusR,

this is the behaviour for all of my clients.

So nslookup for the client:

forward ok

backward ok

Nslookup for NetWorker server:

forward ok

backward ok

nsradmin -p nsrexec -s client

NetWorker administration program.

Use the "help" command for help, "visual" for full-screen mode.

nsradmin> p nsrla

                        type: NSRLA;

                        name: client.fqdn;

              nsrmmd version: ;

             nsrsnmd version: ;

NW instance info operations: ;

       NW instance info file: ;

          installed products: ;

                auth methods: "0.0.0.0/0,nsrauth/oldauth";

           max auth attempts: 8;

               administrator: "isroot,host=nw-server.old",

                              "isroot,host=nw-server.fqdn.old",

                              "isroot,host=nw-server",

                              "isroot,host=nw-server.fqdn",

                              "user=root,host=client.fqdn",

                              "user=root,host=localhost";

                        arch: x86_64;

                 kernel arch: x86_64;

                    CPU type: x86_64;

                machine type: desktop;

                          OS: Linux 3.0.101-0.47.99-default;

           NetWorker version: 8.2.3.0.Build.1100;

              client OS type: Linux;

                        CPUs: 4;

                     MB used: 188136;

                  IP address: 10.4.9.143, 10.4.9.145;

  environment variable names: ;

The name reported as client name is the FQDN. In the NMC the client ressource is without the FQDN. Under /nsr/index is also the hostname without the FQDN stated.

ll /nsr/index/client

total 8.0K

-rw-r--r--  1 root root  970 Aug  9  2016 README

drwx------ 37 root root 4.0K Dec 18 11:02 db6/

-rw-------  1 root root    0 Aug  9  2016 v6ck.lck

161 Posts

December 18th, 2017 04:00

Hi Prince,

nothing selected here.

263 Posts

December 18th, 2017 07:00

Since all client index backups are affected, this could be related to client id issues.

Please review the following kb: 

NetWorker: How to use nsrclientfix, error "Cannot find attribute 'client id'"

https://support.emc.com/kb/333478

nsrclientfix man page.pdf  

https://emcservice.my.salesforce.com/servlet/fileField?retURL=https%3A%2F%2Femcservice--c.na55.visual.force.com%2Fapex%2…

For now, please run step 1-3 under resolutions.  Then take a look at the output file.  Look for any reference to the backup server.

161 Posts

December 18th, 2017 07:00

Only the index backups. Running incr backups from any machine works fine.

2.4K Posts

December 18th, 2017 08:00

May I suggest the following:

  -  move the file index of one specific client

  -  run an incr backup of this client (NW should run a full index backup)

  -  re-run an incr backup. The index backup should now come up with level 9.

If this works, your file/media index is defective. Otherwise it is NetWorker itself causing the problem.

161 Posts

December 19th, 2017 02:00

I did steps 1 to 3 from the kb and nsrclientfix did find some ID issues. But our client was not in the list. So I suggest there is no ID problem here.

161 Posts

December 19th, 2017 02:00

Hi Bingo,

I did exactly what you suggested and the index backup is still a full .

I think it is time to open a SR with DELL EMC now.

Thanks anyone for the help so far. I will let you know what the support brings up.

No Events found!

Top