Installing repository silently
Where you are in the installation process
Step | Task |
---|---|
1. | |
2. | |
3. | Install the repository ( You are here ) |
4. | Install the Configuration Distribution Peer |
5. | Install TrueSight Orchestration Development Studio |
6. | Install TrueSight Orchestration Content |
7. | Install additional peers – Activity Peer |
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 |
To install the repository silently
You launch the silent installation from the command line and are not prompted for input.
- Log in to the host computer (as a root user if you are using Linux) on which you want to install the repository, and delete all the files from the temporary directory:
- (Window s) %temp%
- (Linux) /tmp
- Create an options file for the repository by performing the following steps:
- Open a text editor to create a new file.
- Copy the contents of the sample repository options file provided here.
Replace the variables in the options file that match your environment requirements and save the file.
Sample options file for repository installation using external Remedy SSO#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_ADMIN_USERNAME=aoadmin
-J AO_WEBSERVER_PROTOCOL=https
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=REPO,WEBSERVER
-J AO_REPOSITORY_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baorepo/
-J AO_ENVIRONMENT_NAME=TSO Environment
-J AO_GRID_NAME=MyGrid
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_OCP_DEPLOYMENT_CONTEXT=baoocp
-J AO_PEER_NAME=CDP
-J AO_PEER_NET_CONFIG_CDP_CONTEXT=baocdp
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_REPOSITORY_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_REPOSITORY_PORT=28080
-J AO_REPOSITORY_USER_NAME=admin
-J AO_PEER_NET_CONFIG_PEER_NAME=CDP
-J AO_PEER_NET_CONFIG_NEW_PEER_NAME=HACDP
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_SECURITY_ACTIVE=true
-J AO_SECURITY_WEB_PROTOCOL=https
-J AO_REPOSITORY_HA_IPADDRESS=<ipAddress>
-J AO_CDP_HA_IPADDRESS=<ipAddress>
-J AO_HACDP_HA_IPADDRESS=<ipAddress>
-J AO_REPOSITORY_HA_PORT=28090
-J AO_CDP_HA_PORT=38090
-J AO_HACDP_HA_PORT=38091
-J AO_WEBSERVER_PORT=48080
-J AO_WEBSERVER_SHUTDOWN_PORT=48050
-J AO_PEER_COMM_PORT=61719
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_RSSO_COOKIE_DOMAIN=<domain>
-J AO_USE_EMBEDDED_RSSO=false
-J AO_USE_EXTERNAL_RSSO=true
-J AO_RSSO_VERSION=20.02
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baorepo
-J AO_REPOSITORY_PROTOCOL=https
-J AO_SERVER_STOP_SUCCCESSFUL=true
-J AO_ADMIN_PASSWORD=<password>
-J AO_RSSO_ADMIN_PASSWORD=<password>
-J AO_RSSO_REALM=BAOLocal
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-REPO
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=TrueSight Orchestration Repository
From the command line, execute one of the following commands to start the installation program in silent mode.
When you specify the options file name, specify the full path to the options file; do not specify a path that is relative to the installation program.OS
Command
Example
Windows
pathToInstaller\installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"setup.cmd -i silent -DOPTIONS_FILE=tso_repo_options.txtLinux
sh ./installCommand -i silent -DOPTIONS_FILE="fullPathToOptionsFile/optionsFile"sh ./linux_bao_server_installer_<version>.sh -i silent -DOPTIONS_FILE=tso_repo_options.txtOn Windows, the silent installation does not direct output to the console. a short startup message and a console representation of a progress meter is displayed. The installation finishes without comments on the screen. On Redhat Linux, you can output debug logging to the console window by exporting LAX_DEBUG=true.
Verify whether the component is installed successfully by viewing the installation log (BAO_install_log.txt) located at the following location:
- Red Hat Linux: /tmp
- Microsoft Windows: C:\DOCUME~1_userName_\LOCALS~1\Temp
Scroll to the end of the log file to locate the TrueSight Orchestration install succeeded success message.
Post-installation notes
- When you install the repository, a default user, aoadmin is created.
- If you installed repository with the embedded RSSO, a default local user aoadmin, default role AoAdmin, and a realm BAOLocal are created in RSSO. The user aoadmin is automatically added to the AoAdmin role.
- If using external RSSO, the aoadmin user must be assigned to the AoAdmin role (in RSSO) for TrueSight Orchestration authentication.
- After you log on to the repository using the default credentials, change passwords for the default user.
- If you are using Internet Explorer 8.0 or later, ensure that you add the URL for the TrueSight Orchestration repository in the trusted sites of the browser.
Next step in the installation process
Now that you have successfully installed the repository, ensure that the repository is up and running and then install the Configuration Distribution Peer. For more information about the installation process, see Installing – Classic mode.
Related topic