hi i have an old HP server with ILO2

on manager i configured power management and configured SSH port to use for ILO2

for checking SSH i manually ssh to ILO and is working fine,

but power management test always fail with "Unable to connect/login to fencing device"


log shows its using fence_ilo instead of fence_ilo2

Thread-18::DEBUG::2014-06-30 08:23:14,106::API::1133::vds::(fenceNode) fenceNode(addr=XXXX,port=,agent=ilo,user=Administrator,passwd=XXXX,action=status,secure=,options=ipport=22
ssl=no)
Thread-18::DEBUG::2014-06-30 08:23:14,741::API::1159::vds::(fenceNode) rc 1 in agent=fence_ilo
ipaddr=xxxxxxxxxx
login=Administrator
action=status
passwd=XXXX
ipport=22
ssl=no out  err Unable to connect/login to fencing device




Manually testing 

fence_ilo -a xxxxxx  -l Administrator -p xxxxx -o status 
Status: ON

but with ssh port specified ie -u 

fence_ilo -a xxxxxx  -l Administrator -p xxxxx -o status  -u 22
Unable to connect/login to fencing device

So when we specify ssh port it fails and with out ssh port its working

this is the case with ILO2 also 

for ilo3 and ilo4 since it does not ask for SSH port its working

Is this a Bug

Thanks,