Skip to content

Commit b1a9111

Browse files
authored
Merge pull request #15745 from MicrosoftDocs/main
8/27/2024 PM Publish
2 parents 233443c + d67192a commit b1a9111

File tree

8 files changed

+30
-19
lines changed

8 files changed

+30
-19
lines changed

azure-stack/hci/concepts/firewall-requirements.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This topic provides guidance on firewall requirements for the Azure
44
author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
7-
ms.date: 07/09/2024
7+
ms.date: 08/15/2024
88
---
99

1010
# Firewall requirements for Azure Stack HCI
@@ -95,6 +95,15 @@ Ensure that the following firewall rules are configured in your on-premises fire
9595
>[!NOTE]
9696
> While installing Windows Admin Center, if you select the **Use WinRM over HTTPS only** setting, then port 5986 is required.
9797
98+
99+
### Active Directory
100+
101+
Ensure that the following firewall rules are configured in your on-premises firewall for Active Directory (local security authority).
102+
103+
| Rule | Action | Source | Destination | Service | Ports |
104+
|:--|:--|:--|:--|:--|:--|
105+
| Allow inbound/outbound connectivity to the Active Directory Web services (ADWS) and Active Directory Management Gateway Service | Allow | Active Directory Services | Azure Stack HCI | TCP | 9389 |
106+
98107
### Failover Clustering
99108

100109
Ensure that the following firewall rules are configured in your on-premises firewall for Failover Clustering.

