On 09/13/2012 06:00 AM, Dmitriy A Pyryakov wrote:
Darrell Budic <darrell.bu...@bigwells.net> написано 13.09.2012 07:43:44:

 > От: Darrell Budic <darrell.bu...@bigwells.net>
 > Кому: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>
 > Копия: Eli Mesika <emes...@redhat.com>, users@ovirt.org
 > Дата: 13.09.2012 07:43
 > Тема: Re: [Users] HP Integrated Lights Out 3
 >
 > I have this problem too. I actually tracked it down to the engine
 > not passing the arguments to the fence scripts but then got
 > distracted and never followed up with a report. In my case, the data
 > base was correct, and if I ran the fence script by hand, it would
 > work, but the vdsm wasn't running it with the options or even all
 > the arguments (username/pw, etc). I've tried it with ilo3 and
 > ipmilan both, same issue.
 >
 > If you'd like, I can recreate some of my debugging, I'd gotten so
 > far as to to hack some print statements into the fence scripts to
 > demonstrate what was happening. Lost that with some rebuilds, but
 > easy enough to recreate...
 >
 > -Darrell

Hello, Darrell.

It would be great!

may i suggest you first try to apply this patch to vdsm (just edit the relevant line in vdsm)

commit 59934118e3a30c57539d2b71016532bdd9c4ab17
Author: Roy Golan <rgo...@redhat.com>
Date:   Thu Aug 9 16:34:10 2012 +0300

    fenceNode API is missing the options argument

    Change-Id: Ib2ce9b0f71040f9198413fa06c5d8768994842ec
    Signed-off-by: Roy Golan <rgo...@redhat.com>
    Reviewed-on: http://gerrit.ovirt.org/7058
    Reviewed-by: Dan Kenigsberg <dan...@redhat.com>
    Reviewed-by: Omer Frenkel <ofren...@redhat.com>
    Tested-by: Omer Frenkel <ofren...@redhat.com>

