Re: [ovirt-users] bonding interfaces

2015-04-20 Thread Bill Dossett
Brilliant!  I don't know why, but I couldn't seem to find that in searching and 
googling, but exactly what I needed!

Thank you!

Bill


From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Nathanaël Blanchet
Sent: 20 April 2015 08:24
To: users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces

Hi,

simply follow instructions here :http://www.ovirt.org/OVirt_3.5.2_Release_Notes
Notice it is about a RC. The stable release should come very soon now, you 
might wait for it rather than upgrading two times.
Le 17/04/2015 15:47, Bill Dossett a écrit :
Sorry-  I don't suppose someone could tell me how to upgrade from 3.5.1.1-1.3l6 
to 3.5.2rc3 or later...?

I have slowly been getting back into working with Linux - I used to download 
and compile most things and started to get into RPMs but then my job became 
windows centric and I am woefully out of date.

Is it as easy as yum update?   As stated this is a PoC so no big deal of I 
break anything, probably good if I do as that's how you learn fast!

I've read the release notes but that seems to be for major releases.
So any advice is appreciated.

Thanks
Bill


From: users-boun...@ovirt.orgmailto:users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] On Behalf Of Bill Dossett
Sent: 17 April 2015 07:25
To: Jorick Astrego; users@ovirt.orgmailto:users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces

Hi, Am using 3.5.1.1-1.el6 - sounds like I need to upgrade...  I guess it's 
time to learn how to do that :)

From: users-boun...@ovirt.orgmailto:users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] On Behalf Of Jorick Astrego
Sent: 17 April 2015 01:34
To: users@ovirt.orgmailto:users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces


On 04/16/2015 09:49 PM, Bill Dossett wrote:
Hi,

I had a Gluster Cluster running that I setup with oVirt engine... had being 
the operative word here.

Today I connected the second network interface and then went to the host and 
tried to bond this interface to the ovirt mgmt. network... this is where the 
had part comes in ;-)

Now I have no working interfaces at all, can't ping in or out and all 
interfaces 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 well, 
very impressed with it.

The differences are...

RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL

I think that's it.

I haven't really dug into the /etc/sysconfig/network-scripts to see what 
normally goes into the config files to create a bonded interface - only to see 
how to configure my first interface with a vlan and then I let ovirtengine 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's just PoC anyway, so learning.

Thanks

Which version of ovirt do you run? We had some of these problems in test 
before, but since 3.5.2rc3 and CentOS 7.1 the problem has been resolved for us.





Met vriendelijke groet, With kind regards,

Jorick Astrego

Netbulae Virtualization Experts

Tel: 053 20 30 270

i...@netbulae.eumailto:i...@netbulae.eu

Staalsteden 4-3A

KvK 08198180

Fax: 053 20 30 271

www.netbulae.euhttp://www.netbulae.eu

7547 TA Enschede

BTW NL821234584B01














___

Users mailing list

Users@ovirt.orgmailto:Users@ovirt.org

http://lists.ovirt.org/mailman/listinfo/users




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


Re: [ovirt-users] bonding interfaces

2015-04-20 Thread Bill Dossett
Hi, no network manager... I have been sort of doing what you describe.  I 
create my first interface manually with a minimum configuration (when I was 
first testing ovirt, I was using trunked ports and vlans, so had to do all that 
manually) then add the host to ovirt-engine and it did it's magic and bonded 
interfaces for me.. I'm going to try a later release I think as it seems there 
may have been a bug like this in 3.5.1.

Thank you

From: Soeren Malchow [mailto:soeren.malc...@mcon.net]
Sent: 19 April 2015 14:48
To: Bill Dossett; users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces

Hi Bill,

First, i would strongly suggest that you check whether the interfaces are 
explcicitly NOT managed by NetworkManager, thats the way we do it.

We have something like this

-

DEVICE=ovirtmgmt
TYPE=Bridge
DELAY=0
STP=off
ONBOOT=yes
IPADDR=
NETMASK=
GATEWAY=
BOOTPROTO=none
DEFROUTE=yes
NM_CONTROLLED=no
HOTPLUG=no



And

-
DEVICE=bond0
BONDING_OPTS='miimon=100 updelay=0 downdelay=0 mode=802.3ad 
xmit_hash_policy=layer3+4'
BRIDGE=ovirtmgmt
ONBOOT=yes
NM_CONTROLLED=no
HOTPLUG=no
---

Physical interfaces

-

