#VMware sessions, offerings and social media at #EMCworld 2016
VMware at #EMCworld 2016
If you will be attending EMC World 2016 in Las Vegas (May 2-5), join us for a value-packed agenda of VMware keynotes, sessions, demos and labs.
Virtualization and Storage
#VMware sessions, offerings and social media at #EMCworld 2016
If you will be attending EMC World 2016 in Las Vegas (May 2-5), join us for a value-packed agenda of VMware keynotes, sessions, demos and labs.
If a host thinks it is isolated by default it will ping its gateway. It is best practice to have more than one isolation address, and you can have up to 10 of these. Duncan Epping has a good article on it here. Here is a simple script I found somewhere on the web.
$cluster = Get-Cluster -Name ITN
New-AdvancedSetting -Entity $cluster -Type ClusterHA -Name ‘das.isolationaddress1’ -Value 1.2.3.4
New-AdvancedSetting -Entity $cluster -Type ClusterHA -Name ‘das.usedefaultisolationaddress’ -Value false
#Disable and reenable HA
Set-Cluster -Cluster $cluster -HAEnabled:$false
Set-Cluster -Cluster $cluster -HAEnabled:$true
It’s beta time! Get your voice in and shape the direction of #vSphere
It’s Beta Time! The VMware vSphere team invites you to indicate your interest to join the vSphere Beta. This is a unique opportunity to get your voice in and shape the direction of vSphere. Please fill out this short survey to register your interest to join the vSphere Beta. Confirmed participants will be notified via email.
Recent Comments