
High Grade Reseller Hosting Solutions
“For their high grade Reseller Hosting solutions, Cartika Hosting receives an Editors' Choice Award”
Network Information
| Network Configuration |
| Cluster MRTG Graphs |
| Cartika Network Status |
| Uptime Statistics |

| H Sphere CP Cron Jobs |
CP Cron (Background Jobs)Along with the cron scripts that H-Sphere puts into its physical servers' crontabs, there are several background jobs that are executed by H-Sphere on the Control Panel server:
CP Cron ConfigurationH-Sphere DatabaseAll those cron processes use the last_start table in the H-Sphere database. This table contains the following fields: name varchar(20) NOT NULL PRIMARY KEY, When H-Sphere is restarted, those values are read from this table for each cron. Changing the launching time(deprecated since HS 2.4) To change the launching time for all future dates, Log into the system database and change the last time the cron was executed: update last_start set value = '2003-03-24:TIME-05' where name in ('NAME'); Here: For example, to change the time of the accounting cron, execute: CP Cron XML Configuration Files(HS 2.4 and up) From HS 2.4, CP cron settings are defined and customized in the corresponding XML configuration file Here, you can add new custom CP crons and/or change cron job settings such as priority, starting time and period. Such customization can also be done by means of H-Sphere packages. Background Job Manager(version 2.4 and higher) Background Job Manager is a utility that allows to enable, start and disable selected cron jobs from CP interface. Cron jobs are available from the Admin control panel, the Background Job System section. |