Running the BMC Atrium Core Maintenance Tool
This section covers the following topics:
To run the BMC Atrium Core Maintenance Tool
- Access the system where BMC Atrium Core is installed.
- Navigate to the directory where BMC Atrium Core is installed.
This is the directory identified by the environment variable ATRIUMCORE_HOME. - Change directories to the atriumcore directory.
- Run the Maintenance Tool:
- On Windows, go to your installation directory and double-click AtriumCoreMaintenanceTool.cmd.
- On UNIX, go to your installation directory and run
./AtriumCoreMaintenanceTool.sh
.
Each time that you run the BMC Atrium Core installer or uninstaller, a log file is created and a tab in the BMC Atrium Core Maintenance Tool is created. The tab's name reflects the date and time the installer or uninstaller is run.
In each log, errors are highlighted in red, and warnings are highlighted in yellow.
To run the BMC Atrium Core Maintenance Tool in silent mode
You can run the BMC Atrium Core Maintenance Tool silently by entering the -silent
parameter at the command line. You can use the -silent
option to run the log zipper, encryption, or DSO mappings.
- Open a command window and then navigate to the directory where the BMC Atrium Core Maintenance Tool is installed.
If this is a new installation, the Maintenance Tool resides in the installation directory under <bmcAtriumCoreInstallationDirectory>\atriumcore_home\atriumcore. - Run the installer with the
-i
silent option.
On Windows, enter:
AtriumCoreMaintenanceTool.cmd -i silent <tabName> <commandName>
On UNIX, enter:
AtriumCoreMaintenanceTool.sh -i silent <tabName> <commandName>
For example, to run the log zipper for BMC Atrium Core, enter:
AtriumCoreMaintenanceTool.cmd -i silent -logs -zip_logs
By default, the output is zipped and then stored in the Users profile folder. For example:
C:\Users\Administrator\AppData\Local\Temp\2\AtriumFoundationLogs.zip
To specify a different output file name or location, add the-output_file=<output_file_option>
parameter. For example:
AtriumCoreMaintenanceTool.cmd -i silent -logs -zip_logs -output_file=C;\AtriumCore7700.zip
To display help, enterAtriumCoreMaintenanceTool -help
.
Comments
I believe this page should have a list of all possible s and s. Thank you.
Hi Brian,
Thank you for your comment. Will check with the SME and fix this.
Regards,
Maithili
Hi Brian,
Could you please type that again? When typing syntax you can reverse one < so that the page does not mistake it for HTML.
Regards,
Chaitanya