Skip to content

Commit e4c0354

Browse files
committed
More changes
1 parent 6228501 commit e4c0354

File tree

2 files changed

+38
-37
lines changed

2 files changed

+38
-37
lines changed

azure-stack/hci/upgrade/troubleshoot-upgrade-to-azure-stack-hci-23h2.md

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot Azure Stack HCI upgrade
33
description: Learn how to troubleshoot upgrade on your Azure Stack HCI system.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 08/12/2024
6+
ms.date: 08/19/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
---
@@ -22,23 +22,23 @@ When you [Upgrade the OS](./upgrade-22h2-to-23h2-powershell.md), you may encount
2222

2323
Run the following PowerShell command to verify that the cluster is registered with Azure:
2424

25-
```powershell
26-
PS C:\> Get-AzureStackHci
25+
```PowerShell
26+
Get-AzureStackHci
2727
```
2828

2929
Here's a sample output:
3030

3131
```output
32-
ClusterStatus : Clustered
33-
RegistrationStatus : Registered
34-
RegistrationDate : 8/1/2024 9:15:12 AM
35-
AzureResourceName : Redmond
36-
AzureResourceUri : /Subscriptions/<Subscription I>/resourceGroups/Redmond/providers/Microsoft.AzureStackHCI/clusters/Redmond
37-
ConnectionStatus : Connected
38-
LastConnected : 8/1/2024 11:30:42 AM
32+
ClusterStatus : Clustered
33+
RegistrationStatus : Registered
34+
RegistrationDate : 8/1/2024 9:15:12 AM
35+
AzureResourceName : Redmond
36+
AzureResourceUri : /Subscriptions/<Subscription ID>/resourceGroups/Redmond/providers/Microsoft.AzureStackHCI/clusters/Redmond
37+
ConnectionStatus : Connected
38+
LastConnected : 8/1/2024 11:30:42 AM
3939
NextSync :
40-
IMDSAttestation : Disabled
41-
DiagnosticLevel : Basic
40+
IMDSAttestation : Disabled
41+
DiagnosticLevel : Basic
4242
Region :
4343
```
4444

@@ -48,35 +48,36 @@ If `RegistrationStatus` is **Not registered**, follow troubleshooting steps in [
4848

4949
Run the following PowerShell command to verify Network ATC intent health state:
5050

51-
```powershell
52-
PS C:\> Get-netintentstatus
51+
```PowerShell
52+
Get-NetIntentStatus
5353
```
5454

5555
Here's a sample output:
5656

5757
```output
58-
IntentName : converged
59-
Host : win-llbl239crrl
60-
IsComputeIntentSet : True
61-
IsManagementIntentSet : True
62-
IsStorageIntentSet : True
63-
IsStretchIntentSet : False
64-
LastUpdated : 08/01/2024 17:34:09
65-
LastSuccess : 08/01/2024 17:34:09
66-
RetryCount : 0
67-
LastConfigApplied : 1
68-
Error :
69-
Progress : 1 of 1
70-
ConfigurationStatus : Success
71-
ProvisioningStatus : Completed
58+
PS C:\Users\administrator.CONTOSO> Get-NetlntentStatus
59+
IntentName: convergedintent
60+
Host: nodel
61+
IsComputeintentSet: True
62+
IsHanagementlntentSet: True
63+
IsStoragelntentSet: True
64+
IsStretchlntentSet: False
65+
LastUpdated: 08/13/2024 18:01:43
66+
LastSuccess: 08/13/2024 17:25:10
67+
RetryCount: 0
68+
LastConfigApplied: 1
69+
Error: PhysicalAdapterNotFound
70+
Progress: 1 of 1
71+
ConfigurationStatus: Retrying
72+
ProvisioningStatus: Pending
7273
```
7374

7475
If the `ConfigurationStatus` isn't healthy, verify that the VM network adapter name is the same as the network adapter name.
7576

7677
Run the following PowerShell commands to verify that the network adapter name for `vManagement` matches the VM network adapter name:
7778

78-
```powershell
79-
PS C:\> Get-NetAdapter
79+
```PowerShell
80+
Get-NetAdapter
8081
```
8182

8283
Here's a sample output:
@@ -97,8 +98,8 @@ vManagement(converged) Hyper-V Virtual Ethernet Adapter 14 Up
9798
vSMB(converged#Embedde... Hyper-V Virtual Ethernet Adapter #3 24 Up 00-15-5D-20-40-03 25 Gbps
9899
```
99100

100-
```powershell
101-
PS C:\> Get-VmNetworkAdapter -ManagementOS
101+
```PowerShell
102+
Get-VmNetworkAdapter -ManagementOS
102103
```
103104

104105
Here's a sample output:
@@ -117,13 +118,13 @@ vSMB(converged#Embedded FlexibleLOM 1 Port 2) True ConvergedSwi
117118

118119
Both names must match. If names don't match, run the following PowerShell command to rename the network adapter:
119120

120-
```powershell
121-
Rename-netadapter -Name "badname" -NewName "VMNetworkadapterName"
121+
```PowerShell
122+
Rename-NetAdapter -Name "badname" -NewName "VMNetworkadapterName"
122123
```
123124

124125
Run the following PowerShell command to force a network ATC intent update:
125126

126-
```powershell
127+
```PowerShell
127128
Set-NetIntentRetryState -Name "YourIntentName"
128129
```
129130

azure-stack/hci/upgrade/upgrade-22h2-to-23h2-other-methods.md

Lines changed: 2 additions & 2 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 other manual
33
description: Learn how to upgrade from Azure Stack HCI, version 22H2 OS to Azure Stack HCI, version 23H2 using other manual methods.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 07/30/2024
6+
ms.date: 08/19/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.subservice: azure-stack-hci
@@ -20,7 +20,7 @@ While you can use these other methods, PowerShell is the recommended method to u
2020
Throughout this article, we refer to Azure Stack HCI, version 23H2 as the new version and Azure Stack HCI, version 22H2 as the old version.
2121

2222
> [!IMPORTANT]
23-
> To keep your Azure Stack HCI service in a supported state, you have up to six months to install this new OS version. The update is applicable to all the Azure Stack HCI, version 22H2 clusters. We strongly recommend that you install this version as soon as it becomes available.
23+
> To keep your Azure Stack HCI service in a supported state, you have up to six months to install this new OS version. The update is applicable to all Azure Stack HCI, version 22H2 clusters. We strongly recommend that you install this version as soon as it becomes available.
2424
2525
## High-level workflow for the OS upgrade
2626

0 commit comments

Comments
 (0)