After performing agent authentication (e.g., through Client 0 or using Centralized Agent Upgrade), the following symptoms are observed:
ucxjxxx.ini file is completely rewritten or repopulated.diff or checksum) flag numerous changes, making manual verification of functional configuration difficult.This is intended software behavior. The Automic Agent’s internal INI parser and authentication routines are designed to repopulate the configuration file when updates occur (such as adding a private key or updating the JCPLIST). During this process, the parser normalizes the file format, which involves trimming trailing spaces and standardizing whitespace for consistency. This does not impact the functional operation of the agent.
Confirm that the re-population of the .ini file is expected behavior. To perform consistency checks that ignore these cosmetic whitespace changes, use a comparison command that strips trailing spaces and carriage returns.
Example command for Linux/Unix: diff <(sed 's/[[:space:]\r]*$//' <old_ini_file>) <(sed 's/[[:space:]\r]*$//' <new_ini_file>)
This command utilizes sed to normalize both files by removing trailing spaces, tabs, and carriage returns (\r) before performing the diff.
For updates on specific agent versions or related defect fixes, recommend subscribing to this article per .