while executing "stonith_admin -F node1.linjb.com" command getting "Command failed: No route to host" error

Latest response

OS Version : RHEL 7

[root@node1 ~]# fence_vmware_soap -a 192.168.3.14 -l root -p redhat@123 -z -n Amol_RED7-node2 -o status --ssl-insecure
Status: ON
[root@node1 ~]#
[root@node1 ~]# fence_vmware_soap -a 192.168.3.14 -l root -p redhat@123 -z -n Amol-RHEL7 -o status --ssl-insecure
Status: ON

We are also able to reboot the VM by using below command :

fence_vmware_soap --ssl-insecure -l root -p redhat@123 -a 192.168.3.14 -o reboot -n Amol_RED7-node2

While executing "stonith_admin -F node1.linjb.com" command we are getting below outputs in /var/log/messages of both nodes

On node1.linjb.com

tailf /var/log/messages

Oct 17 17:08:05 node1 stonith-ng[1171]: notice: can_fence_host_with_device: Vmware can fence node1.linjb.com (aka. 'Amol-RHEL7'): static-list
Oct 17 17:08:05 node1 stonith-ng[1171]: notice: can_fence_host_with_device: Vmware can fence node1.linjb.com (aka. 'Amol-RHEL7'): static-list
Oct 17 17:08:06 node1 fence_vmware_soap: Parse error: Ignoring unknown option 'nodename=node1.linjb.com
Oct 17 17:08:17 node1 fence_vmware_soap: Failed: Unable to obtain correct plug status or plug is not available
Oct 17 17:08:18 node1 fence_vmware_soap: Parse error: Ignoring unknown option 'nodename=node1.linjb.com
Oct 17 17:08:29 node1 fence_vmware_soap: Failed: Unable to obtain correct plug status or plug is not available
Oct 17 17:08:30 node1 stonith-ng[1171]: error: log_operation: Operation 'off' [3646] (call 2 from stonith_admin.26667) for host 'node1.linjb.com' with device 'Vmware' returned: -201 (Generic Pacemaker error)
Oct 17 17:08:30 node1 stonith-ng[1171]: warning: log_operation: Vmware:3646 [ Parse error: Ignoring unknown option 'nodename=node1.linjb.com' ]
Oct 17 17:08:30 node1 stonith-ng[1171]: warning: log_operation: Vmware:3646 [ Failed: Unable to obtain correct plug status or plug is not available ]
Oct 17 17:08:54 node1 stonith-ng[1171]: notice: remote_op_done: Operation off of node1.linjb.com by node2 for stonith_admin.26667@node2.dfe38397: No route to host
Oct 17 17:08:54 node1 crmd[12789]: notice: tengine_stonith_notify: Peer node1.linjb.com was not terminated (off) by node2 for node2: No route to host (ref=dfe38397-8ab5-450f-810f-c63e718acc49) by client stonith_admin.26667

ON node2.linjb.com

tailf /var/log/messages

Oct 17 17:08:05 node2 stonith_admin[26667]: notice: crm_log_args: Invoked: stonith_admin -F node1.linjb.com
Oct 17 17:08:05 node2 stonith-ng[2070]: notice: handle_request: Client stonith_admin.26667.28329060 wants to fence (off) 'node1.linjb.com' with device '(any)'
Oct 17 17:08:05 node2 stonith-ng[2070]: notice: initiate_remote_stonith_op: Initiating remote operation off for node1.linjb.com: dfe38397-8ab5-450f-810f-c63e718acc49 (0)
Oct 17 17:08:05 node2 stonith-ng[2070]: notice: can_fence_host_with_device: Vmware can fence node1.linjb.com (aka. 'Amol-RHEL7'): static-list
Oct 17 17:08:29 node2 stonith-ng[2070]: notice: can_fence_host_with_device: Vmware can fence node1.linjb.com (aka. 'Amol-RHEL7'): static-list
Oct 17 17:08:29 node2 fence_vmware_soap: Parse error: Ignoring unknown option 'nodename=node1.linjb.com
Oct 17 17:08:41 node2 fence_vmware_soap: Failed: Unable to obtain correct plug status or plug is not available
Oct 17 17:08:42 node2 fence_vmware_soap: Parse error: Ignoring unknown option 'nodename=node1.linjb.com
Oct 17 17:08:54 node2 fence_vmware_soap: Failed: Unable to obtain correct plug status or plug is not available
Oct 17 17:08:54 node2 stonith-ng[2070]: error: log_operation: Operation 'off' [26972] (call 2 from stonith_admin.26667) for host 'node1.linjb.com' with device 'Vmware' returned: -201 (Generic Pacemaker error)
Oct 17 17:08:54 node2 stonith-ng[2070]: warning: log_operation: Vmware:26972 [ Parse error: Ignoring unknown option 'nodename=node1.linjb.com' ]
Oct 17 17:08:54 node2 stonith-ng[2070]: warning: log_operation: Vmware:26972 [ Failed: Unable to obtain correct plug status or plug is not available ]
Oct 17 17:08:54 node2 stonith-ng[2070]: error: remote_op_done: Operation off of node1.linjb.com by node2 for stonith_admin.26667@node2.dfe38397: No route to host
Oct 17 17:08:54 node2 crmd[2074]: notice: tengine_stonith_notify: Peer node1.linjb.com was not terminated (off) by node2 for node2: No route to host (ref=dfe38397-8ab5-450f-810f-c63e718acc49) by client stonith_admin.26667

Attachments

Responses