Hi all
I've a pair of HP servers that fenced fine with fence_ilo under proxmox 2.0
when I upgraded to proxmox 3.x (via apt-get update), on the same servers I get:
the servers can connect to TCP 443 on the remote HP ILO device, so i'm pretty confident the network is working correctly and there's no firewalling along the path. If I turn on verbose, I get:
I've no idea what file might contain the syntax error - can anybody shed some light?
Cheers
I've a pair of HP servers that fenced fine with fence_ilo under proxmox 2.0
Code:
# fence_ilo -z -o status -a 172.45.5.243 -l admin -p
Status: ON
# fence_ilo -V
3.1.9.6-582aa5 (built Tue Oct 2 11:22:54 CEST 2012)
Copyright (C) Red Hat, Inc. 2004-2010 All rights reserved.
when I upgraded to proxmox 3.x (via apt-get update), on the same servers I get:
Code:
# fence_ilo -z -o status -a 172.45.5.243 -l admin -p
Unable to connect/login to fencing device
root@wn-bm03:/etc/pve# fence_ilo -V
4.0.0 (built Fri Mar 15 08:49:42 CET 2013)
Copyright (C) Red Hat, Inc. 2004-2010 All rights reserved.
the servers can connect to TCP 443 on the remote HP ILO device, so i'm pretty confident the network is working correctly and there's no firewalling along the path. If I turn on verbose, I get:
Code:
# fence_ilo -v -z -o status -a 172.45.5.243 -l admin -p
<?xml version="1.0"?>
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0001"
MESSAGE='Syntax error: Line #0: syntax error near ">" in the line: ""'
/>
</RIBCL>Unable to connect/login to fencing device
I've no idea what file might contain the syntax error - can anybody shed some light?
Cheers