Upgrading the Presentation Server in the standalone mode silently
Where you are in the Upgrade process
To upgrade the TrueSight Presentation Server in the silent mode
- Extract the downloaded files to an appropriate directory on the computer on which you want to perform the upgrade:
- (Windows) C:\<tempFolder>
- (Linux) /opt
- (Linux) Perform the following steps to provide ownership permissions to the non-root user for all the upgrade-related installation files:
- Log on as a root user.
- Run the following command:In the preceding command, the following definitions apply:chown -R <nonrootuser> <installationDirectoryFolderName>
- <nonrootuser> is the name of the non-root user.
- <installationDirectoryFolderName> is the name of the folder that contains the installation files.
(applicable if you are upgrading from a version earlier than 11.0) You need to provide details of the Remedy Single Sign-On server that you plan to use with the TrueSight Presentation Server:
You will need to type the database administrator password and the Remedy Single Sign-On password in an encrypted form in the silent options file. Encrypt the password using the TrueSightPServerMaintenanceTool through the wizard or command line interface.
- Go to the extracted folder, and locate the silent options file:
- (Windows) <DownloadLocation>\Windows\Disk1\server-silent-options-upgrade-windows.txt
- (Linux) <DownloadLocation>/Linux/Disk1/server-silent-options-upgrade-linux.txt
Edit the silent options file. This is a text file that defines the installation properties in the form of a prefix tag followed by a property name and value pair. You can either retain the default values or change them and save the file.
At the command prompt, run one of the following commands to start the upgrade. Type the complete path to the silent options file in the command. If the path includes a blank space, enclose the path within double quotes.
The upgrade might take upto 15 minutes. You can periodically check the installation status by checking the truesightpserver_install_log.txt file located at:
- (Windows) %temp%
- (Linux) /tmp
Locate the following log message in the truesightpserver_install_log.txt file to ensure that the Presentation Server is upgraded successfully:
Log message: TrueSight Presentation Server 11.3.01 install succeeded.
- Verify the TrueSight Presentation Server status:
- (Windows) Navigate to the TrueSightPServer\truesightpserver\bin directory, and run the tssh server status command.
- (Linux) Navigate to the TrueSightPServer/truesightpserver/bin directory, and run the ./tssh server status command.
If errors occur when you run the tssh server status command, restart the TrueSight Presentation Server by running the following command:Process status
================================
Core Server Running (13176)
Index Server Running (11028)
Database Server Running (6052)- (Windows) tssh server start
- (Linux) tssh server start&
The & character at the end of the tssh server start command ensures that the process runs in the background, and you can continue to use the shell.
- (Applicable if you customized Tomcat files before the upgrade) Manually re-add the modifications in the web.xml and server.xml files.
- Launch the TrueSight Presentation Server application with the following URL:
- (Windows) http(s)://<TSPS_FQDN>
- (Linux) http(s)://<TSPS_FQDN>:<tomcat_port>
- Type the default Admin credentials (User name: admin, Password: admin12345), and click Log In.The TrueSight console opens.
- (Applies only if you had configured HTTP access before the upgrade) Reconfigure the TrueSight Presentation Server for HTTP access as described in the steps.
Your upgrade is now complete.
Troubleshooting upgrade issues
If you face issues related to upgrade, see Troubleshooting the Presentation Server deployment.
After an unsuccessful upgrade, if you want to restore to the earlier version, see Restoring the earlier version of the Presentation Server if the upgrade fails..
Next step in the Upgrade process
Now that you have successfully upgraded the TrueSight Presentation Server, upgrade the other TrueSight components as per your requirements. For instructions, see Upgrading.