All Posts

Hello, Pls assume there is VC server and ESXes that configured HA cluster. In this environment, I wanted to change one ESX (named ex, ESX-A) to maintenance mode from my application via VI-SDK... See more...
Hello, Pls assume there is VC server and ESXes that configured HA cluster. In this environment, I wanted to change one ESX (named ex, ESX-A) to maintenance mode from my application via VI-SDK for doing some config changes to ESX-A. It's basically works, but if HA is working same time to move VMs to ESX-A, ESX-A is going to maintenance mode but HA is failed. My expectation for app's behavior is to get an error if HA is running and stop to maintenance mode. So, I want to add some check code if now HA is running or not. Does anyone know is there a way to check if HA is running from VI-SDK? Please advice,
Thanks, I will surely try it next tuesday, when I get back to work. Thanks again
Here is a VI Perl Script to configure DRS. Please provide feedback (either positive or negative) if you find it useful. Note that we are planning a DRS workshop in the next few weeks to expl... See more...
Here is a VI Perl Script to configure DRS. Please provide feedback (either positive or negative) if you find it useful. Note that we are planning a DRS workshop in the next few weeks to explain how many common tasks can be scripted. Usage: drsConfig.pl list or edit DRS settings for a cluster --server ] Automation level \[--enable] Enable DRS \[--disable] Disable DRS
I was wondering if among the programmers in this forum, if there is someone that could freely share a command line program that could set the DRS to manual or to automatic or even to semi-automat... See more...
I was wondering if among the programmers in this forum, if there is someone that could freely share a command line program that could set the DRS to manual or to automatic or even to semi-automatic. Thanks