The following table describes scheduling and execution parameters.
Parameter |
Description |
---|---|
ACCEPT_UNFAMILIAR_HOSTS |
Determines which Hosts that are not defined in the Control-M/Server are allowed to initiate communication with it Valid values: N, Y Default: Y |
ALERT_ON_MESSAGES |
Defines a space-separated list of error message numbers that, when written to the IOALOG, is echoed as alerts to Control-M/EM. Use the following format for message ID entries: <message-id>[:<urgency>] Urgency values are:
Example: ALERT_ON_MESSAGES 5141:U 5211 5745:V 5273:R 5274:V 5275 Default: ALERT_ON_MESSAGES 5141 5211 5745 5273 5274 5275 5217 5135 5220 0008 0012 0014 0016 0018 5126 5127 5128 5129 5172 5173 5762 5763 To disable: ALERT_ON_MESSAGES 0 How/where to set: Set this parameter through the config.dat file of Control-M/Server. For changes to take effect, restart Control-M/Server or run the following command: ctmipc -dest ALL -msgid CFG |
ALERT_ON_SHOUT_FAILURE |
Determines whether to send Control-M/EM alerts when shouts that are issued by background activities fail. Valid Values:
Default: Y How/where to set: Set this parameter through the config.dat file of Control-M/Server. For changes to take effect, restart Control-M/Server or run the following command: ctmipc -dest ALL -msgid CFG |
CD_MAX_DBU |
When there is no current Control-M/EM session, Control-M accumulates database updates before downloading them to Control‑M/EM. CD_MAX_DBU determines the maximum number of updates to accumulate before requesting a download. Valid Values: 100–2^31 Default: 1000 How/where to set: In the Control-M Main Menu, choose Parameter Customization => Advanced Communication and Operational Parameters => Maximum Job State Changes. Refresh Type: Manual |
CTM_AJF_ADJUST_COND_INCLUDE_SMART_FOLDER_ENTITY |
Determines whether to ignore the prerequisite conditions of a SMART folder entity, when the predecessor jobs that normally set these conditions are not scheduled. Valid values are:
Default: N Refresh Type: Recycle NOTE: This parameter is relevant only when ADJUST_COND is set to Y and the parameter CTM_ADJUST_COND_SCOPE is set to AJF. For more information, see Adjust Condition. |
CTM_ADJUST_COND_SCOPE |
For jobs in the SMART Folder, determines conditions of which unscheduled predecessor jobs to ignore. Valid values:
Default: GROUP Refresh Type: Manual |
CTM_VARIABLE_ALLOW_HYPHEN |
Enables user-defined variables to contain the - (hyphen) character. Valid values: N, Y Default: N Refresh Type: Manual NOTE: If a job has an variable that includes a hyphen in the variable name, it will fail when submitted to an agent that is running on UNIX. |
CTM_GD_FORWARD |
Indicates if job with a time zone specified should be ordered according to the current Odate, or tomorrow’s Odate. Valid values:
Default: Y Refresh Type: Recycle |
CTM_MULTIP_LIB_REPLACE |
Indicates if AutoEdit variable %%MEMLIB overrides the MEMLIB value for all jobs in a folder with a command such as: ctmorder -schedtab test2...-jobname "*" -autoedit %%MEMLIB d:/testdir If you use the same command for a specific jobname, this parameter is ignored. Valid values: Y, N Default: N Refresh Type: Manual |
CTM_FOLDER_ADJUST_DUMMY |
Controls creation of dummy jobs that run in place of unscheduled prerequisite jobs. Valid values:
Default: N Refresh Type: Manual |
CTM_FOLDER_RECHECK |
Indicates if SMART Folder or Sub-folder conditions should be checked for each job in a SMART Folder or Sub-folder after the SMART Folder or Sub-folder conditions have been satisfied. Valid values:
Default: N Refresh Type: Recycle |
CTMORDER_FORCE |
The default action of the utility is to order, not force, jobs in Active Jobs. This action can be modified by adding keyword Force to the command that invokes the utility. To change the default to force, set this parameter to Y. Valid values: Y, N Default: N Refresh Type: Automatic |
CTM_UDAILY_LOCK_TIMEOUT |
Determines the number of seconds to wait before releasing a lock on all folders in a user daily. Default: 900 Refresh Type: Manual (ctmipc -dest all -msgid CFG) EXAMPLE: If the user daily duration is 8 minutes, change the CTM_UDAILY_LOCK_TIMEOUT parameter to 480 or more. |
CYCLIC_MAXWAIT |
Indicates when Cyclic jobs/SMART Folders that have previously executed at least once, are removed from Active Jobs by the New Day procedure. Valid values:
Default: KEEP Refresh Type: Recycle |
CYCLIC_RERUN |
If a Cyclic job/SMART Folder ends NOTOK and this parameter is set to OK, the Cyclic job/SMART Folder will be rerun. If set to NOTOK, the Cyclic job/SMART Folder will not be rerun. Valid values: OK, NOTOK Default: OK Refresh Type: Manual |
HOST_AUTODISCOVER |
Determines whether a Control-M/Agent is automatically discovered using an unfamiliar host. Valid values:
Default: Y |
maxConcurrentJobs |
Determines the maximum number of jobs that can execute concurrently. Default: 20000 NOTE: The default amount of application memory is 1 GB. If you increase this parameter value, you must also increase the amount of available application memory located in the following path: <server_home>ctm_server/services/config/ctms-order-service-application.yml |
NOT_ORDERED_JOB_ALERT |
Type of Alert message to send to Control‑M/EM when a job is not run due to scheduling criteria. Valid values:
Default: 0 Refresh Type: Recycle |
SCHED_NEGATIVE_SCOPE
|
Determines whether negative values take precedence over positive values in Week or Day parameters when defining a job schedule Valid values:
Default: 1 |
SCHED_NON_EXIST_DAY |
When DAYS is >n, or <n, should we order the job on the next (>n), or previous (<n) working day, if n is a non-existing day for the specific month? If the parameter is set to Y, then we should order the job Valid values: N, Y Default: N Refresh Type: Manual |
SHOUT_TO_PROGRAM_TIMEOUT |
Determines the maximum number of seconds to wait for a shout to program to complete before continuing to process the job Valid values: 0 (unlimited) - 2147483648 Default: 20 |
UDLY_PARTCOPY_ERR |
Error code returned by ctmudly utility if one or more jobs in a folder are not ordered by a User Daily job (due to scheduling criteria or security settings). Valid values:
Default: 0 Refresh Type: Automatic |
VARIABLE_INC_SEC |
Indicates which variables are sent to the agent for each submitted job. Valid values:
Default: LOCAL Refresh Type: Manual |
Parent Topic |