Posts tagged Virtual Center
Rescan Plugin for VMware VI Client
0Icomasoft provides you a simple VMware VI Client plugin (VirtualCenter and ESX Host support) for automating the Rescan/Refresh SAN Task of VMware ESX Hosts. Just right-click on a Host or Group object (Cluster, DataCenter) and choose rescan – done.
Don´t need to script a rescan process or even manually rescan all your hosts. That´s the best way for not getting into trouble with missing Datastore mappings because of a forgotten Rescan – and losing virtual machines because of a host downtime within a HA Cluster. Download the Rescan Plugin for VMware Client for free now and simplify your administration!
VI3 Runtime variabelen Alarms {entityName} en {entityObject}
0Applies to VC 2.0.1
Bij het gebruik van de optie Run a script bij de Alarm Action bevatten de variabelen {entityName} en {entityObject} niet de juiste waarden. De variable {eventDiscription} bevat wel de juiste waarde bv. Alarm Test mail cpu alarm on SPBEAPP50172 changed from green to red. De waarde enityName kan worden achterhaald vanuit {eventDiscription} met bv. VBscript. In het geval van het gegeven voorbeeld:
strEntityName = Mid(strEventDesc, InstrRev(strEventdesc,”SP”) ,12)
12 is the length of the servername, if a namingstandard of 12 characters is used, with startin character of “SP”
