Skip to end of metadata
Go to start of metadata
To upgrade 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"
- Review the Presentation Server installation log files located in the following directories:
- Windows
\Temp\truesightpserver_fixpack_log.txt - Linux
/tmp/truesightpserver_fixpack_log.txt
To upgrade the Presentation Server silently in a high availability deployment
- On the computer on which the existing version of the secondary Presentation Server is installed, open a CLI command prompt.
- Navigate to the (Windows) TrueSightPServer\truesightpserver\bin or (Linux) TrueSightPServer/truesightpserver/bin directory and run the following command to stop the secondary server:
tssh server stop secondary
- On the computer on which the existing version of the primary Presentation Server is installed, complete the following steps:
- 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"
- Review the Presentation Server installation log files located in the following directories:
- Windows
\Temp\truesightpserver_fixpack_log.txt - Linux
/tmp/truesightpserver_fixpack_log.txt
- On the computer on which the existing version of the secondary Presentation Server is installed, complete the following steps:
- 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"
- Review the Presentation Server installation log files located in the following directories:
- Windows
\Temp\truesightpserver_fixpack_log.txt - Linux
/tmp/truesightpserver_fixpack_log.txt
Where to go from here
To verify the Presentation Server operation, see Verifying the Presentation Server operation after applying feature packs or fix packs
For an overview of applying feature packs or fix packs on the Presentation Server, see Applying feature packs or fix packs on the Presentation Server.