Results 1 to 9 of 9
HI
How can i configure fence_cisco_ucs with redhat cluster suite.
i was trying to configure fencing aganet with red ahat cluster suite
i issued command
# /usr/sbin/fence_vmware_soap -a 172.22.90.61 -l ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-22-2012 #1Just Joined!
- Join Date
- Sep 2012
- Posts
- 10
How can i configure fence_cisco_ucs with redhat cluster suite
HI
How can i configure fence_cisco_ucs with redhat cluster suite.
i was trying to configure fencing aganet with red ahat cluster suite
i issued command
# /usr/sbin/fence_vmware_soap -a 172.22.90.61 -l admin -p duc2Cisco -o reboot
then i got below error:
Failed: You have to enter plug number
Please use '-h' for usage
what is this plug number and from where can i get this plug number.?
I am new to this Cisco UCS, becuase this hardware is provided my some other team and i am the one installing Red Hat cluster suite. I requested fencing agent configuration with Cisco, and that guy dosen't know what is fencing..
please help me, because of this issue, production got delayed
regards,
Ben
- 09-23-2012 #2Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673
According to the man page (man 8 fence_vmware_soap), it seems to be the name of the virtual machine:
Code:-n, --plug=<id> Physical plug number or name of virtual machine This parameter is always required.
- 09-23-2012 #3Just Joined!
- Join Date
- Sep 2012
- Posts
- 10
HI
thanks for your replay
actually i tried both fence_cisco_ucs and fence_vmware_soap. which one is used for fencing configuration..
i think both method asking for plug number.
i have access to UCS control panel. from where can i get these service or plug number.
Thanks & regards,
Ben
- 09-23-2012 #4Just Joined!
- Join Date
- Sep 2012
- Posts
- 10
HI
i tried te below, i don't i took one profile name from UCS cpanel and checked:
/usr/sbin/fence_cisco_ucs -a 172.22.90.61 -l admin -p duc2Cisco -n org-root/ls-cgceccprd1 -o reboot
Traceback (most recent call last):
File "/usr/sbin/fence_cisco_ucs", line 147, in <module>
main()
File "/usr/sbin/fence_cisco_ucs", line 120, in main
res = send_command(options, "<aaaLogin inName=\"" + options["-l"] + "\" inPassword=\"" + options["-p"] + "\" />")
File "/usr/sbin/fence_cisco_ucs", line 92, in send_command
c.perform()
pycurl.error: (28, 'connect() timed out!')
that also got error
thanks & Regards,
Ben
- 09-23-2012 #5Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673
i don't know anything about Cisco UCS and fencing, but that error looks like you are not even attaching to the port on the ip address, based upon the "connect() timed out!" error.
can you ping the ip address?
what is the physical device to which you are trying to connect?
do you know the TCP/UDP port number to which you are trying to connect?
do you know that authentication you supplied to be good?
Again, I'm out of my element here, but maybe somebody will be able to do something the info you supply.
- 09-23-2012 #6Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673
Here is some Red Hat documentation on Fence device parameters. It is fairly exhaustive though it is not a straight "how-to":
https://access.redhat.com/knowledge/...-param-CA.html
- 09-23-2012 #7Just Joined!
- Join Date
- Sep 2012
- Posts
- 10
HI
yes that IP is pinging from my OS
i checked that document before, on that this plug number is not mentioned
regards,
Ben
- 09-23-2012 #8Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673
i think maybe b/c you are trying to use a tool that expects to connect to a VM device and configures fencing on that device, versus connecting something else (whatever your hardware is). I really don't know, just guessing...
- 09-23-2012 #9Just Joined!
- Join Date
- Sep 2012
- Posts
- 10
HI
fence_cisco_ucs is using with one Ip address, from where can i get that IP address.before i used same KVM IP..it it ok or i need to configure separate IP
regards,
Ben


Reply With Quote
