VMware Cloud Community
larstr
Champion
Champion
Jump to solution

Adjust Health check frequency

Hi,

Is there a setting for adjusting the vSAN Health Check frequency? vSAN 7.0U2

 

Lars

0 Kudos
1 Solution

Accepted Solutions
depping
Leadership
Leadership
Jump to solution

Somehow it was removed from the UI, but just noticed that you can still do it via RVC:

Get the current interval:

/localhost/Datacenter/computers/Cluster> vsan.health.health_check_interval_status .

Set it to 15 minutes:

/localhost/Datacenter/computers/Cluster> vsan.health.health_check_interval_configure -i 15 .

View solution in original post

3 Replies
depping
Leadership
Leadership
Jump to solution

just thinking about this, this used to be possible if I am not mistaken 😐

0 Kudos
depping
Leadership
Leadership
Jump to solution

Somehow it was removed from the UI, but just noticed that you can still do it via RVC:

Get the current interval:

/localhost/Datacenter/computers/Cluster> vsan.health.health_check_interval_status .

Set it to 15 minutes:

/localhost/Datacenter/computers/Cluster> vsan.health.health_check_interval_configure -i 15 .

larstr
Champion
Champion
Jump to solution

Thank you, Duncan. This is exactly the solution I was looking for.

 

I was asked by our networking team if I could adjust the interval as they are troubleshooting a networking issue on the vMotion network of this vSAN cluster.

 

Lars