Configuring after grid installation
The administrator must perform these tasks before using the product (or part of the product) to accomplish user goals.
In the instructions on this page, AO_HOME represents the installation directory for a BMC Atrium Orchestrator CDP.
Adjust Default group permissions
After installing the primary CDP, you were instructed to remove permissions from the Default group. If you have not already done so, remove permissions before continuing. See Adjust default group permissions for details.
Configure memory settings
For the production (and potentially lower) environments, the number of concurrent jobs and memory consumption of those individual jobs might require a memory increase (increase of the Java heap size) for the BMC Atrium Orchestrator JVMs.
You can check the grid's available and used memory in the grid console by entering the following URL in a browser window:
https://<fullyQualifiedAOgridHostName>:<port>/baocdp/console
You can adjust the server memory by editing the server's Tomcat properties.
The following BMC Communities video (5:28) demonstrates how to increase a BMC Atrium Orchestrator peer's memory on Windows or Linux.
To adjust a CDP server's memory on Windows
- Stop the BMC Atrium Orchestrator Configuration Distribution Peer service. See Starting-and-stopping-product-components-and-services.
- From the command prompt, go to AO_HOME\tomcat\bin and run the tomcat8w.exe //ES//<CDPService> command.
- On the CDP Peer Properties dialog box, click the Java tab.
- You can edit the values of the following parameters to determine the heap size:
- Initial memory pool
- Maximum memory pool
Here, the default value of the parameters is Initial memory pool=1024 and Maximum memory pool=1280. Do not increase the Maximum memory pool value (default 1280) to more than half of the computer's total memory. Also, do not increase this value beyond 8192 (8 GB) without consulting BMC Customer Support.
- Click Apply and then click OK.
- Start the CDP service. See Starting-and-stopping-product-components-and-services.
To adjust a CDP server's memory on UNIX
- Stop the BMC Atrium Orchestrator Configuration Distribution Peer service. See Starting-and-stopping-product-components-and-services.
- Go to the AO_HOME/bin directory.
- Back up the the server.sh file.
- Open the server.sh file for editing.
- Edit the values of the following parameters to determine the heap size:
- -Xms
- -Xmx
Here, the default value of the parameters is: -Xms1024m and -Xmx1280m. Do not increase the set maxMemSize value (defaut 1280) to more than half of the computer's total memory. Also, do not increase this value beyond 8192 (8 GB) without consulting BMC Support.
- Save the file.
- Start the CDP service. See Starting-and-stopping-product-components-and-services.