diff --git a/vdsm/BindingXMLRPC.py b/vdsm/BindingXMLRPC.py
index cc5300f..8b548e4 100644
--- a/vdsm/BindingXMLRPC.py
+++ b/vdsm/BindingXMLRPC.py
@@ -357,7 +357,7 @@ class BindingXMLRPC(object):
                   secure=False, options=''):
         api = API.Global()
         return api.fenceNode(addr, port, agent, username, password,
-                action, secure)
+                action, secure, options)

     def setLogLevel(self, level):
         api = API.Global()



 > On Sep 10, 2012, at 10:48 PM, Dmitriy A Pyryakov wrote:
 >
 > Eli Mesika <emes...@redhat.com> написано 10.09.2012 19:41:27:
 >
 > > От: Eli Mesika <emes...@redhat.com>
 > > Кому: Itamar Heim <ih...@redhat.com>
 > > Копия: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>,
 > > users@ovirt.org, Roy Golan <rgo...@redhat.com>
 > > Дата: 10.09.2012 19:41
 > > Тема: Re: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > >
 > >
 > >
 > > ----- Original Message -----
 > > > From: "Itamar Heim" <ih...@redhat.com>
 > > > To: "Eli Mesika" <emes...@redhat.com>
 > > > Cc: "Dmitriy A Pyryakov" <dpyrya...@ekb.beeline.ru>, users@ovirt.org
 > > > Sent: Monday, September 10, 2012 3:16:07 PM
 > > > Subject: Re: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > > >
 > > > On 09/10/2012 03:05 PM, Eli Mesika wrote:
 > > > >
 > > > >
 > > > > ----- Original Message -----
 > > > >> From: "Dmitriy A Pyryakov" <dpyrya...@ekb.beeline.ru>
 > > > >> To: "Eli Mesika" <emes...@redhat.com>
 > > > >> Cc: "Itamar Heim" <ih...@redhat.com>, users@ovirt.org
 > > > >> Sent: Monday, September 10, 2012 2:43:42 PM
 > > > >> Subject: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > > > >>
 > > > >>
 > > > >>
 > > > >>
 > > > >>
 > > > >> Now ilo3 presented in Power Management but still doesn't work.
 > > > >> part
 > > > >> of vdsm.log: Thread-258783::DEBUG::2012-09-10
 > > > >> 17:39:06,359::API::1024::vds::(fenceNode)
 > > > >> fenceNode(addr=192.168.10.
 > >
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > > > >> Thread-258783::DEBUG::2012-09-10
 > > > >> 17:39:07,386::API::1050::vds::(fenceNode) rc 1 in
 > > > >> agent=fence_ipmilan
 > > > >> ipaddr=192.168.10.103
 > > > >> login=Administrator
 > > > >> option=status
 > > > >> passwd=XXXX
 > > > >> out Getting status of IPMI:192.168.10.103...Chassis power =
 > > > >> Unknown
 > > > >> Failed
 > > > >> err
 > > > >>
 > > > >> part of engine.log
 > > > >>
 > > > >> 2012-09-10 17:41:51,089 INFO
 > > > >> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > > > >> (ajp--0.0.0.0-8009-10) START, FenceVdsVDSCommand(vdsId =
 > > > >> 71528b6e-f5e6-11e1-a15f-0011856cf23e, targetVdsId =
 > > > >> 8dddf9e6-f80a-11e1-b036-0011856cf23e, action = Status, ip =
 > > > >> 192.168.10.103, port = , type = ipmilan, user = Administrator,
 > > > >> password = ******, options = 'lanplus,power_wait=4'), log id:
 > > > >> f442157
 > > > >> 2012-09-10 17:41:53,226 INFO
 > > > >> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > > > >> (ajp--0.0.0.0-8009-10) FINISH, FenceVdsVDSCommand, return: Test
 > > > >> Failed, Host Status is: unknown. The fence-agent script reported
 > > > >> the
 > > > >> following error: Getting status of IPMI:192.168.10.103...Chassis
 > > > >> power = Unknown
 > > > >> Failed
 > > > >> , log id: f442157
 > > > >
 > > > > Well, I will have to investigate that, we can clearly see that
 > > > > backend send the 'lanplus,power_wait=4' options, but from some
 > > > > reason the options in the vdsm.log are still empty.
 > > >
 > > > maybe this isn't part of vdsm one?
 > >
 >
 > this is a part of vdsm.log from proxy host.
 >
 > > Makes sense , I remember that Roy handled that but was sure that it
 > > was already merged...
 >
 > there are some log parts from different power management
 > configuration. I thinks maybe it's important information for you.
 >
 > ipmilan with lanplus and power_wait options
 >
 > engine.log:
 >
 > 2012-09-11 09:12:39,238 INFO
 > [org.ovirt.engine.core.bll.FencingExecutor] (ajp--0.0.0.0-8009-4)
 > Executing <Status> Power Management command, Proxy
 > Host:hyper1.ovirt.com, Agent:ipmilan, Target Host:, Management IP:
 > 192.168.10.103, User:Administrator, Options:power_wait=4,lanplus
 > 2012-09-11 09:12:39,260 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-4) START, FenceVdsVDSCommand(vdsId = 71528b6e-
 > f5e6-11e1-a15f-0011856cf23e, targetVdsId = 8dddf9e6-f80a-11e1-
 > b036-0011856cf23e, action = Status, ip = 192.168.10.103, port = ,
 > type = ipmilan, user = Administrator, password = ******, options =
 > 'power_wait=4,lanplus'), log id: 62f2ed12
 > 2012-09-11 09:12:41,391 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-4) FINISH, FenceVdsVDSCommand, return: Test
 > Failed, Host Status is: unknown. The fence-agent script reported the
 > following error: Getting status of IPMI:192.168.10.103...Chassis
 > power = Unknown
 > Failed
 > , log id: 62f2ed12
 >
 > vdsm.log:
 >
 > Thread-302379::DEBUG::2012-09-11 09:12:35,293::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302379::DEBUG::2012-09-11 09:12:36,321::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 > Thread-302381::DEBUG::2012-09-11 09:12:36,343::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302381::DEBUG::2012-09-11 09:12:37,370::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 >
 >
 >
 > ipmilan without any entered options
 >
 > engine.log:
 >
 > 2012-09-11 09:12:45,570 INFO
 > [org.ovirt.engine.core.bll.FencingExecutor] (ajp--0.0.0.0-8009-9)
 > Executing <Status> Power Management command, Proxy
 > Host:hyper1.ovirt.com, Agent:ipmilan, Target Host:, Management IP:
 > 192.168.10.103, User:Administrator, Options:
 > 2012-09-11 09:12:45,591 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-9) START, FenceVdsVDSCommand(vdsId = 71528b6e-
 > f5e6-11e1-a15f-0011856cf23e, targetVdsId = 8dddf9e6-f80a-11e1-
 > b036-0011856cf23e, action = Status, ip = 192.168.10.103, port = ,
 > type = ipmilan, user = Administrator, password = ******, options =
 > ''), log id: 1a536119
 > 2012-09-11 09:12:47,716 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-9) FINISH, FenceVdsVDSCommand, return: Test
 > Failed, Host Status is: unknown. The fence-agent script reported the
 > following error: Getting status of IPMI:192.168.10.103...Chassis
 > power = Unknown
 > Failed
 > , log id: 1a536119
 >
 > vdsm.log:
 >
 > Thread-302384::DEBUG::2012-09-11 09:12:41,617::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302384::DEBUG::2012-09-11 09:12:42,645::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 > Thread-302387::DEBUG::2012-09-11 09:12:42,666::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302387::DEBUG::2012-09-11 09:12:43,694::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 >
 >
 >
 > ilo3 without any entered options
 >
 > engine.log:
 >
 > 2012-09-11 09:12:51,015 INFO
 > [org.ovirt.engine.core.bll.FencingExecutor] (ajp--0.0.0.0-8009-4)
 > Executing <Status> Power Management command, Proxy
 > Host:hyper1.ovirt.com, Agent:ipmilan, Target Host:, Management IP:
 > 192.168.10.103, User:Administrator, Options:lanplus,power_wait=4
 > 2012-09-11 09:12:51,036 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-4) START, FenceVdsVDSCommand(vdsId = 71528b6e-
 > f5e6-11e1-a15f-0011856cf23e, targetVdsId = 8dddf9e6-f80a-11e1-
 > b036-0011856cf23e, action = Status, ip = 192.168.10.103, port = ,
 > type = ipmilan, user = Administrator, password = ******, options =
 > 'lanplus,power_wait=4'), log id: 301a770e
 > 2012-09-11 09:12:53,161 INFO
 > [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
 > (ajp--0.0.0.0-8009-4) FINISH, FenceVdsVDSCommand, return: Test
 > Failed, Host Status is: unknown. The fence-agent script reported the
 > following error: Getting status of IPMI:192.168.10.103...Chassis
 > power = Unknown
 > Failed
 > , log id: 301a770e
 >
 > vdsm.log:
 >
 > Thread-302392::DEBUG::2012-09-11 09:12:47,063::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302392::DEBUG::2012-09-11 09:12:48,091::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 > Thread-302394::DEBUG::2012-09-11 09:12:48,112::API::1024::vds::
 > (fenceNode) fenceNode(addr=192.168.10.
 >
103,port=,agent=ipmilan,user=Administrator,passwd=XXXX,action=status,secure=,options=)
 > Thread-302394::DEBUG::2012-09-11 09:12:49,140::API::1050::vds::
 > (fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=Administrator
 > option=status
 > passwd=XXXX
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 >
 > > > commit 59934118e3a30c57539d2b71016532bdd9c4ab17
 > > > Author: Roy Golan <rgo...@redhat.com>
 > > > Date: Thu Aug 9 16:34:10 2012 +0300
 > > >
 > > > fenceNode API is missing the options argument
 > > >
 > > > Change-Id: Ib2ce9b0f71040f9198413fa06c5d8768994842ec
 > > > Signed-off-by: Roy Golan <rgo...@redhat.com>
 > > > Reviewed-on: http://gerrit.ovirt.org/7058
 > > > Reviewed-by: Dan Kenigsberg <dan...@redhat.com>
 > > > Reviewed-by: Omer Frenkel <ofren...@redhat.com>
 > > > Tested-by: Omer Frenkel <ofren...@redhat.com>
 > > >
 > > >
 > > >
 > > >
 > > >
 > > >
 > > > >
 > > > >
 > > > >
 > > > >
 > > > >>
 > > > >> - -
 > > > >> Dmitriy Pyryakov
 > > > >>
 > > > >> VimpelCom Ltd.
 > > > >> Inactive hide details for Eli Mesika ---10.09.2012
 > > > >> 17:29:41--------
 > > > >> Original Message ----- > From: "Itamar Heim" <ih...@redhat.eli
 > > > >> Mesika ---10.09.2012 17:29:41-------- Original Message ----- >
 > > > >> From:
 > > > >> "Itamar Heim" <ih...@redhat.com>
 > > > >>
 > > > >> От: Eli Mesika <emes...@redhat.com>
 > > > >> Кому: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>
 > > > >> Копия: users@ovirt.org, Itamar Heim <ih...@redhat.com>
 > > > >> Дата: 10.09.2012 17:29
 > > > >> Тема: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > > > >>
 > > > >>
 > > > >>
 > > > >>
 > > > >>
 > > > >>
 > > > >> ----- Original Message -----
 > > > >>> From: "Itamar Heim" <ih...@redhat.com>
 > > > >>> To: "Eli Mesika" <emes...@redhat.com>
 > > > >>> Cc: users@ovirt.org, "Dmitriy A Pyryakov"
 > > > >>> <dpyrya...@ekb.beeline.ru>
 > > > >>> Sent: Monday, September 10, 2012 2:14:31 PM
 > > > >>> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > > > >>>
 > > > >>> On 09/10/2012 02:07 PM, Eli Mesika wrote:
 > > > >>>>
 > > > >>>>
 > > > >>>> ----- Original Message -----
 > > > >>>>> From: "Itamar Heim" <ih...@redhat.com>
 > > > >>>>> To: "Dmitriy A Pyryakov" <dpyrya...@ekb.beeline.ru>
 > > > >>>>> Cc: "Eli Mesika" <emes...@redhat.com>, users@ovirt.org
 > > > >>>>> Sent: Monday, September 10, 2012 12:51:03 PM
 > > > >>>>> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
 > > > >>>>>
 > > > >>>>> On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
 > > > >>>>>> engine=# select * from vdc_options where option_name in
 > > > >>>>>>
 > >
 >
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
 > > > >>>>>> option_id | option_name | option_value | version
 > > > >>>>>> -----------+-------------------------
 > >
 >
+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 > > +---------
 > > > >>>>>> 77 | FenceAgentMapping | ilo3=ipmilan | general
 > > > >>>>>> 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
 > > > >>>>>> general
 > > > >>>>>> 323 | VdsFenceType |
 > > > >>>>>>
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
 > > > >>>>>> |
 > > > >>>>>> 3.1
 > > > >>>>>> 322 | VdsFenceType |
 > > > >>>>>
 > > > >>>>> eli - ilo3 is missing in 3.1?
 > > > >>>> Yes, this is certainly a bug, I will open it and resolve ASAP
 > > > >>>
 > > > >>> this is a db change, so dmitriy can apply it easily as well.
 > > > >> Sure
 > > > >> Dmitriy , please apply
 > > > >> 1) run on your Postgres engine :
 > > > >> select
 > > > >> fn_db_update_config_value
 > >
 >
('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.
 > > 1');
 > > > >>
 > > > >> 2) Restart engine
 > > > >> 3) Check again (you should have ilo3 now in the UI list)
 > > > >> 4) Let me know if it works
 > > > >>
 > > > >> Thanks
 > > > >>
 > > > >>>
 > > > >>>>> and maybe another bug on not passing fence options which i
 > > > >>>>> remember
 > > > >>>>> we
 > > > >>>>> had at some point
 > > > >>>> Yes, I believe that the above will solve the issue since we had
 > > > >>>> already tested ilo3 unless we have a regression I am not aware
 > > > >>>> about.
 > > > >>>
 > > > >>> lets hope so. question is if it was fixed after ovirt 3.1 was
 > > > >>> done.
 > > > >>>
 > > > >>>>
 > > > >>>>>
 > > > >>>>>>
 > alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
 > > > >>>>>> | 3.0
 > > > >>>>>> 321 | VdsFenceType |
 > > > >>>>>>
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
 > > > >>>>>> |
 > > > >>>>>> 2.2
 > > > >>>>>> 318 | VdsFenceOptionMapping |
 > > > >>>>>>
 > >
 >
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
 > > > >>>>>> | general
 > > > >>>>>> (6 rows)
 > > > >>>>>>
 > > > >>>>>> --
 > > > >>>>>>
 > > > >>>>>> Dmitriy Pyryakov
 > > > >>>>>> VimpelCom Ltd.
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>> Inactive hide details for Eli Mesika ---10.09.2012
 > > > >>>>>> 15:02:16--------
 > > > >>>>>> Original Message ----- > From: "Dmitriy A Pyryakov" <DPyryaEli
 > > > >>>>>> Mesika
 > > > >>>>>> ---10.09.2012 15:02:16-------- Original Message ----- > From:
 > > > >>>>>> "Dmitriy A
 > > > >>>>>> Pyryakov" <dpyrya...@ekb.beeline.ru>
 > > > >>>>>>
 > > > >>>>>> От: Eli Mesika <emes...@redhat.com>
 > > > >>>>>> Кому: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>
 > > > >>>>>> Копия: users@ovirt.org, Itamar Heim <ih...@redhat.com>
 > > > >>>>>> Дата: 10.09.2012 15:02
 > > > >>>>>> Тема: Re: [Users] HP Integrated Lights Out 3
 > > > >>>>>>
 > >
