Unsolved
This post is more than 5 years old
19 Posts
0
3133
March 31st, 2008 08:00
how to backup /nsr/index
hello all,
i have networker 7.3.2 on HP-UNIX, i need to backup the nsr directory and all its subdirectories (specially index), when i tried to configure a group resource with save set /nsr, when i run the group it took only 120 MB out of 1.7 GB (actual size of nsr directory), i tried to restore in a different place and it restored only a structure( directory named nsr, subdirectories. but with size 0)
can anyone help me in this?
thanks in advance
i have networker 7.3.2 on HP-UNIX, i need to backup the nsr directory and all its subdirectories (specially index), when i tried to configure a group resource with save set /nsr, when i run the group it took only 120 MB out of 1.7 GB (actual size of nsr directory), i tried to restore in a different place and it restored only a structure( directory named nsr, subdirectories. but with size 0)
can anyone help me in this?
thanks in advance
0 events found
No Events found!


benzino1
2 Intern
•
244 Posts
0
March 31st, 2008 08:00
savegrp -O group_name
rm2
19 Posts
0
March 31st, 2008 08:00
fjsacristan
159 Posts
0
March 31st, 2008 08:00
When you launch backup for client Backup Server, and as save set you have added /nsr/index, only will backup tree, because there is a directive for every client, called nsr.dir, which, has value: +skip: * .?* , this way, the index are not solved when you backup Backup Server.
The index are solved when backup for clients have finished, but if you want to solve the index when you launch backup for Backup Server and it finishes, then you have to delete for every client the directive nsr.dir.
Regards.
Inma Bernabe.
fjsacristan
159 Posts
1
March 31st, 2008 08:00
You have to launch #savegrp -O group_name for every group from command line Backup Server.
In save set field in the client resource, only you have to add the save set, which, you want to solve, remember that the index are in Backup Server.
Regards.
Inma Bernabe.
rm2
19 Posts
0
April 1st, 2008 00:00
another question, where in the administration guide 'or any other documentation" can i find such information about index, these special directives, and how to run a script "for example exprt database tables" as aprecommand in the networker and how to set the timeout of it?i have the course mannual but it is not so informative
thanks again
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
April 4th, 2008 02:00
rm2
19 Posts
0
April 8th, 2008 06:00
actually i have the administration guide but where can i find those CLI manuals?i tried to search for networker CLI manuals but i got nothing
DavidHampson
2 Intern
•
1.1K Posts
0
April 8th, 2008 06:00
mminfo -q "name=index:myclient"
volume client date size level name
000001 myclient 02/09/08 1832 KB 9 index:myclient
etc...
index:myclient is in fact the /nsr/index/myclient directory.
You can also do just a backup of the client file indexes by using the -O switch from the command line:
savegrp -O -c myclient mygroup
- will only back up /nsr/index/myclient
Indexes are removed when they go outside of their browse time and you will need to restore the relevant /nsr/index subdirectory using the nsrck -L7 command:
nsrck -L7 -t "date when you want to see indexes from" myclient
Networker stops you backing up this data which already has its own backup mechanism by putting a file .nsr (nsr.dir on Windows) in the directory which is what is known as a local directive - this basically tells Networker at time of file system backup that this directory does not need backing up.
If you went on the course you should have been given a big thick book called Legato Networker Command Line Reference - take a look at the command savegrp in there. If you don't have it you can download it from Powerlink or you can check the man page, for example:
man savegrp
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
April 8th, 2008 15:00
can i find those CLI manuals?i tried to search for
networker CLI manuals but i got nothing
In docs section there should be something called Command Line Reference Guide.