Applying feature packs or fix packs on the Presentation Server in the standalone mode silently
Where you are in the Applying-feature-packs-or-fix-packs process
To apply feature packs or fix packs on the Presentation server silently
On 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-fixpack-options-windows.txt"
Example: setup.exe -i silent -DOPTIONS_FILE="C:\Disk1\server-silent-fixpack-options-windows.txt"Linux
./install.sh -i silent -DOPTIONS_FILE="<Full File Path>/server-silent-fixpack-options-linux.txt"
Example:./install.sh -i silent -DOPTIONS_FILE="/tmp/TrueSightPServer/Disk1/server-silent-fixpack-options-linux.txt"
To verify the Presentation Server upgrade was successful
- Access the truesightpserver_fixpack_log.txt which is located in the (Windows) %temp% directory or (Linux) /tmp directory. Check for warnings or errors. If there are no errors or warnings, the Presentation Server was successfully upgraded.
Navigate to the (Windows) TrueSightPServer\truesightpserver\bin or (Linux) TrueSightPServer/truesightpserver/bin directory and run the following command:
(Windows) tssh server status(Linux) ./tssh server status
- The current installed version is displayed in the header that is similar to the following example:
BMC TrueSight Presentation Server - Command Line Interface 2018 version 11.0.00.003 - A list of Presentation Server processes is displayed that is similar to the following sample:
Process status
================================
Core Server Running (13176)
Index Server Running (11028)
Database Server Running (6052)
- The current installed version is displayed in the header that is similar to the following example:
If errors occur, restart the Presentation Server by running the following command:
(Windows) tssh server start
(Linux) ./tssh server start
If error conditions persist, contact BMC Customer Support for assistance.
Where to go from here
Now that you have successfully installed the feature pack or fix pack on the Presentation Server, install it on the other TrueSight Operations Management components. For instructions, see Applying-feature-packs-or-fix-packs.