Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

Upgrading Longview Servers

The Longview Server upgrade process is similar to the procedure followed for a new installation. During the upgrade process, previously installed components are upgraded. If you choose to upgrade any components that were not previously installed, they are installed as for a new installation.

Upgrading Longview Servers consists of the following steps:

  1. Backing up Longview files
  2. Upgrading Longview Servers
  3. Upgrading the Java JDK

Backing up Longview files

Before you upgrade Longview, take a RDBMS backup of the database. Please refer to your company’s internal DBA for assistance with this if needed.

In addition, you must back up the directory in which your Data Server is installed. For example, C:\Longview\DataServers\<LongviewIdentifier>\, where <LongviewIdentifier> is the Longview Identifier for your system.

Caution: This upgrade moves files in the Data Server working directory as the structures have changed and the out of box files will be separated from other files as well as making modifications to the lvsrvr.cfg. Do not skip backing up your Data Servers working directory so you can recover files in the case there is an issue with the upgrade.

 

Upgrading Longview Servers

The Longview Installer allows you to upgrade all Longview components in a step by step process or using a silent install approach.

Using the step-by-step process to upgrade Longview Servers

To upgrade Longview Servers using the step-by-step process:

  1. If you haven’t previously changed Puser’s password, you must change the password before continuing.
    1. Sign into Longview Dashboard and open the Longview Client
    2. In the Navigation pane select Profile/Change Password
    3. Complete these fields and click Apply:
      ParameterValue

      Old Password

      Type your original password.

      New Password

      Type a new password for the user that complies with your company’s security policies.

      Confirm Password

      Type the new password again

  2. Stop your Longview Servers.

    Note: Longview also recommends that you stop the Longview_LID service after you have stopped the servers. (Administrative Tools > Services on the application server.)

  3. If either of the following parameters in the lvsrvr.cfg are set to use EXTERNAL, they will need to be updated to use either CLIENT or OFF
    1. DOCUMENTATION_DEPLOYMENT
    2. HELPFILE_DEPLOYMENT
  4. Double-click the Longview Installer-23.4.exe file received from Longview. The Longview Setup wizard opens.

    Note: Depending on your system, a User Account Control dialog may prompt you to allow the installer to make changes to the computer. Click Yes

  5. The Licensing Agreement for Longview software page opens.
    1. Read through the agreement and check “I accept the terms of the license agreement” to proceed.
    2. Click Next.
  6. The Specify Installation Details page opens.
    1. Select the Instance Name.
    2. Select Upgrade.
    3. Click Next.
  7. Database: The Configure Data Server page opens.
    1. Enter the password for the DBO User and click Next.
  8. The Completing Longview Server Setup page opens.
    1. Optionally, check View install log file.
    2. Database: Optionally, check View database log file.
    3. Click Finish,

Using the silent option to upgrade Longview Servers

You may use the install configuration file to perform the upgrade, with the following modification:

  • Change the InstallType parameter from New to Upgrade.

    If you don’t have a configuration file you can make one, with the following lines:

    [Setup]

    Dir=C:\Longview

     

    [Instance]

    InstanceName=<Install Instance Name>

    InstallType=Upgrade

     

    [Database]
    DBOPassword=<Password of the DBO for the Longview Database>

     

Note: The Dir and InstanceName parameters must match the values of the original installation.

To upgrade Longview Servers using the silent option:

  1. If you haven’t previously changed Puser’s password, you must change the password before continuing.
    1. Sign into Longview Dashboard and open the Longview Client
    2. In the Navigation pane select Profile/Change Password
    3. Complete these fields and click Apply:
      Parameter

      Value

      Old Password

      Type your original password.

      New Password

      Type a new password for the user that complies with your company’s security policies.

      Confirm Password

      Type the new password again

  2. Stop your Longview Servers.

    Note: Longview also recommends that you stop the Longview_LID service after you have stopped the servers. (Administrative Tools > Services on the application server.)

  3. If either of the following parameters in the lvsrvr.cfg are set to use EXTERNAL, they will need to be updated to use either CLIENT or OFF
    1. DOCUMENTATION_DEPLOYMENT
    2. HELPFILE_DEPLOYMENT
  4. Open an administrator command prompt
  5. Execute the Longview Installer-23.4.exe with the /LOADINF=<config.ini>
    1. Specify /silent or /verysilent

Upgrading the Java JDK

You must obtain a supported version of the Java JDK and place it in the appropriate folder of the Longview Data Servers. For more information, see Supported client platforms.  If your previous JAVA version is no longer supported, you will need to upgrade.

To upgrade the Java JDK:

  1. Delete the Java JDK zip file from the \software folder of the Longview Data Servers working directory.
  2. Obtain a supported version of the Java JDK in .zip file format.
  3. Copy the Java JDK zip file to the \software folder of the Longview Data Servers working directory.
  4. In the File Location section of the server configuration file update the JAVA_FILENAME to the name of the new Java JDK zip file.

Published:

