- Generating an XML file containing information about the Agents in the Incredibuild environment and their current status. This can be used for a variety of purposes such as real-time monitoring and generating custom statistics about your Incredibuild environment.
- Performing Coordinator-related maintenance tasks, such as cleaning the file cache on all connected Agents.
Coordinator Maintenance Tasks
To clear the file cache on all connected Agent machines:- Run the following command:xgCoordConsole.exe /ResetAllFileCaches
Generating the Coordinator Status XML File
To generate an XML file with the current information, run the following command:xgCoordConsole.exe /ExportStatus=MyFilePath.xml
Where MyFilePath.xml is the path to the target xml file.
Additional command line options:
- /nologo – suppresses the copyright message
- /local – exports status of the Coordinator running on the local machine, regardless of the Coordinator specified in the Agent Settings dialog
Root Element Description
The XML file’s root “CoordinatorStatus” element includes the attributes described in the following table:
Note: If both PrimaryCoordinatorOnline and BackupCoordinatorOnline are “True”, this implies that the primary Coordinator is active; if PrimaryCoordinatorOnline=“False” and BackupCoordinatorOnline=“True”, this implies that the Backup Coordinator is currently active.