If I understand you correctly, you are looking to see this information from the command line. If that is the case, you can use the jobquery command.
The information for this command is located in Powerlink Home > Support > Technical Documentation and Advisories > Software ~ J-O ~ Documentation > NetWorker Family > NetWorker > 7.5 & Service Packs (or select the version you are using) > NetWorker 7.5 Command Reference Guide
Here is the summary for the command:
NetWorker command: JOBQUERY(1m)
NAME jobquery - NetWorker jobs database query program
SYNOPSIS jobquery [ -s server ] [ -i file ] jobquery [ -s server ] [ query ]
DESCRIPTION The jobquery command is a command-line based program used to query NetWorker server's jobs database. Its interface is similar to that of nsradmin program.
OPTIONS -i file Takes input commands from file instead of from standard input. In this mode, the interactive prompt will not be printed. -s server Opens a connection to the named NetWorker server.
I see - I misunderstood your question. I thought you were after the dat while the job is running.
The policies are listed in the Configuration section of the NetWorker Server GUI. However, the information you are after is listed in various places: client properties shows the information being backed up for that client, what group(s) it is a member of, what pool to use (optional - group, pool connection is typical use) and what schedule to use for the backup
The group properties provides you with the option to override any of the client settings for clients that that jobs that are run in the group. There are pros and cons to this, but for me personally I prefer this method as it gives me one spot to set the jobs in.
If this is not what you are looking for, please let me know!
Can you be more precise on what exactly you wish to see in your report? Backup policy in NW is just schedule and/or browse/retention policy.
I assume you wish to see list of groups with assigned clients and their savesets, backup command and policy parameters. In such case, you would use nsradmin to obtain this information.
If you are looking for data on already executed jobs, then you either use jobquery or mminfo (depending what data and format you want it to).
If you are looking for GUI method, mminfo queries can be made over GUI. For nsradmin kind, you will need to play with and enable certain columns to be visible.
Mark_Bellows
240 Posts
0
April 12th, 2011 08:00
Mohmmend,
If I understand you correctly, you are looking to see this information from the command line. If that is the case, you can use the jobquery command.
The information for this command is located in Powerlink Home > Support > Technical Documentation and Advisories > Software ~ J-O ~ Documentation > NetWorker Family > NetWorker > 7.5 & Service Packs (or select the version you are using) > NetWorker 7.5 Command Reference Guide
Here is the summary for the command:
NetWorker command: JOBQUERY(1m)
NAME
jobquery - NetWorker jobs database query program
SYNOPSIS
jobquery [ -s server ] [ -i file ]
jobquery [ -s server ] [ query ]
DESCRIPTION
The jobquery command is a command-line based program used to query NetWorker server's
jobs database. Its interface is similar to that of nsradmin program.
OPTIONS
-i file Takes input commands from file instead of from standard input. In this mode, the interactive prompt will not be printed.
-s server Opens a connection to the named NetWorker server.
I hope this helps!
Mark
mohammed151
1 Rookie
•
10 Posts
0
April 12th, 2011 10:00
what i mean from networker menu is there any way to check the backup policy ?
Mark_Bellows
240 Posts
0
April 12th, 2011 10:00
I see - I misunderstood your question. I thought you were after the dat while the job is running.
The policies are listed in the Configuration section of the NetWorker Server GUI. However, the information you are after is listed in various places: client properties shows the information being backed up for that client, what group(s) it is a member of, what pool to use (optional - group, pool connection is typical use) and what schedule to use for the backup
The group properties provides you with the option to override any of the client settings for clients that that jobs that are run in the group. There are pros and cons to this, but for me personally I prefer this method as it gives me one spot to set the jobs in.
If this is not what you are looking for, please let me know!
Mark
ble1
4 Operator
•
14.4K Posts
0
April 13th, 2011 07:00
Can you be more precise on what exactly you wish to see in your report? Backup policy in NW is just schedule and/or browse/retention policy.
I assume you wish to see list of groups with assigned clients and their savesets, backup command and policy parameters. In such case, you would use nsradmin to obtain this information.
If you are looking for data on already executed jobs, then you either use jobquery or mminfo (depending what data and format you want it to).
If you are looking for GUI method, mminfo queries can be made over GUI. For nsradmin kind, you will need to play with and enable certain columns to be visible.
JohnMogul
1 Rookie
•
3 Posts
0
August 20th, 2024 09:11
@Mark_Bellows Hello