Upgrade Versions Between 6.1.27 and 6.3.104 to Latest Version
Before you upgrade PerformanceGuard, make sure that you know the hardware recommendations and software requirements.
Is your current PerformanceGuard installation older than version 6.1.27? If you want to upgrade PerformanceGuard versions older than version 6.1.27 to the latest version, you need to first upgrade your old version to version 6.1.27, and then upgrade version 6.1.27 to the latest version.
Important Prerequisites
It's important to be aware of the following before you begin the upgrade process:
You must have administrative rights on the computer that you are going to perform the upgrade on (local administrator).
The new version of PerformanceGuard may require a different Java JDK version than your old one. If the new PerformanceGuard version requires a different JDK version, it is important that you install the required JDK version on the PerformanceGuard server before you install the new version of PerformanceGuard. See Software Requirements and Install Java JDK.
You should install the new version at the same location as the one you are upgrading. Make a note of the location that PerformanceGuard is currently installed at.
Make a note of database users that your current PerformanceGuard installation uses. You must specify those users when you install the new version.
You must know the passwords of the PerformanceGuard database users, because you must specify those passwords when you install the new version.
When you install the new version, you'll get the option of authenticating service access to the PerformanceGuard databases through the Windows credentials of one or more existing Active Directory users. If you intend to use that option, make sure that the relevant user accounts have been set up in Active Directory.
You can download the server installer for the latest PerformanceGuard version. You can download the server installer for the latest PerformanceGuard version from the CapaSystems wiki.
Step 1: Stop PerformanceGuard Services
Select /Start, type services.msc and press ENTER. Then stop these services:
PerformanceGuard Backend Server
PerformanceGuard Frontend Server
PerformanceGuard Web Server
Step 2: Back Up PerformanceGuard Databases
Back up your PerformanceGuard frontend and backend server databases before you upgrade your PerformanceGuard installation. Having a backup is important in the unlikely case that something goes wrong during your upgrade.
See Database Backup for more information.
Step 3: Back Up Current PerformanceGuard Installation
Back up the content of the following folders in your current PerformanceGuard installation:
[PerformanceGuard installation folder]\collector
[PerformanceGuard installation folder]\display
[PerformanceGuard installation folder]\notification
[PerformanceGuard installation folder]\reports
Step 4: Remove Current PerformanceGuard Installation
Navigate to the list of installed programs and features, and then uninstall PerformanceGuard Server.
Step 5: Install New Version of PerformanceGuard
Start an elevated Windows command prompt and navigate to the folder that contains the installer for the new PerformanceGuard version.
Start the installation with the following command:
msiexec /i PerformanceGuard.msi /L*v! installLog.txtThe /L*v! parameter in the command makes sure that the installer records a log file of the installation. In this case the log file will be called installLog.txt. The log file will be available at the location from which you run the installation, so if you run the installation file from C:\, the log file will be placed under C:\ too.
To install PerformanceGuard at a location other than the default C:\Program Files\PerformanceGuard, add an INSTALLFOLDER parameter to the command, like in the following example where PerformanceGuard is going to be installed on the D: drive:
msiexec /i PerformanceGuard.msi /L*v! installLog.txt INSTALLFOLDER="D:\PerformanceGuard"If you are installing on a Windows Server CORE (a type of server that doesn't have a graphical user interface), add the following to the command:
"/q"When the installer open window opens, click Next.
Read and accept the end-user license agreement, and then click Next.
Select which PerformanceGuard components you want to install.
Then select the location at which you want to install PerformanceGuard. If you don't select a location yourself, PerformanceGuard will be installed in C:\Program Files\Performanceguard\. When ready, click Next.
This step applies if you selected to install the FRONTEND server.
Installation: Select Use existing frontend database.
Frontend database server: If your frontend server database exists on a SQL Server on the computer that you are installing the frontend server on, simply use the localhost default setting. If your frontend server database exists on another SQL Server on your network, click the browse button next to the field and select the required SQL Server.
Frontend database: The name of the frontend server database. The name is normally pguardfe, but a different name may be used in your organization.
Frontend authentication: Select either ...
SQL Server Authentication where access to the frontend server database will be authenticated by the SQL Server
or
Windows Authentication where access to the frontend server database will be authenticated through the Windows credentials of an existing Active Directory user
Frontend database user: In order to communicate with the frontend server database, PerformanceGuard needs access to the database with a user account.
If using SQL Server authentication the name of that user account is normally pguardfe, but a different name may be used in your organization.
If you use Windows authentication, you must specify the user name of an existing Active Directory user.
Frontend AD domain (only relevant if you selected Windows Authentication): Specify the domain that the Active Directory user belongs to.
Frontend database password: Specify the password that PerformanceGuard should use when it accesses the frontend server database with the user account that you specified previously.
When ready, click Next.
This step applies if you selected to install the FRONTEND server.
Make sure that Let the installer run the SQL scripts against the database is selected.
When ready, click Next.
This step applies if you selected to install the FRONTEND server.
By default, frontend server database files and log files will be placed at the SQL Server's default location for new databases (<Server default>). That's usually fine, but if you used other locations for frontend server database files and log files in your previous PerformanceGuard version, you should specify the paths to those locations so that the new PerformanceGuard version can also use those locations.
When ready, click Next.
This step applies if you selected to install the FRONTEND server.
Frontend server TCP port: On which TCP port should the frontend server listen for data from agents? We recommend that you use port 4001 unless your organization's firewall administrator has told you to use another port.
Backend server host name: Your frontend server is going to regularly communicate with the PerformanceGuard backend server. That's why you must specify where the frontend server will be able to find the backend server. If you are installing everything on the same computer, simply use the localhost default setting. If the backend server is going to be installed on another computer, specify the hostname or IP address of that computer.
When ready, click Next.
This step applies if you selected to install the WEB INTERFACE.
Primary and Secondary web server port: PerformanceGuard has a web server service that runs the PerformanceGuard web interface. The web server needs to use two TCP ports. Make sure that no other applications use those ports.
When ready, click Next.
This step applies if you selected to install the BACKEND server.
Installation: Select Use existing backend database.
Backend database server: If your backend server database exists on a SQL Server on the computer that you are installing the backend server on, simply use the localhost default setting. If your backend server database exists on another SQL Server on your network, click the browse button next to the field and select the required SQL Server.
Backend database: The name of the backend server database. The name is normally pguard, but a different name may be used in your organization.
Backend authentication: Select either ...
SQL Server Authentication where access to the backend server database will be authenticated by the SQL Server
or
Windows Authentication where access to the backend server database will be authenticated through the Windows credentials of an existing Active Directory user
Backend database user: In order to communicate with the backend database, PerformanceGuard needs access to the database with a user account.
If using SQL Server authentication the name of that user account is normally pguard, but a different name may be used in your organization.
If you use Windows authentication, you must specify the user name of an existing Active Directory user.
Frontend AD domain (only relevant if you selected Windows Authentication): Specify the domain that the Active Directory user belongs to.
Backend database password: Specify the password that PerformanceGuard should use when it accesses the backend database with the user account that you specified previously.
When ready, click Next.
This step applies if you selected to install the BACKEND server.
The backend server must know where to find the service that runs the PerformanceGuard web interface:
Display hostname or ip: Specify the hostname or IP address of the computer that'll run the PerformanceGuard Web Server service, which is the service that runs the PerformanceGuard web interface. If the service should run on the computer that you are currently installing on, simply use the default value localhost.
The value of the Display TCP Port field is determined by a setting that you specified in step 9.
When ready, click Next.
This step applies if you selected to install the BACKEND server.
Make sure that Let the installer run the SQL scripts against the database is selected. When ready, click Next.
This step applies if you selected to install the BACKEND server.
By default, backend server database files and log files will be placed at the SQL Server's default location for new databases (<Server default>). That's usually fine, but if you used other locations for backend server database files and log files in your previous PerformanceGuard version, you should specify the paths to those locations so that the new PerformanceGuard version can also use those locations.
When ready, click Next.
This step applies if you selected to install the BACKEND server.
Backend server TCP port: On which TCP port should the backend server deliver data? We recommend that you use port 4008 unless your organization's firewall administrator has told you to use another port.
When ready, click Next
Click Install to execute the installation with the settings that you have specified.
When installation is complete, click Finish.
Installation Troubleshooting
If something goes wrong during your installation, you'll see an error message. The error message will typically tell you that:
the setup wizard ended prematurely, and
that your system has not been modified
The latter is not always true. Your system may in fact have been modified, even if the error message tells you that it hasn't. Sometimes the entire PerformanceGuard system, including databases, may in fact have been upgraded, but if just a single of the PerformanceGuard services doesn't start after the installation has finished, the error message will appear.
You are therefore often able to solve the problem yourself.
What You Should Do
If something goes wrong during your installation, you should first ask yourself if you have you met all of the prerequisites (see the beginning of this topic). For example, do you have administrative rights, and does the computer have the required version of Java JDK?
Next, you should check your installation log:
Open your installation log. If you followed the installation procedure in the previous, the log file is called installLog.txt. The log file will be available at the location from which you ran the installation, so if you ran the installation file from C:\, the log file will be placed under C:\ too.
Search the log for occurrences of return value 3.
Read the contents of the log file just before occurrences of return value 3 to determine which actions failed during the installation.In this example (click thumbnail to view image in full size), a search for return value 3 revealed that there were problems with the user account specified for the PerformanceGuard backend server database:
Going through the installation log as described will nearly always reveal what went wrong. In many cases you can solve the problem yourself. For instance, the problem identified in the example was solved simply by specifying the correct password for the backend server database.
If you need help from PerformanceGuard support, you can find information about your support options on the CapaSystems website, http://www.capasystems.com/.
Step 6: Restore Specific Modifications
At the end of the upgrade process you may need to re-apply certain configuration settings:
Stop Services
Select /Start, type services.msc and press ENTER. Then stop these services:
PerformanceGuard Backend Server
PerformanceGuard Frontend Server
PerformanceGuard Web Server
PerformanceGuard Web Server 2
Reports
Make sure that you move the content from your backup of the report folder (\[PerformanceGuard installation folder\]\reports) to the similar report folder in the new PerformanceGuard version. This way you'll be able to access any old reports in your new PerformanceGuard version.
Services Memory
The PerformanceGuard services—the Frontend server, Backend Server and Web Server services—are allocated a certain amount of memory (by default a minimum of 2048 MB and a maximum of 4096 MB).
If your previous PerformanceGuard installation used a higher maximum setting for some or all of the services, you must specify that again.
Other Changes
If you have made changes to the configuration of your old PerformanceGuard version, you'll need to edit the new version's configuration files. Open the configuration files in the following folders from your backup, compare them with the corresponding configuration files in your new PerformanceGuard version, and make any necessary changes to the new version's configuration files:
[PerformanceGuard installation folder]\collector\conf
[PerformanceGuard installation folder]\display\conf
[PerformanceGuard installation folder]\notification\conf
Start Services
Select /Start, type services.msc and press ENTER. Then start these services:
PerformanceGuard Backend Server
PerformanceGuard Frontend Server
PerformanceGuard Web Server
PerformanceGuard Web Server 2
License
When you access the PerformanceGuard web interface for the first time after upgrading, you must re-install your license.
Use your existing license from the backup of \[PerformanceGuard installation folder\]\display\conf\
What About PerformanceGuard Agents?
You don't need to upgrade the PerformanceGuard agents that are installed on your organization's computers. Old agents are compatible with new versions of PerformanceGuard.
Should you wish to upgrade your PerformanceGuard agents anyway, you can download the latest version of the PerformanceGuard agent installer from the CapaSystems wiki. Unless your existing agents are very old (version 5.x or earlier), you don't need to remove existing agents before you deploy the new version.