Sample platform options file templates

This topic contains sample options files that you can use as templates to create options files to install the repository, CDPs, APs, Operator Control Panel, Dashboards, and Development Studio.

Notes

Review all of the following information before setting up your files and beginning the installation:

  • To replace the variables or sample values (such as port numbers) in these examples, use the values that you provided in your installation worksheets (see Installation worksheets).
  • For more information about the properties in these files, see Installation properties for platform options files.
  • The following properties listed in these options files are applicable only when you are installing the components on a Windows server:
    • #-J AO_WINDOWS_SERVICE_NAME
    • #-J AO_WINDOWS_SERVICE_DISPLAY_NAME

    If you are installing components on a Windows server, uncomment these properties in the options files.

  • If you are using an external Remedy Single Sign-On (Remedy SSO or RSSO) authentication service (instead of the embedded Remedy SSO that is installed with BMC Atrium Orchestrator Platform components), it should already be installed before installing BMC Atrium Orchestrator Platform components.
  • NEW IN 8.0You must specify the external Remedy SSO version in the options file by using either of the options:
    • For Remedy SSO version 9.1.02: -J AO_RSSO_VERSION=9.1.02
    • For Remedy SSO version 9.1.03 or 9.1.03 Patch 1: -J AO_RSSO_VERSION=9.1.03.x
  • If you are doing an upgrade instead of a fresh installation, follow the instructions in Creating options files for an upgrade from 7.9.x with RSSO to 8.0 with RSSO and Creating options files for an upgrade from 7.7.x, 7.8.x, and 7.9.00 with ASSO to 8.0 with RSSO.

The topic includes the following sections:

Sample options file to install the repository

This section includes options files with sample variable names for the properties required to install the repository.

The properties that you include in the options file depend on which version of the Remedy Single Sign-On (Remedy SSO or RSSO) authentication service you want to use: an existing external instance or installing the embedded version with BMC Atrium Orchestrator Platform components. Use the appropriate option file for your authentication setup.

Sample options file for repository installation using external Remedy SSO using 9.1.03

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=REPO,WEBSERVER
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
-J AO_RSSO_ADMIN_PASSWORD=<password>
-J AO_RSSO_REALM=<realm>
-J AO_RSSO_VERSION=9.1.03.x
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-J AO_WEBSERVER_PORT=28080
-J AO_WEBSERVER_SHUTDOWN_PORT=28050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baorepo
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-REPO
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator REPO

Sample options file for repository installation using embedded Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=REPO,WEBSERVER
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EMBEDDED_RSSO=true
-J AO_USE_EXTERNAL_RSSO=false
-J AO_RSSO_COOKIE_DOMAIN=<domain>
-J AO_WEBSERVER_PORT=28080
-J AO_WEBSERVER_SHUTDOWN_PORT=28050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baorepo
-J AO_REPOSITORY_HA_IPADDRESS=<ipAddress>
-J AO_REPOSITORY_HA_PORT=28090
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-REPO
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator REPO

Sample options file to install the CDP

This section includes options files with sample variable names for the properties required to install the CDP.

The properties that you include in the options file depend on which version of the Remedy Single Sign-On (Remedy SSO or RSSO) authentication service you want to use: an existing external instance or installing the embedded version with BMC Atrium Orchestrator Platform components. Use the appropriate option file for your authentication setup.

Sample options file for CDP installation using external Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
-J AO_RSSO_ADMIN_PASSWORD=<password>
-J AO_RSSO_REALM=<realm>
-J AO_RSSO_VERSION=9.1.03.x
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_CDP_IS_PRIMARY=true
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_NAME=MyGrid
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_PEER_NAME=CDP
-J AO_CERT_PRINCIPAL=<My Company Name>
-J AO_CERT_PASSWORD=<password>
-J AO_PEER_COMM_PORT=61719
-J AO_REPOSITORY_HOST=<fullyQualifiedRepositoryHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
#The following two values can be either blank or valid BAO user
-J AO_ADMIN_USERNAME=<adminUser>
-J AO_ADMIN_PASSWORD=<password>
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baocdp
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-CDP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator CDP

Sample options file for CDP installation using embedded Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EMBEDDED_RSSO=true
-J AO_USE_EXTERNAL_RSSO=false
-J AO_RSSO_COOKIE_DOMAIN=<domain>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_CDP_IS_PRIMARY=true
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_NAME=MyGrid
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_PEER_NAME=CDP
-J AO_CERT_PRINCIPAL=<My Company Name>
-J AO_CERT_PASSWORD=<password>
-J AO_PEER_COMM_PORT=61719
-J AO_REPOSITORY_HOST=<fullyQualifiedRepositoryHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
#The following two values can be either blank or valid BAO user
-J AO_ADMIN_USERNAME=<adminUser>
-J AO_ADMIN_PASSWORD=<password>
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baocdp
-J AO_REPOSITORY_HA_IPADDRESS=<ipAddress>
-J AO_REPOSITORY_HA_PORT=28090
-J AO_CDP_HA_IPADDRESS=<ipAddress>
-J AO_CDP_HA_PORT=38090
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-CDP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator CDP

