Node quarantined status not cleared

  • Hi,

    Two node AG cluster nodes . one of the node went to quarantined state due to we had network issues multiple times.

    1. Quarantined state remain same more than 14 hours. Node status green color up & running also cluster resource online and AG role also running.
    2. I tried below PowerShell commands

    Get-Cluster | Format-List -Property Quarantine*

    Results - 

    QuarantineDuration : 7200
    QuarantineThreshold : 3

    then modified Quarantine values

    (

    (Get-Cluster).QuarantineThreshold=2

    (Get-Cluster).QuarantineDuration=3600

    Start-ClusterNode -ClearQuarantine

    Node status is UP but Quarantined state not cleared. shall i wait for more than 3600 seconds for node status changing normal?

    Thanks

  • Multiple time we have run the commond but node going to quarantine and also i keep the node 5 hours in ideal mode but node to show quarantine in failover cluster . MyIndigo Card

    • This reply was modified 1 year, 8 months ago by  dwialos.
  • This was removed by the editor as SPAM

  • Thanks.

    Quarantined state cleared now after 5 hours.

    what could be reason why node status changed to Quarantined state?

    Does it need to change parameter WFC instance side?

    Thanks

  • This was removed by the editor as SPAM

  • This was removed by the editor as SPAM

Viewing 6 posts - 1 through 5 (of 5 total)

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