September 6, 2022 at 5:10 am
Hi,
Two node AG cluster nodes . one of the node went to quarantined state due to we had network issues multiple times.
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
September 6, 2022 at 5:55 am
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
September 6, 2022 at 6:45 am
This was removed by the editor as SPAM
September 6, 2022 at 11:52 am
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
March 7, 2023 at 12:31 pm
This was removed by the editor as SPAM
March 7, 2023 at 12:32 pm
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