DEVICE=p3p3
HWADDR=
MASTER=bond0
SLAVE=yes
ONBOOT=yes
MTU=1500
NM_CONTROLLED=no

-

And we actually create all the interfaces BEFORE ovirt installation even though 
the files will be regenerated after installing and configuring ovirt (vdsm)

That works like a charm for us

Cheers
Soeren


From: Bill Dossett bill.doss...@pb.commailto:bill.doss...@pb.com
Date: Thursday 16 April 2015 21:49
To: users@ovirt.orgmailto:users@ovirt.org 
users@ovirt.orgmailto:users@ovirt.org
Subject: [ovirt-users] bonding interfaces

Hi,

I had a Gluster Cluster running that I setup with oVirt engine... had being 
the operative word here.

Today I connected the second network interface and then went to the host and 
tried to bond this interface to the ovirt mgmt. network... this is where the 
had part comes in ;-)

Now I have no working interfaces at all, can't ping in or out and all 
interfaces 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 well, 
very impressed with it.

The differences are...

RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL

I think that's it.

I haven't really dug into the /etc/sysconfig/network-scripts to see what 
normally goes into the config files to create a bonded interface - only to see 
how to configure my first interface with a vlan and then I let ovirtengine 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's just PoC anyway, so learning.

Thanks


Bill Dossett
Systems Architect

Tech Central - Global Engineering Services

T +1 303 440 3523
M +44 (0)777 590 8612
bill.doss...@pb.commailto:bill.doss...@pb.com
pitneybowes.comhttp://pitneybowes.com/

Pitney Bowes
4750 Walnut Street | Boulder, Colorado, 80301 | USA




In Engineering?
Raise a ticket via Remedy Anywhere 
[HEREapplewebdata://5D25CA10-0BA9-4233-9DDF-69951F87F8AB/teamsite.inside.pb.com/sites/TCPPM/GES/Lists/Create%20Incident/newIncident.aspx]
 takes less than a minute

CloudForms User Guide available 
[HEREhttps://dl.dropboxusercontent.com/u/6219441/ManageIQ%20-%20User%20Manual%20PB%20v5.pdf]









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


Re: [ovirt-users] bonding interfaces

2015-04-20 Thread Nathanaël Blanchet

Hi,

simply follow instructions here 
:http://www.ovirt.org/OVirt_3.5.2_Release_Notes
Notice it is about a RC. The stable release should come very soon now, 
you might wait for it rather than upgrading two times.


Le 17/04/2015 15:47, Bill Dossett a écrit :


Sorry-  I don’t suppose someone could tell me how to upgrade from 
3.5.1.1-1.3l6 to 3.5.2rc3 or later…?


I have slowly been getting back into working with Linux – I used to 
download and compile most things and started to get into RPMs but then 
my job became windows centric and I am woefully out of date.


Is it as easy as yum update?   As stated this is a PoC so no big deal 
of I break anything, probably good if I do as that’s how you learn fast!


I’ve read the release notes but that seems to be for major releases.

So any advice is appreciated.

Thanks

Bill

*From:*users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] *On 
Behalf Of *Bill Dossett

*Sent:* 17 April 2015 07:25
*To:* Jorick Astrego; users@ovirt.org
*Subject:* Re: [ovirt-users] bonding interfaces

Hi, Am using 3.5.1.1-1.el6 – sounds like I need to upgrade…  I guess 
it’s time to learn how to do that J


*From:*users-boun...@ovirt.org mailto:users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] *On Behalf Of *Jorick Astrego

*Sent:* 17 April 2015 01:34
*To:* users@ovirt.org mailto:users@ovirt.org
*Subject:* Re: [ovirt-users] bonding interfaces

On 04/16/2015 09:49 PM, Bill Dossett wrote:

Hi,

I had a Gluster Cluster running that I setup with oVirt engine…
“had” being the operative word here.

Today I connected the second network interface and then went to
the host and tried to bond this interface to the ovirt mgmt.
network… this is where the “had” part comes in ;-)

Now I have no working interfaces at all, can’t ping in or out and
all interfaces 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 well, very impressed with it.

The differences are…

RHEV cluster I was using trunked ports and VLANS

RHEV I was using 6.4 or 6.5 RHEL

I think that’s it.

I haven’t really dug into the /etc/sysconfig/network-scripts to
see what normally goes into the config files to create a bonded
interface – only to see how to configure my first interface with a
vlan and then I let ovirtengine 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’s just PoC anyway, so learning.

Thanks

Which version of ovirt do you run? We had some of these problems in 
test before, but since 3.5.2rc3 and CentOS 7.1 the problem has been 
resolved for us.