------------------------------------------------------------------------
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>> ----- Original Message -----
 > > > >>>>>>> From: "Dmitriy A Pyryakov" <dpyrya...@ekb.beeline.ru>
 > > > >>>>>>> To: "Itamar Heim" <ih...@redhat.com>
 > > > >>>>>>> Cc: "Eli Mesika" <emes...@redhat.com>, users@ovirt.org
 > > > >>>>>>> Sent: Monday, September 10, 2012 11:57:25 AM
 > > > >>>>>>> Subject: Re: [Users] HP Integrated Lights Out 3
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>> Yes, but oVirt don't pass this options to fence_ipmilan
 > > > >>>>>>> command.
 > > > >>>>>>> There are all logged options: Thread-43892::DEBUG::2012-09-07
 > > > >>>>>>> 13:14:03,094::API::1024::vds::(fenceNode)
 > > > >>>>>>>
 > > > >>>>>> fenceNode(addr=192.168.10.
 > >
 >
103,port=,agent=ipmilan,user=fence_ilo,passwd=XXXX,action=status,secure=,options=)
 > > > >>>>>>> Thread-43892::DEBUG::2012-09-07
 > > > >>>>>>> 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
 > > > >>>>>>> agent=fence_ipmilan
 > > > >>>>>>> ipaddr=192.168.10.103
 > > > >>>>>>> login=fence_ilo
 > > > >>>>>>> option=status
 > > > >>>>>>> passwd=XXXX
 > > > >>>>>>> out Getting status of IPMI:192.168.10.103...Chassis power =
 > > > >>>>>>> Unknown
 > > > >>>>>>> Failed
 > > > >>>>>>> err
 > > > >>>>>>>
 > > > >>>>>>
 > > > >>>>>> Hi
 > > > >>>>>> As you see, options arrived to VDSM as empty string
 > > > >>>>>> Can you please paste the output of the following SQL
 > > > >>>>>>
 > > > >>>>>> select * from vdc_options where option_name =
 > > > >>>>>> 'FenceAgentDefaultParams';
 > > > >>>>>>
 > > > >>>>>> Thanks
 > > > >>>>>>
 > > > >>>>>>
 > > > >>>>>>> - - Dmitriy Pyryakov VimpelCom Ltd.
 > > > >>>>>>> Inactive hide details for Itamar Heim ---10.09.2012
 > > > >>>>>>> 14:48:06---On
 > > > >>>>>>> 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't
 > > > >>>>>>> Itamar
 > > > >>>>>>> Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy
 > > > >>>>>>> A
 > > > >>>>>>> Pyryakov wrote: > No, I don't see an ilo3 type of fencing
 > > > >>>>>>> device
 > > > >>>>>>> i
 > > > >>>>>>>
 > > > >>>>>>> От: Itamar Heim <ih...@redhat.com>
 > > > >>>>>>> Кому: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>
 > > > >>>>>>> Копия: Eli Mesika <emes...@redhat.com>, users@ovirt.org
 > > > >>>>>>> Дата: 10.09.2012 14:48
 > > > >>>>>>> Тема: Re: [Users] HP Integrated Lights Out 3
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>> On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
 > > > >>>>>>>> No, I don't see an ilo3 type of fencing device in my "Power
 > > > >>>>>>>> Management" tab.
 > > > >>>>>>>>
 > > > >>>>>>>> I have fence_ilo3 command on my hypervisor host.
 > > > >>>>>>>
 > > > >>>>>>> did you try choosing ipmilan and passing options of
 > > > >>>>>>> lanplus,power_wait=4?
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>> When I run it with following options:
 > > > >>>>>>>> privlvl=user
 > > > >>>>>>>> ipaddr=192.168.10.103
 > > > >>>>>>>> login=fence_ilo
 > > > >>>>>>>> passwd=********
 > > > >>>>>>>> operation=status
 > > > >>>>>>>>
 > > > >>>>>>>> it print: Getting status of IPMI:192.168.10.103...Chassis
 > > > >>>>>>>> power =
 > > > >>>>>>>> On
 > > > >>>>>>>> Done
 > > > >>>>>>>>
 > > > >>>>>>>> oVirt Engine Version: 3.1.0-2.fc17
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>> - -
 > > > >>>>>>>> Dmitriy Pyryakov
 > > > >>>>>>>> VimpelCom Ltd.
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>> Inactive hide details for Itamar Heim ---10.09.2012
 > > > >>>>>>>> 14:28:19---On
 > > > >>>>>>>> 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: >
 > > > >>>>>>>> Hello,Itamar
 > > > >>>>>>>> Heim
 > > > >>>>>>>> ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A
 > > > >>>>>>>> Pyryakov
 > > > >>>>>>>> wrote: > Hello,
 > > > >>>>>>>>
 > > > >>>>>>>> От: Itamar Heim <ih...@redhat.com>
 > > > >>>>>>>> Кому: Dmitriy A Pyryakov <dpyrya...@ekb.beeline.ru>
 > > > >>>>>>>> Копия: users@ovirt.org, Eli Mesika <emes...@redhat.com>
 > > > >>>>>>>> Дата: 10.09.2012 14:28
 > > > >>>>>>>> Тема: Re: [Users] HP Integrated Lights Out 3
 > > > >>>>>>>>
 > > > >>>>>>
 > >
