Installing the Presentation Server in the standalone mode silently
Where you are in the Installation process
Failed to execute the [excerpt-include] macro.
To perform a typical installation of the TrueSight Presentation Server in the silent mode
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
Note: By default, the TrueSight Presentation Server uses 256-bit encryption. However, AES 256-bit encryption is not allowed in some countries due to import regulations. You can change the default encryption key size when you invoke the installer. From the command prompt, run the following command to start the installation. Type the complete path to the server-silent-options-windows.txt file in the command. If the path includes a blank space, enclose the path within double quotes.
If you plan to use Presentation Server with the TrueSight Capacity Optimization component only:Environment type
Command
With the default encryption setting
- (Windows) setup.exe -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txtEnsure that you start a new session as a non-root user to run the installation. Do not use the su command to start a non-root session.
Example
- (Windows) setup.exe -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txt
With user-specified encryption setting
- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txtEnsure that you start a new session as a non-root user to run the installation. Do not use the su command to start a non-root session.
Example
- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txt
The parameter -J MINIMAL=true ensures that the Presentation Server installer skips the step of validating the minimum system requirements, which includes the check for 32 GB of RAM. When Presentation Server is used with TrueSight Capacity Optimization only, the minimum RAM or memory requirement is 8 GB.
For more information, see System-requirements-for-the-Presentation-Server.If TrueSight Presentation Server is shared with TrueSight Operations Management, then ensure that the system requirements are met and do not specify the -J MINIMAL parameter in the command. Run the following command:
Environment type
Command
With the default encryption setting
- (Windows) setup.exe -i silent -DOPTIONS_FILE="<path_to_server-silent-options-windows.txt_file>"
- (Linux)./setup.bin -i silent -DOPTIONS_FILE="<path_to_server-silent-options-linux.txt_file>"
Example
- (Windows - With space in the path) setup.exe -i silent -DOPTIONS_FILE="C:\temp folder\Disk1\server-silent-options-windows.txt"
- (Linux- With space in the path)./setup.bin -i silent -DOPTIONS_FILE="/opt/temp folder/Disk1/server-silent-options-linux.txt"
With user-specified encryption setting
- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -i silent -DOPTIONS_FILE="<path_to_server-silent-options-windows.txt_file>"
- (Linux)./setup.bin –J BMC_TS_KEY_SZ=<128/256> -i silent -DOPTIONS_FILE="<path_to_server-silent-options-linux.txt_file>"
Example
- (Windows - With space in the path) setup.exe -i silent -DOPTIONS_FILE="C:\temp folder\Disk1\server-silent-options-windows.txt"
- (Linux- With space in the path)./setup.bin -i silent -DOPTIONS_FILE="/opt/temp folder/Disk1/server-silent-options-linux.txt"
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- When you restart the TrueSight Presentation Server, the system requirements are validated. The restart process fails if the requirements are not met. When you use the Presentation Server only with the TrueSight Capacity Optimization component, you can skip this validation by performing the following steps. After you perform these steps, the Presentation Server service is automatically started even if you restart the TrueSight Presentation Server host.
- Navigate to the following location:
- For Windows: <installationDirectory>\truesightpserver\conf\custom
- For Linux: <installationDirectory>/truesightpserver/conf/custom
- Edit the csr.conf file, add the following property, and save the file.
skipResourceCheck=true - Restart the product service.
- Navigate to the following location:
To perform a custom installation of the TrueSight Presentation Server in the silent mode
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
Open and edit the server-silent-options-windows.txt file. You can either retain the default values for the properties or change them, and save the file. The server-silent-options-windows.txt is a text file that defines the installation properties in the form of a prefix tag followed by a property name and value pair.
Note: By default, the TrueSight Presentation Server uses 256-bit encryption. However, AES 256-bit encryption is not allowed in some countries due to import regulations. You can change the default encryption key size when you invoke the installer.
- From the command prompt, run the following command to start the installation. Type the complete path to the server-silent-options-windows.txt file in the command. If the path includes a blank space, enclose the path within double quotes.
If you plan to use Presentation Server with the TrueSight Capacity Optimization component only:
The parameter -J MINIMAL=true ensures that the Presentation Server installer skips the step of validating the minimum system requirements, which includes the check for 32 GB of RAM. When Presentation Server is used with TrueSight Capacity Optimization only, the minimum RAM or memory requirement is 8 GB.Environment typeCommandWith the default encryption setting- (Windows) setup.exe -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txtEnsure that you start a new session as a non-root user to run the installation. Do not use the su command to start a non-root session.
- (Windows) setup.exe -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txt
With user-specified encryption setting- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txtEnsure that you start a new session as a non-root user to run the installation. Do not use the su command to start a non-root session.
- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -J MINIMAL=true -i silent -DOPTIONS_FILE=C:\Disk1\server-silent-options-windows.txt
- (Linux - as a non-root user)./setup.bin -J MINIMAL=true -i silent -DOPTIONS_FILE=/opt/Disk1/server-silent-options-linux.txt
For more information, see System-requirements-for-the-Presentation-Server.If TrueSight Presentation Server is shared with TrueSight Operations Management, then ensure that the system requirements are met and do not specify the -J MINIMAL parameter in the command. Run the following command:Environment typeCommandWith the default encryption setting- (Windows) setup.exe -i silent -DOPTIONS_FILE="<path_to_server-silent-options-windows.txt_file>"
- (Linux)./setup.bin -i silent -DOPTIONS_FILE="<path_to_server-silent-options-linux.txt_file>"
- (Windows - With space in the path) setup.exe -i silent -DOPTIONS_FILE="C:\temp folder\Disk1\server-silent-options-windows.txt"
- (Linux- With space in the path)./setup.bin -i silent -DOPTIONS_FILE="/opt/temp folder/Disk1/server-silent-options-linux.txt"
With user-specified encryption setting- (Windows) setup.exe –J BMC_TS_KEY_SZ=<128/256> -i silent -DOPTIONS_FILE="<path_to_server-silent-options-windows.txt_file>"
- (Linux)./setup.bin –J BMC_TS_KEY_SZ=<128/256> -i silent -DOPTIONS_FILE="<path_to_server-silent-options-linux.txt_file>"
- (Windows - With space in the path) setup.exe -i silent -DOPTIONS_FILE="C:\temp folder\Disk1\server-silent-options-windows.txt"
- (Linux- With space in the path)./setup.bin -i silent -DOPTIONS_FILE="/opt/temp folder/Disk1/server-silent-options-linux.txt"
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- When you restart the TrueSight Presentation Server, the system requirements are validated. The restart process fails if the requirements are not met. When you use the Presentation Server only with the TrueSight Capacity Optimization component, you can skip this validation by performing the following steps. After you perform these steps, the Presentation Server service is automatically started even if you restart the TrueSight Presentation Server host.
- Navigate to the following location:
- For Windows: <installationDirectory>\truesightpserver\conf\custom
- For Linux: <installationDirectory>/truesightpserver/conf/custom
- Edit the csr.conf file, add the following property, and save the file.
skipResourceCheck=true - Restart the product service.
- Navigate to the following location:
Next step in the Installation process
Now that you have successfully installed the Presentation Server, install TrueSight Capacity Optimization Application Server and ETL Engine.