Clustering

  • Hi,

    in my environment i have setip active-passive cluster .today our windows guy came to told that your quorm drive is in suspect mode.so what is the procedure to add new quorm drive and what is procedure to move this quorm drive files to new drive.

    can any one suggest

  • Firstly, why are you using a disk based quorum?

    How many nodes are in the cluster?

    Are they geographically dispersed?

    To remove the quorum disk, reconfigure the quorum type with failover cluster manager and select an alternative option, easy via Powershell using

    Set-ClusterQuorum -NodeMajority

    Find the new cluster disk name using

    Get-ClusterResource

    Reconfigure to node and disk majority using

    Set-ClusterResource -NodeAndDiskMajority "the disk name"

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • WE ARE USING 2 NODE CLUSTER

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply