When attempting to deploy or update probes (such as cdm or robot_update) via the Admin Console, the deployment fails.
The automated_deployment_engine.log on the target robot shows the following errors:
CRC check failed on 'Package:robot_update, File: /opt/nimsoft/probes/service/automated_deployment_engine/ade_package_temp/...java.io.IOException: (1) error, Received status (1) on response (for sendRcv) for cmd = 'inst_file_start'
The deployment status in the console may show "Failed" or "Finished with unknown status."
DX Unified Infrastructure Management (UIM) Any Version
Component: Robot / Automated Deployment Engine (ADE) - Any Version
OS: Linux (RHEL/CentOS/Ubuntu)
Disk Full on /opt filesystem.
The Automated Deployment Engine (ADE) downloads and extracts package files into a temporary directory (ade_package_temp). If there is no space to write the file or if the file is truncated during extraction due to a full disk, the CRC (Cyclic Redundancy Check) will fail, and the inst_file_start command will return an error status (1).
To resolve this issue, free up space on the target server.
df -h /optrm -rf /opt/nimsoft/probes/service/automated_deployment_engine/ade_package_temp/*