Sample options file to install the CDP and the OCP

This section includes options files with sample values for the properties that are required to install the CDP and Operator Control Panel in the same directory.

Note

Review these notes before using the sample files for an installation.

  • If you are installing a non-English version of the Operator Control Panel,  you must install it separately from the CDP. You must install the non-English OCP and CDP on separate Tomcat servers.
  • The properties that you include in the options file depend on which version of the Remedy Single Sign-On (Remedy SSO or RSSO) authentication service you want to use: an existing external instance or installing the embedded version with BMC Atrium Orchestrator Platform components. Use the appropriate option file for your authentication setup.

Sample options file for CDP and OCP installation using external Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP,WEBSERVER,OCP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
-J AO_RSSO_ADMIN_PASSWORD=<password>
-J AO_RSSO_REALM=<realm>
-J AO_RSSO_VERSION=9.1.03.x
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_CDP_IS_PRIMARY=true
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_PEER_NAME=CDP
-J AO_CERT_PRINCIPAL=<My Company Name>
-J AO_CERT_PASSWORD=<password>
-J AO_PEER_COMM_PORT=61719
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_OCP_DEPLOYMENT_CONTEXT=baoocp
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_PEER_NET_CONFIG_CDP_CONTEXT=baocdp
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PASSWORD=<password>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_REPOSITORY_HOST=<fullyQualifiedRepositoryHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
-J AO_ADMIN_USERNAME=<adminUser> 
-J AO_ADMIN_PASSWORD=<password>
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baocdp
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-CDP-Test
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator CDP-Test

Sample options file for CDP and OCP installation using embedded Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP,WEBSERVER,OCP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EMBEDDED_RSSO=true
-J AO_USE_EXTERNAL_RSSO=false
-J AO_RSSO_COOKIE_DOMAIN=<domain>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_CDP_IS_PRIMARY=true
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_PEER_NAME=CDP
-J AO_CERT_PRINCIPAL=<My Company Name>
-J AO_CERT_PASSWORD=<password>
-J AO_PEER_COMM_PORT=61719
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_OCP_DEPLOYMENT_CONTEXT=baoocp
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_PEER_NET_CONFIG_CDP_CONTEXT=baocdp
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PASSWORD=<password>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_REPOSITORY_HOST=<fullyQualifiedRepositoryHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
-J AO_ADMIN_USERNAME=<adminUser> 
-J AO_ADMIN_PASSWORD=<password>
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:<webServerPort>/baocdp
-J AO_REPOSITORY_HA_IPADDRESS=<ipAddress>
-J AO_REPOSITORY_HA_PORT=28090
-J AO_CDP_HA_IPADDRESS=<ipAddress>
-J AO_CDP_HA_PORT=38090
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-CDP-Test
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator CDP-Test

Sample options file to install an activity peer

The following options file contains variable names for the properties required to install an activity peer.

Note

Some Remedy SSO-related properties take values specific to embedded or external Remedy SSO environments. Use the appropriate value for your environment as instructed in the comments.

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=AP,WEBSERVER
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_REPOSITORY_PROTOCOL=https
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
#In the next property, for embedded RSSO environments use BAOLocal or use the external RSSO realm name
-J AO_RSSO_REALM=<realm>
#In the next property, for embedded RSSO environments use the CDP URL or use the external RSSO URL 
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-J AO_RSSO_VERSION=9.1.03.x
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_PEER_NET_CONFIG_CDP_USER=<adminUser>
-J AO_PEER_NET_CONFIG_CDP_PASSWORD=<password>
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_PEER_NET_CONFIG_NEW_PEER_NAME=AP1
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=warn
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
#Optional properties only required for Windows OS 
#-J AO_WINDOWS_SERVICE_NAME=BAO-AP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator AP

Sample options file to install a lightweight activity peer

The following options file contains variable names for the properties required to install a lightweight activity peer.

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=LAP,WEBSERVER
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=warn
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_PEER_NET_CONFIG_CDP_CONTEXT=baocdp
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PASSWORD=<password>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_PEER_NET_CONFIG_CDP_USER=<adminUser>
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_PEER_NET_CONFIG_PEER_NAME=CDP
-J AO_PEER_NET_CONFIG_NEW_PEER_NAME=LAP1
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_REPOSITORY_PROTOCOL=https
-J AO_WEBSERVER_DETECTED_OLD_SETTINGS=false
-J AO_SERVER_STOP_SUCCCESSFUL=false
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
#Optional properties only required for Windows OS 
#-J AO_WINDOWS_SERVICE_NAME=BAO-LAP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator LAP

Sample options file to install an HA-CDP

This section includes options files with sample values for the properties that are required to install a high-availability configuration distribution peer HA-CDP.

The properties that you include in the options file depend on which version of the Remedy Single Sign-On (Remedy SSO or RSSO) authentication service you want to use: an existing external instance or installing the embedded version with BMC Atrium Orchestrator Platform components. Use the appropriate option file for your authentication setup.

Sample options file for HA-CDP installation using external Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
-J AO_RSSO_ADMIN_PASSWORD=<password>
-J AO_RSSO_REALM=<realm>
-J AO_RSSO_VERSION=9.1.03.x
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_CDP_IS_PRIMARY=false
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_PEER_NET_CONFIG_NEW_PEER_NAME=HACDP1
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:38080/baocdp
-J AO_REPOSITORY_HOST=<fullyQualifiedRepoServerHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
-J AO_REPOSITORY_USER_NAME=<adminUser>
-J AO_REPOSITORY_PASSWORD=<password>
-J AO_ADMIN_USERNAME=<adminUser> 
-J AO_ADMIN_PASSWORD=<password>
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-HACDP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator HACDP

Sample options file for HA-CDP installation using embedded Remedy SSO

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=CDP
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EMBEDDED_RSSO=true
-J AO_USE_EXTERNAL_RSSO=false
-J AO_RSSO_COOKIE_DOMAIN=<domain>
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_CDP_IS_PRIMARY=false
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_PEER_NET_CONFIG_CDP_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_PEER_NET_CONFIG_NEW_PEER_NAME=HACDP1
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:38080/baocdp
-J AO_REPOSITORY_HOST=<fullyQualifiedRepoServerHostName>
-J AO_REPOSITORY_PROTOCOL=https
-J AO_REPOSITORY_PORT=28080
-J AO_REPOSITORY_USER_NAME=<adminUser>
-J AO_REPOSITORY_PASSWORD=<password>
-J AO_ADMIN_USERNAME=<adminUser> 
-J AO_ADMIN_PASSWORD=<password>
-J AO_REPOSITORY_HA_IPADDRESS=<ipAddress>
-J AO_REPOSITORY_HA_PORT=28090
-J AO_CDP_HA_IPADDRESS=<ipAddress>
-J AO_CDP_HA_PORT=38090
-J AO_HACDP_HA_IPADDRESS=<ipAddress>
-J AO_HACDP_HA_PORT=38091
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-HACDP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator HACDP

Sample options file to install the OCP

You can use the following sample options file to install the Operator Control Panel.

Notes

Review these notes before using the sample files for an installation.

  • If you are installing a non-English version of the Operator Control Panel,  you must install it separately from the CDP. You must install the non-English OCP and CDP on separate Tomcat servers.
  • Some Remedy SSO-related properties take values specific to embedded or external Remedy SSO environments. Use the appropriate value for your environment as instructed in the comments.
#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_WEBSERVER_PROTOCOL=https
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=OCP,WEBSERVER
-J AO_ENVIRONMENT_NAME=BAO Environment
-J AO_GRID_TYPE=dev
-J AO_GRID_LOGGING_LEVEL=debug
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_USE_EXTERNAL_RSSO=true
-J AO_USE_EMBEDDED_RSSO=false
#In the next property, for embedded RSSO environments use BAOLocal or use the external RSSO realm name
-J AO_RSSO_REALM=<realm>
-J AO_RSSO_VERSION=9.1.03.x
#In the next property, for embedded RSSO environments use the CDP URL or use the external RSSO URL 
-J AO_EXTERNAL_RSSO_URL=https://<fullyQualifiedRSSOhostName>:<port>
-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_HOST=<fullyQualifiedCDPhostName>
-J AO_PEER_NET_CONFIG_CDP_PORT=38080
-J AO_PEER_NET_CONFIG_GRID_NAME=MyGrid
-J AO_PEER_NET_CONFIG_PEER_NAME=CDP
-J AO_PEER_NET_CONFIG_PROTOCOL=https
-J AO_PEER_NET_CONFIG_VALIDATE=true
-J AO_WEBSERVER_PORT=38080
-J AO_WEBSERVER_SHUTDOWN_PORT=38050
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
-J AO_WEBSERVER_URL=https://<fullyQualifiedAOwebServerHostName>:38080/baoocp
-J AO_ADMIN_USERNAME=<adminUser> 
-J AO_ADMIN_PASSWORD=<password>
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-OCP
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator OCP

Sample options file to install the Dashboards

You can use the following sample options file to install the Dashboard component.

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J AO_INSTALL_TYPE=install_new
-J AO_INSTALLING_FEATURES=DB
-J AO_START_SERVER_ON_SUCCESS=true
-J AO_WEBSERVER_PORT=18080
-J AO_WEBSERVER_SHUTDOWN_PORT=18050
-J AO_WEBSERVER_PROTOCOL=https
-J AO_WEBSERVER_HOST=<fullyQualifiedAOwebServerHostName>
#Optional properties only required for Windows OS
#-J AO_WINDOWS_SERVICE_NAME=BAO-DB
#-J AO_WINDOWS_SERVICE_DISPLAY_NAME=BMC Atrium Orchestrator DB

Sample options file to install Development Studio

You can use the following sample options file to install Development Studio. 

#Replace the variables and sample values in this example.
-P installLocation=<fullPathToTheInstallationDirectory>
-J DEVSTUDIO_INSTALL_TYPE=install_new
-J DEVSTUDIO_WORKSPACE_DIR=<fullPathToWorkspaceDirectory>

Remedy SSO version

Was this page helpful? Yes No Submitting... Thank you

Comments