Performing the Presentation Server upgrade

Before you begin


To provide required permissions to non-root users on Linux

On Linux computers, you can upgrade the TrueSight Presentation Server only as a non-root user. Though the non-root user may already have ownership permissions for the destination directory, you must provide ownership permissions for the executables to the non-root user. 

  1. Log on as a root user.
  2. Provide ownership permissions to non-root users for all installation files by running the following command: 

    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. 

    For example,  chown -R nonrootuser /Linux/Disk1

  3. Apply executable rights to the installation files by running the following command:

    chmod -R 755 installationDirectoryFolderName

    For example, chmod -R 755 /Linux/Disk1 

To upgrade the TrueSight Presentation Server

  1. Launch the installation wizard:
    • (Windows) Navigate to Windows\Disk1 and double-click setup.exe.

    • (Linux) As a non-root user, navigate to Linux/Disk1 and run ./setup.bin.

      Note

      Ensure that you have set the DISPLAY environment variable and non-root user configurations are done for Linux.

  2. On the Welcome page, click Next.
  3. On the License Agreement page, read the agreement and select the I agree to the terms of the license agreement option, and click Next
    If you do not agree to the terms of the license agreement, the installation process will not continue.

  4. On the Upgrade Confirmation page, click Yes, and click Next.
    The installer automatically verifies the upgrade requirements. If it finds any errors, it displays them in a separate window. You can quit the upgrade process at this point, correct the indicated discrepancies, and then rerun the upgrade.

    Important

    After you confirm, the TrueSight Presentation Server is stopped temporarily and is started automatically post-upgrade.

  5. Enter the Remedy Single Sign-On Server settings to be configured with the TrueSight Presentation Server and click Next.
     
    • Enter the Fully Qualified Domain Name (FQDN) of the Remedy Single Sign-On server installed on the system. 
    • Use the port number of the Remedy Single Sign-On server installed on the system. The default port number is 448 for HTTPS and 88 for HTTP.
    • Enter the Remedy Single Sign-On server super user password. The Single Sign-On super username is Admin.
    • Select a protocol. The options are: HTTPS or HTTP. By default HTTPS is selected.

      The Port and Protocol details mentioned here are related only to the Tomcat details configured on the Remedy SSO server.

      When you select HTTPS, you get an option to import certificates, yes or no. If you select yes, browse and import the certificate file.

  6. Verify that the information on the Installation Preview page reflects your upgrade correctly. Click Previous to make changes, or click Install.
  7. After the upgrade is complete, click View Log to view the log files and confirm that the upgrade process was successful.
  8. Click Done to exit the installation wizard.

Note

If the Tomcat Server web.xml or server.xml file was modified before the upgrade, manually add those changes to the Tomcat server web.xml or server.xml file after the upgrade. The truesightpserver_10.x.xx folder (where x.xx is the version that you are upgrading from) contains the backup files of the earlier installation.

To upgrade the TrueSight Presentation Server in a high-availability deployment

  1. Open a CLI command prompt on the TrueSight Presentation Server secondary node.
  2. Navigate to the directory:
    • (Windows):TrueSightPServer\truesightpserver\bin
    • (Linux):TrueSightPServer/truesightpserver/bin
  3. Run the following command to stop the secondary server:
    tssh server stop
  4. On the existing TrueSight Presentation Server primary node, perform steps 1–7 of to upgrade the Presentation Server.
  5. (Optional) If you have installed the TrueSight Presentation Server in the high-availability mode, you can configure aliases and hosts to access the TrueSight Presentation Server. For more information, see Configuring the Presentation Server for high availability.
  6. (Applies only if you configured high-availability post installation in an earlier release) On the computer where the existing version of the secondary Presentation Server is installed, perform the following steps:

    1. Edit the TrueSightPServer\TrueSightPServerInstalledConfiguration.xml file.

    2. Locate and change the following property values. If these properties are not present, add them.

      <property>   
      <name>TrueSight_high_availability_enabled</name>   
      <value>1</value>   
      </property>   
        
      <property>   
      <name>TrueSight_high_availability_type</name>   
      <value>2</value>   
      </property>   
        
      <property>   
      <name>TrueSight_high_availability_configuration_file</name>   
      <value>ha-shared.conf_FileLocation<value/>   
      </property> 

      In the preceding properties, ensure that the value is set as follows:

      • TrueSight_high_availability_enabled: Indicates whether high availability is enabled. Value must be set to 1.

      • TrueSight_high_availability_type: Indicates the type of server - primary or secondary. Value must be set to 2.

      • TrueSight_high_availability_configuration_file: Specify the complete location path of the ha-shared.conf file copied from the primary server.

  7. On the secondary node, perform steps 1–4 of to upgrade the Presentation Server.

If the upgrade is not successful and if you want to restore to the earlier version, see Restoring the earlier version of the Presentation Server if the upgrade fails.

Where to go from here

If you have a High Availability environment for your TrueSight Presentation Server, see Configuring the Presentation Server for high availability.

See Verify the Presentation Server upgrade to understand how to verify that the TrueSight Presentation Server is successfully upgraded.

Was this page helpful? Yes No Submitting... Thank you

Comments