Skip to content

Commit aaa189f

Browse files
committed
Added KI and NOTE
1 parent 25af803 commit aaa189f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

azure-stack/hci/known-issues-2408.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ This software release maps to software version number **2408.0.29**.
2828

2929
Release notes for this version include the issues fixed in this release, known issues in this release, and release noted issues carried over from previous versions.
3030

31+
> [!NOTE]
32+
> For detailed remediation for common known issues, also check out the [Azure Stack HCI Supportability](https://github.com/Azure/AzureStackHCI-Supportability) GitHub repository.
33+
3134
## Fixed issues
3235

3336
Here are the fixed issues in this release:
@@ -45,6 +48,7 @@ Here are the known issues in this release:
4548
|Feature |Issue |Workaround |
4649
|---------|---------|---------|
4750
| Arc VM management| Using an exported Azure VM OS disk as a VHD to create a gallery image for provisioning an Arc VM is unsupported. | |
51+
| Networking | When a node is configured with a proxy server that has capital letters in its name, such as **HTTP://10.100.000.00:8080**, Arc extensions fail to install or update on the node in existing builds, including version 2408. However, the node remains Arc connected. | To mitigate the issue follow these steps: </br><br> 1. Set the environment values in lowercase: `[System.Environment]::SetEnvironmentVariable("HTTP_PROXY", "http://10.100.000.00:8080", "Machine")`. </br><br> 2. Validate the values have been set: `[System.Environment]::GetEnvironmentVariable("HTTP_PROXY", "Machine").` </br><br> 3. Restart Arc services: </br><br> `Restart-Service himds` </br><br> `Restart-Service ExtensionService` </br><br> `Restart-Service GCArcService` </br><br> 4. Signal the AzcmaAgent with the lowercase proxy information: </br><br> `& 'C:\Program Files\AzureConnectedMachineAgent\azcmagent.exe' config set proxy.url http://10.100.000.00:8080` </br><br>`& 'C:\Program Files\AzureConnectedMachineAgent\azcmagent.exe' config list` |
4852

4953
## Known issues from previous releases
5054

0 commit comments

Comments
 (0)