Re: [ovirt-users] ILO2 Fencing

2018-04-02 Thread TomK

On 4/2/2018 6:55 AM, Alex K wrote:
First issue with fencing is solved per an earlier reply.

Second issue has also been solved earlier the way you outlined but I'm 
wondering why oVirt can't use br0 as the ovirtmgmt interface instead? 
What specific settings on br0 does it NOT like?  Is there any provision 
or flexibility to allow for custom defined bridges with oVirt?


I stumbled upon this page:

https://www.ovirt.org/documentation/how-to/networking/bonding-vlan-bridge/

and tried it but oVirt would have none of it.

After I let oVirt setup it's own bridges, I can see the settings it used 
(below) but wondering what *specific* settings in the network scripts 
does it not like?


Would like to know what we can and can't touch in the config files if we 
need to tweak the setup in higher level environments.


Cheers,
Tom


 1098 -rw-rw-r--. 1 root root   289 Mar 29 03:30 ifcfg-ovirtmgmt
   127014 -rw-rw-r--. 1 root root   145 Mar 29 03:30 ifcfg-eth0
   127022 -rw-rw-r--. 1 root root   145 Mar 29 03:30 ifcfg-eth1
   127016 -rw-rw-r--. 1 root root   145 Mar 29 03:30 ifcfg-eth2
   127029 -rw-rw-r--. 1 root root   145 Mar 29 03:30 ifcfg-eth3
 3039 -rw-rw-r--. 1 root root   169 Mar 29 03:30 route-ovirtmgmt
 3200 -rw-rw-r--. 1 root root   166 Mar 29 03:30 rule-ovirtmgmt
   127032 -rw-rw-r--. 1 root root   199 Mar 31 00:35 ifcfg-bond0
   222656 drwxr-xr-x. 2 root root  4096 Mar 31 00:39 .
[root@mdskvm-p01 network-scripts]# cat ifcfg-bond0
# Generated by VDSM version 4.20.23-1.el7.centos
DEVICE=bond0
BONDING_OPTS='mode=1 miimon=100'
BRIDGE=ovirtmgmt
MACADDR=78:e7:d1:8f:4d:26
ONBOOT=yes
MTU=1500
DEFROUTE=no
NM_CONTROLLED=no
IPV6INIT=no
[root@mdskvm-p01 network-scripts]#
[root@mdskvm-p01 network-scripts]#
[root@mdskvm-p01 network-scripts]#
[root@mdskvm-p01 network-scripts]# cat ifcfg-ovirtmgmt
# Generated by VDSM version 4.20.23-1.el7.centos
DEVICE=ovirtmgmt
TYPE=Bridge
DELAY=0
STP=off
ONBOOT=yes
IPADDR=192.168.0.60
NETMASK=255.255.255.0
GATEWAY=192.168.0.1
BOOTPROTO=none
MTU=1500
DEFROUTE=yes
NM_CONTROLLED=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
DNS1=192.168.0.224
DNS2=192.168.0.44
[root@mdskvm-p01 network-scripts]# cat route-ovirtmgmt
# Generated by VDSM version 4.20.23-1.el7.centos
0.0.0.0/0 via 192.168.0.1 dev ovirtmgmt table 3232235580
192.168.0.0/24 via 192.168.0.60 dev ovirtmgmt table 3232235580
[root@mdskvm-p01 network-scripts]# cat rule-ovirtmgmt
# Generated by VDSM version 4.20.23-1.el7.centos
from 192.168.0.0/24 prio 32000 table 3232235580
from all to 192.168.0.0/24 dev ovirtmgmt prio 32000 table 3232235580
[root@mdskvm-p01 network-scripts]#




Hi,

you need a second host so as power management to work.
Since you verified it with command line then adding a second host should 
resolve this issue.


In regards to the interface, you need to remove the bridge interface as 
instructed (make it a simple interface) then leave ovirt to configure it 
ovirtmgmt bridge.



Alex

On Wed, Mar 28, 2018 at 9:17 AM, TomK > wrote:


Hey Guy's,

I've tested my ILO2 fence from the ovirt engine CLI and that works:

fence_ilo2 -a 192.168.0.37 -l  --password=""
--ssl-insecure --tls1.0 -v -o status

The UI gives me:

Test failed: Failed to run fence status-check on host
'ph-host01.my.dom'.  No other host was available to serve as proxy
for the operation.

