Replace rolling upgrades
The replace rolling upgrades model involves deploying new Windows servers that you are installing 24.3 on, and joining them to your existing Venafi database for the cluster, then replacing the existing servers with the new servers. It requires you deploy one new server for each existing server. For example, if you have six Venafi servers on your origin version (that you are upgrading from), you would need to deploy six new Windows servers, each one matching exactly the configuration of the server it will replace (including Venafi components, processing engine assignments, and network discovery zones).
This model can often result in a cleaner upgrade process, and allows you to upgrade your Windows operating system at the same time you are upgrading your Venafi version, but results in extra manual configuration or steps that need to be scripted.
When performing this upgrade, follow all the steps in each of the following sections.
Getting Started
- Create new Windows servers that match 1:1 the roles of the servers in your current Venafi deployment cluster.
- Download, distribute, and unzip installation files for the 24.3.x upgrade.
-
[Optional] Export your software encryption key (if used).
For more information, see Backing up the software encryption key.
Database configuration
-
Back up your database.
For instructions on how to perform the database backup, visit Microsoft's SQL documentation: Create a Full Database Backup.
-
[Conditional] If using answer file(s): Update the answer file so the DBO credentials are included, and new components (if desired) are added to the appropriate servers.
For detailed information about the schema and settings of the answer file, see Creating and using answer files.
Run the installation MSI
- Verify that the extracted
Venafi Trust Protection Platform 24.3.x.zip
is available on the server.
-
From an elevated command prompt, change your directory to the extracted zip folder and enter the following command:
VenafiTPPInstall-24.3.x.msi
How to open an elevated command prompt- From the Start menu, search for
CMD
. - In the search results, right-click on Command Prompt, and choose Run as administrator.
Why do I need an elevated command prompt?Running VenafiTPPInstall-24.3.x.msi from an elevated command prompt ensures that:
- The Venafi Configuration Console launches properly after the installation is complete.
- You can uninstall Trust Protection Platform from Windows' Programs and Features tool without needing to run a special command in an elevated command prompt.
- From the Start menu, search for
-
When the Welcome window appears, click Next.
-
Read the terms stated in the License Agreement window. If you agree, select I accept the terms in the license agreement, and then click Next.
- Run the previous steps on all the new Windows Venafi server. Do not modify your existing (production) servers.
Configure the server
-
Either use the configuration wizard GUI to complete the configuration steps for the upgrade, or use the
TPPConfiguration.exe
CLI to do a silent upgrade using the appropriate updated answer file.If you have questions about the command line interface, see Upgrade using the command line.
To configure Venafi Trust Protection Platform using the Venafi Configuration Console-
On the Welcome screen, review the information, and then click Next.
If you have any questions about fields in this wizard, refer to the field-specific information in Configure Venafi platform from the Venafi Configuration Console.
- On the Administrative Account screen, enter the local master admin credentials for Trust Protection Platform, and then click Next.
-
On the Database Settings screen, enter the information for the database owner account: type, login, and password.
For information about the Settings tab, see Field descriptions - Settings tab.
For information about the Expert tab, see Field descriptions - Expert tab.
-
On the Customer Experience screen, review the information on how data is collected.
NOTE Participation in the Customer Experience Improvement Project is required for all customers, enabling Venafi to gather license utilization and product usage telemetry. This does not include any personally-identifiable data. Read more about our data collection policy in the Venafi Data Privacy Policy for Venafi Trust Protection Platform™.
-
On the Upgrade Server screen, review the information, and then click Finish.
- When the configuration is complete, click Close.
Once you have completed the configuration wizard, the Venafi Configuration Console window automatically opens. For more information about how to use the Venafi Configuration Console, see Venafi Configuration Console.
-
- [Conditional] If you used the upgrade wizard GUI in step 1: In the Venafi Configuration Console, enable any new components that you want for each server.
- In the Venafi Configuration Console, click the Product node.
- Start all Venafi Windows services.
- If this server has the WebConsole component installed, open the console (without the application delivery controller; for example, use
https://localhost/Aperture
) - Repeat on all Venafi servers.
Configure the application delivery controller
- Update your application delivery controller to add all the new Windows servers to the resource group.
- Update your application delivery controller to remove the old Windows servers from the resource group.
-
Wait until there are no active connections.
NOTE Use a utility like
netstat -an | findstr ESTABLISHED
to verify that there are no established (active) connections on the IIS listening IP/Ports. Do not continue until there are no active connections (or these users will experience down time). -
Uninstall Venafi Trust Protection Platform from all old Venafi servers.
For additional information, see Uninstalling Venafi Trust Protection Platform.
-
Remove all old Venafi servers (engines) from the Venafi cluster in Policy Tree.
How do I delete a server from the Venafi cluster in Policy Tree?- Navigate to the Platform product, click Policy Tree, then select the Platforms tree.
- Right-click on the server you want to remove, then click Delete.
- Confirm the removal (twice).
Validate the installation
-
Validate that each server in the cluster is performing its assigned role.
For example, on a server that has the Venafi Web Console, try renewing a certificate or rotating an SSH key. On a code signing server, try signing code. For a server, validate that connections are happening as expected.