Deployment options
The following options in the jython.conf file control various aspects of the Deploy Job. In the following list, <OS> can be either HPUX or LINUX.
Option | Description |
|---|---|
<OS>_DONOT _COPY_TO_UNDO | Determines whether the payload files should be copied to an Undo directory on a target server. Values entered here correspond to the check box, Do NOT copy source to undo directory during deployment, which is located in the Add Software dialog. Choose either:
|
<OS>_ALLOW_ROLLBACK | Controls Job Deployment behavior by determining whether rollback is allowed for the BLPackage being deployed. Values entered here correspond to the Commit Optionsdefined as part of the New Deploy Job wizard definition. Choose either:
|
<OS>_AUTO_ROLLBACK | Determines whether a deployed BLPackage can be rolled back automatically when Job Deployment fails. Choose either:
|
<OS>_PRESERVE_STAGING_AREA | Defines what happens to the files pertaining to job deployment upon job completion. Choose either:
|
<OS>_LOG_INFO_LEVEL | Determines the level of detail saved to in the Job Log file during job deployment. This value is set when a Deploy Job is created. By default, only errors and some other minimal statements are logged. To access the log, right-click the Job and select Log.
|
<OS>_SUM_OVERRIDE | Patch analysis generates a single user mode setting for each patch included in a BLPackage. Use this parameter to override that setting during job deployment. Choose one of the following:
|
<OS>_REBOOT_OVERRIDE | Patch analysis generates a reboot setting for each patch included in a BLPackage. The value entered for this parameter overrides the BLPackage reboot settings during job deployment. Values entered here correspond to the Reboot Options defined on the Job Options panel. Note that Deploy Jobs that include reboot instructions must be executed in single user mode to prevent interference with other jobs. Choose one of the following:
|
<OS>_BATCH_JOB_PARALLEL | Determines whether the Deploy Jobs included in a Batch Job should execute serially or in parallel. If this parameter is defined as true, Deploy Jobs execute in parallel, and corresponds to selecting the Execute Jobs in Parallelradio button on the Batch Job Options tab of the New Batch Job dialog. Choose either:
|
<OS>_BATCH_JOB_CONTINUE_ON_FAIL | Determines whether a Batch Job continues when a single job within the batch fails. Choose either:
|
<OS>_SWITEM_RETURN_CODES | Applies an override for each return code in the comma-separated list to software items created during patch analysis. Overrides are applied as read-only properties of the software items. Note: By default, this parameter is commented out (not used) in the jython.conffile and the default values listed below are used.
If not commented out, each code specified in the list (<list>) should use one of the following formats:
When no values are supplied, overrides are not applied. In the following example, overrides are not applied for Reboot Requests (R): E:10,20,>90, 30..40;W:0,>1000;R:;S:0,100,101,89..97,>10 For information about how to map return codes to existing software items, see Applying-return-codes-to-existing-software-items. |
LINUX_TARGET_HEADERS_STAGE_DIR | Determines the operating system native path to the location where headers and other required files are copied on the target server during analysis. The default value is /var/bladelogic. |