Performing the Presentation Server installation silently
You can install the TrueSight Presentation Server unattended (a silent installation), which requires no user interaction during installation. You can perform a silent installation, as described in this topic, or you can use the installation wizard.
The following files are used to configure the silent installation of Presentation Server:
- (Windows) server-silent-options-windows.txt
- (Linux) server-silent-options-linux.txt
These files are located in the Disk1 directory of the Presentation Server installation file structure.
The following topics are included:
Before you begin
Before you begin the silent installation, complete the following items:
- Ensure that the computer on which you are installing the product adheres to the hardware, operating system, platform, and software requirements listed in System-requirements.
- Ensure that the computer on which you are installing the product adheres to the requirements described in Preparing-for-the-Presentation-Server-installation.
- Complete or review the information in the installation worksheet. The default values used during the installation process are entered in the installation worksheet.
- Prepare an encrypted password for the database and Atrium Single Sign-On server.
To configure the silent install file
On the system where you want to install the Presentation Server, complete the following procedure:
- Use a text editor to open the relevant server-silent-options.txt file.
Specify a valid installation directory for the Presentation Server:
-P installLocation=<directory>The <directory> is the installation location.
Under the Installation Features section is the Presentation Server component name.
# Install TrueSight Presentation Server
-A featureTrueSightPServerUnder the Installer Configuration section, enter the TrueSight Server installation configuration information.
If required, change the default port numbers. Ensure that the port number you enter is available.
-J TrueSight_localhost_fqdn=
-J TrueSight_high_availability_enabled=0
-J TrueSight_high_availability_type=1
-J TrueSight_high_availability_server_pair_name=truesight
-J TrueSight_high_availability_primary_cache_port=7800
-J TrueSight_high_availability_primary_control_port=8800
-J TrueSight_high_availability_secondary_server_fqdn=
-J TrueSight_high_availability_secondary_database_port=5432
-J TrueSight_high_availability_secondary_cache_replication_port=7800
-J TrueSight_high_availability_secondary_control_port=8800
-J TrueSight_high_availability_configuration_file=
-J TrueSight_tomcat_http_port=80
-J TrueSight_tomcat_https_port=443
-J TrueSight_ElasticSearch_rest_port=9200
-J TrueSight_ElasticSearch_client_port=9300
-J TrueSight_cell_gateway_port=1900
-J TrueSight_database_username=
-J TrueSight_database_password=
-J TrueSight_database_confirm_password=
-J TrueSight_database_port=5432
-J TrueSight_sso_hostname=
-J TrueSight_sso_port=8443
-J TrueSight_sso_password=Presentation Server configuration descriptions
- Save and close the server-silent-options.txt file.
To install the Presentation Server silently
- In a command line, navigate to the Disk1 folder in the installation file structure.
- Enter the following command:
Windows
setup.exe -i silent -DOPTIONS_FILE=<Full File Path>\server-silent-options-windows.txtLinux
./setup.bin -i silent -DOPTIONS_FILE=<Full File Path>/server-silent-options-linux.txt
Encrypting a password for silent Presentation Server installation
The Maintenance Tool enables you to create an encrypted password that the Presentation Server requires for importing a KeyStore. You must use an encrypted password so that the KeyStore password is not exposed in the server-silent-options.txt file.
You can run the Maintenance Tool in a GUI or from the command line interface (CLI).
Postinstallation tasks
Perform the following tasks after installing the Presentation Server:
- For Linux systems, register the Presentation Server service for non-root users:
- Log in as a root user on the computer on which the Presentation Server is installed
- Open a CLI command prompt, navigate to the <installedDirectory>/truesightpserver/bin directory, run the following command to register the service:
./tssh service register <nonroot user name> - Check whether the service is registered by running the following command:
service BMCTSPSSvc status
The Core Server, Index Server, and Database Server processes should be listed as running.
If you want to install the Integration Service and administrator console software using Central Monitoring Administration, after downloading the Infrastructure Management installer files from EPD, manually copy the TSIMAdmin and the TSIMAgent folders from the installationDirectory\os directory in Infrastructure Management to the installationDirectory\BMCSoftware\truesightpserver\modules\cma\download\<os_agent> directory in Operations Management. Otherwise, the installation files will not be visible in Central Monitoring Administration.
- After you install the basic components of the Operations Management system, you must identify data providers as components in the Presentation Server. This connection enables the Presentation Server to receive data from its component parts. You can connect components as you add them, or when you finish adding all components.
- Role-based user access to the features and components that compose BMC TrueSight Operations Management is enabled by persona-based authorization profiles. Each authorization profile is associated with one or more BMC Atrium Single Sign-On (SSO) Server realms and comprises user groups, roles and permissions, and objects. These authorization profiles determine the features and objects that users can access and monitor. You can use the default authorization profiles as is, or you can modify their attributes. If necessary, you can also create authorization profiles.
Related topic
Verifying-the-Presentation-Server-installation-and-operation