--_000_D159E0274ED4soerenmalchowmconnet_
Content-Type: text/plain; charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Hi Bill,
First, i would strongly suggest that you check whether the interfaces are e=
xplcicitly NOT managed by NetworkManager, thats the way we do it.
We have something like this
=97
DEVICE=3Dovirtmgmt
TYPE=3DBridge
DELAY=3D0
STP=3Doff
ONBOOT=3Dyes
IPADDR=3D
NETMASK=3D
GATEWAY=3D
BOOTPROTO=3Dnone
DEFROUTE=3Dyes
NM_CONTROLLED=3Dno
HOTPLUG=3Dno
----
And
=97
DEVICE=3Dbond0
BONDING_OPTS=3D'miimon=3D100 updelay=3D0 downdelay=3D0 mode=3D802.3ad xmit_=
hash_policy=3Dlayer3+4'
BRIDGE=3Dovirtmgmt
ONBOOT=3Dyes
NM_CONTROLLED=3Dno
HOTPLUG=3Dno
---
Physical interfaces
=97
DEVICE=3Dp3p3
HWADDR=3D
MASTER=3Dbond0
SLAVE=3Dyes
ONBOOT=3Dyes
MTU=3D1500
NM_CONTROLLED=3Dno
=97
And we actually create all the interfaces BEFORE ovirt installation even th=
ough the files will be regenerated after installing and configuring ovirt (=
vdsm)
That works like a charm for us
Cheers
Soeren
From: Bill Dossett <Bill.Dossett@pb.com<mailto:Bill.Dossett@pb.com>
Date: Thursday 16 April 2015 21:49
To: "users@ovirt.org<mailto:users@ovirt.org>"
<users@ovirt.org<mailto:users=
@ovirt.org>
Subject: [ovirt-users] bonding
interfaces
Hi,
I had a Gluster Cluster running that I setup with oVirt engine=85 =93had=94=
being the operative word here.
Today I connected the second network interface and then went to the host an=
d tried to bond this interface to the ovirt mgmt. network=85 this is where =
the =93had=94 part comes in ;-)
Now I have no working interfaces at all, can=92t ping in or out and all int=
erfaces say they are down, en1, 2, ovrtmgmt and bond0 when I do an ip add (=
this is centos7)
I have done this quite a few times on RHEV clusters and it always worked we=
ll, very impressed with it.
The differences are=85
RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL
I think that=92s it.
I haven=92t really dug into the /etc/sysconfig/network-scripts to see what =
normally goes into the config files to create a bonded interface =96 only t=
o see how to configure my first interface with a vlan and then I let ovirte=
ngine do the rest for me as it worked so wellI
I guess I may have to rip it out and start over unless anyone has any tips =
on fixing it. It=92s just PoC anyway, so learning.
Thanks
Bill Dossett
Systems Architect
Tech Central =96 Global Engineering Services
T +1 303 440 3523
M +44 (0)777 590 8612
bill.dossett@pb.com<mailto:bill.dossett@pb.com
pitneybowes.com<http://pitneybowes.com/
Pitney Bowes
4750 Walnut Street | Boulder, Colorado, 80301 | USA
In Engineering?
Raise a ticket via Remedy Anywhere [HERE<applewebdata://5D25CA10-0BA9-4233-=
9DDF-69951F87F8AB/teamsite.inside.pb.com/sites/TCPPM/GES/Lists/Create%20Inc=
ident/newIncident.aspx>] takes less than a minute
CloudForms User Guide available [
HERE<https://dl.dropboxusercontent.com/u/6=
219441/ManageIQ%20-%20User%20Manual%20PB%20v5.pdf>]
________________________________
--_000_D159E0274ED4soerenmalchowmconnet_
Content-Type: text/html; charset="Windows-1252"
Content-ID: <42A3D06613151E4C827129CE3CF4D8DE(a)liquidcampaign.com
Content-Transfer-Encoding: quoted-printable
<html
<head
<meta http-equiv=3D"Content-Type"
content=3D"text/html; charset=3DWindows-1=
252"
</head
<body style=3D"word-wrap: break-word;
-webkit-nbsp-mode: space; -webkit-lin=
e-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-fami=
ly: Calibri, sans-serif;"
<div>Hi Bill,</div
<div><br
</div
<div>First, i would strongly
suggest that you check whether the interfaces =
are explcicitly NOT managed by NetworkManager, thats the way we do it.</div=
<div><br
</div
<div>We have something like
this</div
<div><br
</div
<div>=97</div
<div><br
</div
<div
<div>DEVICE=3Dovirtmgmt</div
<div>TYPE=3DBridge</div
<div>DELAY=3D0</div
<div>STP=3Doff</div
<div>ONBOOT=3Dyes</div
<div>IPADDR=3D</div
<div>NETMASK=3D</div
<div>GATEWAY=3D</div
<div>BOOTPROTO=3Dnone</div
<div>DEFROUTE=3Dyes</div
<div>NM_CONTROLLED=3Dno</div
<div>HOTPLUG=3Dno</div
</div
<div><br
</div
<div>----</div
<div><br
</div
<div>And</div
<div><br
</div
<div>=97</div
<div
<div>DEVICE=3Dbond0</div
<div>BONDING_OPTS=3D'miimon=3D100 updelay=3D0 downdelay=3D0 mode=3D802.3ad
=
xmit_hash_policy=3Dlayer3+4'</div
<div>BRIDGE=3Dovirtmgmt</div
<div>ONBOOT=3Dyes</div
<div>NM_CONTROLLED=3Dno</div
<div>HOTPLUG=3Dno</div
</div
<div>---</div
<div><br
</div
<div>Physical
interfaces</div
<div><br
</div
<div>=97</div
<div><br
</div
<div
<div>DEVICE=3Dp3p3</div
<div>HWADDR=3D</div
<div>MASTER=3Dbond0</div
<div>SLAVE=3Dyes</div
<div>ONBOOT=3Dyes</div
<div>MTU=3D1500</div
<div>NM_CONTROLLED=3Dno</div
</div
<div><br
</div
<div>=97</div
<div><br
</div
<div>And we actually create all the interfaces BEFORE ovirt installation ev=
en though the files will be regenerated after installing and configuring ov=
irt (vdsm)</div
<div><br
</div
<div>That works like a charm for us</div
<div><br
</div
<div>Cheers</div
<div>Soeren </div
<div><br
</div
<div><br
</div
<span
id=3D"OLK_SRC_BODY_SECTION"
<div
style=3D"font-family:Calibri; font-size:11pt; text-align:left; color:b=
lack; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM:=
0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid;=
BORDER-RIGHT: medium none; PADDING-TOP: 3pt"
<span
style=3D"font-weight:bold">From: </span>Bill Dossett <<a
href=3D"m=
ailto:Bill.Dossett@pb.com">Bill.Dossett@pb.com</a>><br
<span style=3D"font-weight:bold">Date:
</span>Thursday 16 April 2015 21:49<=
br
<span style=3D"font-weight:bold">To:
</span>"<a href=3D"mailto:users@o=
virt.org">users(a)ovirt.org</a>&quot; <<a
href=3D"mailto:users@ovirt.org">=
users(a)ovirt.org</a>&gt;<br
<span
style=3D"font-weight:bold">Subject: </span>[ovirt-users] bonding inte=
rfaces<br
</div
<div><br
</div
<div
xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micro=
soft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word"
x=
mlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml"
xmlns=3D"http:/=
/www.w3.org/TR/REC-html40"
<meta
name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)"
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";
mso-fareast-language:EN-US;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" /
</xml><![endif]--><!--[if gte mso
9]><xml
<o:shapelayout
v:ext=3D"edit"
<o:idmap v:ext=3D"edit"
data=3D"1" /
</o:shapelayout></xml><![endif]--
<div
lang=3D"EN-GB" link=3D"#0563C1" vlink=3D"#954F72"
<div class=3D"WordSection1"
<p
class=3D"MsoNormal">Hi,<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">I had a Gluster Cluster
running that I setup with oV=
irt engine=85 =93had=94 being the operative word here.<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">Today I connected the
second network interface and t=
hen went to the host and tried to bond this interface to the ovirt mgmt. ne=
twork=85 this is where the =93had=94 part comes in ;-)<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">Now I have no working
interfaces at all, can=92t pin=
g in or out and all interfaces say they are down, en1, 2, ovrtmgmt and bond=
0 when I do an ip add (this is centos7)<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">I have done this quite a
few times on RHEV clusters =
and it always worked well, very impressed with it.
<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">The differences
are=85<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">RHEV cluster I was using
trunked ports and VLANS<o:p=
></o:p></p
<p
class=3D"MsoNormal">RHEV I was using 6.4 or 6.5 RHEL
<o:p></o:p></=
p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">I think that=92s
it.<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">I haven=92t really dug
into the /etc/sysconfig/netwo=
rk-scripts to see what normally goes into the config files to create a bond=
ed interface =96 only to see how to configure my first interface with a vla=
n and then I let ovirtengine do the rest
for me as it worked so wellI<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p class=3D"MsoNormal">I guess I may have to
rip it out and start over unle=
ss anyone has any tips on fixing it. It=92s just PoC anyway, so learn=
ing.<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p
class=3D"MsoNormal">Thanks<o:p></o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
<table class=3D"MsoNormalTable"
border=3D"0" cellspacing=3D"0" cellpadding=
=3D"0" width=3D"1280" style=3D"width:960.0pt"
<tbody
<tr
<td width=3D"640"
style=3D"width:480.0pt;padding:0cm 0cm 0cm 0cm"
<p
class=3D"MsoNormal"><b><span style=3D"font-size: 10pt;
font-family: Aria=
l, sans-serif; color: rgb(0, 130, 213);">Bill
Dossett</span></b><span style=
=3D"mso-fareast-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><span
style=3D"font-size: 10pt; font-family: Arial, =
sans-serif;">Systems Architect</span><span
style=3D"mso-fareast-language:EN=
-GB"><o:p></o:p></span></p
</td
</tr
<tr
<td width=3D"640"
style=3D"width:480.0pt;padding:0cm 0cm 0cm 0cm"
<p
class=3D"MsoNormal"><b><span style=3D"font-size: 10pt;
font-family: Aria=
l, sans-serif;">Tech Central =96 Global Engineering
Services</span></b><spa=
n
style=3D"mso-fareast-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><span
style=3D"font-size:10.0pt;mso-fareast-language=
:EN-GB"> </span><span
style=3D"mso-fareast-language:EN-GB"><o:p></o:p>=
</span></p
<p
class=3D"MsoNormal"><b><span style=3D"font-size: 10pt;
font-family: Aria=
l, sans-serif;">T</span></b><span style=3D"font-size: 10pt;
font-family: Ar=
ial, sans-serif;"> +1 303 440 3523</span><span
style=3D"mso-fareas=
t-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><b><span
style=3D"font-size: 10pt; font-family: Aria=
l, sans-serif;">M</span></b><span style=3D"font-size: 10pt;
font-family: Ar=
ial, sans-serif;"> +44 (0)777 590 8612</span><span
style=3D"mso-fa=
reast-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><span
style=3D"mso-fareast-language:EN-GB"><a href=
=3D"mailto:bill.dossett@pb.com"><span
style=3D"color:#954F72">bill.dossett@=
pb.com</span></a><o:p></o:p></span></p
<p class=3D"MsoNormal"><span
style=3D"mso-fareast-language:EN-GB"><a href=
=3D"http://pitneybowes.com/"><span
style=3D"color:#954F72">pitneybowes.com<=
/span></a><o:p></o:p></span></p
<p
class=3D"MsoNormal"><span
style=3D"font-size:10.0pt;mso-fareast-language=
:EN-GB"><br
</span><b><span
style=3D"font-size: 10pt; font-family: Arial, sans-serif;">=
Pitney Bowes</span></b><span
style=3D"mso-fareast-language:EN-GB"><o:p></o:=
p></span></p
<p
class=3D"MsoNormal"><span style=3D"font-size: 10pt; font-family:
Arial, =
sans-serif;">4750 Walnut Street | Boulder, Colorado, 80301 |
USA</span><spa=
n
style=3D"mso-fareast-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><span
style=3D"font-size: 10pt; font-family: Arial, =
sans-serif;"> </span><span
style=3D"mso-fareast-language:EN-GB"><o:p><=
/o:p></span></p
</td
</tr
<tr
<td
width=3D"640" style=3D"width:480.0pt;padding:0cm 0cm 0cm 0cm"
<p class=3D"MsoNormal"><span
style=3D"mso-fareast-language:EN-GB"> <o:=
p></o:p></span></p
</td
</tr
<tr
<td width=3D"640"
style=3D"width:480.0pt;padding:0cm 0cm 0cm 0cm"
<p
class=3D"MsoNormal" style=3D"page-break-after:avoid"><span
style=3D"font=
-size: 10pt; font-family: Arial, sans-serif;">In Engineering?</span><span
s=
tyle=3D"mso-fareast-language:EN-GB"><o:p></o:p></span></p
<p class=3D"MsoNormal"><b><span
style=3D"font-size: 10pt; font-family: Aria=
l, sans-serif;">Raise a ticket via Remedy Anywhere [<span
style=3D"color:#0=
082D5"><a
href=3D"applewebdata://5D25CA10-0BA9-4233-9DDF-69951F87F8AB/teams=
ite.inside.pb.com/sites/TCPPM/GES/Lists/Create%20Incident/newIncident.asp...
<span
style=3D"color:#0082D5">HERE</span></a></span>]<span
style=3D"color:=
blue"> </span>takes
less than a minute</span></b><span
style=3D"mso-fareast-language:EN-GB"><o=
:p></o:p></span></p
<p
class=3D"MsoNormal"><b><span style=3D"font-size: 10pt;
font-family: Aria=
l, sans-serif;"> </span></b><span
style=3D"mso-fareast-language:EN-GB"=
><o:p></o:p></span></p
<p
class=3D"MsoNormal"><b><span style=3D"font-size: 10pt;
font-family: Aria=
l, sans-serif;">CloudForms User Guide available</span></b><span
style=3D"fo=
nt-size: 10pt; font-family: Arial, sans-serif;"> [<b><span
style=3D"co=
lor:#0082D5"><a
href=3D"https://dl.dropboxusercontent.com/u/6219441/ManageI=
Q%20-%20User%20Manual%20PB%20v5.pdf"><span
style=3D"color:#0082D5">HERE</sp=
an></a></span></b>]</span><span
style=3D"mso-fareast-language:EN-GB"><o:p><=
/o:p></span></p
</td
</tr
</tbody
</table
<p
class=3D"MsoNormal"><span
style=3D"mso-fareast-language:EN-GB"><o:p>&nbs=
p;</o:p></span></p
<p
class=3D"MsoNormal"><o:p> </o:p></p
</div
<br
<hr
<font
face=3D"Arial" color=3D"Black" size=3D"2"><br
</font></div
</div
</span
</body
</html
--_000_D159E0274ED4soerenmalchowmconnet_--