You can manage jobs in two ways:
The recommended method is to use the CMS window.
Job Management from the CMS Window
Figure 14.1 shows the CMS window, which provides the required user interface to support job management.
Figure 14.1 Job Scheduler information in the CMS window
In the CMS window you will find a single Job Scheduler object, within which is another object identified as Jobs. The Jobs object represents the job plug-in implementations and instances currently recognized by this instance of Certificate Management System; the Job Scheduler object represents the schedule for the configured jobs.
From the CMS window you can accomplish the following operations:
The sections that follow describe the parts of the window from which you carry out these operations.
Job Instance Tab
The Job Instance tab lists jobs that are currently scheduled for the server, so that you can manage them at a single place. From this tab you can perform the following operations:
Add.
The add operation shows a list of registered job plug-in modules from which you can select the one you want to configure. You configure an instance of the selected module with the help of the job instance editor (see "Job Instance Editor"). When you save the changes, Certificate Management System creates the instance and displays it in the list of jobs. For instructions on adding new jobs to the CMS configuration, see "Adding a Job".
Delete.
The delete operation allows you to remove unwanted jobs from the CMS configuration. For instructions on deleting jobs, see "Deleting a Job".
Edit/View.
The edit operation allows you to view and modify configuration parameter values of currently configured jobs. You modify the parameter values with the help of the job instance editor (see "Job Instance Editor"). For instructions on modifying jobs, see "Modifying a Job".
Job Instance Editor
The job instance editor is designed to be generic. Its simple graphical interface enables you to create new job instances and modify the configuration of individual jobs. When you are adding a new job, the editor shows the configuration parameters pertaining to the plug-in module you selected. When you are modifying a job, the editor shows the configuration parameters pertaining to the job you selected.
All configurable parameters are displayed in the form of a table with two columns and multiple rows, each parameter occupying a row in the table. The left column lists the names of the configurable parameters; the right column is designated for entering the appropriate values. The ordering of the configurable parameters is irrelevant unless it is defined by the job plug-in implementation.
The job instance editor provides normal save, cancel, and help functionality. You can specify names for jobs, but only at the time of adding new ones; you cannot change names later.
Job Plugin Registration Tab
The Job Plugin Registration tab lists the currently registered job plug-in modules for the selected CMS instance and gives you access to the window from which you can register new modules. On this tab you will find the names of registered plug-in modules listed on the left and the path to the Java class that implements the plug-in module listed on the right.
You can perform the following operations from this tab:
Register.
This operation allows you to register a new job plug-in module. You do this with the help of the job registration editor (see "Job Plugin Registration Editor").
When you save the changes, Certificate Management System loads the plug-
in module implementation for the job and displays it in the list of currently
registered plug-in modules. For instructions on registering new modules,
see "Registering a Job Plug-in Module".
Delete.
This operation allows you to remove unwanted job plug-in modules from the CMS framework. For instructions on deleting modules, see "Deleting a Job Scheduler Plug-in".
Job Plugin Registration Editor
The job plug-in registration editor allows you to register new job plug-in modules in the CMS framework. Registering a new module involves specifying its name and the full name of the Java class that implements the module.
For example, you can add a job implementation named as follows:
com.netscape.jobscheduler.unpublishUserCert
Job Scheduler Parameters in the Configuration File
The sample in Figure 14.2 shows how Job Scheduler-specific information appears in the configuration file. Keep the following points in mind:
To change the configuration by editing the configuration file, follow the instructions in "Changing the Configuration by Editing the Configuration File".
Job Plug-in Implementation and Instance
Jobs are implemented as Java classes, which are then registered with Certificate Management System as plug-ins. You can use a given implementation of a job plug-in module and configure multiple instances of it. Each instance must have a unique name (an alphanumeric string with no spaces) and can contain different input parameter values to apply to different jobs. In other words, a given job implementation can be shared by multiple configurations. You can also distinguish the applicability of configured instances by including appropriate instance names.