Starting the Access Manager, CDP, and other BAO services
This page describes how to start Access Manager, CDP, and other BMC Atrium Orchestrator services, such as the OCP.
Both the CDP and Access Manager must be running for you to use Grid Manager. You can set the CDP and Access Manager to start automatically after installation finishes, or you can use these procedures to start them.
The procedures for starting the BAO services depend on the operating system where they are installed.
To start the CDP, Access Manager, OCP, or other services on a Windows computer
- Select Control Panel > Administrative Tools > Services to open the Services window.
Perform the appropriate action:
To start the CDP
Right-click the BMC Atrium Orchestrator Configuration Distribution Peer service and select Start.
To start an AP
Right-click the BMC Atrium Orchestrator Activity Peer service and select Start.
To start an LAP
Right-click the BMC Atrium Orchestrator Lightweight Activity Peer service and select Start.
To start Access Manager
Right-click the BMC Atrium Orchestrator Access Manager and Repository service and select Start.
To start the OCP
Right-click the BMC Atrium Orchestrator Operator Control Panel service and select Start.
To start Access Manager on a Linux or UNIX computer
- Open a terminal on the computer.
- Change to the AO_Home/bin directory for the Access Manager installation.
- Type sh ./server.sh start
Tomcat displays messages indicating that the server started.
To start the CDP, OCP, AP, or LAP on a Linux or UNIX computer
- Open a terminal on the computer.
- Change to the AO_Home/bin directory for the CDP, OCP, AP, or LAP installation.
Type sh ./server.sh start
Tomcat displays messages indicating that the server started.
If the OCP is installed in the same location as the CDP, AP, or LAP, when you run the server.sh start command, the OCP and other component (for example, the CDP) will both be started. If you want to start only one component, use the Tomcat instructions Start an Existing Application.
Related topic