Launching Control Panel Cron Jobs

Along with the cron scripts that Parallels H-Sphere puts into its physical servers' crontabs, there are several background jobs that are executed by Parallels H-Sphere on the Control Panel server:

These cron processes use the last_start table in the Parallels H-Sphere database. This table contains the following fields:

name varchar(20) NOT NULL PRIMARY KEY,
value timestamp,
last_user int8

When Parallels H-Sphere is restarted, the values are read from this table for each cron:

CP Cron XML Configuration Files

CP cron settings are defined and customized in the corresponding XML configuration file described in CP Cron Configuration section of Parallels H-Sphere Developer Guide. You can add new custom CP crons according to the instructions from Adding Custom CP Cron Jobs of Parallels H-Sphere Developer Guide and/or change cron job settings such as priority, starting time and period. Such customization can also be done by means of Parallels H-Sphere packages (see Building Packages section of Parallels H-Sphere Developer Guide).

Background Job Manager

Background Job Manager is a utility that allows you to enable, start and disable selected cron jobs from the CP interface. Cron jobs are available from the Admin control panel, the Background Job System section.