Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-27 Thread Dan Kenigsberg
On Wed, Jul 27, 2016 at 09:25:25AM +0200, Simone Tiraboschi wrote: > On Wed, Jul 27, 2016 at 8:12 AM, Roy Golan wrote: > > Edi, danken, this is again the malfunctioning heuristics in the client for > > handling ipv6. Is there a bug on this issue ? > > https://bugzilla.redhat.com/show_bug.cgi?id=1

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-27 Thread Simone Tiraboschi
On Wed, Jul 27, 2016 at 8:12 AM, Roy Golan wrote: > Edi, danken, this is again the malfunctioning heuristics in the client for > handling ipv6. Is there a bug on this issue ? https://bugzilla.redhat.com/show_bug.cgi?id=1350883 > On Jul 27, 2016 8:57 AM, wrote: >> >> I enabled ipv6 for "lo" and

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-26 Thread Roy Golan
Edi, danken, this is again the malfunctioning heuristics in the client for handling ipv6. Is there a bug on this issue ? On Jul 27, 2016 8:57 AM, wrote: > I enabled ipv6 for "lo" and "ovirtmgmt" interfaces and deployment process > overt completed successfully. > > # cat /etc/sysctl.conf > > net.

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-26 Thread aleksey . maksimov
I enabled ipv6 for "lo" and "ovirtmgmt" interfaces and deployment process overt completed successfully.# cat /etc/sysctl.confnet.ipv6.conf.all.disable_ipv6 = 1net.ipv6.conf.default.disable_ipv6 = 1net.ipv6.conf.lo.disable_ipv6 = 0net.ipv6.conf.ovirtmgmt.disable_ipv6 = 0Thank you for your Help! 26.0

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Edward Haas
On Mon, Jul 25, 2016 at 4:02 PM, Simone Tiraboschi wrote: > On Mon, Jul 25, 2016 at 2:38 PM, wrote: > > telnet kom-ad01-vm31.holding.com 54321 = success connection > > > > telnet ::1 54321 > > Trying ::1... > > telnet: connect to address ::1: Network is unreachable > > > > (ipv6 on my server di

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 2:38 PM, wrote: > telnet kom-ad01-vm31.holding.com 54321 = success connection > > telnet ::1 54321 > Trying ::1... > telnet: connect to address ::1: Network is unreachable > > (ipv6 on my server disabled) Ok, so the issue seams here: now by default vdsm binds on :: and it

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
telnet kom-ad01-vm31.holding.com 54321 = success connection telnet ::1 54321 Trying ::1... telnet: connect to address ::1: Network is unreachable (ipv6 on my server disabled) 25.07.2016, 15:35, "Simone Tiraboschi" : > On Mon, Jul 25, 2016 at 2:15 PM, wrote: >>  # ss -plutn >> >>  Netid State R

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 2:15 PM, wrote: > # ss -plutn > > Netid State Recv-Q Send-Q >Local Address:Port Peer Address:Port > > udp UNCONN 0 0 >

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
# ss -plutn Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port udp UNCONN 0 0 *:111

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 2:03 PM, wrote: > Yes. > > # ping $(python -c 'import socket; print(socket.gethostname())') > > PING KOM-AD01-VM31.holding.com (10.1.0.231) 56(84) bytes of data. > 64 bytes from kom-ad01-vm31.holding.com (10.1.0.231): icmp_seq=1 ttl=64 > time=0.030 ms > 64 bytes from kom-

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
Yes. # ping $(python -c 'import socket; print(socket.gethostname())') PING KOM-AD01-VM31.holding.com (10.1.0.231) 56(84) bytes of data. 64 bytes from kom-ad01-vm31.holding.com (10.1.0.231): icmp_seq=1 ttl=64 time=0.030 ms 64 bytes from kom-ad01-vm31.holding.com (10.1.0.231): icmp_seq=2 ttl=64 t

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 1:46 PM, wrote: > Ok. > > 1) I stopped and disabled the service NetworkManager > # systemctl stop NetworkManager > # systemctl disable NetworkManager > > 2) I filled /etc/resolv.conf and remove DNS1,DNS2 and add PEERDNS=no in > ifcfg-* file. > > 3) Reboot server > > 4) Tr

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
Ok. 1) I stopped and disabled the service NetworkManager # systemctl stop NetworkManager # systemctl disable NetworkManager 2) I filled /etc/resolv.conf and remove DNS1,DNS2 and add PEERDNS=no in ifcfg-* file. 3) Reboot server 4) Try deploy oVirt HE 4 and I get the same error [ INFO ] Creati

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 11:54 AM, wrote: > What am I supposed to do for successfully deploy ovirt 4 ? > Any ideas ? Can you please try to explicitly configure your DNS with nameserver under /etc/resolv.conf and remove DNS1 and DNS2 and set PEERDNS=no for the interface you are going to use? > 25

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
What am I supposed to do for successfully deploy ovirt 4 ? Any ideas ? 25.07.2016, 12:47, "aleksey.maksi...@it-kb.ru" : > "Aleksey, was your DNS configured with DNS1 and DNS2 just on the interface > you used to create the management bridge on?" > > Yes. Of course > > 25.07.2016, 12:27, "Simone Ti

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
"Aleksey, was your DNS configured with DNS1 and DNS2 just on the interface you used to create the management bridge on?" Yes. Of course 25.07.2016, 12:27, "Simone Tiraboschi" : > On Mon, Jul 25, 2016 at 10:56 AM, Piotr Kliczewski > wrote: >>  This could be the issue here as well as for BZ #1358

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 10:56 AM, Piotr Kliczewski wrote: > This could be the issue here as well as for BZ #1358530 > > On Mon, Jul 25, 2016 at 10:53 AM, wrote: >> Could this be due to the fact that the ovirt installer has changed network >> configuration files (ifcfg-*, resolv.conf) ? >> After

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Piotr Kliczewski
This could be the issue here as well as for BZ #1358530 On Mon, Jul 25, 2016 at 10:53 AM, wrote: > Could this be due to the fact that the ovirt installer has changed network > configuration files (ifcfg-*, resolv.conf) ? > After the error in ovirt installation process I see from resolv.conf >

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
Could this be due to the fact that the ovirt installer has changed network configuration files (ifcfg-*, resolv.conf) ? After the error in ovirt installation process I see from resolv.conf disappeared on my DNS servers entry and now the server is unable to resolve names. 25.07.2016, 11:26, "Sim

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 10:22 AM, wrote: > # vdsClient -s 0 getVdsCaps > > Traceback (most recent call last): > File "/usr/share/vdsm/vdsClient.py", line 2980, in > code, message = commands[command][0](commandArgs) > File "/usr/share/vdsm/vdsClient.py", line 543, in do_getCap > retur

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread aleksey . maksimov
# vdsClient -s 0 getVdsCaps Traceback (most recent call last): File "/usr/share/vdsm/vdsClient.py", line 2980, in code, message = commands[command][0](commandArgs) File "/usr/share/vdsm/vdsClient.py", line 543, in do_getCap return self.ExecAndExit(self.s.getVdsCapabilities()) File "

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-25 Thread Simone Tiraboschi
On Mon, Jul 25, 2016 at 7:51 AM, wrote: > Simone, there is something interesting in the vdsm.log? For what I saw the issue is not related to the storage but to the network. ovirt-hosted-engine-setup uses the jsonrpc client, instead the code from ovirt-hosted-engine-ha still uses the xmlrpc clien

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-24 Thread aleksey . maksimov
Simone, there is something interesting in the vdsm.log? 22.07.2016, 19:36, "aleksey.maksi...@it-kb.ru" : > Simone, thanks for link. > vdsm.log attached > > 22.07.2016, 19:28, "Simone Tiraboschi" : >>  On Fri, Jul 22, 2016 at 5:59 PM, wrote: >>>   Thank you for your response, Simone. >>> >>>   Log

[ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-24 Thread aleksey . maksimov
Hello oVirt guru`s !I have problem with initial deploy of ovirt 4.0 hosted engine.My environment :* Two servers HP ProLiant DL 360 G5 with Qlogic FC HBA connected (with multipathd) to storage HP 3PAR 7200* On each server installed CentOS 7.2 Linux (3.10.0-327.22.2.el7.x8

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-22 Thread Simone Tiraboschi
On Fri, Jul 22, 2016 at 5:59 PM, wrote: > Thank you for your response, Simone. > > Log attached. It seams it comes from VDSM, can you please attach also vdsm.log? > I don't use ovirt-engine-appliance because I have not found "how-to" for > ovirt-engine-appliance deployment in hosted engine con

Re: [ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-22 Thread Simone Tiraboschi
Hi Aleksey, Can you please attach hosted-engine-setup logs? On Fri, Jul 22, 2016 at 3:46 PM, wrote: > > Hello oVirt guru`s ! > > I have problem with initial deploy of ovirt 4.0 hosted engine. > > My environment : > > * Two servers HP ProLiant DL 360 G5 with Qlogic FC

[ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-22 Thread aleksey . maksimov
Hello oVirt guru`s ! I have problem with initial deploy of ovirt 4.0 hosted engine. My environment :* Two servers HP ProLiant DL 360 G5 with Qlogic FC HBA connected (with multipathd) to storage HP 3PAR 7200* On each server installed CentOS 7.2 Linux (3.10.0-327.22.2.el7.

[ovirt-users] oVirt 4 Hosted Engine deploy on fc storage - [ ERROR ] Failed to execute stage 'Misc configuration': [Errno 101] Network is unreachable

2016-07-22 Thread aleksey . maksimov
 Hello oVirt guru`s !I have problem with initial deploy of ovirt 4.0 hosted engine.My environment :* Two servers HP ProLiant DL 360 G5 with Qlogic FC HBA connected (with multipathd) to storage HP 3PAR 7200* On each server installed CentOS 7.2 Linux (3.10.0-327.22.2.el7.x