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:
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
- If you haven’t previously changed Puser’s password, you must change the password before continuing.
- Sign into Longview Dashboard and open the Longview Client
- In the Navigation pane select Profile/
Change Password - 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
- 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.)
- 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
- DOCUMENTATION_DEPLOYMENT
- HELPFILE_DEPLOYMENT
- 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
- The Licensing Agreement for Longview software page opens.
- Read through the agreement and check “I accept the terms of the license agreement” to proceed.
- Click Next.
- The Specify Installation Details page opens.
- Select the Instance Name.
- Select Upgrade.
- Click Next.
- Database: The Configure Data Server page opens.
- Enter the password for the DBO User and click Next.
- The Completing Longview Server Setup page opens.
- Optionally, check View install log file.
- Database: Optionally, check View database log file.
- 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:
- If you haven’t previously changed Puser’s password, you must change the password before continuing.
- Sign into Longview Dashboard and open the Longview Client
- In the Navigation pane select Profile/
Change Password - 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
- 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.)
- 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
- DOCUMENTATION_DEPLOYMENT
- HELPFILE_DEPLOYMENT
- Open an administrator command prompt
- Execute the Longview Installer-
23.4 .exe with the /LOADINF=<config.ini>- 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:
- Delete the Java JDK zip file from the \software folder of the Longview Data Servers working directory.
- Obtain a supported version of the Java JDK in .zip file format.
- Copy the Java JDK zip file to the \software folder of the Longview Data Servers working directory.
- In the File Location section of the server configuration file update the JAVA_FILENAME to the name of the new Java JDK zip file.