
This is a multi-part message in MIME format. --------------070705070705000607090706 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit I'm trying to get a 3.6.1 HE setup going where I have 4 VLANs (VIDs 101-104) for storage networks, 1 VLAN (VID 100) for ovirtmgmt and 1 more (VID 1) for everything else. Because I know of no way to manipulate the network configuration from the management GUI once the HE is running and with only a single Host, I made the OS configuration as close as possible to what I'd want when done. This looks like: [root@orthosie ~]# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 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: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master ovirtmgmt state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff 3: em1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff 4: em2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff 5: em3: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff 6: em4: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000 link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff 8: bond0.1@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 172.16.7.8/24 brd 172.16.7.255 scope global bond0.1 valid_lft forever preferred_lft forever inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link valid_lft forever preferred_lft forever 9: bond0.101@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 192.168.101.203/24 brd 192.168.101.255 scope global bond0.101 valid_lft forever preferred_lft forever inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link valid_lft forever preferred_lft forever 10: bond0.102@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 192.168.102.203/24 brd 192.168.102.255 scope global bond0.102 valid_lft forever preferred_lft forever inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link valid_lft forever preferred_lft forever 11: bond0.103@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 192.168.103.203/24 brd 192.168.103.255 scope global bond0.103 valid_lft forever preferred_lft forever inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link valid_lft forever preferred_lft forever 12: bond0.104@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 192.168.104.203/24 brd 192.168.104.255 scope global bond0.104 valid_lft forever preferred_lft forever inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link valid_lft forever preferred_lft forever 13: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff inet 192.168.100.102/24 brd 192.168.100.255 scope global ovirtmgmt valid_lft forever preferred_lft forever The hosted-engine deploy script got stuck near the end when it wanted the HA broker to take over. It said the ovirtmgmt network was unavailable on the Host and suggested trying to activate it within the GUI. Though I had my bonding and bridging all configured prior to any HE deployment attempt (as shown above), the GUI didn’t see it that way. It knew of the bond, and the 4 IFs of course, but it showed all 4 IFs as down and the required ovirtmgmt network was off on the right side – effectively not yet associated with the physical devices. I dragged the ovirtmgmt net over to the left to associate it the 4 IFs and pressed Save. The GUI now shows all 4 IFs up with ovirtmgmt assigned. But it is not in sync -- specifically the netmask property on the host is "255.255.255.0" while on the DC its "24". They're saying the same thing; just in different ways. Since I only have the one Host, how can I sync this? -- John Florian --------------070705070705000607090706 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> </head> <body text="#000000" bgcolor="#FFFFFF"> I'm trying to get a 3.6.1 HE setup going where I have 4 VLANs (VIDs 101-104) for storage networks, 1 VLAN (VID 100) for ovirtmgmt and 1 more (VID 1) for everything else. Because I know of no way to manipulate the network configuration from the management GUI once the HE is running and with only a single Host, I made the OS configuration as close as possible to what I'd want when done. This looks like:<br> <br> <tt>[root@orthosie ~]# ip a</tt><tt><br> </tt><tt> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN </tt><tt><br> </tt><tt> link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</tt><tt><br> </tt><tt> inet 127.0.0.1/8 scope host lo</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 ::1/128 scope host </tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 2: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 1500 qdisc noqueue master ovirtmgmt state UP </tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> 3: em1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> 4: em2: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> 5: em3: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> 6: em4: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 1500 qdisc mq master bond0 state UP qlen 1000</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> 8: bond0.1@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP </tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 172.16.7.8/24 brd 172.16.7.255 scope global bond0.1</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link </tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 9: bond0.101@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP </tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 192.168.101.203/24 brd 192.168.101.255 scope global bond0.101</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 10: bond0.102@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 192.168.102.203/24 brd 192.168.102.255 scope global bond0.102</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 11: bond0.103@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 192.168.103.203/24 brd 192.168.103.255 scope global bond0.103</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 12: bond0.104@bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 192.168.104.203/24 brd 192.168.104.255 scope global bond0.104</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> inet6 fe80::7a2b:cbff:fe3c:da02/64 scope link</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><tt><br> </tt><tt> 13: ovirtmgmt: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</tt><tt><br> </tt><tt> link/ether 78:2b:cb:3c:da:02 brd ff:ff:ff:ff:ff:ff</tt><tt><br> </tt><tt> inet 192.168.100.102/24 brd 192.168.100.255 scope global ovirtmgmt</tt><tt><br> </tt><tt> valid_lft forever preferred_lft forever</tt><br> <br> <span lang="en-US"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt;">The hosted-engine deploy script got stuck near the end when it wanted the HA broker to take over. It said the ovirtmgmt network was unavailable on the Host and suggested trying to activate it within the GUI. Though I had my bonding and bridging all configured prior to any HE deployment attempt (as shown above), the GUI didn’t see it that way. It knew of the bond, and the 4 IFs of course, but it showed all 4 IFs as down and the required ovirtmgmt network was off on the right side – effectively not yet associated with the physical devices. </span></font></span><span lang="en-US"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt;"> I dragged the ovirtmgmt net over to the left to associate it the 4 IFs and pressed Save. The GUI now shows all 4 IFs up with ovirtmgmt assigned. But it is not in sync -- specifically the netmask property on the host is "255.255.255.0" while on the DC its "24". </span></font></span><span lang="en-US"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt;"><span lang="en-US"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt;">They're saying the same thing; just in different ways.<br> <br> </span></font></span>Since I only have the one Host, how can I sync this?</span></font></span><br> <span lang="en-US"><font face="Calibri,sans-serif" size="2"><span style="font-size:11pt;"></span></font></span> <pre class="moz-signature" cols="72">-- John Florian </pre> </body> </html> --------------070705070705000607090706--