Hello All<div><br></div><div>Anyone knows what is the latest version of fence_ilo or if fence_ilo (ILo3) should support timeout parameter? I try connecting to </div><div>ILO (its hp ilo v3) manually and it works fine. But fencing does not work in cluster.</div>
<div><br></div><div>Checking </div><div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'Courier New', Courier, 'DejaVu Sans Mono', monospace; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(255, 255, 255); "><br>
</span></div><div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'Courier New', Courier, 'DejaVu Sans Mono', monospace; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(255, 255, 255); ">fence_ilo -l admin -p password -o status -a 172.28.84.33</span></div>
<div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'Courier New', Courier, 'DejaVu Sans Mono', monospace; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(255, 255, 255); ">Unable to connect/login to fencing device</span></div>
<div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'Courier New', Courier, 'DejaVu Sans Mono', monospace; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(255, 255, 255); "><br>
</span></div><div><span class="Apple-style-span" style="color: rgb(34, 34, 34); font-family: 'Courier New', Courier, 'DejaVu Sans Mono', monospace; font-size: 14px; line-height: 18px; white-space: pre-wrap; background-color: rgb(255, 255, 255); ">fence_ilo -V</span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">2.0.115 (built Wed Aug  5 08:25:06 EDT 2009)
Copyright (C) Red Hat, Inc.  2004  All rights reserved.</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><br>
</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">in strace output it looks like a timeout:</font></span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><br>
</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">ioctl(3, TIOCGPTN, [6])                 = 0
stat("/dev/pts/6", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 6), ...}) = 0
statfs("/dev/pts/6", {f_type="DEVPTS_SUPER_MAGIC", f_bsize=4096, f_blocks=0, f_bfree=0, f_bavail=0, f_files=0, f_ffree=0,
ioctl(3, TIOCSPTLCK, [0])               = 0
ioctl(3, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(3, TIOCGPTN, [6])                 = 0
stat("/dev/pts/6", {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 6), ...}) = 0
open("/dev/pts/6", O_RDWR|O_NOCTTY)     = 4
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x2acc82a54020) = 3120
close(4)                                = 0
select(0, NULL, NULL, NULL, {0, 50000}) = 0 (Timeout)
write(3, "<?xml version=\"1.0\"?>\r\n", 23) = 23
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
select(4, [3], [], [], {10, 0})         = 1 (in [3], left {10, 0})
read(3, "<?xml version=\"1.0\"?>\r\n\r\n", 2000) = 25
select(0, NULL, NULL, NULL, {0, 100})   = 0 (Timeout)
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
select(4, [3], [], [], {9, 997862})     = 1 (in [3], left {6, 413000})
read(3, "HTTP/1.1 405 Method Not Allowed\r"..., 2000) = 132
select(0, NULL, NULL, NULL, {0, 100})   = 0 (Timeout)
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
wait4(3120, 0x7fffd7c58474, WNOHANG, NULL) = 0
select(4, [3], [], [], {6, 410183})     = 1 (in [3], left {6, 365000})
--- SIGCHLD (Child exited) @ 0 (0) ---
read(3, 0x1108faa4, 2000)               = -1 EIO (Input/output error)
write(2, "Unable to connect/login to fenci"..., 42Unable to connect/login to fencing device
) = 42
close(3)                                = 0
select(0, NULL, NULL, NULL, {0, 100000}) = 0 (Timeout)
wait4(3120, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3120
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x39ec40e7c0}, {0x39fdebc330, [], SA_RESTORER, 0x39ec40e7c0}, 8) = 0</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap; "><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><br>
</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">That makes me think, that the default time out should be modified, but this version of fence_ilo</font></span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">doesn't have timeout option.</font></span></div>
<div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap;"><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><br>
</font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><span class="Apple-style-span" style="font-size: 14px; line-height: 18px; white-space: pre-wrap;">Does anyone knows if there is another version and if there is, where to get it.</span></font></span></div>
<div><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><span class="Apple-style-span" style="font-size: 14px; line-height: 18px; white-space: pre-wrap;"><br>
</span></font></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); "><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace"><span class="Apple-style-span" style="font-size: 14px; line-height: 18px; white-space: pre-wrap;"><br>
</span></font></span></div><div><span class="Apple-style-span" style="background-color: rgb(255, 255, 255); font-size: 14px; line-height: 18px; white-space: pre-wrap; "><font class="Apple-style-span" color="#222222" face="'Courier New', Courier, 'DejaVu Sans Mono', monospace">Thanks.</font></span></div>
<div><div><br></div>-- <br>Elena<br>
</div>