Going to add a second host in a bit but anyway to get this working
with just one host?  I'm just adding the one host to oVirt for some
POC we are doing atm but the UI forces me to adjust Power Management
settings before proceeding.

Also:

2018-03-28 02:04:15,183-04 WARN [org.ovirt.engine.core.bll.net
work.NetworkConfigurator]
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Failed to
find a valid interface for the management network of host
ph-host01.my.dom. If the interface br0 is a bridge, it should be
torn-down manually.
2018-03-28 02:04:15,184-04 ERROR
[org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand]
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Exception:

org.ovirt.engine.core.bll.network.NetworkConfigurator$NetworkConfiguratorException:
Interface br0 is invalid for management network


I've these defined as such but not clear what it is expecting:

[root@ph-host01 ~]# ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN
qlen 1
     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
     inet 127.0.0.1/8  scope host lo
        valid_lft forever preferred_lft forever
     inet6 ::1/128 scope host
        valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc mq
master bond0 state UP qlen 1000
     link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
3: eth1:  mtu 1500 

[ovirt-users] ILO2 Fencing

2018-04-02 Thread TomK

Hey Guy's,

I've tested my ILO2 fence from the ovirt engine CLI and that works:

fence_ilo2 -a 192.168.0.37 -l  --password="" 
--ssl-insecure --tls1.0 -v -o status


The UI gives me:

Test failed: Failed to run fence status-check on host 
'ph-host01.my.dom'.  No other host was available to serve as proxy for 
the operation.


Going to add a second host in a bit but anyway to get this working with 
just one host?  I'm just adding the one host to oVirt for some POC we 
are doing atm but the UI forces me to adjust Power Management settings 
before proceeding.


Also:

2018-03-28 02:04:15,183-04 WARN 
[org.ovirt.engine.core.bll.network.NetworkConfigurator] 
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Failed to find a 
valid interface for the management network of host ph-host01.my.dom. If 
the interface br0 is a bridge, it should be torn-down manually.
2018-03-28 02:04:15,184-04 ERROR 
[org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] 
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Exception: 
org.ovirt.engine.core.bll.network.NetworkConfigurator$NetworkConfiguratorException: 
Interface br0 is invalid for management network



I've these defined as such but not clear what it is expecting:

[root@ph-host01 ~]# ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc mq 
master bond0 state UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
3: eth1:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
4: eth2:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
5: eth3:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
21: bond0:  mtu 1500 qdisc 
noqueue master br0 state UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
   valid_lft forever preferred_lft forever
23: ;vdsmdummy;:  mtu 1500 qdisc noop state DOWN 
qlen 1000

link/ether fe:69:c7:50:0d:dd brd ff:ff:ff:ff:ff:ff
24: br0:  mtu 1500 qdisc noqueue state 
UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
inet 192.168.0.39/23 brd 192.168.1.255 scope global br0
   valid_lft forever preferred_lft forever
inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
   valid_lft forever preferred_lft forever
