Chapter 19. Automated Jobs
15 * * * *
The following example sets a job to run at noon on April 12:
0 12 12 4 *
The day-of-month and day-of-week options can contain a comma-separated list of values to specify
more than one day. If both day fields are specified, the specification is inclusive; that is, the day of
the month is not required to fall on the day of the week to be valid. For example, the following entry
specifies a job execution time of midnight on the first and fifteenth of every month and on every
Monday:
0 0 1,15 * 1
To specify one day type without the other, use an asterisk in the other day field. For example, the
following entry runs the job at 3:15 a.m. every weekday morning:
15 3 * * 1-5
19.4. Managing Job Plug-ins
This section explains how to register new job plug-ins and delete existing plug-ins.
19.4.1. Registering or Deleting a Job Module
Custom job plug-ins can be registered through the Certificate Manager Console. Registering a
new module involves specifying the name of the module and the full name of the Java™ class that
implements the module.
It is also possible to delete job modules, but this is not recommended.
To register or delete a job module in the Certificate System framework, do the following:
1. Log into the Certificate Manager Console.
pkiconsole https://server.example.com:9443/ca
2. In the Configuration tab, select Job Scheduler in the left navigation tree. Select Jobs.
The Job Instance tab opens, which lists any currently configured jobs. Select the Job Plugin
Registration tab.
3. To delete a module, select the module to delete, and click Delete.
When prompted, confirm the delete action.
4. To register a module, click Register.
The Register Job Scheduler Plugin Implementation window appears.
448
Need help?
Do you have a question about the CERTIFICATE SYSTEM 7.3 - ADMINISTRATION and is the answer not in the manual?
Questions and answers