Forum Discussion
Karl-WE
Nov 05, 2023MVP
ISSUE: Server Manager remote management error for clustered servers
Dear Windows Server Insider Team, After long puzzles someone finally found a solution that Windows Server 2022 and vNext will appear "online" with no errors in Server Manager. Warning: do no...
DB2024
Jan 08, 2024Copper Contributor
Christian_FeuersteinThanks for the reply. I have already added each host to its Event Log Viewer group and it didn't help. Did you mean add each host to all hosts' Event Log Viewer groups? I'm not working with HCI either, just Hyper-V on Server 2022.
Voon_Kim_Heng
Jan 12, 2024Copper Contributor
Hi all. had tried above references, then saw this post then I follow the solution.
https://www.checkyourlogs.net/fixed-s2d-cluster-data-retrieval-failures-occurred-error/
5. According to this, the WS-Management Service has a packet limit by default. Run the following cmdlets to fix this error.
Get-WSManInstance -ResourceURI winrm/config
Set-WSManInstance -ResourceURI winrm/config -ValueSet @{MaxEnvelopeSizekb = “700”}
6.Restarted the Service.
This solve the "DATA RETRIEVAL FAILURES OCCURRED ERROR"
https://www.checkyourlogs.net/fixed-s2d-cluster-data-retrieval-failures-occurred-error/
5. According to this, the WS-Management Service has a packet limit by default. Run the following cmdlets to fix this error.
Get-WSManInstance -ResourceURI winrm/config
Set-WSManInstance -ResourceURI winrm/config -ValueSet @{MaxEnvelopeSizekb = “700”}
6.Restarted the Service.
This solve the "DATA RETRIEVAL FAILURES OCCURRED ERROR"
- DB2024Jan 15, 2024Copper ContributorHello. Thanks for the reply, but that fix is for a different issue than the one we're seeing.
The error that is fixed by changing the WMI packet size is something like "Configuration refresh failed with the following error: The WS-Management service cannot process the request. The computed response packet size (517916) exceeds the maximum envelope size that is allowed (512000)." See https://blog.expta.com/2022/11/fix-for-online-data-retrieval-failures.html as an example.