[root@ph-host01 ~]# cd /etc/sysconfig/network-scripts/
[root@ph-host01 network-scripts]# cat ifcfg-br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.0.39
NETMASK=255.255.254.0
GATEWAY=192.168.0.1
ONBOOT=yes
DELAY=0
USERCTL=no
DEFROUTE=yes
NM_CONTROLLED=no
DOMAIN="my.dom nix.my.dom"
SEARCH="my.dom nix.my.dom"
HOSTNAME=ph-host01.my.dom
DNS1=192.168.0.224
DNS2=192.168.0.44
DNS3=192.168.0.45
ZONE=public
[root@ph-host01 network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
BONDING_OPTS="miimon=100 mode=2"
BRIDGE=br0
#
#
# IPADDR=192.168.0.39
# NETMASK=255.255.254.0
# GATEWAY=192.168.0.1
# DNS1=192.168.0.1
[root@ph-host01 network-scripts]#


--
Cheers,
Tom K.
-

Living on earth is expensive, but it includes a free trip around the sun.

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


Re: [ovirt-users] ILO2 Fencing

2018-03-29 Thread Martin Perina
On Thu, Mar 29, 2018 at 7:24 AM, TomK  wrote:

> Hey Guy's,
>
> I've tested my ILO2 fence from the ovirt engine CLI and that works:
>
> fence_ilo2 -a 192.168.0.37 -l  --password="" --ssl-insecure
> --tls1.0 -v -o status
>

​You are using additional options on command line, please add below to the
Options field in Edit Fence Agent dialog and retry

  ssl_insecure=1,tls1.0=1

​


>
> The UI gives me:
>
> Test failed: Failed to run fence status-check on host 'ph-host01.my.dom'.
> No other host was available to serve as proxy for the operation.
>

​This is normal, fencing requires to have at least 2 working hosts in the
setup
​


>
> Going to add a second host in a bit but anyway to get this working with
> just one host?  I'm just adding the one host to oVirt for some POC we are
> doing atm but the UI forces me to adjust Power Management settings before
> proceeding.
>

​You have the options to disable fencing completely for cluster, it's
enough to turn off Enable fencing option in Fencing Policy tab in Edit
Cluster dialog.
​


>
> Also:
>
> 2018-03-28 02:04:15,183-04 WARN 
> [org.ovirt.engine.core.bll.network.NetworkConfigurator]
> (EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Failed to find a
> valid interface for the management network of host ph-host01.my.dom. If the
> interface br0 is a bridge, it should be torn-down manually.
> 2018-03-28 02:04:15,184-04 ERROR [org.ovirt.engine.core.bll.hos
> tdeploy.InstallVdsInternalCommand] (EE-ManagedThreadFactory-engine-Thread-335)
> [2d691be9] Exception: org.ovirt.engine.core.bll.netw
> ork.NetworkConfigurator$NetworkConfiguratorException: Interface br0 is
> invalid for management network
>

​Petr/Edward could you please take a look?
​


>
>
> I've these defined as such but not clear what it is expecting:
>
> [root@ph-host01 ~]# ip a
> 1: lo:  mtu 65536 qdisc noqueue state UNKNOWN qlen 1
> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
> inet 127.0.0.1/8 scope host lo
>valid_lft forever preferred_lft forever
> inet6 ::1/128 scope host
>valid_lft forever preferred_lft forever
> 2: eth0:  mtu 1500 qdisc mq master
> bond0 state UP qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> 3: eth1:  mtu 1500 qdisc mq
> master bond0 state DOWN qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> 4: eth2:  mtu 1500 qdisc mq
> master bond0 state DOWN qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> 5: eth3:  mtu 1500 qdisc mq
> master bond0 state DOWN qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> 21: bond0:  mtu 1500 qdisc
> noqueue master br0 state UP qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
>valid_lft forever preferred_lft forever
> 23: ;vdsmdummy;:  mtu 1500 qdisc noop state DOWN qlen
> 1000
> link/ether fe:69:c7:50:0d:dd brd ff:ff:ff:ff:ff:ff
> 24: br0:  mtu 1500 qdisc noqueue state
> UP qlen 1000
> link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
> inet 192.168.0.39/23 brd 192.168.1.255 scope global br0
>valid_lft forever preferred_lft forever
> inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
>valid_lft forever preferred_lft forever
> [root@ph-host01 ~]# cd /etc/sysconfig/network-scripts/
> [root@ph-host01 network-scripts]# cat ifcfg-br0
> DEVICE=br0
> TYPE=Bridge
> BOOTPROTO=none
> IPADDR=192.168.0.39
> NETMASK=255.255.254.0
> GATEWAY=192.168.0.1
> ONBOOT=yes
> DELAY=0
> USERCTL=no
> DEFROUTE=yes
> NM_CONTROLLED=no
> DOMAIN="my.dom nix.my.dom"
> SEARCH="my.dom nix.my.dom"
> HOSTNAME=ph-host01.my.dom
> DNS1=192.168.0.224
> DNS2=192.168.0.44
> DNS3=192.168.0.45
> ZONE=public
> [root@ph-host01 network-scripts]# cat ifcfg-bond0
> DEVICE=bond0
> ONBOOT=yes
> BOOTPROTO=none
> USERCTL=no
> NM_CONTROLLED=no
> BONDING_OPTS="miimon=100 mode=2"
> BRIDGE=br0
> #
> #
> # IPADDR=192.168.0.39
> # NETMASK=255.255.254.0
> # GATEWAY=192.168.0.1
> # DNS1=192.168.0.1
> [root@ph-host01 network-scripts]#
>
>
> --
> Cheers,
> Tom K.
> 
> -
>
> Living on earth is expensive, but it includes a free trip around the sun.
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 
Martin Perina
Associate Manager, Software Engineering
Red Hat Czech s.r.o.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] ILO2 Fencing

2018-03-28 Thread TomK

Hey Guy's,

I've tested my ILO2 fence from the ovirt engine CLI and that works:

fence_ilo2 -a 192.168.0.37 -l  --password="" 
--ssl-insecure --tls1.0 -v -o status


The UI gives me:

Test failed: Failed to run fence status-check on host 
'ph-host01.my.dom'.  No other host was available to serve as proxy for 
the operation.


Going to add a second host in a bit but anyway to get this working with 
just one host?  I'm just adding the one host to oVirt for some POC we 
are doing atm but the UI forces me to adjust Power Management settings 
before proceeding.


Also:

2018-03-28 02:04:15,183-04 WARN 
[org.ovirt.engine.core.bll.network.NetworkConfigurator] 
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Failed to find a 
valid interface for the management network of host ph-host01.my.dom. If 
the interface br0 is a bridge, it should be torn-down manually.
2018-03-28 02:04:15,184-04 ERROR 
[org.ovirt.engine.core.bll.hostdeploy.InstallVdsInternalCommand] 
(EE-ManagedThreadFactory-engine-Thread-335) [2d691be9] Exception: 
org.ovirt.engine.core.bll.network.NetworkConfigurator$NetworkConfiguratorException: 
Interface br0 is invalid for management network



I've these defined as such but not clear what it is expecting:

[root@ph-host01 ~]# ip a
1: lo:  mtu 65536 qdisc noqueue state UNKNOWN qlen 1
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
   valid_lft forever preferred_lft forever
2: eth0:  mtu 1500 qdisc mq 
master bond0 state UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
3: eth1:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
4: eth2:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
5: eth3:  mtu 1500 qdisc mq 
master bond0 state DOWN qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
21: bond0:  mtu 1500 qdisc 
noqueue master br0 state UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
   valid_lft forever preferred_lft forever
23: ;vdsmdummy;:  mtu 1500 qdisc noop state DOWN 
qlen 1000

link/ether fe:69:c7:50:0d:dd brd ff:ff:ff:ff:ff:ff
24: br0:  mtu 1500 qdisc noqueue state 
UP qlen 1000

link/ether 78:e7:d1:8c:b1:ba brd ff:ff:ff:ff:ff:ff
inet 192.168.0.39/23 brd 192.168.1.255 scope global br0
   valid_lft forever preferred_lft forever
inet6 fe80::7ae7:d1ff:fe8c:b1ba/64 scope link
   valid_lft forever preferred_lft forever
[root@ph-host01 ~]# cd /etc/sysconfig/network-scripts/
[root@ph-host01 network-scripts]# cat ifcfg-br0
DEVICE=br0
TYPE=Bridge
BOOTPROTO=none
IPADDR=192.168.0.39
NETMASK=255.255.254.0
GATEWAY=192.168.0.1
ONBOOT=yes
DELAY=0
USERCTL=no
DEFROUTE=yes
NM_CONTROLLED=no
DOMAIN="my.dom nix.my.dom"
SEARCH="my.dom nix.my.dom"
HOSTNAME=ph-host01.my.dom
DNS1=192.168.0.224
DNS2=192.168.0.44
DNS3=192.168.0.45
ZONE=public
[root@ph-host01 network-scripts]# cat ifcfg-bond0
DEVICE=bond0
ONBOOT=yes
BOOTPROTO=none
USERCTL=no
NM_CONTROLLED=no
BONDING_OPTS="miimon=100 mode=2"
BRIDGE=br0
#
#
# IPADDR=192.168.0.39
# NETMASK=255.255.254.0
# GATEWAY=192.168.0.1
# DNS1=192.168.0.1
[root@ph-host01 network-scripts]#


--
Cheers,
Tom K.
-

Living on earth is expensive, but it includes a free trip around the sun.

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


Re: [ovirt-users] iLO2

2016-01-03 Thread Eli Mesika


- Original Message -
> From: "Eriks Goodwin" <er...@connectcombpo.com>
> To: "Eli Mesika" <emes...@redhat.com>
> Sent: Tuesday, December 29, 2015 4:13:11 AM
> Subject: Re: [ovirt-users] iLO2
> 
> [root@n001 ~]# /usr/sbin/fence_ipmilan --ip=10.0.1.104 --username=ovirtmgmt
> --password=REDACTED -v --action=status --lanplus

Please try again with 

# /usr/sbin/fence_ipmilan --ip=10.0.1.104 --username=ovirtmgmt 
--password=REDACTED -v --action=status --lanplus -T 4

> 
> Executing: /usr/bin/ipmitool -I lanplus -H 10.0.1.104 -U ovirtmgmt -P [set]
> -p 623 -L ADMINISTRATOR chassis power status
> 
> Connection timed out
> 
> [root@n001 ~]#
> 
> 
> - On Dec 22, 2015, at 8:48 AM, Eli Mesika <emes...@redhat.com> wrote:
> 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] iLO2

