Skip to content

Commit 6cbfde7

Browse files
author
Donna-Marie Smith
committed
Added prerequisite to upgrade to copy encrption key to LB
1 parent 9cac31b commit 6cbfde7

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: "Prerequisites"
3+
linkTitle: "Prerequisites"
4+
description: "Information about the prerequisites required before starting the upgrade."
5+
weight: 10
6+
---
7+
8+
# {{< param title >}}
9+
10+
The prerequisites required to be considered before starting the upgrade.
11+
12+
## Encryption Requirements
13+
14+
{{% 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 %}}
15+
16+
1. On one of the Application Servers:
17+
1. On the Start menu, choose `Run`.
18+
1. In the open box, enter `regedit.exe`. You must have administrative credentials to run regedit.exe.
19+
1. In the Registry Editor, locate the registry value `Key` which can be found at the following location `HKEY_LOCAL_MACHINE\SOFTWARE\Innovise\Cerberus`.
20+
1. Copy the value of `Key` and save it to a known location.
21+
1. On the Load Balancer Server:
22+
1. On the Start menu, choose `Run`.
23+
1. In the open box, enter `regedit.exe`. You must have administrative credentials to run regedit.exe.
24+
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:
25+
* Right click on the parent folder.
26+
* Select `New`.
27+
* Select `Key`.
28+
* Set the name to be the subkey that you are creating e.g. `Cerberus`.
29+
1. Under the `Cerberus` folder locate the registry value `Key`. If the registry value does not exist create it:
30+
* Right click in the right window.
31+
* Select `New`.
32+
* Select `String`.
33+
* Set the name to be `Key`.
34+
1. Set the value of `Key` to be the value copied from the Application Server in Step 1.4:
35+
* Double click on the registry value `Key` to open the Edit dialog.
36+
* Set the value.
37+
* Click `OK`.
38+
39+
## Next Steps?
40+
41+
1. [Upgrade Application Servers and Load Balancer][]
42+
43+
[Upgrade Application Servers and Load Balancer]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeApplicationAndLoadBalancerServers" >}}

content/en/docs/2024.11/Guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/upgrade-application-and-loadbalancer-servers.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 30
77

88
# {{< param title >}}
99

10-
This guide describes how to upgrade the Application Servers and Load Balancer Server from 2024.9 to 2024.11.
10+
This guide describes how to upgrade the Application Servers and Load Balancer Server from 2024.9 to 2024.11. Please ensure that the [Prerequisites][] have been completed before starting this upgrade.
1111

1212
## Make Installation Artefacts Available
1313

@@ -76,4 +76,5 @@ To check the previous configuration values open the `Cortex.Upgrade.ApplicationC
7676

7777
1. [Upgrade Web Application Server][]
7878

79+
[Prerequisites]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.Prerequisites" >}}
7980
[Upgrade Web Application Server]: {{< url path="Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA.UpgradeWebApplicationServer" >}}

data/urls.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@
569569
UpgradeFlows = "/docs/guides/upgrade-cortex/advanced/upgrade-flows"
570570
[Cortex.Guides.UpgradeCortex.2024.9to2024.11.MultipleServerWithHA]
571571
MainDoc = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/"
572+
Prerequisites = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/prerequisites"
572573
TryItOut = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/try-it-out"
573574
UpgradeApplicationAndLoadBalancerServers = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/upgrade-application-and-loadbalancer-servers"
574575
UpgradeDebugger = "/docs/guides/upgrade-cortex/2024.9-to-2024.11/multiple-server-with-ha/upgrade-web-application-server/upgrade-debugger"

0 commit comments

Comments
 (0)