This topic provides example of options.txt files that are used to run the installer in silent mode.
Example options.txt files for Windows – mandatory parameters for the application server and remote device agent
The following examples list the mandatory parameters for a silent installation of a TrueSight Network Automation application server and remote device agent.
-P installLocation=C:\Program Files\BMC Software\BCA-Networks
-A featureBcanServer
-A featureBcanTftpServer
-J INSTALL_SET=BCAN_SERVER
-J BCAN_DATA_DIRECTORY=C:\BCA-Networks-DATA
-J USER_ID=bcan
-J USER_PASSWORD=Encrypted_Password
-J USER_DOMAIN=Host_Name
-J INSTALL_TFTP_SERVER=true
Example of a typical remote device agent installation
-P installLocation=C:\Program Files\BMC Software\BCA-Networks-Agent
-A featureBcanDeviceAgent
-A featureBcanTftpServer
-J INSTALL_SET=BCAN_DEVICE_AGENT
-J INSTALL_TFTP_SERVER=true
Back to top
Example options.txt files for Linux – mandatory parameters for the application server and remote device agent
The following examples list the mandatory parameters for a silent installation of an application server and remote device agent.
Example of Typical Server installation
-P installLocation=/opt/bmc/bca-networks
-A featureBcanServer
-J INSTALL_SET=BCAN_SERVER
-J BCAN_DATA_DIRECTORY=/var/bca-networks-data
-J USER_ID=bcan
-J USER_PASSWORD=Encrypted_Password
-J USER_GROUP=bcan
Example of Typical Agent Installation
-P installLocation=/opt/bmc/bca-networks-agent
-A featureBcanDeviceAgent
-J INSTALL_SET=BCAN_DEVICE_AGENT
Back to top
Example options.txt files for Windows and Linux – optional parameters for the remote device agent
The following example lists the optional parameters for a silent installation of a remote device agent to create a new OS user.
Example of a remote device agent to create a new OS user
-J SERVICE_USERNAME=
-J CREATE_DEVICE_AGENT_SERVICE_USER=
-J SERVICE_USER_PASSWORD=
-J CONFIRM_SERVICE_USER_PASSWORD=
Back to top
Example options.txt file for Windows
The following is an example options file that includes all parameters (mandatory and optional) that are available for application server and device agent silent installations.
Important: Be sure to select only those parameters that are applicable to the features that you want to install or uninstall and to your platform and authentication system.
Click here to view an an example of full parameter list for silent installations on Windows.
################## Installation Directory Path ##################
##### Default installation paths
##### Server Windows C:\Program Files\BMC Software\BCA-Networks
##### Agent Windows C:\Program Files\BMC Software\BCA-Networks-Agent
-P installLocation=C:\Program Files\BMC Software\BCA-Networks
################## Installation features ##################
##### featureBcanServer
##### featureBcanDeviceAgent
##### featureBcanTftpServer
##### Add installation feature.
-A featureBcanServer
##### Uninstall feature.
-U featureBcanServer
################## Installation Options ##################
######## All the passwords and secrets should be encrypted using
BCANMaintainenceTool.
######## Common Properties ######################
##### Possible values - BCAN_SERVER/BCAN_DEVICE_AGENT. Default - BCAN_SERVER.
-J INSTALL_SET=BCAN_SERVER
##### Data directory path
-J BCAN_DATA_DIRECTORY=C:\BCA-Networks-DATA
##### Option to preserve data directories on uninstall. Possible values -
true/false Default - false
-J PRESERVE_DATABASE_DIRECTORIES=false
##### Type of installation. Possible values - TYPICAL/CUSTOM. Default -
-J BCAN_SERVER_INSTALL_SET_SELECTION=TYPICAL
##### Install TFTP Server. Applicable only to Windows platform. Possible values -
true/false Default - true
-J INSTALL_TFTP_SERVER=true
######## Memory and System Options ##############
##### Default - 256.
-J INITIAL_MEMORY_ALLOCATION=256
##### Default - 1024.
-J MAXIMUM_MEMORY_ALLOCATION=1024
##### Default - 600.
-J CACHE_DNS_LOOKUPS=600
##### ADDITIONAL_STARTUP_OPTIONS
-J ADDITIONAL_STARTUP_OPTIONS=-Djava.rmi.server.hostname=VALUE
######## SSL Certificate Information ###########
##### Possible value - true/false Default - true
-J CREATE_SSL_KEYSTORE=true
##### Default - localhostname.
-J SSL_COMMON_NAME=localhostname
##### Default - Your Organization Unit.
-J SSL_ORGANIZATION_UNIT=Your Organization Unit
##### Default - Your Organization Name.
-J SSL_ORGANIZATION_NAME=Your Organization Name
##### Default - Your Locality.
-J SSL_LOCALITY_NAME=Your Locality
##### Default - Your State.
-J SSL_STATE_NAME=Your State
##### Default - US.
-J SSL_COUNTRY=US
##### Default - 1emprisa.
-J SSL_KEYSTORE_PASSWORD=DES\:a13dff9f9fa00e9029cf1c7ba7b922a2148479eed83d4e9b
##### Default - 1emprisa.
-J SSL_KEYSTORE_CONFIRM_PASSWORD=DES\:
a13dff9f9fa00e9029cf1c7ba7b922a2148479eed83d4e9b
######## Remote Device Agent Properties ######
##### Default - 1099.
-J BCAN_DEVICE_AGENT_RMI_PORT=1099
######## BCAN Server Properties ############
####### Local User Account Information #####
-J USER_ID=
####### Encrypted password.
-J USER_PASSWORD=
##### Applicable only to Windows Platform.
-J USER_DOMAIN=
####### Web Server information ##########
##### Default - 443.
-J BCAN_HTTPS_PORT_NUMBER=443
##### Default - 8005.
-J BCAN_CONTROL_PORT_NUMBER=8005
##### Default - 80.
-J BCAN_HTTP_PORT_NUMBER=80
##### Possible values - true/false Default - true
-J REDIRECT_HTTP_REQUESTS=true
####### Database Information ############
##### Possible values - Postgresql (Embedded)/Postgresql/Microsoft SQL Server/
Oracle
##### Default - Postgresql (Embedded)
-J DATABASE_TYPE=Postgresql (Embedded)
##### Default - localhost
-J DATABASE_HOSTNAME=localhost
##### Default - 15432 (embedded PostgreSQL), 5432 (PostgreSQL), 1521 (Oracle), 1433 for
Microsoft SQL Server
-J DATABASE_PORT_NUMBER=15432
##### Default - bcan
########New OS User Creation ###########
##### Possible value - true/false Default - false
-J CREATE_OS_USER=true
########New OS User Creation For Server###########
-J CREATE_OS_USER=true/false
-J USER_ID=
-J USER_PASSWORD=
-J CONFIRM_USER_PASSWORD=
########New OS User Creation For Remote Device Agent###########
##### User under which agent would run. Default - root.
-J SERVICE_USERNAME=root
-J CREATE_DEVICE_AGENT_SERVICE_USER=
-J SERVICE_USER_PASSWORD=
-J CONFIRM_SERVICE_USER_PASSWORD=
########Database Creation (Applicable for MS SQL Server)###########
##### Possible value - true/false Default - false
-J CREATE_NEW_DATABASE=true
########Database User Creation (Applicable for MS SQL Server and Oracle
Database)##
##### Possible value - true/false Default - false
-J CREATE_NEW_DB_USER=true
########New Database Tablespace Name (Applicable for Oracle Database) ###########
##### Default BCAN
-J ORACLE_TABLESPACE=BCAN
########Use Oracle SID (Applicable for Oracle Database) ###########
##### Possible value - true/false Default - true
-J USE_ORACLE_SID=true
########Use Oracle Service (Applicable for Oracle Database) ###########
##### Possible value - true/false Default - false
-J USE_ORACLE_RAC=false
########Use Advance Connection Settings (Applicable for Oracle Database and Oracle RAC Database)####
##### Possible value - true/false Default - false
-J USE_ADVANCED_DB_CONNECTION=false
########Use Advance Connection URL (Applicable for Oracle Database and Oracle RAC Database - Advance
Settings) ###
-J DATABASE_URL=jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=ON)
(ADDRESS=(PROTOCOL=TCP)(HOST=oracle-host-01)(PORT=1521))(LOAD_BALANCE=yes)
(CONNECT_DATA=(SERVICE_NAME=orcl1)))
######## Absolute path for new database data file (Applicable for MS SQL Server
and Oracle Database)###########
-J DATABASE_DATAFILE=C:\DataFile
######## New database data file size in MB (Applicable for MS SQL Server and
Oracle Database)###########
##### Default - 500 MB
-J DATAFILE_SIZE=500
########New database data file maximum size in MB (Applicable for MS SQL Server
and Oracle Database)###########
##### Default - 3000 MB
-J DATAFILE_MAX_SIZE=3000
######## Full path for new database log file (Applicable for MS SQL Server
Database) ###########
-J DATABASE_LOGFILE= C:\datafileLogs
########New database log file size in MB (Applicable for MS SQL Server
Database) ###########
##### Default - 50 MB
-J LOGFILE_SIZE=50
########New database log file maximum size in MB (Applicable for MS SQL
Server Database)###########
##### Default - 3000 MB
-J LOGFILE_MAX_SIZE=3000
########Windows Authentication (Applicable for MS SQL Server
Database)###########
##### Possible value - true/false Default - false
-J MSSQL_WIN_AUTH_SELECTED=true
########Database Administrator User Name (Applicable for MS SQL Server and
Oracle Database)###########
-J DBA_LOGIN=system
######## Database Administrator Password (Applicable for MS SQL Server and
Oracle Database)###########
##### Encrypted password.
-J DBA_PASSWORD=
######## Database Administrator Confirm Password (Applicable for MS SQL Server
and Oracle Database)###########
##### Encrypted password.
-J CONFIRM_DBA_PASSWORD=
-J DATABASE_NAME=bcan
##### Default - bcan
-J DATABASE_USER_ID=bcan
##### Default - bcan2226
-J DATABASE_USER_PASSWORD=DES\:ab00efcc90ae8fd07ae8650059132bc1
##### Default - bcan2226
-J DATABASE_USER_CONFIRM_PASSWORD=DES\:ab00efcc90ae8fd07ae8650059132bc1
####### Authentication Information #######
##### Possible values - local,Active Directory,LDAP,RADIUS,TACACS/TACACS+,SSO
Default - local
-J AUTHENTICATION_SOURCE=local
-J AUTHENTICATION_ADMIN_USER_NAME=
##### Active Directory/LDAP Specific #####
##### Default - localhost.
-J AUTHENTICATION_PRIMARY_HOST=localhost
##### Default - 389.
-J AUTHENTICATION_PORT=389
-J AUTHENTICATION_SECONDARY_HOST=
##### Default - dc=yourcompany,dc=com.
-J AUTHENTICATION_BASE_DN=dc=yourcompany,dc=com
##### Possible values - true/false Default - false
-J AUTHENTICATION_USE_SSL=false
##### Possible values - true/false Default - false
-J AUTHENTICATION_ANONYMOUS_BIND=false
-J AUTHENTICATION_PRINCIPAL=
##### Encrypted password.
-J AUTHENTICATION_PASSWORD=
##### Default - cn=Users
-J AUTHENTICATION_USER_BASE=cn=Users
##### Default - sAMAccountName={0}
-J AUTHENTICATION_USER_SEARCH_FILTER=sAMAccountName={0}
##### Possible values - true/false Default - false
-J AUTHENTICATION_SEARCH_SUBTREES=false
##### SSO - SAML 2.0 Specific ######
-J SSO_AUTHENTICATION_IDP_URL=
-J SSO_AUTHENTICATION_SERVICE_URL=
-J SSO_AUTHENTICATION_IDP_TRUST_DOMAIN=
##### RADIUS Specific #####
-J RADIUS_HOST
##### Default - 1812
-J RADIUS_PORT=1812
##### Default - 10
-J RADIUS_TIMEOUT=10
##### Encrypted share secret.
-J RADIUS_ENCODED_SECRET=
##### Possible values - CHAP/MSCHAP/MSCHAP2/PAP. Default - CHAP.
-J RADIUS_AUTHENTICATION_TYPE=CHAP
-J RADIUS_FINAL_PARAMETERS=
##### TACACS/TACACS+ Specific #####
-J TACACS_HOST=
##### Default - 49
-J TACACS_PORT=49
##### Default - 10
-J TACACS_TIMEOUT=10
##### Encrypted shared secret.
-J TACACS_ENCODED_SECRET
##### Possible values - CHAP/MSCHAP/PAP/ARAP/ASCII. Default - CHAP.
-J TACACS_AUTHENTICATION_TYPE=CHAP
#### UDDI Registry Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_UDDI_REGISTRY_INTEGRATION=
-J UDDI_ENDPOINT_URL=
-J UDDI_USERNAME=
#### Encrypted Password
-J UDDI_PASSWORD=
#### Possible values - true/false Default - false
-J ENABLE_OPTIONAL_SERVICES_FLAG=
-J BCAN_SERVICES_DESCRIPTION=
-J BCAN_SERVICES_ORGANIZATION=
-J BCAN_SERVICES_GEOGRAPHY=
-J BCAN_SERVICES_QOS=
#### AO Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_AO_INTEGRATION=
-J AO_ENDPOINT_URL=
-J AO_USERNAME=
#### Encrypted Password
-J AO_PASSWORD=
#### Grid name - default - BCAN_GRID
-J AO_GRID_NAME=
#### Possible values - true/false Default - false
-J ENABLE_EXTERNAL_CHANGE_MANAGER=
-J EXTERNAL_CHANGE_MANAGER_USERNAME=
#### Possible values - true/false Default - false
-J CREATE_BBNA_USER_ACCOUNT_FOR_AO=
#### BBNA login user name for Atrium Orchestrator account - default - ao_adapter
-J BBNA_USERNAME_FOR_AO=
#### Encrypted Password
-J BBNA_PASSWORD_FOR_AO=
-J BBNA_CONFIRM_PASSWORD_FOR_AO=
#### Full name of BBNA user for Atrium Orchestrator account - default -
#### Atrium Orchestrator Adapter
-J BBNA_FULL_USERNAME_FOR_AO=
#### CMDB Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_CMDB_INTEGRATION=
-J CMDB_ENDPOINT_URL=
-J CMDB_USER_NAME=
#### Encrypted Password
-J CMDB_PASSWORD=
#### CSM Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_VIRTUAL_DATA_CENTER=
#### Possible values - true/false Default - false
-J CREATE_BBNA_USER_ACCOUNT_FOR_CSM=
#### Possible values - true/false Default - false
-J BBNA_USERNAME_FOR_CSM=
#### Encrypted Password
-J BBNA_PASSWORD_FOR_CSM=
-J BBNA_CONFIRM_PASSWORD_FOR_CSM=
-J BBNA_FULL_USERNAME_FOR_CSM=
#### Skip database backup backup for embedded Postgres (during upgrade only)
#### Possible values - true/false Default - false
#### Do not set this flag to true when you upgrade from
#### an earlier version of TrueSight Network Automation to a later version in a single
#### server deployment.
#### You can set this flag to true when you upgrade the secondary TrueSight Network
#### Automation server in an HA environment where the primary server is already
#### upgraded to the current TrueSight Network Automation version with the
#### SKIP_DB_BACKUP flag set to false.
-J SKIP_DB_BACKUP=
#### Skip database upgrade (during upgrade only)
#### Possible values - true/false Default - false
-J SKIP_DB_UPGRADE=
##### Applicable only to Windows Platform.
#### Suppress System restart after BNA Installation
#### Possible values - true/false Default - false
-J SUPRESS_RESTART_REQUIRED
Back to top
Example options.txt file for Linux
The following is an example options file that includes all parameters (mandatory and optional) that are available for application server and remote device agent silent installations.
Important: Be sure to only select parameters that are applicable to the features you want to install or uninstall and to your platform and authentication system.
Click here to view an example of full parameter list for silent installations on Linux.
################## Installation Directory Path ##################
##### Default installation paths
##### Server UNIX /opt/bmc/bca-networks
##### Agent UNIX /opt/bmc/bca-networks-agent
-P installLocation=/opt/bmc/bca-networks
################## Installation features ##################
##### featureBcanServer
##### featureBcanDeviceAgent
##### Add installation feature.
-A featureBcanServer
##### Uninstall feature.
-U featureBcanServer
################## Installation Options ##################
######## All the passwords and secrets should be encrypted using BCANMaintainenceTool.
######## Common Properties ######################
##### Possible values - BCAN_SERVER/BCAN_DEVICE_AGENT. Default - BCAN_SERVER.
-J INSTALL_SET=BCAN_SERVER
##### Data directory path
-J BCAN_DATA_DIRECTORY=/var/bca-networks-data
##### Option to preserve data directories on uninstall. Possible values - true/false Default- false
-J PRESERVE_DATABASE_DIRECTORIES=false
##### Type of installation. Possible values - TYPICAL/CUSTOM. Default -
-J BCAN_SERVER_INSTALL_SET_SELECTION=TYPICAL
######## Memory and System Options ##############
##### Default - 256.
-J INITIAL_MEMORY_ALLOCATION=256
##### Default - 1024.
-J MAXIMUM_MEMORY_ALLOCATION=1024
##### Default - 600.
-J CACHE_DNS_LOOKUPS=600
##### ADDITIONAL_STARTUP_OPTIONS
-J ADDITIONAL_STARTUP_OPTIONS=-Djava.rmi.server.hostname=VALUE
######## SSL Certificate Information ###########
##### Possible value - true/false Default - true
-J CREATE_SSL_KEYSTORE=true
##### Default - localhostname.
-J SSL_COMMON_NAME=localhostname
##### Default - Your Organization Unit.
-J SSL_ORGANIZATION_UNIT=Your Organization Unit
##### Default - Your Organization Name.
-J SSL_ORGANIZATION_NAME=Your Organization Name.
##### Default - Your Locality.
-J SSL_LOCALITY_NAME=Your Locality
##### Default - Your State.
-J SSL_STATE_NAME=Your State
##### Default - US.
-J SSL_COUNTRY=US
##### Default - 1emprisa.
-J SSL_KEYSTORE_PASSWORD=DES\:a13dff9f9fa00e9029cf1c7ba7b922a2148479eed83d4e9b
##### Default - 1emprisa.
-J SSL_KEYSTORE_CONFIRM_PASSWORD=DES\:a13dff9f9fa00e9029cf1c7ba7b922a2148479eed83d4e9b
######## Remote Device Agent Properties ######
##### Default - 1099.
-J BCAN_DEVICE_AGENT_RMI_PORT=1099
######## BCAN Server Properties ############
####### Local User Account Information #####
-J USER_ID=
####### Encrypted password.
-J USER_PASSWORD=
##### Applicable only to Unix Platforms.
-J USER_GROUP=
####### Web Server information ##########
##### Default - 443.
-J BCAN_HTTPS_PORT_NUMBER=443
##### Default - 8005.
-J BCAN_CONTROL_PORT_NUMBER=8005
##### Default - 80.
-J BCAN_HTTP_PORT_NUMBER=80
##### Possible values - true/false Default - true
-J REDIRECT_HTTP_REQUESTS=true
####### Database Information ############
##### Possible values - Postgresql (Embedded)/Postgresql/Microsoft SQL Server/Oracle
##### Default - Postgresql (Embedded)
-J DATABASE_TYPE=Postgresql (Embedded)
##### Default - localhost
-J DATABASE_HOSTNAME=localhost
##### Default - 15432 (embedded PostgreSQL), 5432 (PostgreSQL), 1521 (Oracle), 1433 for
Microsoft SQL Server
-J DATABASE_PORT_NUMBER=15432
########New OS User Creation ###########
##### Possible value - true/false Default - false
-J CREATE_OS_USER=true
########New OS User Creation For Server###########
-J CREATE_OS_USER=true/false
-J USER_ID=
-J USER_PASSWORD=
-J CONFIRM_USER_PASSWORD=
########New OS User Creation For Remote Device Agent###########
##### User under which agent would run. Default - root.
-J SERVICE_USERNAME=root
-J CREATE_DEVICE_AGENT_SERVICE_USER=
-J SERVICE_USER_PASSWORD=
-J CONFIRM_SERVICE_USER_PASSWORD=
########Database Creation (Applicable for MS SQL Server Database)###########
##### Possible value - true/false Default - false
-J CREATE_NEW_DATABASE=true
########Database User Creation (Applicable for MS SQL Server and Oracle
Database)##
##### Possible value - true/false Default - false
-J CREATE_NEW_DB_USER=true
########New Database Tablespace Name (Applicable for Oracle Database) ###########
##### Default BCAN
-J ORACLE_TABLESPACE=BCAN
########Use Oracle SID (Applicable for Oracle Database) ###########
##### Possible value - true/false Default - true
-J USE_ORACLE_SID=true
########Use Oracle Service (Applicable for Oracle Database) ###########
##### Possible value - true/false Default - false
-J USE_ORACLE_RAC=false
########Use Advance Connection Settings (Applicable for Oracle Database and Oracle RAC Database)####
##### Possible value - true/false Default - false
-J USE_ADVANCED_DB_CONNECTION=false
########Use Advance Connection URL (Applicable for Oracle Database and Oracle RAC Database - Advance
Settings) ###
-J DATABASE_URL=jdbc:oracle:thin:@(DESCRIPTION=(FAILOVER=ON) (ADDRESS=(PROTOCOL=TCP)(HOST=oracle-host-01)(PORT=1521))(LOAD_BALANCE=yes) (CONNECT_DATA=(SERVICE_NAME=orcl1)))
######## Absolute path for new database data file (Applicable for MS SQL Server
and Oracle Database)###########
-J DATABASE_DATAFILE=C:\DataFile
######## New database data file size in MB (Applicable for MS SQL Server and
Oracle Database)###########
##### Default - 500 MB
-J DATAFILE_SIZE=500
########New database data file maximum size in MB (Applicable for MS SQL Server
and Oracle Database)###########
##### Default - 3000 MB
-J DATAFILE_MAX_SIZE=3000
######## Full path for new database log file (Applicable for MS SQL Server
Database) ###########
-J DATABASE_LOGFILE= C:\datafileLogs
########New database log file size in MB (Applicable for MS SQL Server
Database) ###########
##### Default - 50 MB
-J LOGFILE_SIZE=50
########New database log file maximum size in MB (Applicable for MS SQL
Server Database)###########
##### Default - 3000 MB
-J LOGFILE_MAX_SIZE=3000
########Database Administrator User Name (Applicable for MS SQL Server and
Oracle Database)###########
-J DBA_LOGIN=system
######## Database Administrator Password (Applicable for MS SQL Server and
Oracle Database)###########
##### Encrypted password.
-J DBA_PASSWORD=
######## Database Administrator Confirm Password (Applicable for MS SQL Server and Oracle Database)###########
##### Encrypted password.
-J CONFIRM_DBA_PASSWORD=
##### Default - bcan
-J DATABASE_NAME=bcan
##### Default - bcan
-J DATABASE_USER_ID=bcan
##### Default - bcan2226
-J DATABASE_USER_PASSWORD=DES\:ab00efcc90ae8fd07ae8650059132bc1
##### Default - bcan2226
-J DATABASE_USER_CONFIRM_PASSWORD=DES\:ab00efcc90ae8fd07ae8650059132bc1
####### Authentication Information #######
##### Possible values - local,Active Directory,LDAP,RADIUS,TACACS/TACACS+,SSO
Default - local
-J AUTHENTICATION_SOURCE=local
-J AUTHENTICATION_ADMIN_USER_NAME=
##### Active Directory/LDAP Specific #####
##### Default - localhost.
-J AUTHENTICATION_PRIMARY_HOST=localhost
##### Default - 389.
-J AUTHENTICATION_PORT=389
-J AUTHENTICATION_SECONDARY_HOST=
##### Default - dc=yourcompany,dc=com.
-J AUTHENTICATION_BASE_DN=dc=yourcompany,dc=com
##### Possible values - true/false Default - false
-J AUTHENTICATION_USE_SSL=false
##### Possible values - true/false Default - false
-J AUTHENTICATION_ANONYMOUS_BIND=false
-J AUTHENTICATION_PRINCIPAL=
##### Encrypted password.
-J AUTHENTICATION_PASSWORD=
##### Default - cn=Users
-J AUTHENTICATION_USER_BASE=cn=Users
##### Default - sAMAccountName={0}
-J AUTHENTICATION_USER_SEARCH_FILTER=sAMAccountName={0}
##### Possible values - true/false Default - false
-J AUTHENTICATION_SEARCH_SUBTREES=false
##### SSO - SAML 2.0 Specific ######
-J SSO_AUTHENTICATION_IDP_URL=
-J SSO_AUTHENTICATION_SERVICE_URL=
-J SSO_AUTHENTICATION_IDP_TRUST_DOMAIN=
##### RADIUS Specific #####
-J RADIUS_HOST
##### Default - 1812
-J RADIUS_PORT=1812
##### Default - 10
-J RADIUS_TIMEOUT=10
##### Encrypted share secret.
-J RADIUS_ENCODED_SECRET=
##### Possible values - CHAP/MSCHAP/MSCHAP2/PAP. Default - CHAP.
-J RADIUS_AUTHENTICATION_TYPE=CHAP
-J RADIUS_FINAL_PARAMETERS=
##### TACACS/TACACS+ Specific #####
-J TACACS_HOST=
##### Default - 49
-J TACACS_PORT=49
##### Default - 10
-J TACACS_TIMEOUT=10
##### Encrypted shared secret.
-J TACACS_ENCODED_SECRET
##### Possible values - CHAP/MSCHAP/PAP/ARAP/ASCII. Default - CHAP.
-J TACACS_AUTHENTICATION_TYPE=CHAP
-J BBNA_FULL_USERNAME_FOR_CSM=
#### UDDI Registry Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_UDDI_REGISTRY_INTEGRATION=
-J UDDI_ENDPOINT_URL=
-J UDDI_USERNAME=
#### Encrypted Password
-J UDDI_PASSWORD=
#### Possible values - true/false Default - false
-J ENABLE_OPTIONAL_SERVICES_FLAG=
-J BCAN_SERVICES_DESCRIPTION=
-J BCAN_SERVICES_ORGANIZATION=
-J BCAN_SERVICES_GEOGRAPHY=
-J BCAN_SERVICES_QOS=
#### AO Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_AO_INTEGRATION=
-J AO_ENDPOINT_URL=
-J AO_USERNAME=
#### Encrypted Password
-J AO_PASSWORD=
#### Grid name - default - BCAN_GRID
-J AO_GRID_NAME=
#### Possible values - true/false Default - false
-J ENABLE_EXTERNAL_CHANGE_MANAGER=
-J EXTERNAL_CHANGE_MANAGER_USERNAME=
#### Possible values - true/false Default - false
-J CREATE_BBNA_USER_ACCOUNT_FOR_AO=
#### BBNA login user name for Atrium Orchestrator account - default - ao_adapter
-J BBNA_USERNAME_FOR_AO=
#### Encrypted Password
-J BBNA_PASSWORD_FOR_AO=
-J BBNA_CONFIRM_PASSWORD_FOR_AO=
#### Full name of BBNA user for Atrium Orchestrator account - default -
#### Atrium Orchestrator Adapter
-J BBNA_FULL_USERNAME_FOR_AO=
#### CMDB Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_CMDB_INTEGRATION=
-J CMDB_ENDPOINT_URL=
-J CMDB_USER_NAME=
#### Encrypted Password
-J CMDB_PASSWORD=
#### CSM Integration Information ####
#### Possible values - true/false Default - false
-J ENABLE_VIRTUAL_DATA_CENTER=
#### Possible values - true/false Default - false
-J CREATE_BBNA_USER_ACCOUNT_FOR_CSM=
#### Possible values - true/false Default - false
-J BBNA_USERNAME_FOR_CSM=
#### Encrypted Password
-J BBNA_PASSWORD_FOR_CSM=
-J BBNA_FULL_USERNAME_FOR_CSM=
#### Skip database backup backup for embedded Postgres (during upgrade only)
#### Possible values - true/false Default - false
#### BMC recommends that you do not set this flag to true when you upgrade from
#### an earlier version of TrueSight Network Automation to a later version in a single
#### server deployment.
#### You can set this flag to true when you upgrade the secondary TrueSight Network
#### Automation server in an HA environment where the primary server is already
#### upgraded to the current TrueSight Network Automation version with the
#### SKIP_DB_BACKUP flag set to false.
-J SKIP_DB_BACKUP=
#### Skip database upgrade (during upgrade only)
#### Possible values - true/false Default - false
-J SKIP_DB_UPGRADE=
Back to top