Upgrading Longview Servers

The Longview Server upgrade process is similar to the procedure followed for a new installation. During the upgrade process, previously installed components are upgraded. If you choose to upgrade any components that were not previously installed, they are installed as for a new installation.

Upgrading Longview Servers consists of the following steps:

  1. Backing up Longview files
  2. Upgrading Longview Servers
  3. Upgrading the Java JDK

Backing up Longview files

Before you upgrade Longview, take a RDBMS backup of the database. Please refer to your company’s internal DBA for assistance with this if needed.

In addition, you must back up the directory in which your Data Server is installed. For example, C:\Longview\DataServers\<LongviewIdentifier>\, where <LongviewIdentifier> is the Longview Identifier for your system.

Caution: This upgrade moves files in the Data Server working directory as the structures have changed and the out of box files will be separated from other files as well as making modifications to the lvsrvr.cfg. Do not skip backing up your Data Servers working directory so you can recover files in the case there is an issue with the upgrade.

 

Upgrading Longview Servers

The Longview Installer allows you to upgrade all Longview components in a step by step process or using a silent install approach.

Using the step-by-step process to upgrade Longview Servers

To upgrade Longview Servers using the step-by-step process:

  1. If you haven’t previously changed Puser’s password, you must change the password before continuing.
    1. Sign into Longview Dashboard and open the Longview Client
    2. In the Navigation pane select Profile/Change Password
    3. Complete these fields and click Apply:
      ParameterValue

      Old Password

      Type your original password.

      New Password

      Type a new password for the user that complies with your company’s security policies.

      Confirm Password

      Type the new password again

  2. Stop your Longview Servers.

    Note: Longview also recommends that you stop the Longview_LID service after you have stopped the servers. (Administrative Tools > Services on the application server.)

  3. If either of the following parameters in the lvsrvr.cfg are set to use EXTERNAL, they will need to be updated to use either CLIENT or OFF
    1. DOCUMENTATION_DEPLOYMENT
    2. HELPFILE_DEPLOYMENT
  4. Double-click the Longview Installer-23.4.exe file received from Longview. The Longview Setup wizard opens.

    Note: Depending on your system, a User Account Control dialog may prompt you to allow the installer to make changes to the computer. Click Yes

  5. The Licensing Agreement for Longview software page opens.
    1. Read through the agreement and check “I accept the terms of the license agreement” to proceed.
    2. Click Next.
  6. The Specify Installation Details page opens.
    1. Select the Instance Name.
    2. Select Upgrade.
    3. Click Next.
  7. Database: The Configure Data Server page opens.
    1. Enter the password for the DBO User and click Next.
  8. The Completing Longview Server Setup page opens.
    1. Optionally, check View install log file.
    2. Database: Optionally, check View database log file.
    3. Click Finish,

Using the silent option to upgrade Longview Servers

You may use the install configuration file to perform the upgrade, with the following modification:

  • Change the InstallType parameter from New to Upgrade.

    If you don’t have a configuration file you can make one, with the following lines:

    [Setup]

    Dir=C:\Longview

     

    [Instance]

    InstanceName=<Install Instance Name>

    InstallType=Upgrade

     

    [Database]
    DBOPassword=<Password of the DBO for the Longview Database>

     

Note: The Dir and InstanceName parameters must match the values of the original installation.

To upgrade Longview Servers using the silent option:

  1. If you haven’t previously changed Puser’s password, you must change the password before continuing.
    1. Sign into Longview Dashboard and open the Longview Client
    2. In the Navigation pane select Profile/Change Password
    3. Complete these fields and click Apply:
      Parameter

      Value

      Old Password

      Type your original password.

      New Password

      Type a new password for the user that complies with your company’s security policies.

      Confirm Password

      Type the new password again

  2. Stop your Longview Servers.

    Note: Longview also recommends that you stop the Longview_LID service after you have stopped the servers. (Administrative Tools > Services on the application server.)

  3. If either of the following parameters in the lvsrvr.cfg are set to use EXTERNAL, they will need to be updated to use either CLIENT or OFF
    1. DOCUMENTATION_DEPLOYMENT
    2. HELPFILE_DEPLOYMENT
  4. Open an administrator command prompt
  5. Execute the Longview Installer-23.4.exe with the /LOADINF=<config.ini>
    1. Specify /silent or /verysilent

Upgrading the Java JDK

You must obtain a supported version of the Java JDK and place it in the appropriate folder of the Longview Data Servers. For more information, see Supported client platforms.  If your previous JAVA version is no longer supported, you will need to upgrade.

To upgrade the Java JDK:

  1. Delete the Java JDK zip file from the \software folder of the Longview Data Servers working directory.
  2. Obtain a supported version of the Java JDK in .zip file format.
  3. Copy the Java JDK zip file to the \software folder of the Longview Data Servers working directory.
  4. In the File Location section of the server configuration file update the JAVA_FILENAME to the name of the new Java JDK zip file.

For an optimal Community experience, Please view on Desktop