Met vriendelijke groet, With kind regards,

Jorick Astrego*

Netbulae Virtualization Experts *



Tel: 053 20 30 270



i...@netbulae.eu mailto:i...@netbulae.eu



Staalsteden 4-3A



KvK 08198180

Fax: 053 20 30 271



www.netbulae.eu http://www.netbulae.eu



7547 TA Enschede



BTW NL821234584B01










___
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


Re: [ovirt-users] bonding interfaces

2015-04-19 Thread Soeren Malchow
Hi Bill,

First, i would strongly suggest that you check whether the interfaces are 
explcicitly NOT managed by NetworkManager, thats the way we do it.

We have something like this

—

DEVICE=ovirtmgmt
TYPE=Bridge
DELAY=0
STP=off
ONBOOT=yes
IPADDR=
NETMASK=
GATEWAY=
BOOTPROTO=none
DEFROUTE=yes
NM_CONTROLLED=no
HOTPLUG=no



And

—
DEVICE=bond0
BONDING_OPTS='miimon=100 updelay=0 downdelay=0 mode=802.3ad 
xmit_hash_policy=layer3+4'
BRIDGE=ovirtmgmt
ONBOOT=yes
NM_CONTROLLED=no
HOTPLUG=no
---

Physical interfaces

—

DEVICE=p3p3
HWADDR=
MASTER=bond0
SLAVE=yes
ONBOOT=yes
MTU=1500
NM_CONTROLLED=no

—

And we actually create all the interfaces BEFORE ovirt installation even though 
the files will be regenerated after installing and configuring ovirt (vdsm)

That works like a charm for us

Cheers
Soeren


From: Bill Dossett bill.doss...@pb.commailto:bill.doss...@pb.com
Date: Thursday 16 April 2015 21:49
To: users@ovirt.orgmailto:users@ovirt.org 
users@ovirt.orgmailto:users@ovirt.org
Subject: [ovirt-users] bonding interfaces

Hi,

I had a Gluster Cluster running that I setup with oVirt engine… “had” being the 
operative word here.

Today I connected the second network interface and then went to the host and 
tried to bond this interface to the ovirt mgmt. network… this is where the 
“had” part comes in ;-)

Now I have no working interfaces at all, can’t ping in or out and all 
interfaces 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 well, 
very impressed with it.

The differences are…

RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL

I think that’s it.

I haven’t really dug into the /etc/sysconfig/network-scripts to see what 
normally goes into the config files to create a bonded interface – only to see 
how to configure my first interface with a vlan and then I let ovirtengine 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’s just PoC anyway, so learning.

Thanks


Bill Dossett
Systems Architect

Tech Central – Global Engineering Services

T +1 303 440 3523
M +44 (0)777 590 8612
bill.doss...@pb.commailto:bill.doss...@pb.com
pitneybowes.comhttp://pitneybowes.com/

Pitney Bowes
4750 Walnut Street | Boulder, Colorado, 80301 | USA




In Engineering?
Raise a ticket via Remedy Anywhere 
[HEREapplewebdata://5D25CA10-0BA9-4233-9DDF-69951F87F8AB/teamsite.inside.pb.com/sites/TCPPM/GES/Lists/Create%20Incident/newIncident.aspx]
 takes less than a minute

CloudForms User Guide available 
[HEREhttps://dl.dropboxusercontent.com/u/6219441/ManageIQ%20-%20User%20Manual%20PB%20v5.pdf]






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


Re: [ovirt-users] bonding interfaces

2015-04-17 Thread Jorick Astrego


On 04/16/2015 09:49 PM, Bill Dossett wrote:

 Hi,

  

 I had a Gluster Cluster running that I setup with oVirt engine… “had”
 being the operative word here.

  

 Today I connected the second network interface and then went to the
 host and tried to bond this interface to the ovirt mgmt. network… this
 is where the “had” part comes in ;-)

  

 Now I have no working interfaces at all, can’t ping in or out and all
 interfaces 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 well, very impressed with it. 

  

 The differences are…

  

 RHEV cluster I was using trunked ports and VLANS

 RHEV I was using 6.4 or 6.5 RHEL 

  

 I think that’s it.

  

 I haven’t really dug into the /etc/sysconfig/network-scripts to see
 what normally goes into the config files to create a bonded interface
 – only to see how to configure my first interface with a vlan and then
 I let ovirtengine 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’s just PoC anyway, so learning.

  

 Thanks

  

Which version of ovirt do you run? We had some of these problems in test
before, but since 3.5.2rc3 and CentOS 7.1 the problem has been resolved
for us.





Met vriendelijke groet, With kind regards,

Jorick Astrego

Netbulae Virtualization Experts 



Tel: 053 20 30 270  i...@netbulae.euStaalsteden 4-3A
KvK 08198180
Fax: 053 20 30 271  www.netbulae.eu 7547 TA Enschede
BTW NL821234584B01



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


Re: [ovirt-users] bonding interfaces

2015-04-17 Thread Bill Dossett
Sorry-  I don't suppose someone could tell me how to upgrade from 3.5.1.1-1.3l6 
to 3.5.2rc3 or later...?

I have slowly been getting back into working with Linux - I used to download 
and compile most things and started to get into RPMs but then my job became 
windows centric and I am woefully out of date.

Is it as easy as yum update?   As stated this is a PoC so no big deal of I 
break anything, probably good if I do as that's how you learn fast!

I've read the release notes but that seems to be for major releases.
So any advice is appreciated.

Thanks
Bill


From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Bill Dossett
Sent: 17 April 2015 07:25
To: Jorick Astrego; users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces

Hi, Am using 3.5.1.1-1.el6 - sounds like I need to upgrade...  I guess it's 
time to learn how to do that :)

