Forum Discussion
Getting networking error in Azure HCI deployment
Getting below error while doing Azure HCI deployment for 4 node cluster. With compute, storage and management intent are seperate and connected with 2 physical adapter for each intent.
I have checked the compute network is getting created in logs but intent test is falling for storage network during deployment in the logs.
Azure arc portal error.
Name Configure networking Status Error Description Configure the host networking settings. Start Time 5/31/2024, 1:13:56 PM End Time 5/31/2024, 1:23:03 PM Exception Type 'ConfigureAzureStackHostNetworkingPhase2' of Role 'HostNetwork' raised an exception: Stopping execution after failing to apply intent storage on Host CTS7THV01. at Test-NetworkAtcIntentStatus, C:\Program Files\WindowsPowerShell\Modules\CloudCommon\NetworkHelpers.psm1: line 1157 at ConfigureHostAdaptersWithNetworkAtcForHosts, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 1857 at Set-HostAdaptersWithNetworkAtc, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 1986 at Invoke-ConfigureHostAdaptersWithNetworkAtc<Process>, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 2367 at Invoke-ConfigureAzureStackHostNetworkingPhase2, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 3294 at ConfigureAzureStackHostNetworkingPhase2, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Classes\HostNetwork\HostNetwork.psm1: line 17 at <ScriptBlock>, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 127 at Invoke-EceInterfaceInternal, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 123
Deployment log error.
Intent storage Host: cts7thv01 Provision Status: { "IntentName": "storage", "Host": "cts7thv01", "IsComputeIntentSet": "False", "IsManagementIntentSet": "False", "IsStorageIntentSet": "True", "IsStretchIntentSet": "False", "LastUpdated": "05/31/2024 19:14:18", "LastSuccess": " - ", "RetryCount": 3, "LastConfigApplied": 1, "Error": "ProvisioningFailed", "Progress": "1 of 17", "ConfigurationStatus": "Failed", "ProvisioningStatus": "Completed" } @{IntentName=storage; Host=cts7thv01; IsComputeIntentSet=False; IsManagementIntentSet=False; IsStorageIntentSet=True; IsStretchIntentSet=False; LastUpdated=05/31/2024 19:14:18; LastSuccess= - ; RetryCount=3; LastConfigApplied=1; Error=ProvisioningFailed; Progress=1 of 17; ConfigurationStatus=Failed; ProvisioningStatus=Completed} [Test-NetworkAtcIntentStatus] failed with exception: Stopping execution after failing to apply intent storage on Host CTS7THV01. at Test-NetworkAtcIntentStatus, C:\Program Files\WindowsPowerShell\Modules\CloudCommon\NetworkHelpers.psm1: line 1157 at ConfigureHostAdaptersWithNetworkAtcForHosts, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 1857 at Set-HostAdaptersWithNetworkAtc, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 1986 at Invoke-ConfigureHostAdaptersWithNetworkAtc<Process>, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 2367 at Invoke-ConfigureAzureStackHostNetworkingPhase2, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Roles\HostNetwork\HostNetwork.psm1: line 3294 at ConfigureAzureStackHostNetworkingPhase2, C:\NugetStore\Microsoft.AS.Network.Deploy.HostNetwork.1.2402.0.67\content\Powershell\Classes\HostNetwork\HostNetwork.psm1: line 17 at <ScriptBlock>, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 127 at Invoke-EceInterfaceInternal, C:\CloudDeployment\ECEngine\InvokeInterfaceInternal.psm1: line 123 End function call Test-NetworkAtcIntentStatus on [ CTS7THV01 ] PS>TerminatingError(): "Stopping execution after failing to apply intent storage on Host CTS7THV01." Will clean up configuration on curent node: [ CTS7THV01 ]... Trying to clean up configuration on node [ CTS7THV01 ]... VMSwitch found on host CTS7THV01. Skip 'vms_pp' binding clean or VLANID restore. Will clean up configuration on other [ 3 ] nodes in the cluster: [ cts7thv02 cts7thv03 cts7thv04 ]... PS>TerminatingError(): "Stopping execution after failing to apply intent storage on Host CTS7THV01." Calling "ipconfig /all" after set network ATC ...
1 Reply
Referring to the follwoing and try this:
- Check Network ATC Configuration
- Ensure that Data Center Bridging (DCB) is installed and configured correctly.
- Verify that there are no conflicting QoS policies that might be interfering with the deployment.
- Validate Network Intent Setup
- Run Test-NetworkAtcIntentStatus manually to check for detailed errors.
- If the storage intent is failing, try removing and reapplying the intent using PowerShell commands.
- Confirm Physical Adapter Configuration
- Make sure the physical adapters assigned to storage intent are correctly mapped.
- If using RDMA, confirm that RDMA settings are properly configured.
- Check Deployment Logs for Additional Errors
- Review logs for any hardware compatibility issues or missing prerequisites.
- If the issue persists, consider restarting the affected node and retrying the deployment.
https://learn.microsoft.com/en-us/answers/questions/677116/network-atc-failed-while-applying-the-intent-the-p