Skip to content

Commit 1347b04

Browse files
committed
More changes
1 parent ec1b28e commit 1347b04

11 files changed

+48
-8
lines changed

azure-stack/hci/upgrade/install-solution-upgrade.md

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,47 +24,67 @@ Before you install the solution upgrade, make sure that you:
2424

2525
- Validate the cluster using the Environment Checker as per the instructions in [Assess solution upgrade readiness](./validate-solution-upgrade-readiness.md#run-the-validation).
2626
- Verify that latest `AzureEdgeLifecycleManager` extension on each cluster node is installed as per the instructions in [Check the Azure Arc extension](./validate-solution-upgrade-readiness.md#remediation-9-check-the-azure-arc-lifecycle-extension).
27+
28+
:::image type="content" source="media/install-solution-upgrade/verify-lcmextension-installed.png" alt-text="Screenshot of Extensions page showing AzureEdgeLifeCycleManager extension install on Azure Stack HCI node" lightbox="./media/install-solution-upgrade/verify-lcmextension-installed.png":::
29+
2730
- Have an Active Directory user credential that's a member of the local Administrator group. Work with your Active Directory administrator to obtain this credential.
2831
- Have IPv4 network range with six, contiguous IP addresses available for new Azure Arc services. Work with your network administrator to ensure that the IP addresses aren't in use and meet the outbound connectivity requirement.
2932
- Have Azure subscription permissions for [Azure Stack HCI Administrator and Reader](../manage/assign-vm-rbac-roles.md#about-builtin-rbac-roles).
3033

34+
:::image type="content" source="media/install-solution-upgrade/verify-subscription-permissions-roles.png" alt-text="Screenshot of Extensions page showing AzureEdgeLifeCycleManager extension install on Azure Stack HCI node" lightbox="./media/install-solution-upgrade/verify-subscription-permissions-roles.png":::
35+
36+
3137
## Install the solution upgrade via Azure portal
3238

39+
You install the solution upgrade via the Azure portal.
40+
41+
1. Go to your Azure Stack HCI cluster resource in the portal.
42+
1. In the **Overview** page, you can see a banner indicating that a solution upgrade is available. Select the **Upgrade** link in the banner.
43+
44+
:::image type="content" source="./media/install-solution-upgrade/upgrade-banner.png" alt-text="Screenshot of Azure Stack HCI Overview page with upgrade available banner." lightbox="./media/install-solution-upgrade/upgrade-banner.png":::
45+
46+
3347
### Basics tab
3448

3549
On the **Basics** tab, specify the following information:
3650

37-
1. Specify whether you want to create a new key vault to store the credentials, or if you want to select an existing key vault. Only vaults in the same resource group are shown.
51+
1. Select an existing key vault from vaults in the resource group. Sharing an existing key vault can have security implications. If you don't have a key vault, you can create a new one to store the credentials.
3852

39-
> [!NOTE]
40-
> We recommend that you select a new key vault as sharing an existing key vauilt may have security implications.
53+
1. Select **Create a new key vault**.
54+
1. Provide a **Name** for the new key vault. The name should be 3 to 24 characters long and contain only letters, numbers, and hyphens. Two consecutive hyphens are not allowed.
55+
56+
:::image type="content" source="./media/install-solution-upgrade/create-new-key-vault.png" alt-text="Screenshot of **Create key vault** page." lightbox="./media/install-solution-upgrade/create-new-key-vault.png":::
4157

4258
1. Specify the deployment account credential. This credential is from your Active Directory for a principal that is a member of the local Administrator group on each cluster node.
4359

4460
> [!NOTE]
4561
> The user can't be Administrator and can't use format `domain\username`.
4662
47-
1. Specify the custom location name used for Azure Arc services.
63+
1. Accept default name or specify the custom location name used for Azure Arc services.
4864

49-
1. Specify network IP address information. A total of six IP addresses is required, defined by an IP address range. IP addresses in the range must:
65+
1. Specify network IP address information. A total of six, conntiguous IP addresses is required, defined by an IP address range. IP addresses in the range must:
5066

5167
- Not be in use.
5268
- Meet outbound connectivity requirements.
5369
- Communicate to the host IP addresses.
5470

5571
:::image type="content" source="./media/install-solution-upgrade/upgrade-22h2-to-23h2-basics-tab.png" alt-text="Screenshot of Upgrade Azure Stack HCI basics tab." lightbox="./media/install-solution-upgrade/upgrade-22h2-to-23h2-basics-tab.png":::
5672

73+
1. Select **Next: Validation**.
74+
5775
### Validation tab
5876

5977
On the **Validation** tab, the operation automatically creates Azure resources like the cluster and the service principal, and also configures permissions and the audit login.
6078

61-
1. Select **Start validation** to begin the operation. To learn more about validation, see [Validate solution upgrade readiness of your Azure Stack HCI cluster](./validate-solution-upgrade-readiness.md).
79+
1. Select **Start validation** to begin the operation. This operation involves running the Environment Checker to check external connectivity and storage requirements and that the environment is ready for solution upgrade. To learn more about validation, see [Validate solution upgrade readiness of your Azure Stack HCI cluster](./validate-solution-upgrade-readiness.md).
6280

6381
:::image type="content" source="./media/install-solution-upgrade/upgrade-22h2-to-23h2-validation-tab.png" alt-text="Screenshot of Upgrade Azure Stack HCI validation tab." lightbox="./media/install-solution-upgrade/upgrade-22h2-to-23h2-validation-tab.png":::
6482

83+
1. After the validation is complete, select **Next: Review + Create**.
84+
6585
### Review + Create tab
6686

67-
Review the summary for the solution upgrade and then select **Review + Create**.
87+
On the **Review + Create** tab, review the summary for the solution upgrade.
6888

6989
:::image type="content" source="./media/install-solution-upgrade/upgrade-22h2-to-23h2-review-and-create-tab.png" alt-text="Screenshot of Upgrade Azure Stack HCI review and create tab." lightbox="./media/install-solution-upgrade/upgrade-22h2-to-23h2-review-and-create-tab.png":::
7090

@@ -76,3 +96,23 @@ To monitor upgrade progress, select **Settings** > **Deployments**.
7696

7797
> [!NOTE]
7898
> If the upgrade fails, restart the upgrade operation to try again.
99+
100+
## Verify a successful upgrade
101+
102+
Follow these steps to verify that the upgrade was successful:
103+
104+
1. In the Azure portal, go to the resource group where you deployed the Azure Stack HCI system.
105+
1. On the **Overview > Resources** page, you should see the following resources:
106+
107+
108+
| Resource type | Number of resources |
109+
|---------|---------|
110+
| Machine - Azure Arc | 1 per server |
111+
| Azure Stack HCI | 1 |
112+
| Arc Resource Bridge | 1, *-arcbridge* suffix by default |
113+
| Custom location | 1, *-cl* suffix by default |
114+
| Key Vault | 1 |
115+
116+
Here is a screenshot of the resources in the resource group:
117+
118+
:::image type="content" source="./media/install-solution-upgrade/verify-upgrade-portal.png" alt-text="Screenshot of Upgrade Azure Stack HCI resource health." lightbox="./media/install-solution-upgrade/verify-upgrade-portal.png":::
162 KB
Loading
-246 KB
Loading
-129 KB
Loading
-459 KB
Loading
197 KB
Loading
262 KB
Loading
208 KB
Loading
295 KB
Loading
225 KB
Loading

0 commit comments

Comments
 (0)