question

joseantoniosilva avatar image
1 Vote"
joseantoniosilva asked XiaoweiHe-MSFT commented

IneligibleDataPartition - S2D not starting - error 2

Getting this report but can't find any usefull info how to bind these disk back together:

 Get-Cachediskstatus.ps1
 ----------------------------------------
 Node: NAS13
 DiskState               DiskName                                           DeviceNumber CacheDeviceNumber HasSeekPenalty
 ---------               --------                                           ------------ ----------------- -------------
 IneligibleDataPartition HP EG0900FBVFQ - KXHUSJXF                          2            = unbound         true
 IneligibleDataPartition HP EG0900FBVFQ - KXHUT6GF                          1            = unbound         true
 IneligibleDataPartition HP EG0900FBVFQ - KXHV2LWF                          4            = unbound         true
 IneligibleDataPartition HP EG0900FBVFQ - KXHV2L6F                          5            = unbound         true
 IneligibleDataPartition HP EG0900FBVFQ - KXHV2V4F                          3            = unbound         true
 InitializedAndBound     INTEL SSDPEDMX012T7 - CVPF744100JG1P2JGN_00000001. 6            = cache           false
        
 Device counts: cache  capacity 5
 Attempted to divide by zero.         + CategoryInfo          : NotSpecified: (:) [ForEach-Object], RuntimeException
     + FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.ForEachObjectCommand
 ----------------------------------------
 Node: NAS15
 DiskState               DiskName                                           DeviceNumber CacheDeviceNumber HasSeekPenalty
 ---------               --------                                           ------------ ----------------- -------------
 IneligibleDataPartition HP EG0900JETKB - 2630A05SFUWB1605                  3            = unbound         true
 IneligibleDataPartition HP EG0900FBVFQ - KXHU20WF                          5            = unbound         true
 IneligibleDataPartition HP EG0900JETKB - 2630A068FUWB1605                  2            = unbound         true
 IneligibleDataPartition HP EG0900FDJYR - S3L2MQQ30000M6193W90              1            = unbound         true
 IneligibleDataPartition HP EG0900FDJYR - S3L2MP0T0000M620DAMA              4            = unbound         true
 InitializedAndBound     INTEL SSDPEDMX012T7 - BTPF73740AZX1P2JGN_00000001. 6            = cache           false
    
 Device counts: cache  capacity 5
 Attempted to divide by zero:        + CategoryInfo          : NotSpecified: (:) [ForEach-Object], RuntimeException
     + FullyQualifiedErrorId : RuntimeException,Microsoft.PowerShell.Commands.ForEachObjectCommand


did try to repair the volume using these flags:

     Remove-Clustersharedvolume -name "Cluster Virtual Disk (Volume1)"
     Get-ClusterResource -Name "Cluster Virtual Disk (Volume1)" | Set-ClusterParameter -Name diskrunchkdsk -Value 7
     Get-ClusterResource -Name "Cluster Virtual Disk (Volume1)" | Set-ClusterParameter -Name diskrecoveryaction -Value 1
     Start-clusterresource -Name "Cluster Virtual Disk (Volume1)"
     Get-ScheduledTask -TaskName "Data Integrity Scan for Crash Recovery" | Start-ScheduledTask
     Get-ScheduledTask -TaskName "Data Integrity Scan for Crash Recovery"

and, when "Ready" again:

     Stop-clusterresource -Name "Cluster Virtual Disk (Volume1)"
     Get-ClusterResource -Name "Cluster Virtual Disk (Volume1)" | Set-ClusterParameter -Name diskrecoveryaction -Value 0
     Get-Clusterresource -Name "Cluster Virtual Disk (Volume1)" | set-clusterparameter -name diskrunchkdsk -value 0
     Add-clustersharedvolume -Name "Cluster Virtual Disk (Volume1)"
     Start-clusterresource -Name "Cluster Virtual Disk (Volume1)"

always getting the same error:

Event ID: 1793 Error Code: 2 Reason: OpenPartitionFailure
Event ID: 1069 The error code was '0x2' ('The system cannot find the file specified.').

Any tips?
Thank you

windows-server-clusteringwindows-server-storage
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

XiaoweiHe-MSFT avatar image
0 Votes"
XiaoweiHe-MSFT answered XiaoweiHe-MSFT commented

Hi,

Would you please provide a background of the issue?

According to your description, the script is used to show the cache in the S2D, and it seems you have 5 capacity disks and 1 cache disk in the S2D cluster.

I woud like to check what is the specific issue do you get in the S2D?

Please provide the screenshot of the commands to get the physical disk status and virtual disk status of the S2D cluster.

https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/troubleshooting-storage-spaces

Thanks for your time!
Best Regards,
Anne


If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Can confirm I followed that troubleshooting guide and the disk were all ok. The only “strange” thing was the (missing) relation between each data disk and the cache/journal disk number.

I’ve saved several zips with diagnostics. The reason I’m sharing this thread is for future discoverability.

0 Votes 0 ·

Hi,

Thanks for your feedback and sharing, since Forum is limited to collect the diagnostic logs, if you would like to research the issue further, I suggest open a case with MS for deep troubleshooting with the logs.

Below is the link to open a case with MS:

https://support.microsoft.com/en-us/gp/customer-service-phone-numbers

Best Regards,
Anne

0 Votes 0 ·