2015-12-22 Thread Dominique Taffin
Hello,

we also had a lot of issues using ILOs of older DL360 hosts. We
ended up using "ipmilan" with options "lanplus=1,power_wait=4".
Assuming of course you are able to access the management module/port
from the network your ovirt nodes are running in.

regards,
 
-- 
Dominique Taffin

Systemadministrator
IT Operations Platform Core Services

1&1 Internet SE | Brauerstraße 48 | 76135 Karlsruhe | Germany
Phone: +49 721 91374-3912
E-Mail: dominique.taf...@1und1.de | Web: www.1und1.de

Hauptsitz Montabaur, Amtsgericht Montabaur, HRB 24498

Vorstand: Christian Bigatà Joseph, Robert Hoffmann, Hans-Henning Kettler, Uwe 
Lamnek
Aufsichtsratsvorsitzender: Michael Scheeren


Member of United Internet

Diese E-Mail kann vertrauliche und/oder gesetzlich geschützte Informationen 
enthalten. Wenn Sie nicht der bestimmungsgemäße Adressat sind oder diese E-Mail 
irrtümlich erhalten haben, unterrichten Sie bitte den Absender und vernichten 
Sie diese E-Mail. Anderen als dem bestimmungsgemäßen Adressaten ist untersagt, 
diese E-Mail zu speichern, weiterzuleiten oder ihren Inhalt auf welche Weise 
auch immer zu verwenden.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient of this e-mail, you are hereby notified that saving, 
distribution or use of the content of this e-mail in any way is prohibited. If 
you have received this e-mail in error, please notify the sender and delete the 
e-mail.

