Advertisement
lgastevens

Test-fix-fail

Jul 5th, 2016
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. Installed : https://cloudbase.it/downloads/openvswitch-hyperv-installer-beta.msi
  2. On top of previuos installation.
  3.  
  4. Stopped "Open vSwitch Service"
  5. Cleared log file ovs-vswitchd
  6. Re-started "Open vSwitch Service"
  7.  
  8. Then, from cmd.exe as Administrator:
  9.  
  10. Microsoft Windows [Version 6.3.9600]
  11. (c) 2013 Microsoft Corporation. All rights reserved.
  12.  
  13. C:\Users\Administrator.VBN>sc triggerinfo ovs-vswitchd start/strcustom/6066F867-7CA1-4418-85FD-36E3F9C0600C/VmmsWmiEvent
  14. Provider
  15. [SC] ChangeServiceConfig2 SUCCESS
  16.  
  17. C:\Users\Administrator.VBN>sc config ovs-vswitchd start= demand
  18. [SC] ChangeServiceConfig SUCCESS
  19.  
  20. C:\Users\Administrator.VBN>
  21.  
  22.  
  23. ===
  24. Then, from PowerShell:
  25.  
  26.  
  27.  
  28. PS C:\Users\Administrator.VBN> Get-VMSwitch
  29.  
  30. Name SwitchType NetAdapterInterfaceDescription
  31. ---- ---------- ------------------------------
  32. OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
  33. LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
  34. POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
  35.  
  36.  
  37.  
  38. PS C:\Users\Administrator.VBN> Get-NetAdapter
  39.  
  40. Name InterfaceDescription ifIndex Status MacAddress LinkSpeed
  41. ---- -------------------- ------- ------ ---------- ---------
  42. vEthernet (OOB - Virtu... Hyper-V Virtual Ethernet Adapter #2 23 Up 6C-3B-E5-B3-EE-96 10 Gbps
  43. NIC-4 Mgmt OOB HP NC382i DP Multifunction Gigabi...#54 12 Up 6C-3B-E5-B3-EE-96 1 Gbps
  44. NIC-3 LudoLab HP NC382i DP Multifunction Gigabi...#53 15 Up 6C-3B-E5-B3-EE-94 1 Gbps
  45. NIC-5 iSCSI HP NC382T PCIe DP Multifunction G...#64 24 Up 10-60-4B-B2-0F-8C 1 Gbps
  46. NIC-2 POC Team HP NC382i DP Multifunction Gigabi...#52 14 Up 6C-3B-E5-B3-EE-9A 1 Gbps
  47. NIC-1 POC Team HP NC382i DP Multifunction Gigabi...#51 13 Up 6C-3B-E5-B3-EE-98 1 Gbps
  48. POC Teaming Microsoft Network Adapter Multiplexo... 19 Up 6C-3B-E5-B3-EE-98 2 Gbps
  49. NIC-6 Clustering HP NC382T PCIe DP Multifunction G...#65 25 Up 10-60-4B-B2-0F-8E 1 Gbps
  50.  
  51.  
  52.  
  53. PS C:\Users\Administrator.VBN>
  54. PS C:\Users\Administrator.VBN> Remove-VMSwitch -Name Ludolab
  55.  
  56. PS C:\Users\Administrator.VBN> Get-VMSwitch
  57.  
  58. Name SwitchType NetAdapterInterfaceDescription
  59. ---- ---------- ------------------------------
  60. OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
  61. POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
  62.  
  63.  
  64.  
  65. PS C:\Users\Administrator.VBN> New-VMSwitch -Name LudoLab -NetAdapterName "NIC-3 LudoLab" -AllowManagementOS $false
  66.  
  67. Name SwitchType NetAdapterInterfaceDescription
  68. ---- ---------- ------------------------------
  69. LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
  70.  
  71.  
  72.  
  73. PS C:\Users\Administrator.VBN> Get-VMSwitch
  74.  
  75. Name SwitchType NetAdapterInterfaceDescription
  76. ---- ---------- ------------------------------
  77. OOB - Virtual Switch External HP NC382i DP Multifunction Gigabit Server Adapter #54
  78. POC - Virtual Switch External Microsoft Network Adapter Multiplexor Driver
  79. LudoLab External HP NC382i DP Multifunction Gigabit Server Adapter #53
  80.  
  81.  
  82.  
  83. PS C:\Users\Administrator.VBN> Get-VMSwitchExtension -VMSwitchName LudoLab -Name "Open vSwitch Extension"
  84.  
  85.  
  86. Id : 583CC151-73EC-4A6A-8B47-578297AD7623
  87. Name : Open vSwitch Extension
  88. Vendor : Open vSwitch
  89. Version : 16.46.56.366
  90. ExtensionType : Forwarding
  91. ParentExtensionId :
  92. ParentExtensionName :
  93. SwitchId : 71264e6e-b2cd-4a59-9ec1-88f086284931
  94. SwitchName : LudoLab
  95. Enabled : False
  96. Running : False
  97. ComputerName : HYPERV1
  98. Key :
  99. IsDeleted : False
  100.  
  101.  
  102.  
  103.  
  104. PS C:\Users\Administrator.VBN> Enable-VMSwitchExtension -VMSwitchName LudoLab -Name "Open vSwitch Extension"
  105.  
  106.  
  107. Id : 583CC151-73EC-4A6A-8B47-578297AD7623
  108. Name : Open vSwitch Extension
  109. Vendor : Open vSwitch
  110. Version : 16.46.56.366
  111. ExtensionType : Forwarding
  112. ParentExtensionId :
  113. ParentExtensionName :
  114. SwitchId : 71264e6e-b2cd-4a59-9ec1-88f086284931
  115. SwitchName : LudoLab
  116. Enabled : True
  117. Running : True
  118. ComputerName : HYPERV1
  119. Key :
  120. IsDeleted : False
  121.  
  122.  
  123.  
  124.  
  125. PS C:\Users\Administrator.VBN> ovs-vsctl show
  126. 74d763fa-707e-4ec7-aca0-ac5e8e0891d4
  127.  
  128. PS C:\Users\Administrator.VBN> ovs-vsctl add-br br0
  129. ovs-vsctl : ovs-vsctl: Error detected while setting up 'br0'. See ovs-vswitchd log for details.
  130. At line:1 char:1
  131. + ovs-vsctl add-br br0
  132. + ~~~~~~~~~~~~~~~~~~~~
  133. + CategoryInfo : NotSpecified: (ovs-vsctl: Erro...og for details.:String) [], RemoteException
  134. + FullyQualifiedErrorId : NativeCommandError
  135.  
  136.  
  137. PS C:\Users\Administrator.VBN>
  138.  
  139.  
  140.  
  141. ===
  142.  
  143. 2016-07-05T12:53:22.708Z|00001|vlog|INFO|opened log file C:\Program Files\Cloudbase Solutions\Open vSwitch\logs\ovs-vswitchd.log
  144. 2016-07-05T12:53:22.713Z|00002|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connecting...
  145. 2016-07-05T12:53:22.713Z|00003|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connected
  146. 2016-07-05T12:53:22.716Z|00004|bridge|INFO|ovs-vswitchd (Open vSwitch) 2.5.0.1
  147. 2016-07-05T12:59:16.935Z|00005|memory|INFO|5084 kB peak resident set size after 354.2 seconds
  148. 2016-07-05T12:59:16.937Z|00006|ofproto_dpif|INFO|system@ovs-system: Datapath supports recirculation
  149. 2016-07-05T12:59:16.937Z|00007|ofproto_dpif|INFO|system@ovs-system: MPLS label stack length probed as 3
  150. 2016-07-05T12:59:16.937Z|00008|ofproto_dpif|INFO|system@ovs-system: datapath does not support masked set action feature.
  151. 2016-07-05T12:59:16.937Z|00009|ofproto_dpif|INFO|system@ovs-system: Datapath does not support unique flow ids
  152. 2016-07-05T12:59:16.937Z|00010|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_state
  153. 2016-07-05T12:59:16.937Z|00011|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_zone
  154. 2016-07-05T12:59:16.937Z|00012|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_mark
  155. 2016-07-05T12:59:16.937Z|00013|ofproto_dpif|INFO|system@ovs-system: Datapath does not support ct_label
  156. 2016-07-05T12:59:17.083Z|00014|wmi|WARN|Open vSwitch Extension is not running on any switch
  157. 2016-07-05T12:59:17.083Z|00015|wmi|WARN|Could not find HRESULT description for: 0.
  158. 2016-07-05T12:59:17.083Z|00016|dpif_netlink|ERR|Could not create wmi internal port with name:br0
  159. 2016-07-05T12:59:17.084Z|00017|bridge|INFO|bridge br0: using datapath ID 0000ba28c61e044f
  160. 2016-07-05T12:59:17.084Z|00018|connmgr|INFO|br0: added service controller "punix:C:\ProgramData\openvswitch\/br0.mgmt"
  161. 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
  162. 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