Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Installed : https://cloudbase.it/downloads/openvswitch-hyperv-installer-beta.msi
- On top of previuos installation.
- Stopped "Open vSwitch Service"
- Cleared log file ovs-vswitchd
- Re-started "Open vSwitch Service"
- Then, from cmd.exe as Administrator:
- Microsoft Windows [Version 6.3.9600]
- (c) 2013 Microsoft Corporation. All rights reserved.
- C:\Users\Administrator.VBN>sc triggerinfo ovs-vswitchd start/strcustom/6066F867-7CA1-4418-85FD-36E3F9C0600C/VmmsWmiEvent
- Provider
- [SC] ChangeServiceConfig2 SUCCESS
- C:\Users\Administrator.VBN>sc config ovs-vswitchd start= demand
- [SC] ChangeServiceConfig SUCCESS
- C:\Users\Administrator.VBN>
- ===
- Then, from PowerShell:
- PS C:\Users\Administrator.VBN> Get-VMSwitch
- Name SwitchType NetAdapterInterfaceDescription
- ---- ---------- ------------------------------
- OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
- LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
- POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
- PS C:\Users\Administrator.VBN> Get-NetAdapter
- Name InterfaceDescription ifIndex Status MacAddress LinkSpeed
- ---- -------------------- ------- ------ ---------- ---------
- vEthernet (OOB - Virtu... Hyper-V Virtual Ethernet Adapter #2 23 Up 6C-3B-E5-B3-EE-96 10 Gbps
- NIC-4 Mgmt OOB HP NC382i DP Multifunction Gigabi...#54 12 Up 6C-3B-E5-B3-EE-96 1 Gbps
- NIC-3 LudoLab HP NC382i DP Multifunction Gigabi...#53 15 Up 6C-3B-E5-B3-EE-94 1 Gbps
- NIC-5 iSCSI HP NC382T PCIe DP Multifunction G...#64 24 Up 10-60-4B-B2-0F-8C 1 Gbps
- NIC-2 POC Team HP NC382i DP Multifunction Gigabi...#52 14 Up 6C-3B-E5-B3-EE-9A 1 Gbps
- NIC-1 POC Team HP NC382i DP Multifunction Gigabi...#51 13 Up 6C-3B-E5-B3-EE-98 1 Gbps
- POC Teaming Microsoft Network Adapter Multiplexo... 19 Up 6C-3B-E5-B3-EE-98 2 Gbps
- NIC-6 Clustering HP NC382T PCIe DP Multifunction G...#65 25 Up 10-60-4B-B2-0F-8E 1 Gbps
- PS C:\Users\Administrator.VBN>
- PS C:\Users\Administrator.VBN> Remove-VMSwitch -Name Ludolab
- PS C:\Users\Administrator.VBN> Get-VMSwitch
- Name SwitchType NetAdapterInterfaceDescription
- ---- ---------- ------------------------------
- OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
- POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
- PS C:\Users\Administrator.VBN> New-VMSwitch -Name LudoLab -NetAdapterName "NIC-3 LudoLab" -AllowManagementOS $false
- Name SwitchType NetAdapterInterfaceDescription
- ---- ---------- ------------------------------
- LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
- PS C:\Users\Administrator.VBN> Get-VMSwitch
- Name SwitchType NetAdapterInterfaceDescription
- ---- ---------- ------------------------------
- OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
- POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
- LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
- PS C:\Users\Administrator.VBN> Get-VMSwitchExtension -VMSwitchName LudoLab -Name "Open vSwitch Extension"
- Id : 583CC151-73EC-4A6A-8B47-578297AD7623
- Name : Open vSwitch Extension
- Vendor : Open vSwitch
- Version : 16.46.56.366
- ExtensionType : Forwarding
- ParentExtensionId :
- ParentExtensionName :
- SwitchId : 71264e6e-b2cd-4a59-9ec1-88f086284931
- SwitchName : LudoLab
- Enabled : False
- Running : False
- ComputerName : HYPERV1
- Key :
- IsDeleted : False
- PS C:\Users\Administrator.VBN> Enable-VMSwitchExtension -VMSwitchName LudoLab -Name "Open vSwitch Extension"
- Id : 583CC151-73EC-4A6A-8B47-578297AD7623
- Name : Open vSwitch Extension
- Vendor : Open vSwitch
- Version : 16.46.56.366
- ExtensionType : Forwarding
- ParentExtensionId :
- ParentExtensionName :
- SwitchId : 71264e6e-b2cd-4a59-9ec1-88f086284931
- SwitchName : LudoLab
- Enabled : True
- Running : True
- ComputerName : HYPERV1
- Key :
- IsDeleted : False
- PS C:\Users\Administrator.VBN> ovs-vsctl show
- 74d763fa-707e-4ec7-aca0-ac5e8e0891d4
- PS C:\Users\Administrator.VBN> ovs-vsctl add-br br0
- ovs-vsctl : ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.
- At line:1 char:1
- + ovs-vsctl add-br br0
- + ~~~~~~~~~~~~~~~~~~~~
- + CategoryInfo : NotSpecified: (ovs-vsctl: Erro...og for details.:String) [], RemoteException
- + FullyQualifiedErrorId : NativeCommandError
- PS C:\Users\Administrator.VBN>
- ===
- 2016-07-05T12:53:22.708Z|00001|vlog|INFO|opened log file C:\Program Files\Cloudbase Solutions\Open vSwitch\logs\ovs-vswitchd.log
- 2016-07-05T12:53:22.713Z|00002|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connecting...
- 2016-07-05T12:53:22.713Z|00003|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connected
- 2016-07-05T12:53:22.716Z|00004|bridge|INFO|ovs-vswitchd (Open vSwitch) 2.5.0.1
- 2016-07-05T12:59:16.935Z|00005|memory|INFO|5084 kB peak resident set size after 354.2 seconds
- 2016-07-05T12:59:16.937Z|00006|ofproto_dpif|INFO|system@ovs-system: Datapath supports recirculation
- 2016-07-05T12:59:16.937Z|00007|ofproto_dpif|INFO|system@ovs-system: MPLS label stack length probed as 3
- 2016-07-05T12:59:16.937Z|00008|ofproto_dpif|INFO|system@ovs-system: datapath does not support masked set action feature.
- 2016-07-05T12:59:16.937Z|00009|ofproto_dpif|INFO|system@ovs-system: Datapath does not support unique flow ids
- 2016-07-05T12:59:16.937Z|00010|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_state
- 2016-07-05T12:59:16.937Z|00011|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_zone
- 2016-07-05T12:59:16.937Z|00012|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_mark
- 2016-07-05T12:59:16.937Z|00013|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_label
- 2016-07-05T12:59:17.083Z|00014|wmi|WARN|Open vSwitch Extension is not running on any switch
- 2016-07-05T12:59:17.083Z|00015|wmi|WARN|Could not find HRESULT description for: 0.
- 2016-07-05T12:59:17.083Z|00016|dpif_netlink|ERR|Could not create wmi internal port with name:br0
- 2016-07-05T12:59:17.084Z|00017|bridge|INFO|bridge br0: using datapath ID 0000ba28c61e044f
- 2016-07-05T12:59:17.084Z|00018|connmgr|INFO|br0: added service controller "punix:C:\ProgramData\openvswitch\/br0.mgmt"
- 2016-07-05T12:59:27.077Z|00019|memory|INFO|peak resident set size grew 71% in last 10.1 seconds, from 5084 kB to 8708 kB
- 2016-07-05T12:59:27.077Z|00020|memory|INFO|handlers:11 revalidators:5 rules:5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement