search for: nics

Displaying 20 results from an estimated 6365 matches for "nics".

Did you mean: nice
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...| 2 +- src/app/views/vm/_form.rhtml | 217 ++++++++++++++++++++++++- src/app/views/vm/_grid.rhtml | 1 - src/app/views/vm/_list.rhtml | 2 - src/app/views/vm/show.rhtml | 6 +- src/db/migrate/040_associate_vms_with_nics.rb | 103 ++++++++++++ src/public/stylesheets/components.css | 39 +++++ src/task-omatic/task_vm.rb | 14 +- src/task-omatic/taskomatic.rb | 43 +++--- src/test/fixtures/nics.yml | 16 +- src/test/fixtures/vms.yml...
2009 Jul 24
1
permit many-to-many vms / networks relationship redux
redux patchset permitting a vm to be associated with multiple networks and vice-versa. updated patchset so as to be applicable against current oVirt server HEAD these patches may be applied in any order, they all need to be pushed together
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server frontend, backend, and tests components, permitting vms to be associated with multiple networks and vice versa. Also included are two patches which are required for the frontend bits; a patch adding collapsable sections to the vm form, which in itself depends on the second patch that provides default values for the cpu and memory vm table fields
2010 Aug 18
2
[PATCH] Don't show vlan interfaces in NIC host management
...nic_info.delete(detail) + end end end @@ -425,9 +430,12 @@ class HostRegister < Qmf::ConsoleHandler 'interface_name' => nic.interface, 'usage_type' => 1) - host_db.nics << detail - - @logger.info "Added NIC #{nic.interface} with MAC #{nic.macaddr} to host #{host_qmf.hostname}" + if detail.interface =~ /eth\d+\.\d+/ || detail.interface =~ /vnet\d+/ + @logger.info "Don't Add #{detail.interface.inspect}" +...
2010 Dec 27
2
E1000 eth1 link flakiness - causes??
Have you experienced this? What's going on when this occurs? What do I need to do to keep it from occurring? Please advise. Thanks. Dec 4 10:18:17 localhost kernel: e1000: eth1 NIC Link is Down Dec 4 10:18:19 localhost kernel: e1000: eth1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: RX/TX Dec 4 10:18:21 localhost kernel: e1000: eth1 NIC Link is Down Dec 4 10:18:23 localhost kernel:
2013 Nov 25
22
[PATCH 0/4] Coverity fixes for tools/libxl
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> -- 1.7.10.4
2009 Jul 30
1
[PATCH server] fixes to the multiple vm/nets component
- changes to the form/style cleaning it up greatly - changes to the controller fixing allowing nics/ networks to actually be saved (credit to Michel Loiseleur for helping with this) - very small test and indentation fixes --- src/app/controllers/vm_controller.rb | 41 +++- src/app/views/vm/_form.rhtml | 365 ++++++++++++++--------------- src/public/stylesheets/compo...
2010 Sep 21
1
[PATCH] Introduce ability to select any kind of nic model, not just default or virtio.
...:virtio => nic.virtio) + :model => nic.model) if(nic.network.boot_type.proto == 'static') nnic.ip_addresses << IpAddress.new(:address => nic.ip_address) @@ -221,6 +221,8 @@ class VmController < ApplicationController @nics.push nnic } + @nic_models = Nic::NIC_MODELS + end # merges vm / network parameters as submitted on the vm form @@ -241,7 +243,7 @@ class VmController < ApplicationController nic = { :mac => params[:macs][i], :network_id => network_id,...
2013 May 08
1
[PATCH] libxl: make nic 'bridge' parameter optional - do not fill default
Do not set ''bridge'' parameter - let vif-bridge script to do autodetection. Actually ''network-bridge'' never creates xenbr0 interface by default, so defaulting bridge to xenbr0 is senseless. Signed-off-by: Marek Marczykowski <marmarek@invisiblethingslab.com> --- tools/libxl/libxl.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff
2009 May 15
0
[PATCH server] use service layer for Network controller.
...|x| x.to_i} - network_ids.each{ |x| - network = Network.find(x) - unless network.type.to_s == 'Vlan' && - Vlan.find(x).bondings.size != 0 || - network.type.to_s == 'PhysicalNetwork' && - PhysicalNetwork.find(x).nics.size != 0 - begin - Network.destroy(x) - rescue - failed_networks.push x - end - else - failed_networks.push x - end - } - if failed_networks.size == 0 - render :json => { :object => "network", -...
2016 May 10
1
weird network error
a previously rock solid reliable server of mine crashed last night, the server was still running but eth0, a Intel 82574L using the e1000e driver, went down. The server has a Supermicro X8DTE-F (dual Xeon X5650, yada yada). server is a drbd master, so that was the first thing to notice network issues. Just a couple days ago I ran yum update to the latest, I do this about once a month.
2007 Dec 17
16
How to configure default NIC when creating Guest
Hi All, I have a machine with three network cards, and the third card(named e1000g2) is in use now. I want to use e1000g2 as default NIC when I create Guest. How can I change the default NIC? I can override the default value of config/default-nic property of svc:/system/xvm/xend. But xend still use e1000g0 when creating Guest. BTW, I can explicitly set "bridge=e1000g2" when creating
2008 Nov 21
1
Integrated RTL8168/8111 NIC not assigned interface
I'm running 7.0-RELEASE-i386 on Jetway's NC92-N230 mainboard. The board has one integrated RTL8168/8111 gigabit NIC as well as an expansion board with three RTL8168/8111 NICs. Why would the three NICs work while the onboard NIC does not? none2@pci0:1:0:0: class=0x020000 card=0x816810ec chip=0x816810ec rev=0x02 hdr=0x00 vendor = 'Realtek Semiconductor' device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' class = network...
2005 Dec 25
2
OT: SUSE 9.3 and NICs
...he question, I'd be glad to go there. Novell SUSE's support is unresponsive, however. My problem is this: I'm running 9.3 Pro on an Intel server board that has two NIC chips built in (a 10/100 and a GigE). I've since added a Netgear GigE NIC. However, every time I reboot, the NICs assigned to eth0, 1, and 2 all change at random, as do the IP addresses assigned. This happens whether I do anything at all or try to set things up through YaST. I'm trying to set up two subnets off this (samba-run) server, with one NIC (or one IP address) facing the Net and the other tw...
2004 Sep 28
8
OCFS and BCM5700
Hi... I have a strange problem with my Private NIC Channel, here is my environment details : 1. RHAS 2.1 with kernel 2.4.9-e.27 Enterprise 2. OCFS version : 2.4.9-e-enterprise-1.0.9-6 3. Oracle RDBMS : 9.2.0.4 RAC with 5 Nodes 4. Private NIC Channel: Broadcom BCM5700 My Private NIC channel is down intermittently, we just tracing the root of the problems by identify each product installed the
2009 Oct 06
0
[PATCH server] new host networking wui
....5cb89a9 100644 --- a/src/app/controllers/host_controller.rb +++ b/src/app/controllers/host_controller.rb @@ -104,10 +104,46 @@ class HostController < ApplicationController render :layout => 'popup' end + def update_network + # adjust parameters as necessary + params[:nics] = {} if params[:nics].nil? + params[:bondings] = {} if params[:bondings].nil? + params[:nics].each { |id,n| + unless n[:ip_address].nil? + # FIXME make this able to be v4 or v6 address + n[:ip_addresses] = [IpV4Address.new({ :address => n[:ip_address] })] + n...
2016 Sep 06
2
No increased throughput with SMB Multichannel and two NICs
Am 2016-09-06 10:41, schrieb Anoop C S via samba: > On Sun, 2016-09-04 at 11:42 +0200, Daniel Vogelbacher via samba wrote: >> Hello, >> >> I'm running Samba 4.4.5 with enabled SMB Multichannel. The Linux >> server >> has two 1GBit/s NICs and for testing purposes I've shared a tmpfs >> mountpoint with 2GiB and ~2GiB large test-file. >> >> My Windows 10 host has one dual-port 1GBit/s NIC, and if both >> interfaces >> are enabled, Get-SmbMultichannelConnection lists active multichannel >> conne...
2010 Jul 21
1
[PATCH] Add support for tagged VLAN
VLAN are supported with this patch from Patrick Guiran <pguiran at linagora.com> Setup instructions coming soon (https://fedorahosted.org/ovirt/wiki/VLANSetup) Signed-off-by: Arthur Clement <aclement at linagora.com> --- src/lib/managed_node_configuration.rb | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git
2004 Nov 23
4
OT: 1gigabit Nics
Begging indulgence of the list - asking here because due to the higher likelyhood of getting an answer... I have an application that often loses connection from one machine to another when one (or more) of the machines has particular brands of 1gig nics, but which runs rock solid when on 10meg nics and some 1 gig nics. The application senses (falsely) that the connection has been shut down by the opposite end. It uses only TCP/IP, single socket at either end for alternate transmit/receive. Loss of connection happens when the socket is hand...
2013 Jun 06
0
cross link connection fall down
Hey all, i am fighting with a strange behavior here - i have two systems connected via a direct crosslink wire. After booting, the connection is up and both systems can reach the other one. After a small time window the interface is down. $ dmesg |grep eth4 igb 0000:41:00.2: added PHC on eth4 igb 0000:41:00.2: eth4: (PCIe:5.0Gb/s:Width x4) igb 0000:41:00.2: eth4: PBA No: G13158-000 8021q: