-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added prerequisite to upgrade to copy encrption key to LB
- Loading branch information
Donna-Marie Smith
committed
Nov 27, 2024
1 parent
9cac31b
commit 6cbfde7
Showing
3 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
...uides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/prerequisites.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: "Prerequisites" | ||
linkTitle: "Prerequisites" | ||
description: "Information about the prerequisites required before starting the upgrade." | ||
weight: 10 | ||
--- | ||
|
||
# {{< param title >}} | ||
|
||
The prerequisites required to be considered before starting the upgrade. | ||
|
||
## Encryption Requirements | ||
|
||
{{% alert title="Note" %}}This step is only required if the load balancer installed is the load balancer that is included with the {{% ctx %}} software.{{% /alert %}} | ||
|
||
1. On one of the Application Servers: | ||
1. On the Start menu, choose `Run`. | ||
1. In the open box, enter `regedit.exe`. You must have administrative credentials to run regedit.exe. | ||
1. In the Registry Editor, locate the registry value `Key` which can be found at the following location `HKEY_LOCAL_MACHINE\SOFTWARE\Innovise\Cerberus`. | ||
1. Copy the value of `Key` and save it to a known location. | ||
1. On the Load Balancer Server: | ||
1. On the Start menu, choose `Run`. | ||
1. In the open box, enter `regedit.exe`. You must have administrative credentials to run regedit.exe. | ||
1. In the Registry Editor, navigate through the subkeys to `HKEY_LOCAL_MACHINE\SOFTWARE\Innovise\Cerberus`. If any of the subkeys do not exist create them repeating for each subsequent folder: | ||
* Right click on the parent folder. | ||
* Select `New`. | ||
* Select `Key`. | ||
* Set the name to be the subkey that you are creating e.g. `Cerberus`. | ||
1. Under the `Cerberus` folder locate the registry value `Key`. If the registry value does not exist create it: | ||
* Right click in the right window. | ||
* Select `New`. | ||
* Select `String`. | ||
* Set the name to be `Key`. | ||
1. Set the value of `Key` to be the value copied from the Application Server in Step 1.4: | ||
* Double click on the registry value `Key` to open the Edit dialog. | ||
* Set the value. | ||
* Click `OK`. | ||
|
||
## Next Steps? | ||
|
||
1. [Upgrade Application Servers and Load Balancer][] | ||
|
||
[Upgrade Application Servers and Load Balancer]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters