Debug Configuration

A number of debug configurations are available, which can control different aspects of CDT's operation.

Change the CDT primary configuration file in this way:

Step

Description

1

Backup the current CentralDeploymentTool.xml

[Expert@HostName:0]# cd /some_path_to_CDT/

[Expert@HostName:0]# cp -v CentralDeploymentTool.xml{,_ORIGINAL}

2

Edit the current CentralDeploymentTool.xml file:

[Expert@HostName:0]# vi CentralDeploymentTool.xml

3

Go to the end of the file.

4

Add the relevant keys (see the table below) above the last tag </CentralDeploymentTool> in the following way:

... ... ...

<Debug KEY1="VALUE1"/>

<Debug KEY2="VALUE2"/>

<Debug KEY3="VALUE3"/>

... ... ...

<Debug KEYn="VALUEn"/>

</CentralDeploymentTool>

5

Save the changes in the file and exit from Vi editor.

6

Run the CDT.

Important Notes:

  • If a key is not defined explicitly, then the CDT uses its default value (see the table below).

  • Enclose all values in double-quotes.

  • String values are case-sensitive.

Table: Debug configuration keys

Key Name

Default Value

Description

InstallationTimeout

10800

Timeout (in sec) for a package installation.

StartDATimeout

300

How much time (in sec) to wait for the CPUSE "DA" service to start.

StopDATimeout

300

How much time (in sec) to wait for the CPUSE "DA" service to stop.

ValidatePolicyTimeout

1200

How much time (in sec) to wait for a Security Gateway to fetch its security policy.

ValidateVSXPolicyTimeout

1800

How much time (in sec) to wait for a VSX Gateway to fetch its security policy.

ClusterValidationTimeout

1200

How much time (in sec) to wait for a cluster to become valid (synchronized)

CollectLogsTimeout

600

How much time (in sec) to wait for CPUSE logs collection to finish.

ExecuteInstallCmdTimeout

600

How much time (in sec) to wait for the CPUSE install command to finish.

ExecuteImportCmdTimeout

600

How much time (in sec) to wait for the CPUSE import command to finish.

DbgetTimeout

300

How much time (in sec) to wait for the dbget command to finish.

DbsetTimeout

300

How much time (in sec) to wait for the dbset command to finish.

CUSyncForVRRP

false

If set to true, performs cluster Connectivity Upgrade on a VRRP Cluster (for specified clients with packages that support this).

For more information about the cluster Connectivity Upgrade, see sk107042.

MDSAuditing

false

If set to true, requires entering Multi-Domain Server Superuser or Domain Management Server Superuser username and password to perform installations.

The Central Deployment Tool logs this username for auditing purposes.

CreateSnapshotTimeout

5400

How much time (in sec) to wait for Gaia snapshot to finish.

DownloadingFromCloud

3600

How much time (in sec) to wait for a download from Check Point Cloud to finish.

CuSyncTimeout

900

How much time (in sec) to wait for a cluster synchronization to finish during Connectivity Upgrade.

For more information about the cluster Connectivity Upgrade, see sk107042.

ExecuteUninstallCmdTimeout

600

How much time (in sec) to wait for the CPUSE uninstall command to start.

FinishUninstallTimeout

3600

How much time (in sec) to wait for a package uninstall to finish.

FinishImportTimeout

1800

How much time (in sec) to wait for a package import to finish.

WaitAfterReboot

300

How much time (in sec) to wait after reboot.

RemoteDefaultPassword

admin

The default password to configure during the RMA Restore procedure.

SkipVerifySupportedByOS

false

If set to true, CDT skips the verification, whether the Management Server supports an upgrade to the new target version.

 

 

Central Deployment Tool (CDT) v1.7 Administration Guide