From: users-boun...@ovirt.orgmailto:users-boun...@ovirt.org 
[mailto:users-boun...@ovirt.org] On Behalf Of Jorick Astrego
Sent: 17 April 2015 01:34
To: users@ovirt.orgmailto:users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces


On 04/16/2015 09:49 PM, Bill Dossett wrote:
Hi,

I had a Gluster Cluster running that I setup with oVirt engine... had being 
the operative word here.

Today I connected the second network interface and then went to the host and 
tried to bond this interface to the ovirt mgmt. network... this is where the 
had part comes in ;-)

Now I have no working interfaces at all, can't ping in or out and all 
interfaces 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 well, 
very impressed with it.

The differences are...

RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL

I think that's it.

I haven't really dug into the /etc/sysconfig/network-scripts to see what 
normally goes into the config files to create a bonded interface - only to see 
how to configure my first interface with a vlan and then I let ovirtengine 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's just PoC anyway, so learning.

Thanks

Which version of ovirt do you run? We had some of these problems in test 
before, but since 3.5.2rc3 and CentOS 7.1 the problem has been resolved for us.





Met vriendelijke groet, With kind regards,

Jorick Astrego

Netbulae Virtualization Experts

Tel: 053 20 30 270

i...@netbulae.eumailto:i...@netbulae.eu

Staalsteden 4-3A

KvK 08198180

Fax: 053 20 30 271

www.netbulae.euhttp://www.netbulae.eu

7547 TA Enschede

BTW NL821234584B01










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


Re: [ovirt-users] bonding interfaces

2015-04-17 Thread Bill Dossett
Hi, Am using 3.5.1.1-1.el6 - sounds like I need to upgrade...  I guess it's 
time to learn how to do that :)

From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of 
Jorick Astrego
Sent: 17 April 2015 01:34
To: users@ovirt.org
Subject: Re: [ovirt-users] bonding interfaces


On 04/16/2015 09:49 PM, Bill Dossett wrote:
Hi,

I had a Gluster Cluster running that I setup with oVirt engine... had being 
the operative word here.

Today I connected the second network interface and then went to the host and 
tried to bond this interface to the ovirt mgmt. network... this is where the 
had part comes in ;-)

Now I have no working interfaces at all, can't ping in or out and all 
interfaces 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 well, 
very impressed with it.

The differences are...

RHEV cluster I was using trunked ports and VLANS
RHEV I was using 6.4 or 6.5 RHEL

I think that's it.

I haven't really dug into the /etc/sysconfig/network-scripts to see what 
normally goes into the config files to create a bonded interface - only to see 
how to configure my first interface with a vlan and then I let ovirtengine 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's just PoC anyway, so learning.

Thanks

Which version of ovirt do you run? We had some of these problems in test 
before, but since 3.5.2rc3 and CentOS 7.1 the problem has been resolved for us.





Met vriendelijke groet, With kind regards,

Jorick Astrego

Netbulae Virtualization Experts

Tel: 053 20 30 270

i...@netbulae.eumailto:i...@netbulae.eu

Staalsteden 4-3A

KvK 08198180

Fax: 053 20 30 271

www.netbulae.euhttp://www.netbulae.eu

7547 TA Enschede

BTW NL821234584B01







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