P
philwild
Guest
Hi all,
This is not really a proxmox issue but I am hoping someone may offer some advice.
I have a proxmox cluster built but am having issues with fencing. The servers were supplied with idrac7 cards. These appear to differ slightly to idrac6 and fencing does not work
When a fault is detected, proxmox issues a reboot to the drac on the second node, but receives a failure message back. It then retries, over and over again. The server continually resets.
In testing outside of proxmox, I receive the following (see at bottom) when testing fencing... Is there any way round this or am I screwed?
Many thanks
Phil
root@gt1:/etc/default# fence_drac5 --ip="10.3.0.92" --username="root" --password="xxxx" --ssh --verbose --debug-file="/tmp/foo" --command-prompt="admin1->" --action="off"
Traceback (most recent call last):
File "/usr/sbin/fence_drac5", line 147, in <module>
main()
File "/usr/sbin/fence_drac5", line 130, in main
result = fence_action(conn, options, set_power_status, get_power_status, get_list_devices)
File "/usr/share/fence/fencing.py", line 837, in fence_action
if wait_power_status(tn, options, get_power_fn):
File "/usr/share/fence/fencing.py", line 752, in wait_power_status
if get_power_fn(tn, options) != options["-o"]:
File "/usr/sbin/fence_drac5", line 38, in get_power_status
status = re.compile("(^|: )(ON|OFF|Powering ON|Powering OFF)\s*$", re.IGNORECASE | re.MULTILINE).search(conn.before).group(2)
AttributeError: 'NoneType' object has no attribute 'group'
This is not really a proxmox issue but I am hoping someone may offer some advice.
I have a proxmox cluster built but am having issues with fencing. The servers were supplied with idrac7 cards. These appear to differ slightly to idrac6 and fencing does not work
When a fault is detected, proxmox issues a reboot to the drac on the second node, but receives a failure message back. It then retries, over and over again. The server continually resets.
In testing outside of proxmox, I receive the following (see at bottom) when testing fencing... Is there any way round this or am I screwed?
Many thanks
Phil
root@gt1:/etc/default# fence_drac5 --ip="10.3.0.92" --username="root" --password="xxxx" --ssh --verbose --debug-file="/tmp/foo" --command-prompt="admin1->" --action="off"
Traceback (most recent call last):
File "/usr/sbin/fence_drac5", line 147, in <module>
main()
File "/usr/sbin/fence_drac5", line 130, in main
result = fence_action(conn, options, set_power_status, get_power_status, get_list_devices)
File "/usr/share/fence/fencing.py", line 837, in fence_action
if wait_power_status(tn, options, get_power_fn):
File "/usr/share/fence/fencing.py", line 752, in wait_power_status
if get_power_fn(tn, options) != options["-o"]:
File "/usr/sbin/fence_drac5", line 38, in get_power_status
status = re.compile("(^|: )(ON|OFF|Powering ON|Powering OFF)\s*$", re.IGNORECASE | re.MULTILINE).search(conn.before).group(2)
AttributeError: 'NoneType' object has no attribute 'group'