------------------------------------------------------------------------
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>> On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
 > > > >>>>>>>>> Hello,
 > > > >>>>>>>>>
 > > > >>>>>>>>> I need to use the HP i-lo 3 as fencing device for OOB
 > > > >>>>>>>>> power
 > > > >>>>>>>>> management.
 > > > >>>>>>>>>
 > > > >>>>>>>>> In man 8 page of fence_ipmilan I find that I must use
 > > > >>>>>>>>> lanplus and
 > > > >>>>>>>>> power_wait=4 options. When I insert this options in
 > > > >>>>>>>>> "Option"
 > > > >>>>>>>>> line
 > > > >>>>>>>>> of
 > > > >>>>>>>>> "Power Management" tab and press "Test" button - test is
 > > > >>>>>>>>> failed.
 > > > >>>>>>>>>
 > > > >>>>>>>>> There is the part of vdsm.log at this time:
 > > > >>>>>>>>>
 > > > >>>>>>>>> Thread-43892::DEBUG::2012-09-07
 > > > >>>>>>>>> 13:14:03,094::API::1024::vds::(fenceNode)
 > > > >>>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>> fenceNode(addr=192.168.10.
 > >
 >
103,port=,agent=ipmilan,user=fence_ilo,passwd=XXXX,action=status,secure=,options=)
 > > > >>>>>>>>> Thread-43892::DEBUG::2012-09-07
 > > > >>>>>>>>> 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
 > > > >>>>>>>>> agent=fence_ipmilan
 > > > >>>>>>>>> ipaddr=192.168.10.103
 > > > >>>>>>>>> login=fence_ilo
 > > > >>>>>>>>> option=status
 > > > >>>>>>>>> passwd=XXXX
 > > > >>>>>>>>> out Getting status of IPMI:192.168.10.103...Chassis power
 > > > >>>>>>>>> =
 > > > >>>>>>>>> Unknown
 > > > >>>>>>>>> Failed
 > > > >>>>>>>>> err
 > > > >>>>>>>>>
 > > > >>>>>>>>> My otions are not presented. It looks like a bug.
 > > > >>>>>>>>>
 > > > >>>>>>>>> How can I fix it? How can I find a location of the script
 > > > >>>>>>>>> who run
 > > > >>>>>>>>> this
 > > > >>>>>>>>> test in my system?
 > > > >>>>>>>>
 > > > >>>>>>>> strange, i thought we added ilo3 fence type back in 3.0
 > > > >>>>>>>> which
 > > > >>>>>>>> wraps
 > > > >>>>>>>> ipmilan with lanplus,power_wait=4.
 > > > >>>>>>>> don'y you see ilo3 as an
option?
 > > > >>>>>>>>
 > > > >>>>>>>>>
 > > > >>>>>>>>> - -
 > > > >>>>>>>>> Dmitriy Pyryakov
 > > > >>>>>>>>>
 > > > >>>>>>>>> VimpelCom L
td.
 > > > >>>>>>>>
 >
 > > > >>>>>>>>>
 > > > >
 >>>>>>>>
 > > > >>>>>>>
 >> _______________________________________________
 > > > >>>>>>>>> Users mailing list
 > > > >>>>>>>>> Users@ovirt.org
 > > > >>>>>>>>> http://lists.ovirt.org/mailman/listinfo/users
 > > > >>>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>>
 > > > >>>>>>
 > > > >>>>>
 > > > >>>>>
 > > > >>>>>
 > > > >>>
 > > > >>>
 > > > >>>
 > > > >>
 > > > >>
 > > > >
 > > >
 > > >
 > > > > _______________________________________________
 > Users mailing list
 > Users@ovirt.org
 > http://lists.ovirt.org/mailman/listinfo/users>
 > Darrell Budic> Bigwells Technology LLC> office: 312.529.7816> cell:
608.239.4628


_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to