Share via

Enable-Clusters2d with bustype raid

Anonymous
2023-11-28T08:57:59+00:00

Hi everyone!

I have a small issue with a recent order, i have to setup a high availability for virtual machines hosted in 2 physical servers (DELL R6515 with perc H730p, 3x SSD 480gb each)

I tried to use clusters2d solution in HA cluster to avoid additional HW (shared storage etc) but the is i am not able to activate this fonction because the bustype of my disks is RAID.

Non-RAID disk is activated in the BIOS and the controller mode is HBA instead of RAID. Bios and perc firmware are updated.

I tried the regedit solution to accept RAID but this changed nothing in the results. The disk type is still not accepted. Only SAS and NVMe are accepted.

Did you experience the same issue?

Thanks!

Windows for business | Windows Server | Storage high availability | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2023-11-30T09:41:34+00:00

    Hi,

    Are these disks previously part of a RAID? Have you cleared the RAID in the controller before you set the controller mode to HBA?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2023-11-29T10:02:35+00:00

    Hi,

    Please see if the PowerShell cmdlet Set-PhysicalDisk works. Open PowerShell and run Get-PhysicalDisk to get the disk friedly names, then run

    Set-PhysicalDisk -FriendlyName $YourDiskFriendlyName  -MedoiaType SSD
    

    Hi!

    Thank you for your answer.

    Actually the media type is already SSD, the BusType is RAID due to PERC H730P raid controller

    PS : in this cmd, i am used a 4th disk to compare. 3 SS RAID 5 + 1 Non-Raid

    PS C:\Users\Administrateur> Get-PhysicalDisk | Select-Object DeviceID, FriendlyName, MediaType, BusType, Size | Format-Table 
    
    DeviceID FriendlyName         MediaType   BusType         Size 
    
    -------- ------------         ---------   -------         ---- 
    
    1        DELL PERC H730P Mini Unspecified RAID    959119884288 
    
    0        ATA HFS960G3H2X069N  SSD         RAID    960197124096
    

    From Set-PhysicalDisk (Storage) | Microsoft Learn, I see that the BusType cannot be changed (which is normal). I am trying to find a workaround to avoid changing to HBA or add HW shared storage.

    PS: My processor AMD EPYC 7313P is not compatible with nested VM solution.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2023-11-29T06:22:02+00:00

    Hi,

    Please see if the PowerShell cmdlet Set-PhysicalDisk works. Open PowerShell and run Get-PhysicalDisk to get the disk friedly names, then run

    Set-PhysicalDisk -FriendlyName $YourDiskFriendlyName  -MedoiaType SSD
    

    Was this answer helpful?

    0 comments No comments