Content-type: text/html Man page of NSRJOBD

NSRJOBD

Section: Maintenance Commands (8)
Updated: Dec 11, 01m
Index Return to Main Contents
 

NAME

nsrjobd - NetWorker Jobs monitoring daemon

 

SYNOPSIS

nsrjobd

 

DESCRIPTION

The nsrjobd daemon is one of the NetWorker server daemons. It is responsible for spawning and monitoring of 'jobs' of NetWorker client binaries. All executions of save(1m), savefs(1m) and savegrp(1m) are considered jobs. Every execution of the binary is considered a separate job. nsrjobd allows for monitoring and long term recording of NetWorker activities. Ultimately, all functionality requiring monitoring or remote execution will be considered a job and handled with help of nsrjobd.

nsrjobd extends the capabilities previously offered by nsrexec. An example of where nsrjobd's capabilities are taken advantage of is when savegrp(1m) requires execution of save(1m) and savefs(1m).
In addition to the remote spawning, nsrjobd collects run-time information to be used by the NetWorker GUI to report and monitor on both actively running as well as completed jobs.

For storing job related information, nsrjobd maintains its own RAP database in /nsr/res/jobsdb. To prevent this database from constantly growing, there is an upper limit of size and a retention period placed on the data in the database. Data pertaining to completed jobs will be migrated to an SQL database maintained by the NetWorker GUI, then deemed eligible for purging from the RAP database. The values for the retention period and database size are stored in the NSR Resource in nsrd's RAP database. They are configurable by the administrator. In contrast to NetWorker's RAP database, nsrjobd's database is considered an opaque data store for nsrjobd's private use, and thus no tools are provided for viewing or manipulating its contents.

nsrjobd is started and stopped automatically when nsrd(1m) is started and shut down respectively. It is not meant to be started manually.

nsrjobd uses the client side nsrexecd(1m) for remote execution, so the NetWorker server requesting command execution must be in the client's servers file.  

FILES

/nsr/res/jobsdb
Directory holding nsrjobd's RAP database.
 

SEE ALSO

nsrd(1m), nsrexecd(1m)


 

Index

NAME
SYNOPSIS
DESCRIPTION
FILES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:37:11 GMT, October 02, 2010