Azure Stack HCI: Cluster_Storage netintentstatus shows failed because of NetQosPolicy error

Lakhan Rohilla 25 Reputation points
2024-04-27T09:32:38.57+00:00

Hi Team,

I am facing issue with the Cluster_Storage netintent which is showing failed erro as NetQosPolicyFailure only on 1 node of 2 Node Standard Cluster. Standard cluster with Azure Stack HCI 22H2.

IntentName : cluster_storage

Host : Node002

IsComputeIntentSet : False

IsManagementIntentSet : False

IsStorageIntentSet : True

IsStretchIntentSet : False

LastUpdated : 04/26/2024 21:17:09

LastSuccess : 04/25/2024 21:58:21

RetryCount : 3

LastConfigApplied : 1

Error : NetQosPolicyFailure

Progress : 1 of 3

ConfigurationStatus : Failed

ProvisioningStatus : Completed

Any help or suggestions!

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
300 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,516 questions
{count} votes

Accepted answer
  1. Prrudram-MSFT 22,941 Reputation points
    2024-04-29T10:01:43.8066667+00:00

    Hi @Lakhan Rohilla

    Thanks for getting back with the update. I have seen a similar case in the past, where running get-netqospolicy we get output :

    Get-NetQosPolicy : Unspecified error At line:1 char:1 + Get-NetQosPolicy + ~~~~~~~~~~~~~~~~     + CategoryInfo          : NotSpecified: (MSFT_NetQosPolicySettingData:ROOT/StandardCi...licySettingData) [Get-NetQosPolicy], CimException     + FullyQualifiedErrorId : HRESULT 0x80004005,Get-NetQosPolicy

    If you happen to get the same error, below should be the cause and resolution added below will help, if not let me know in your comments

     

    Cause :

    Group policy was not able to get updated on the system due to an error :

    Log Name:      System Source:        Microsoft-Windows-GroupPolicy Date:          4/29/2024 8:37:39 AM Event ID:      1096 Task Category: None Level:         Error Keywords:      User:          SYSTEM Computer:      xxxxxx Description: The processing of Group Policy failed. Windows could not apply the registry-based policy settings for the Group Policy object LocalGPO. Group Policy settings will not be resolved until this event is resolved. View the event details for more information on the file name and path that caused the failure. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">   <System>     <Provider Name="Microsoft-Windows-GroupPolicy" Guid="{xxxxx}" />     <EventID>1096</EventID>     <Version>0</Version>     <Level>2</Level>     <Task>0</Task>     <Opcode>1</Opcode>     <Keywords>0x8000000000000000</Keywords>     <TimeCreated SystemTime="2024-04-29T05:37:39.3044759Z" />     <EventRecordID>184474</EventRecordID>     <Correlation ActivityID="{xxxxx}" />     <Execution ProcessID="3536" ThreadID="11896" />     <Channel>System</Channel>     <Computer>xxxxx</Computer>     <Security UserID="S-1-5-18" />   </System>   <EventData>     <Data Name="SupportInfo1">2</Data>     <Data Name="SupportInfo2">1321</Data>     <Data Name="ProcessingMode">0</Data>     <Data Name="ProcessingTimeInMilliseconds">984</Data>     <Data Name="ErrorCode">13</Data>     <Data Name="ErrorDescription">The data is invalid. </Data>     <Data Name="DCName">[\xxxxx</Data]>     <Data Name="GPOCNName">LocalGPO</Data>     <Data Name="FilePath">C:\Windows\System32\GroupPolicy\Machine\registry.pol</Data>   </EventData> </Event>

     

    Resolution:

    Rename C:\Windows\System32\GroupPolicy\Machine to .old

    Reboot the system.

    Set-NetIntentRetryState -Name xxx -NodeName xxxx

    Wait until it get fixed. If I have answered your query, please click "Accept as answer" as a token of appreciation


0 additional answers

Sort by: Most helpful