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

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 complete.

CreateSnapshotTimeout

5400

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

CUSyncForVRRP

false

If set to true, runs a 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.

CuSyncTimeout

900

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

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

DbgetTimeout

300

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

DbsetTimeout

300

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

DownloadingFromCloud

3600

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

ExecuteImportCmdTimeout

600

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

ExecuteInstallCmdTimeout

600

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

ExecuteUninstallCmdTimeout

600

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

FinishImportTimeout

1800

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

FinishUninstallTimeout

3600

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

InstallationTimeout

10800

Timeout (in sec) for a package installation.

MailNotificationSender

CDT-Do_Not_Reply@checkpoint.com

Email address of the notification sender.

MDSAuditing

false

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

The Central Deployment Tool logs this username for auditing purposes.

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.

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.

WaitAfterReboot

300

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