Installing an Activity Peer using the wizard
Where you are in the installation process
Step | Task |
---|---|
1. | |
2. | |
3. | |
4. | |
5. | |
6. | |
7. | Install additional peers – Activity Peer (You are here) |
Install additional peers – Lightweight Activity Peer | |
Install additional peers – High Availability CDP | |
8. | Install the Operator Control Panel |
9. | Install the Health and Value Dashboards |
10. | Complete post-installation configuration tasks |
Even though APs and LAPs can be added after installation, BMC recommends that you add a peer first and then install it. You can use the Grid Manager Peers tab to add peers.
To add a peer to a grid
- Go to the Manage > Peers tab and click the Add a Peer icon.
- Enter a name for the peer and an optional description.
Select a Type from the list.
- (Optional, not applicable to LAPs) If the peer will be used as a synchronization point for uploading metrics, select Sync Point.
- (Optional; not applicable to LAPs) If this peer will service SOAP requests to run TrueSight Orchestration workflows, select SOAP Endpoint.
- Click OK.
To install an AP
- Navigate to the directory where the installation program files are downloaded and start the installation program.
- Windows: setup.cmd
- Linux: linux_bao_server_installer_vv_rr_nn.sh
- On the splash screen, select the language in which to view the installation program, and click OK.
- Review the welcome page, and click Next.
- Read the license agreement, agree to the terms, and click Next.
- Select Install new Orchestrator components and click Next.
- Select Activity Peer and click Next.
- Browse to select the directory to install the AP and click Next.
By default, the component is installed in the following directory (also referred to as AO_HOME in the documentation):- Windows: C:\Program Files\BMC Software\BAO\AP
- UNIX: /opt/bmc/BAO/AP
- Enter the root port that you want to use for the AP and click Next.
- (Optional) Click Edit Ports to change the default port values and avoid conflicts with other applications or operating system services on the target server and click Next.
- Provide the following details for configuring the AP and click Next.
- Select the protocol as https.
- Type the hostname (in FQDN format) where the CDP in installed.
- Type the CDP port number. The default port number is 38080.
- Type the name of the Grid specified while installing the CDP.
Type the name of the peer.
Type the user name assigned to the AO Admin group.
The AO admin name used to authenticate against Remedy Single Sign-On (default is AoAdmin).
- Type the password that matches the aoadmin user.
Type the Remedy SSO URL used by the CDP.
Provide the realm name for the Remedy SSO authentication instance used in your environment.
The realm name is the same as the one used by the CDP.
- Select your RSSO version from the list.
- Click Advanced Options and change the details:
- Type the service name.
The default value is BAO-AP. Typically, you would do this if you install more than one activity peer on the same host. - Select the AP protocol.
- Type the hostname in an FQDN format.
- Specify the cookie domain name for TrueSight Orchestration and BMC Remedy Single Sign-On, which controls the cookie visibility between servers within the domain.
You must specify the network domain of the computer on which you are installing the component. Example: yourcompany.com.
- Type the service name.
- To start the AP server after installation, select Yes.
- Review the information and click Install.
- On the Installation Summary panel, perform one of the following actions:
- To exit the installation program, click Done.
- To review the BAO_install_log.txt file, click View Log, and then click Done to exit the installation program.
Post-installation tasks
If you install the AP on a Linux server, you must complete the following instructions after the installation.
- This supports running the dmidecode to gather operating system information by the Health dashboard.
To do this, edit the .bashrc file located in the $HOME directory and add the path.
For example, if the TrueSight Orchestration service is running under a user account called "tso", edit bao's .bashrc file and add the following lines:
set PATH=${PATH}:/usr/sbin
export PATH - As root user, run the following command to update permissions so that non-root users can run the dmidecode command:
chmod g+s /usr/sbin/dmidecode - Restart the TrueSight Orchestration service (see Starting-and-stopping-product-components-and-services).
Next step in the installation process
See the Installing – Classic mode section to proceed further in the installation process.
Related topic