Skip to content

Commit 4ec8d18

Browse files
Merge pull request #16049 from alkohli/addrep
Updated as per Thomas - feedback from IcM
2 parents c04779a + 59916d7 commit 4ec8d18

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

azure-stack/hci/manage/add-server.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to manage capacity on your Azure Stack HCI, version 23H2
44
ms.topic: article
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 06/04/2024
7+
ms.date: 10/10/2024
88
---
99

1010
# Add a server on Azure Stack HCI, version 23H2
@@ -119,6 +119,12 @@ On a server that already exists on your cluster, follow these steps:
119119
Update-AuthenticationToken
120120
```
121121
122+
1. If you are running a version prior to 2405.3, you must run the following command to clean up conflicting files:
123+
124+
```powershell
125+
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
126+
```
127+
122128
1. Run the following command to add the new incoming server:
123129
124130
```powershell

azure-stack/hci/manage/repair-server.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to repair a server on your Azure Stack HCI, version 23H2
44
ms.topic: article
55
author: alkohli
66
ms.author: alkohli
7-
ms.date: 06/04/2024
7+
ms.date: 10/10/2024
88
---
99

1010
# Repair a server on Azure Stack HCI, version 23H2
@@ -137,6 +137,12 @@ Follow these steps on another server that is a member of the same Azure Stack HC
137137
Update-AuthenticationToken
138138
```
139139

140+
1. If you are running a version prior to 2405.3, you must run the following command to clean up conflicting files:
141+
142+
```powershell
143+
Get-ChildItem -Path "$env:SystemDrive\NugetStore" -Exclude Microsoft.AzureStack.Solution.LCMControllerWinService*,Microsoft.AzureStack.Role.Deployment.Service* | Remove-Item -Recurse -Force
144+
```
145+
140146
1. Sign into the server that is already a member of the cluster, with the domain user credentials that you provided during the deployment of the cluster. Run the following command to repair the incoming server:
141147
142148
```powershell

0 commit comments

Comments
 (0)