ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Powershell - Enabling MPIO and Failover Clustering on Hyper-V Server 2016

    IT Discussion
    howto hyper-v server 2016 starwind vsan hyperconvergence mpio failover-clustering powershell
    1
    2
    2.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • RomoR
      Romo
      last edited by

      Documenting the process to have easy access in the future.


      Enabling MPIO

      • Enable-WindowsOptionalFeature –Online –FeatureName MultiPathIO
        0_1494346062102_enabling-mpio.png

      Verifying if MPIO is enabled

      • Get-WindowsOptionalFeature -Online -FeatureName MultipathIO
        0_1494346182119_mpio-enabled.png

      Enabling Failover Clustering

      • Install-WindowsFeature -Name Failover-Clustering –IncludeManagementTools

      Verifying the Installation of Failover Clustering

      • Get-WindowsFeature failover*
        0_1494346532269_failover-cluster.png
      1 Reply Last reply Reply Quote 3
      • RomoR
        Romo
        last edited by

        Configuring MPIO to automatically claim all iSCSI devices

        • Enable-MSDSMAutomaticClaim -BusType iSCSI
          0_1494445991062_mpio-iscsi.png
        1 Reply Last reply Reply Quote 2
        • 1 / 1
        • First post
          Last post