about fence_vmwre_soap in CentOS7

General support questions
Post Reply
Trrey_CH
Posts: 1
Joined: 2017/11/23 02:03:19

about fence_vmwre_soap in CentOS7

Post by Trrey_CH » 2017/11/23 02:33:00

I have CentOS7 cluster nodes running as VMware virtual machines in EXSI5.1,
When I configure VMware fencing using fence_vmware_soap in CentOS7 High Availability,fence_vmware_soap can not normal start.

fence_vmware_soap has been confirmed that two node are installed.

Code: Select all

[root@promary-kvm ~]# pca stonith list | grep fence_vmware_soap
fence_vmware_soap - Fence agent for VMware over SOAP API
cluster status

Code: Select all

[root@promary-kvm ~]# pcs status
Cluster name: sim
Stack: corosync
Current DC: secondary-kvm (version 1.1.16-12.el7_4.4-94ff4df) - partition with quorum
Last updated: Tue Nov 21 20:46:26 2017
Last change: Tue Nov 21 16:31:59 2017 by hacluster via crmd on secondary-kvm

2 nodes configured
1 resource configured

Online: [primary-kvm secondary-kvm]

Full list of resource:

  fence_vmware (stonith:fence_vmware_soap): Stopped
  
Failed Actions:
* fence_vmware_start_0 on primary-kvm 'unknow error' (1): call=13, status=Error, exitreason='none',
      last-rc-change='Tue Nov 21 16:32:00 2017', queued=0ms, exec=16524ms
* fence_vmware_start_0 on secondary-kvm 'unknow error' (1): call=27, status=Error, exitreason='none',
      last-rc-change='Tue Nov 21 16:32:19 2017', queued=1ms, exec=15305ms

Daemon Status:
  corosync: active/enabled
  pacemaker: active/enabled
  pcsd: inactive/enabled
When the command ' fence_vmware_soap --ip --ssl --ssl-insecure --action list --username="" --password="" ' is executed,
error code is ' Unable to connect/login to fencing device '
So how to use fence_vmware_soap in centOS7 cluster?
Thanks for the answers

Post Reply