Verifying the BMC Atrium Orchestrator installation
After installing BMC Atrium Orchestrator, perform the following verification tasks.
To review the BMC Atrium Orchestrator installation log files
- If you just completed installing BMC Atrium Orchestrator and the installer prompts you to view the installation log, click View Log and skip to step 3.
- If you already exited the installation host, perform the following steps:
- Log on to the BMC Atrium Orchestrator host computer.
Locate the installation directory for your operating system.
Location of installation log filesPlatform
Default installation log location
Red Hat Linux
/tmp
Microsoft Windows
C:\windows\temp
Open the log file that corresponds to the installation type, as shown in the following table:
Installation log file namesInstallation type
Installation log file name
Platform and all components included in the installation
BAO_install_log.txt
Includes installation information for the Access Manager, repository, configuration distribution peer (CDP), and all optional components such as secondary peersBMC Atrium Orchestrator Development Studio
BAO_studio_install_log.txt
Includes the installation information for BMC Atrium Orchestrator Development StudioBMC Atrium Orchestrator content
BAO_content_install_log.txt
Includes all installed content: adapters, modules, and run books
When you use the content installation program to install a predefined workflow for a BMC solution, the log files are created in <installationFolder>\import-logs.
- Search the log files to verify that they contain no SEVERE error messages.
Scroll to the end of the file to locate the success message.
BMC Atrium Orchestrator install succeeded in the log file, the installation was successful. You can skip the rest of the steps in this procedure and the rest of the procedures in this topic.
If no SEVERE error messages were reported and you found the message- If SEVERE error messages were reported, perform the rest of the procedures in this topic.
To verify that the BMC Atrium Orchestrator services are running
From a BMC Atrium Orchestrator server host:
- (Windows)Verify that the following services are running:
- BMC Atrium Orchestrator Access Manager and Repository
- BMC Atrium Orchestrator Configuration Distribution Peer
- (Linux)Verify that the following processes are running:
- amrepo
cdp
If either of these processes is not running, you can attempt to start them by using one of the following commands:
- /opt/bmc/ao-platform/amrepo/bin/server.sh start
- /opt/bmc/ao-platform/cdp/bin/server.sh start
To verify that BMC Atrium Orchestrator Grid Manager starts
- In a web browser, launch Grid Manager by using the following format to type the URL: http://:/baocdp
- <hostnameOrIpAddress> is the IP address or host name used to install the CDP.
<webServerPort> is the port value entered during the installation. The default port is 28080.
The Access Manager logon page is displayed.
Log on to Grid Manager.
You can use the following default credentials to start Grid Manager:Credential
Value
User name
admin
Password
admin123
- On the Status tab, verify that Grid CDP1 appears with the green, "Fully Running" status.
With BMC Cloud Lifecycle Management installer, you can enable ARSAdapter, BladeLogic, and NetAppActor adapters. If you enabled other adapters, they should also appear on the Status tab.
If any of your enabled adapters do not appear in this list, you can check the following log files for errors:- <installationLocation>/ao-platform/cdp/tomcat/logs/catalina.out
- <installationLocation>/ao-platform/cdp/tomcat/logs/grid.out
To manually configure adapters
If you did not configure adapters as part of the BMC Atrium Orchestrator post-install configuration steps, perform the following steps:
- Log into your BMC Atrium Orchestrator installation using the following link: http://<hostname>:<port>/baocdp.
The Grid Manager screen is displayed. - Go to Manage > Adapters.
- Select the following adapters:
- ro-adapter-remedy-actor_7.6.05.01.04
- ro-adapter-bladelogic-server-automation_7.6.05.01.07
- ro-adapter-command-line_7.6.05.01.07
- ro-adapter-file_7.6.05.01.07
- bmc-adapter-netapp-storage-actor_7.6.05.00
- To add the selected adapters to the grid, click Add to Grid.
Click Configurein the Name column for each of the above adapters and provide the required information as listed in table:
Adapter Name | Parameter and value | Additional configuration steps |
---|---|---|
Remedy Actor | Name: ARS Adapter | Not required. |
BladeLogic Adapter | Name: BladeLogic Adapter | To add the profile to the BBSA Appserver, perform the following steps:
|
NetApp Actor | Name: NetApp Adapter | Not required. |
- Go to Manage > Peers.
- Select the required Peer, for example CDP1 and click Edit Selected Peer (Pencil icon) on the right.
- Click Enable and select the available adapters.
- Click OK and wait for a few minutes.
- Click Status on the top of the screen.
- Select the GRID link on the top of the table, as shown in the screenshot below.
For each of the adapters listed in the table a green button should be displayed, indicating that the adapters are running.
Related topic