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 (the upgrade installer) to a temporary location outside the following location to avoid any file sharing conflicts:
- (Windows) C:\Program Files
- (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.
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.
Note: You can ignore the following message displayed on the Linux console immediately after you started running the install.sh:
Ensure to run Disk1/utility/PreinstallConfig.sh script to configure env before running installer with non-root user ulimit now set to 65536.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.0x install succeeded.
Note: (Optional) After the installation is complete, you can revoke the write permission on the /opt directory.- 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.
- (Linux only) Register the BMCTSPSSvc.service service by performing the following steps:Note: The systemd service BMCTSPSSvc.service is supported only from version 11.3.04. For more information on this service, see Starting-and-stopping-the-TrueSight-Operations-Management-components.
- As a root user, run the tssh service register <Non-RootUserName>. This command registers the BMCTSPSSvc.service service under the /etc/systemd/system folder.
- (SUSE Linux Enterprise Server only) Run the chkconfig --add BMCTSPSSvc.service command.
- Ensure that you have read and write permissions for the installedDirectory\truesightpserver\logs\tssh.log file.
- Running the systemctl status BMCTSPSSvc.service command.
- systemctl start BMCTSPSSvc.service
- systemctl stop BMCTSPSSvc.service
- (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. - (Optional) Perform the steps mentioned in the Troubleshooting a failed deployment only if both of the following statements are true:
- You have upgraded the TrueSight Presentation Server to version 11.3.04, but you are not planning to upgrade your Integration Service or TrueSight Infrastructure Management server (they are running on one of the lower versions, such as 11.3.03 or earlier.)
- You are using the BMC-provided security certificates.
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.