Hello all,
I use the following CDT config for advanced mode:
# DepPlan.xml
<?xml version="1.0" encoding="UTF-8"?>
<CDT_Deployment_Plan>
<plan_settings>
<name value="Example deployment plan - install a Blink package" />
<description value="Install Blink image on the remote machines" />
<update_cpuse value="true" />
<connectivityupgrade value="true" />
</plan_settings>
<download_from_cloud path="/var/log/upload/blink_image_1.1_Check_Point_R80.40_T294_JHF_T91_SecurityGateway.tgz" iscritical="false" />
<import_package path="/var/log/upload/blink_image_1.1_Check_Point_R80.40_T294_JHF_T91_SecurityGateway.tgz" />
<!--
<install_package path="/var/log/upload/blink_image_1.1_Check_Point_R80.40_T294_JHF_T91_SecurityGateway.tgz" />
-->
</CDT_Deployment_Plan>
Initially I run:
./CentralDeploymentTool -generate -candidates=gateways.csv -deploymentplan=DepPlan.xml -server=1.2.3.4
./CentralDeploymentTool -execute -candidates=gateways.csv -deploymentplan=DepPlan.xml -server=1.2.3.4
If everything is fine I remove the comment from the line below:
<install_package path="/var/log/upload/blink_image_1.1_Check_Point_R80.40_T294_JHF_T91_SecurityGateway.tgz" />
and then proceed with the actual upgrade. The problem is packages can't be downloaded from the CP cloud, and you can imagine with many gateways the line will be heavily utilized, when 3.6G blink image start uploading to all of them.
Here's the message I receive on every gateway part of the gateways.csv file:
Tue Feb 9 05:18:18 2021 *E* [fw]:
************************************************
An error has occurred in stage Download From Cloud of machine fw:
Error code 25 - Failed to execute download from the cloud command on a remote machine.
Details:
--------
Failed to add the private package.
Additional Information:
-----------------------
************************************************
Timeout while waiting add private package will finish. Make sure the package file name is correct.
Error code 41 - Error executing a CPUSE operation on a remote machine.
************************************************
************************************************
Tue Feb 9 05:18:18 2021 *E* [fw]: Executing action #1 Download Package From the Cloud on fw failed. However, this action is not critical, skipping...
Do you have any idea why the packages can't be downloaded from the cloud? Am I doing something wrong? I use the latest 1.9 version of CDT. At the same time there's no any kind of issue if I try to download the same package from the Web GUI of the firewalls.
Thank you!