VMware Cloud Community
bigphilip
Contributor
Contributor

datastore heartbeating

creating heartbeat datastore
3 Replies
daphnissov
Immortal
Immortal

What are you asking here, exactly?

Reply
0 Kudos
IT_pilot
Expert
Expert

You can check the current state of the heartbeat datastore with the PowerCLI cmdlet

$Cluster = Get-Cluster -Name Cluster_Name

$cluster.ExtensionData.RetrieveDasAdvancedRuntimeInfo().HeartbeatDatastoreInfo.Datastore | Get-VIObjectByVIView

if you give an error, then

$cluster.ExtensionData.RetrieveDasAdvancedRuntimeInfo().HeartbeatDatastoreInfo.Datastore

if the result is empty, the heartbeat datastore is not set

http://it-pilot.ru
Reply
0 Kudos
depping
Leadership
Leadership

creating heartbeat datastore

yes