azure-stack/hci/deploy/deployment-prep-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Prepare Active Directory for new Azure Stack HCI, version 23H2 deployment
33
description: Learn how to prepare Active Directory before you deploy Azure Stack HCI, version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 08/05/2024
6+
ms.date: 08/15/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -42,7 +42,7 @@ Before you begin, make sure you've done the following:
4242
4343
- You have obtained permissions to create an OU. If you don't have permissions, contact your Active Directory administrator.
4444
45-
- If you have a firewall between your Azure Stack HCI system and Active Directory, ensure that the proper firewall rules are configured. For specific guidance, see [How to configure a firewall for Active Directory domains and trusts](/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts#windows-server-2008-and-later-versions).
45+
- If you have a firewall between your Azure Stack HCI system and Active Directory, ensure that the proper firewall rules are configured. For specific guidance, see [Firewall requirements for Active Directory Web Services and Active Directory Gateway Management Service](../concepts/firewall-requirements.md). See also [How to configure a firewall for Active Directory domains and trusts](/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts#windows-server-2008-and-later-versions).
4646
4747
## Active Directory preparation module
4848
-4.24 KB
Loading
70.3 KB
Loading
58.4 KB
Loading
78.4 KB
Loading

azure-stack/hci/upgrade/upgrade-22h2-to-23h2-windows-admin-center.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI, version 22H2 OS to version 23H2 via Windows Admi
33
description: Learn how to upgrade from Azure Stack HCI, version 22H2 OS to Azure Stack HCI, version 23H2 using Windows Admin Center.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 08/13/2024
6+
ms.date: 08/23/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -13,7 +13,7 @@ ms.subservice: azure-stack-hci
1313

1414
[!INCLUDE [applies-to](../../includes/hci-applies-to-23h2-22h2.md)]
1515

16-
This article describes how to upgrade the Azure Stack HCI, version 22H2 Operating System (OS) to version 23H2, which is the latest generally available software via Windows Admin Center.
16+
This article describes how to upgrade the Azure Stack HCI, version 22H2 operating system (OS) to version 23H2, which is the latest generally available software via Windows Admin Center.
1717

1818
While the recommended method to [Upgrade the OS is via PowerShell](./upgrade-22h2-to-23h2-powershell.md), you can also upgrade via Windows Admin Center or other methods.
1919

@@ -45,7 +45,7 @@ Before you begin, make sure that:
4545
- You have access to a client that can connect to your Azure Stack HCI cluster. This client should have Windows Admin Center installed on it. For more information, see [Install Windows Admin Center](/windows-server/manage/windows-admin-center/deploy/install).
4646

4747
> [!NOTE]
48-
> The offline ISO upgrade method is not available when using Windows Admin Center. For these steps, see [Upgrade Azure Stack HCI operating system via PowerShell](./upgrade-22h2-to-23h2-powershell.md)
48+
> The offline ISO upgrade method is not available when using Windows Admin Center. For these steps, see [Upgrade Azure Stack HCI operating system via PowerShell](./upgrade-22h2-to-23h2-powershell.md)
4949
5050
## Step 1: Connect to Azure Stack HCI cluster via Windows Admin Center
5151

@@ -59,42 +59,44 @@ Follow these steps to add and connect to an Azure Stack HCI server via Windows A
5959

6060
## Step 2: Install operating system and hardware updates using Windows Admin Center
6161

62-
Windows Admin Center makes it easy to update a cluster and apply quality updates using a simple user interface. If you purchased an integrated system from a Microsoft hardware partner, it's easy to get the latest drivers, firmware, and other updates directly from Windows Admin Center by installing the appropriate partner update extension(s). ​If your hardware wasn't purchased as an integrated system, firmware and driver updates would need to be performed separately, following the hardware vendor's recommendations.
62+
Windows Admin Center makes it easy to update a cluster and apply quality updates using a simple user interface. If you purchased an integrated system from a Microsoft hardware partner, it's easy to get the latest drivers, firmware, and other updates directly from Windows Admin Center by installing the appropriate partner update extensions. ​If your hardware wasn't purchased as an integrated system, firmware and driver updates would need to be performed separately, following the hardware vendor's recommendations.
6363

6464
> [!WARNING]
65-
> If you begin the update process using Windows Admin Center, continue using the wizard until updates complete. Do not attempt to use the Cluster-Aware Updating tool or update a cluster with PowerShell after partially completing the update process in Windows Admin Center. If you wish to use PowerShell to perform the updates instead of Windows Admin Center, see [Update a cluster using PowerShell](./upgrade-22h2-to-23h2-powershell.md).
65+
> If you begin the update process using Windows Admin Center, continue using the wizard until updates complete. Don't attempt to use the Cluster-Aware Updating (CAU) tool or update a cluster with PowerShell after partially completing the update process in Windows Admin Center. If you wish to use PowerShell to perform the updates instead of Windows Admin Center, see [Update a cluster using PowerShell](./upgrade-22h2-to-23h2-powershell.md).
6666
6767
Follow these steps to install updates:
6868

6969
> [!NOTE]
70-
> The steps below use Windows Admin Center version 2311. If you are using a different version, your screens may vary slightly.
70+
> The following steps use Windows Admin Center version 2311. If you are using a different version, your screens may vary slightly.
7171
7272
1. When you connect to a cluster, the Windows Admin Center dashboard alerts you if one or more servers have updates ready to be installed and provide a link to update now. Alternatively, select **Updates** from the **Operations** menu at the left.
7373

74-
1. If you're updating your cluster for the first time, Windows Admin Center checks if the cluster is properly configured to run Cluster-Aware Updating and, if needed, asks if you would like Windows Admin Center to configure CAU for you, including installing the CAU cluster role and enabling the required firewall rules. To begin the update process, select **Add Cluster-Aware-Updating role**.
74+
1. If you're updating your cluster for the first time, Windows Admin Center checks if the cluster is properly configured to run CAU. If not, it prompts you to allow Windows Admin Center to configure CAU, which includes installing the CAU cluster role and enabling the required firewall rules. To begin the update process, select **Add Cluster-Aware-Updating role**.
7575

7676
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/add-cau-role.png" alt-text="Screenshot of Windows Admin Center automatically configuring the cluster to run Cluster-Aware Updating." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/add-cau-role.png":::
7777

7878
> [!NOTE]
79-
> To use the Cluster-Aware updating tool in Windows Admin Center, you must enable Credential Security Service Provider (CredSSP) and provide explicit credentials. If you are asked if CredSSP should be enabled, select **Yes**. Specify your username and password, and select **Continue**.
79+
> To use the CAU tool in Windows Admin Center, you must enable Credential Security Service Provider (CredSSP) and provide explicit credentials. If you are asked if CredSSP should be enabled, select **Yes**. Specify your username and password, and select **Continue**.
8080
81-
1. With the role installed, Windows Admin Center will automatically check for updates applicable to your cluster. Ensure the radio button for **Feature update (Recommended)** is selected and the **Feature update for Azure Stack HCI, version 23H2** is **Available** for the cluster nodes. If the feature update is not showing, ensure your cluster is running the Azure Stack HCI OS and that the nodes have direct access to Windows Update, then click **Check for updates**.
81+
1. After the role is installed, Windows Admin Center automatically checks for updates applicable to your cluster. Ensure the radio button for **Feature update (Recommended)** is selected and the **Feature update for Azure Stack HCI, version 23H2** is **Available** for the cluster nodes. If the feature update isn't displayed, ensure your cluster is running the Azure Stack HCI OS and that the nodes have direct access to Windows Update, then select **Check for updates**.
8282

83-
> [!IMPORTANT]
84-
> Feature updates are not available in Windows Server Update Services (WSUS).
83+
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/check-for-updates.png" alt-text="Screenshot of the Updates page in Windows Admin Center showing the available updates." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/check-for-updates.png":::
84+
85+
> [!IMPORTANT]
86+
> Feature updates aren't available in Windows Server Update Services (WSUS).
8587
8688
If you navigate away from the Updates screen while an update is in progress, there could be unexpected behavior, such as the history section of the Updates page not populating correctly until the current run is finished. We recommend opening Windows Admin Center in a new browser tab or window if you wish to continue using the application while the updates are in progress.
8789

88-
1. Select **Install**. Windows Admin Center will automatically perform a series of readiness checks looking for issues that could prevent CAU from successfully completing. If any issues are found, select the **Details** link next to the issue and perform the appropriate steps to mediate the issue, then select **Check again** to run the readiness checks again.
90+
1. Select **Install**. Windows Admin Center automatically performs a series of readiness checks to identify issues that could prevent CAU from completing successfully. If any issues are found, select the **Details** link next to the issue, address the issue, and then select **Check again** to run the readiness checks again.
8991

90-
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/operating-system-updates.png" alt-text="Screenshot of selecting Next: Install to proceed to installing operating system updates, or select Skip to exclude them." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/operating-system-updates.png":::
92+
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/readiness-checks.png" alt-text="Screenshot of the readiness check during the installation of updates." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/readiness-checks.png":::
9193

9294
> [!NOTE]
9395
> If you're installing updates on a cluster that has [Kernel Soft Reboot](../manage/kernel-soft-reboot.md) enabled, select **Disable Kernel Soft Reboot for this run** checkbox. This selection disables Kernel Soft Reboot as the upgrade requires a full reboot.
9496
95-
1. Select **Next: Install** to review the list of updates to be installed to each cluster node. Select **Install** to proceed with installing the operating system updates. One by one, each server downloads and applies the updates. The update status changes to **Installing updates**. If the updates require a restart, servers are restarted one at a time, moving cluster roles such as virtual machines between servers to prevent downtime. Depending on the updates being installed, the entire update run can take anywhere from a few minutes to several hours. You would need to sign into Windows Admin Center multiple times.
97+
1. Select **Next: Install** to review the list of updates to be installed to each cluster node. Then, select **Install** to begin installing the operating system updates. One by one, each server downloads and applies the updates. The update status changes to **Installing updates**. If the updates require a restart, servers are restarted one at a time, moving cluster roles such as virtual machines between servers to prevent downtime. Depending on the updates being installed, the entire update run can take anywhere from a few minutes to several hours. You would need to sign in to Windows Admin Center multiple times.
9698

97-
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/install-os-updates.png" alt-text="Screenshot of selecting Install to install operating system updates on each server in the cluster." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/install-os-updates.png":::
99+
:::image type="content" source="media/upgrade-22h2-to-23h2-windows-admin-center/final-confirmation.png" alt-text="Screenshot of selecting Install to install operating system updates on each server in the cluster." lightbox="media/upgrade-22h2-to-23h2-windows-admin-center/final-confirmation.png":::
98100

99101
> [!NOTE]
100102
> If the updates fail with a **Couldn't install updates** or **Couldn't check for updates** warning or if one or more servers indicate **couldn't get status** during the run, wait a few minutes, and refresh your browser. You can also use `Get-CauRun` to [check the status of the update run with PowerShell](./upgrade-22h2-to-23h2-powershell.md#step-3-check-the-status-of-an-update).
@@ -105,7 +107,7 @@ Follow these steps to install updates:
105107
> After applying operating system updates, you may see a message that "storage isn't complete or up-to-date, so we need to sync it with data from other servers in the cluster." This is normal after a server restarts. **Don't remove any drives or restart any servers in the cluster until you see a confirmation that the sync is complete.**
106108
107109
> [!NOTE]
108-
> Hardware updates are only available on clusters that have the vendor's hardware extension installed. If your Windows Admin Center does not have this extension, there will not be an option to install hardware updates.
110+
> Hardware updates are only available on clusters that have the vendor's hardware extension installed. If your Windows Admin Center does not have this extension, there will not be an option to install hardware updates.
109111
110112
1. Windows Admin Center checks the cluster for installed extensions that support your specific server hardware. Select **Next: Install** to install the hardware updates on each server in the cluster. If no extensions or updates are found, select **Exit**.
111113

0 commit comments

Comments
 (0)