-Original Message-
From: Eriks Goodwin <er...@connectcombpo.com>
To: users <users@ovirt.org>
Subject: [ovirt-users] iLO2
Date: Tue, 22 Dec 2015 04:08:15 -0500

I have been tinkering with various settings and configurations
trying to get power management working properly--but it keeps giving
me "Fail:" (without any details) every time I test the settings. 
The servers I am using are HP Proliant DL380 G6 with integrated
iLO2.  Any tips?

I can use the same credentials to log into the system via the web
interface--so I'm sure I have the address, username, and passwd
right.  :-)
___
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


[ovirt-users] iLO2

2015-12-22 Thread Eriks Goodwin
I have been tinkering with various settings and configurations trying to get 
power management working properly--but it keeps giving me "Fail:" (without any 
details) every time I test the settings. The servers I am using are HP Proliant 
DL380 G6 with integrated iLO2. Any tips? 

I can use the same credentials to log into the system via the web interface--so 
I'm sure I have the address, username, and passwd right. :-) 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] iLO2

2015-12-22 Thread Eli Mesika


- Original Message -
> From: "Eriks Goodwin" <er...@connectcombpo.com>
> To: "users" <users@ovirt.org>
> Sent: Tuesday, December 22, 2015 11:08:15 AM
> Subject: [ovirt-users] iLO2
> 
> I have been tinkering with various settings and configurations trying to get
> power management working properly--but it keeps giving me "Fail:" (without
> any details) every time I test the settings. The servers I am using are HP
> Proliant DL380 G6 with integrated iLO2. Any tips?
> 
> I can use the same credentials to log into the system via the web
> interface--so I'm sure I have the address, username, and passwd right. :-)

can you please try to reach the PM agent via the /usr/sbin/fence_ipmilan script 
using "lanplus=1,power_wait=4" and see if it is working for you?
If not , please paste the result you got 

Thanks 
Eli Mesika

> 
> ___
> 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