Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread behnam saberi
hi my problem exist in this page (in middle of page), but no solution offered for this problem . http://openvswitch.org/pipermail/dev/2012-April/016295.html *Yesterday, when I ran the ovs-vsctl commands, I was able to successfully*>>* > start my VMs, I had a power outage, and the machine was re

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread behnam saberi
ok. thx On Tue, Aug 7, 2012 at 12:26 AM, Ben Pfaff wrote: > Please ask her to report the problem. > > On Mon, Aug 06, 2012 at 11:29:21PM +0430, behnam saberi wrote: > > i speak with someone that work with openvswitch. she said ,openvswitch > had > > a problem with restart server. but she doesn'

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Ben Pfaff
Please ask her to report the problem. On Mon, Aug 06, 2012 at 11:29:21PM +0430, behnam saberi wrote: > i speak with someone that work with openvswitch. she said ,openvswitch had > a problem with restart server. but she doesn't know, when this problem > accured and what it solution. > my openvswit

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Justin Pettit
We wouldn't release OVS with known restart issues, so I'm not aware of any. There are some platforms, such as XenServer, which purge parts of the configuration database on restart to repopulate it with data from their own database. However, your issues seem much more fundamental. It doesn't a

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread behnam saberi
i speak with someone that work with openvswitch. she said ,openvswitch had a problem with restart server. but she doesn't know, when this problem accured and what it solution. my openvswitch version 1.4.0 u think probability my installation steps not correct , or platform and openvswitch have a pr

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Justin Pettit
Those files aren't mutually exclusive. The INSTALL.RHEL file will contain more information specific to Redhat, which is probably useful for your environment. --Justin On Aug 6, 2012, at 11:42 AM, behnam saberi wrote: > "CC to discuss@openvswitch.org" > > first time i install openvswitch , k

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread behnam saberi
"CC to discuss@openvswitch.org" first time i install openvswitch , kernel module correct built. all config without error is done. (of course i did not test for traffic pass) my help file is *install.linux*. u propose use *install.RHEL*? before not exist this like problem? On Mon, Aug 6, 2012 at

Re: [ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-06 Thread Ethan Jackson
You may consider using LACP to solve this problem. You can create a single 4 port LACP bond, and plug it into two different switches. LACP will automatically choose one of those two switches to be active and forward to it until it dies. Ethan On Mon, Aug 6, 2012 at 8:02 AM, Frido Roose wrote:

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Ben Pfaff
On Mon, Aug 06, 2012 at 10:47:40AM -0700, Justin Pettit wrote: > Please keep this on the list. > > > - and when insert "insmod data/linux/openvswitch_mod.ko" this > > - message appear: insmod:error inserting > > - 'datapath/linux/openvswitch_mod.ko': -l invalid module format Also, from INSTALL.Li

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Justin Pettit
Please keep this on the list. > - and when insert "insmod data/linux/openvswitch_mod.ko" this message appear: > insmod:error inserting 'datapath/linux/openvswitch_mod.ko': -l invalid module > format It doesn't seem like your kernel module is built properly. Are you ever able to pass traffic?

Re: [ovs-discuss] VLAN question

2012-08-06 Thread Gurucharan Shetty
On Mon, Aug 6, 2012 at 5:39 AM, kruskakli wrote: > > Thanx for your reply! > > I've now been tearing my hair for a couple of hours trying to get trunking > to work :-) > I'm still not able to make both my host and vlan-guest to have external > network access. > I've done this: > > # Create a brid

[ovs-discuss] OVS bonding: HA + loadbalancing

2012-08-06 Thread Frido Roose
Hello, Is it possible to create an active-backup bond on top of a balance-slb bond in openvswitch? This is the situation: 1 bridge: br0 eth0 => physical switch1 eth1 => physical switch1 (same switch or stack) eth2 => physical switch2 eth3 => physical switch2 (same or stack) __

Re: [ovs-discuss] VLAN question

2012-08-06 Thread kruskakli
Thanx for your reply! I've now been tearing my hair for a couple of hours trying to get trunking to work :-) I'm still not able to make both my host and vlan-guest to have external network access. I've done this: # Create a bridge and add the physical port/interface ovs-vsctl add-br br0 ovs-

Re: [ovs-discuss] keep the port number when vm reboot

2012-08-06 Thread Justin Pettit
We recently modified the ovs-dpctl command to allow you to specify the port number with the "add-if" command, which, as you noticed, affects the OpenFlow port number. You'd probably need to modify your integration scripts to handle this way of adding ports, though. The ovs-dpctl change is only

[ovs-discuss] keep the port number when vm reboot

2012-08-06 Thread faicker mo
Hello, I want the port number to keep the same when the vm is rebooted. I can see the port number in "ovs-dpctl show". The rules added by ovs-ofctl use this port number. The vms are bridged with the host. Thanks. ___ discuss mailing list discuss@openv

Re: [ovs-discuss] openvswitch configs Disappears when restart the server

2012-08-06 Thread Justin Pettit
Can you provide more information about your setup? For example, what OS you are using, what config is missing, etc. --Justin On Aug 5, 2012, at 11:57 PM, behnam saberi wrote: > hi > when i restart my server , openvswitch module with that my created switch and > his config Disappears. > plz