Installing the first node for an HA cluster on a new Tomcat server
The following provides information and instructions for installing the first node for an HA cluster on a new Tomcat.
Before you begin
- Obtain the zipped BMC Atrium Single Sign-On files from the BMC product package via Electronic Product Download (EPD) or the BMC Atrium Single Sign-On DVD.
- If there is already an installation of BMC Atrium Single Sign-On on the target computer, the installer will not allow another installation. Uninstall the existing version.
- Prepare to run the installation program for your operating system.
For example, you must update Terminal Services configuration options and configure the DEP feature if you are using Windows. For more information, see Configuring-Terminal-Services-and-DEP-parameters. - You must have a network load balancer configured for creating a HA cluster.
To install the first node for an HA cluster on a new Tomcat
- Run the installation program.
The setup executable is located in the Disk1 directory of the extracted files.- (Microsoft Windows ) Run setup.cmd
- (UNIX ) Run setup.sh
- In the lower right corner of the Welcome panel, click Next.
- Review the license agreement, click I agree to the terms of license agreement, and then click Next.
- Accept the default destination directory or browse to select a different directory, and then click Next.
- In the Host Name Information panel, verify that the hostname presented is the Fully Qualified Domain Name (FQDN) for the host, and then click Next.
Provide the correct the value as needed. - In the BMC Atrium SSO Server Cluster Options panel, perform the following actions:
- Select Clustered BMC Atrium SSO Server.
- Select New Cluster Installation (First node).
- Click Next.
Enter a file name and complete path for storing the cluster configuration information and click Next. Alternately, you can navigate to the directory and select a file.The file can have any extension but it is recommended that you use .cfg as the extension because the file is storing cluster configuration information.
For example, C:\Program Files (x86)\BMC Software\AtriumSSO\clusterconfig.cfg.
When you enter the file name and click Next, a config file with that name is automatically created on your computer at the specified location. If you are using Microsoft Windows, you must enter the complete path for the cluster configuration file.- Enter the LDAP port number (8091), LDAP replication port (8092), LDAP administration port (8093), and click Next.
Enter the load balancer URL and click Next.
For example:
https://loadBalancerFQDN:port/atriumsso
https://BMCLoadBalancer.bmc.com:8443/atriumssoVerify that Install New Tomcat is selected and click Next.
- Accept the default Tomcat server HTTP port number (8080), HTTPS port number (8443), and Shutdown port number (8005), or enter different port numbers, and click Next.
If any of the port numbers are incorrect, a pop-up menu identifies the incorrect port number and allows you to modify the selection. Enter a cookie domain and click Next.
The domain value of the cookie should be the network domain of BMC Atrium Single Sign-On or one of its parent domains.- Enter a strong administrator password, confirm the password, and click Next.
The default administrator name is amadmin. - Review the installation summary and click Install.
After the first node has been successfully installed, additional nodes can be added to the cluster by using the file created during the first installation. - Verify that your BMC Atrium Single Sign-On installation was successful by accessing the BMC Atrium Single Sign-On URL.
- Navigate to Start > All Programs > BMC Software > BMC Atrium SSO > Administrator to launch the BMC Atrium SSO Admin Console .
The URL to open the BMC Atrium SSO Admin Console is:
https://<ssoServer>.<domain>:<port>/atriumsso
For example:
https://ssoServer.bmc.com:8443/atriumsso When you are prompted that you are connecting to an untrusted connection, add the exception and then continue.
- Confirm that you can view the BMC Atrium Single Sign-On login panel.
- Log on with the SSO administrator name (for example, amadmin) and password.
The BMC Atrium SSO Admin Console appears.
(Click the image to expand it.)
- Navigate to Start > All Programs > BMC Software > BMC Atrium SSO > Administrator to launch the BMC Atrium SSO Admin Console .
- Verify that your BMC Atrium Single Sign-On installation was successful by accessing the SSO load balancer.
For example:
https://ssoloadbalancer.bmc.com:8443/atriumsso
The BMC Atrium SSO login screen appears. After you log on, the SSO server appears in the HA Nodes List. - (Optional) Create an administrative user account for BMC Products to perform search functions on the user store (for example, to list user names and emails).
- If you are using the BMC Atrium Single Sign-On server's internal LDAP, assign the BMCSearchAdmins group to the new user account.
- If you are using an external system for authentication (such as AR System, LDAP, or Active Directory), assign the BmcSearchAdmins group to either an already existing user account or a new user account.
Where to go from here