Error when add bridge and port (OvSwitch on Hyper-v 2012)
Hi! I've used two instructions from your side - http://www.cloudbase.it/open-vswitch-... and http://wiki.cloudbase.it/ovs-hyperv-a... but when I added bridge (or port) I received error like - Error detected while setting up 'external'. See ovs-vswitchd log for details First of all, there are no ovs-vswitchd log-file on the system. I can see ovs-vswitchd errors only if I start ovs-vswitchd in command line, or add '--log-file' option. As a result, ovs on hyperv doesn't work - in my case the instance can't receive IP-address and so on. I'm not sure where to attach logs, so here it is - From windows -
PS C:\Users\Administrator> Get-VMSwitchExtension hypervsw
Id : EA24CD6C-D17A-4348-9190-09F0D5BE83DD Name : Microsoft NDIS Capture Vendor : Microsoft Version : 6.2.9200.16384 ExtensionType : Monitoring ParentExtensionId : ParentExtensionName : SwitchId : 394F7713-5B48-419A-A990-743BF32C8F38 SwitchName : hypervsw Enabled : False Running : False ComputerName : WINDOWS-HV1 IsDeleted : False
Id : E7C3B2F0-F3C5-48DF-AF2B-10FED6D72E7A Name : Microsoft Windows Filtering Platform Vendor : Microsoft Version : 6.2.9200.17218 ExtensionType : Filter ParentExtensionId : ParentExtensionName : SwitchId : 394F7713-5B48-419A-A990-743BF32C8F38 SwitchName : hypervsw Enabled : True Running : True ComputerName : WINDOWS-HV1 IsDeleted : False
Id : 583CC151-73EC-4A6A-8B47-578297AD7623 Name : Open vSwitch Extension Vendor : Open vSwitch Version : 7.8.47.457 ExtensionType : Forwarding ParentExtensionId : ParentExtensionName : SwitchId : 394F7713-5B48-419A-A990-743BF32C8F38 SwitchName : hypervsw Enabled : True Running : False ComputerName : WINDOWS-HV1 IsDeleted : False
and ovs-vswitchd output - 2015-08-28T12:35:15.531Z|00001|vlog|INFO|opened log file C:/ProgramData/openvswitch/ovs-vswitchdMy.log 2015-08-28T12:35:15.536Z|00002|reconnect|DBG|unix:C:/ProgramData/openvswitch/db.sock: entering BACKOFF 2015-08-28T12:35:15.539Z|00003|reconnect|INFO|unix:C:/ProgramData/openvswitch/db.sock: connecting... 2015-08-28T12:35:15.541Z|00004|reconnect|DBG|unix:C:/ProgramData/openvswitch/db.sock: entering CONNECTING 2015-08-28T12:35:15.542Z|00005|reconnect|INFO|unix:C:/ProgramData/openvswitch/db.sock: connected 2015-08-28T12:35:15.545Z|00006|reconnect|DBG|unix:C:/ProgramData/openvswitch/db.sock: entering ACTIVE 2015-08-28T12:35:15.563Z|00007|jsonrpc|DBG|unix:C:/ProgramData/openvswitch/db.sock: send request, method="monitor", params=["OpenvSwitch",null,{"sFlow":{"columns":["agent","header","polling","sampling","targets"]},"SSL":{"columns":["bootstrapcacert","cacert","certificate","privatekey"]},"Port":{"columns":["bondactiveslave","bonddowndelay","bondfakeiface","bondmode","bondupdelay","fakebridge","interfaces","lacp","mac","name","otherconfig","qos","rstpstatistics","rstpstatus","statistics","status","tag","trunks","vlanmode"]},"Controller":{"columns":["connectionmode","controllerburstlimit","controllerratelimit","enableasyncmessages","inactivityprobe","isconnected","localgateway","localip","localnetmask","maxbackoff","otherconfig","role","status","target"]},"Bridge":{"columns":["controller","datapathid","datapathtype","datapathversion","failmode","floodvlans","flowtables","ipfix","mcastsnoopingenable","mirrors","name","netflow","otherconfig","ports","protocols","rstpenable","rstpstatus","sflow","status","stpenable"]},"FlowSampleCollectorSet":{"columns":["bridge","id","ipfix"]},"Queue":{"columns":["dscp","otherconfig"]},"FlowTable":{"columns":["externalids","flowlimit","groups","name","overflowpolicy","prefixes"]},"Mirror":{"columns":["name","outputport","outputvlan","selectall","selectdstport","selectsrcport","selectvlan","statistics"]},"OpenvSwitch":{"columns":["bridges","curcfg","manageroptions","nextcfg","otherconfig","ssl","statistics"]},"NetFlow":{"columns":["activetimeout","addidtointerface","engineid","enginetype","targets"]},"IPFIX":{"columns":["cacheactive ...