azure hci os sddc management cannot be brought online.

Christopher Low Kin Siong 121 Reputation points Microsoft Vendor
2021-08-11T16:23:20.437+00:00

I think I f'ed up.

so i noticed that sddc management wasn't being able to brought online.
I went in to
remove-clusterresource -name "sddc management"
remove-clusterresourcetype -name "sddc management"

Windows Admin Center will then show this error on the overview page.


Can't manage this connection
For Windows Server 2016, an update released in April 2018 must be installed to use Windows Admin Center for Hyper-Converged Infrastructure

Read the "Getting started" documentation
Verify you have installed the latest cumulative updates, including KB4093120 or later
Run the following PowerShell cmdlet as Administrator on the cluster:
Add-ClusterResourceType -Name "SDDC Management" -dll "$env:SystemRoot\Cluster\sddcres.dll" -DisplayName "SDDC Management"
Try an Insider Preview build of Windows Server

--
I then go do that
Add-ClusterResourceType -Name "SDDC Management" -dll "$env:SystemRoot\Cluster\sddcres.dll" -DisplayName "SDDC Management"

but sddc management still can't be brought online.

c:\windows\cluster\sddcres.dll exists.

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
301 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Christopher Low Kin Siong 121 Reputation points Microsoft Vendor
    2021-08-11T16:57:50.007+00:00

    nevermind. I'm not sure what happened it came back online.

    things I did
    (on all nodes, rather than just 1)
    Add-ClusterResourceType -Name "SDDC Management" -dll "$env:SystemRoot\Cluster\sddcres.dll" -DisplayName "SDDC Management"

    configure the sddc group under roles. to add preferred owners.

    test-cluster -node node-1,node-2,node-3,node-4 -include 'storage spaces direct','inventory','Network','system configuration'

    enable-clusters2d -verbose. (which ran partially)

    test-cluster -node node-1,node-2,node-3,node-4 -include 'storage spaces direct','inventory','Network','system configuration'

    1 person found this answer helpful.
    0 comments No comments