Share via


Enable-ClusterS2D : Failed to set FaultDomainAwaressDefault on storage sub-system

Question

Wednesday, January 4, 2017 2:58 AM

Hi All,

Anyone know what this error means? 

Cheers!

'{1}\Cluster.lab\root/Microsoft/Windows/Storage/Providers_v2\SPACES_StorageSubsystem.ObjectId="{33cfa510-9b0e-4f0a-8faa-73dbad8d4751}:SS"' 
At line:1 char:1

  • Enable-ClusterS2D

    + CategoryInfo          : ResourceUnavailable: (MSCluster_StorageSpacesDirect:root/MSCLUSTER/...ageSpacesDirect) [Enable-ClusterStorageSpacesDirect], CimException
    + FullyQualifiedErrorId : HRESULT 0x80070008,Enable-ClusterStorageSpacesDirect

Enable-ClusterS2D : Failed to run CIM method EnableStorageSpacesDirect on the root/MSCLUSTER/MSCluster_StorageSpacesDirect CIM object.  The CIM method returned the 
following error code: 8
At line:1 char:1

  • Enable-ClusterS2D

    + CategoryInfo          : InvalidResult: (MSCluster_StorageSpacesDirect:String) [Enable-ClusterStorageSpacesDirect], CimJobException
    + FullyQualifiedErrorId : CimJob_EnableStorageSpacesDirect_8,Enable-ClusterStorageSpacesDirect

 

All replies (7)

Wednesday, January 4, 2017 6:06 AM

Hi 3wan,

I'm afraid I could not find official related information about this error.

Have you checked if all the requirements are met?

Storage Spaces Direct hardware requirements:

https://technet.microsoft.com/en-us/windows-server-docs/storage/storage-spaces/storage-spaces-direct-hardware-requirements

Best Regards,

Leo

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].


Thursday, January 5, 2017 12:11 PM

Hi Leo,

Thanks for the link, I definitely have met those requirements but not on all servers in the cluster.

What is interesting - despite this error It still shows as on in the Failover Cluster manager.

The disks and enclosures are all there, had no problem adding them to a Pool eithe, its only a problem when i attempt to create a virtual disk, it say: "this pool isn't properly configured for storage spaces direct - try running the Enable-clusterS2D cmdlet again."

I'm guessing i'll have to break the clusters out into the identical servers and then the others that don't have S2D enabled disks.


Thursday, January 5, 2017 2:45 PM

One of the requirements is "All servers must be identical in hardware components, drivers, firmware, and configuration*". * Yet you state "I definitely have met those requirements but not on all servers in the cluster".   There seems to be a contradiction there.

. : | : . : | : . tim


Friday, January 6, 2017 3:26 AM

As Tim outlined, all the servers need to be configured the same for S2D.  Also, you cannot mix S2D and shared disks in the same cluster.

Also be sure to run the cluster Validation tool before setting up S2D (and for any cluster)

Thanks!
Elden


Monday, January 9, 2017 3:48 PM | 2 votes

Try to disable S2D (Disable-ClusterS2D) and clean all the drives/disks that will be used for S2D. In order to do this, you have to run diskpart and perform a clean command on each drive. After this is done, try to re-enable S2D again.


Monday, January 16, 2017 1:19 AM

Hi Tim, 

Yep, not the most helpful post on my part! Logic fail. I had 4 servers that were identical, but not all the servers in the cluster were... Rectified this situation, now I can confirm i've met the requirements.

Tried Disabling S2D, Same error... Very odd...

Disable-ClusterS2D : Failed to set FaultDomainAwaressDefault on storage sub-system '{1}\\cluster.lab\root/Micro
soft/Windows/Storage/Providers_v2\SPACES_StorageSubsystem.ObjectId="{33cfa510-9b0e-4f0a-8faa-73dbad8d4751}:SS"' 
At line:1 char:1
+ Disable-ClusterS2D
+ ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (MSCluster_StorageSpacesDirect:root/MSCLUSTER/...ageSpacesDir 
   ect) [Disable-ClusterStorageSpacesDirect], CimException
    + FullyQualifiedErrorId : HRESULT 0x80070008,Disable-ClusterStorageSpacesDirect
 
Disable-ClusterS2D : Failed to run CIM method DisableStorageSpacesDirect on the 
root/MSCLUSTER/MSCluster_StorageSpacesDirect CIM object.  The CIM method returned the following error code: 8
At line:1 char:1
+ Disable-ClusterS2D
+ ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidResult: (MSCluster_StorageSpacesDirect:String) [Disable-ClusterStorageSpace 
   sDirect], CimJobException
    + FullyQualifiedErrorId : CimJob_DisableStorageSpacesDirect_8,Disable-ClusterStorageSpacesDirect
 

Monday, January 16, 2017 3:51 PM

To clean the disks / pools to reset, there is a script to run in section 3.4 of this doc:
https://technet.microsoft.com/windows-server-docs/storage/storage-spaces/hyper-converged-solution-using-storage-spaces-direct

Once that runs successfully, also make sure that you have run the Validate tool in Failover Cluster Manager (or you can run the Test-Cluster cmdlet)

Thanks!
Elden