NetworkATC Stuck on Validating
After migrating our three-node Azure Stack HCI cluster to intent-based networking with network ATC, the configuration status for some of the intents remains in the “Validating” status. I have two intents: One management and compute. One storage. I’m not sure how to troubleshoot why the configuration status doesn’t progress to “Success” status. Fortunately, the cluster is operating normally, but I fear something must be wrong. A cluster validation test doesn’t indicate any issues. All nodes are running 10.0.25398
Get-NetIntentStatus | select IntentName, Host, ConfigurationStatus, ProvisioningStatus | ft
IntentName Host ConfigurationStatus ProvisioningStatus
———- —- ——————- ——————
storage dun-s-hci1 Success Completed
storage dun-s-hci2 Success Completed
storage dun-s-hci3 Success Completed
management_compute dun-s-hci1 Validating
management_compute dun-s-hci2 Validating
management_compute dun-s-hci3 Validating
After migrating our three-node Azure Stack HCI cluster to intent-based networking with network ATC, the configuration status for some of the intents remains in the “Validating” status. I have two intents: One management and compute. One storage. I’m not sure how to troubleshoot why the configuration status doesn’t progress to “Success” status. Fortunately, the cluster is operating normally, but I fear something must be wrong. A cluster validation test doesn’t indicate any issues. All nodes are running 10.0.25398 Get-NetIntentStatus | select IntentName, Host, ConfigurationStatus, ProvisioningStatus | ftIntentName Host ConfigurationStatus ProvisioningStatus———- —- ——————- ——————storage dun-s-hci1 Success Completedstorage dun-s-hci2 Success Completedstorage dun-s-hci3 Success Completedmanagement_compute dun-s-hci1 Validatingmanagement_compute dun-s-hci2 Validatingmanagement_compute dun-s-hci3 Validating Read More