robert-scheck / fence_vmware_soap

Stonith Plugin Agent for VMWare VM VCenter SOAP Fencing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stonith Plugin Agent for VMWare VM VCenter SOAP Fencing (Unofficial).

Helpful when stonith version does not include "fence_vmare_soap" plugin agent, some cases are:

  • Canonical Ubuntu Linux 14.04 LTS
  • SUSE Enterprise Linux 11 SP3 and SP4

Plugin Workflow

  1. stonithd (Cluster Fencing Daemon)
  2. /usr/lib/stonith/plugins/external/fence_vmware_soap (Stonith Plugin Agent)
  3. /usr/sbin/fence_vmware_soap (SOAP Fence Request, provided by fence-agents)
  4. VMWareVCenter (SOAP Web Service, Authentication, Search, Triggering)
  5. VMWare ESXi Hypervisor (Virtual Machine On/Off).

Notice

Right now the plugin not permits declaring two different VMWare VCenter devices for fencing the same list of cluster nodes. But could be tested and implemented by changing the attribute "unique" to "false" for the "hostlist" parameter in the plugin XML definition schema.

References

For more information, about the stonith plugin agents visit the following links:

About

Stonith Plugin Agent for VMWare VM VCenter SOAP Fencing

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%