Skip to content

olafrv/fence_vmware_soap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published

Languages