similar to: mount NFS share over specific nic?

Displaying 20 results from an estimated 10000 matches similar to: "mount NFS share over specific nic?"

2011 Feb 14
8
e1000 gig nic howto?
We have a 10Gbps connection to our server so I need to be able to create VMs using the faster e1000 nics instead of the default Realtek 100Mbps ones but I''m not sure how to go about it. Is there a walkthrough or "howto" or can someone point me at some simple instructions? I''m using xen-3.0.3-105.el5_5.5 and Centos 5.5 kernel 2.6.18-194.32.1.el5.centos.plusxen VMs are
2011 Feb 14
2
Virtualization supporting 1000Mbps nics?
I've got xen-3.0.3-105.el5_5.5 running on Centos 5.5 and all is running smooth but I notice that any VMs running under it only have access to Realtek RTL8139C at 100 Mbps nics. We have 4 x 1G nics configured in a port channel so I'd really like to be able to give my VMs 1000Mbps nics. Does anyone know if this is possible and how to do it? If not, does KVM support faster nics because at
2011 Jan 17
2
nic bonding
I've just setup nic bonding on our server (DL585-G7 running Centos 5.5 x86_64) as detailed on the wiki: http://wiki.centos.org/TipsAndTricks/BondingInterfaces and all seems fine but from other "howto's" I've seen on the web, they're should be a /proc/net/bond0/info As far as I can see, I don't have one and I'm not sure if it should be there or its absence is a
2011 Feb 16
2
NIC bonding - missing eth0?
I have nic bonding (mode=802.3ad) setup on 2 servers, both running Centos 5.5 In the "Active Aggregator Info", on one reports 4 ports - which is correct - but the other only reports 3 ports. It''s always eth0 that shows a different aggregator ID. Changing the cables around so it hits a different port on the switch makes no difference. The switch is correctly configured for the
2011 Feb 02
3
~/.forward file?
Hi all, I'm just poking thru our previous sysadmin's user adding script and saw reference to a ~/.forward file containing the users email address. Any idea what it might be for? It's a tricky one to Google ;-) Thanx, Russell Smithies ? ======================================================================= Attention: The information contained in this message and/or attachments from
2012 Jul 31
2
rsync question
I'm trying to rsync a 8TB data folder containing squillions of small files and it's taking forever (i.e. weeks) to get anywhere. I'm assuming the slow bit is check-summing everything with a single CPU (even though it's on a 12-core server ;-( ) Is it possible to do something simple like scp the whole dir in one go so they're duplicates in the first instance, then get rsync to
2011 Feb 16
1
NIC bonding - missing eth0?
I have nic bonding (mode=802.3ad) setup on 2 servers, both running Centos 5.5 In the "Active Aggregator Info", on one reports 4 ports - which is correct - but the other only reports 3 ports. It's always eth0 that shows a different aggregator ID. Changing the cables around so it hits a different port on the switch makes no difference. The switch is correctly configured for the port
2012 Mar 15
1
windbind and AD authentication - UPPER CASE usernames?
We're looking at using windbind and AD for our user account details but have run into a small snag. All user accounts in AD are upper case but our linux accounts are lower-case. Is there a simple solution we've overlooked? We really don't want to have to hack this... Thanx, Russell SMithies ======================================================================= Attention: The
2011 Nov 16
4
not using LVM for Linux VM guests?
I came across an old post comment yesterday (from http://echenh.blogspot.com/2010/04/how-to-extend-lvm-on-vmware-guest-os.html ) discussing the "hack" of LVM on Linux VM guests and whether it's better not to use it to simplify disk management. I've re-posted the comment below, does it sound reasonable? Is it better to not use LVM on Linux VM guests? --Russell
2011 Jun 29
2
preventing symlinks?
This may be more of a general linux question but is there a simple way of preventing users from creating symlinks to or from certain directories? I have a /scratch dir that's a single 27TB volume and I don't want users linking their home dirs as there's a chance it will screw up our external backups. Is this a job for SELinux? Any ideas? Thanx, Russell
2012 Aug 01
0
CentOS Digest, Vol 90, Issue 30
Hallo Steff, mach dir keine Sorgen es wird nix gesperrt reduziert oder ?hnliches bei ?berschreitung xD Ich muss gleich einkaufen, Besorgungen machen f?r den Urlaub. Bin um 13:00 Uhr wieder da. Bis sp?ter heute .. Mit freundlichen Gr??en Klaus Beeck ---------------------------------------------------------------------------- --- Visionthinks???????????????????????????????????????
2012 Aug 19
2
LVM overhead? Does it cripple I/O?
For a high-performance system (64-cores, 512GB RAM, 5TB local disk, 110TB NFS-mounted storage) is there any advantage of dropping lvm and mounting partitions directly? We're not planning on changing partition sizes, but if we did we'd probably do a full rebuild. Has anyone done performance testing to show that lvm isn't crippling I/O? Thanx, Russell
2011 Sep 20
0
reading vdump files?
I have a lot of data in some vdump files backed up from a Tru64 system that I now need to recover to a Centos server. We no longer have any servers running Tru64, is there any way to extract/convert them on a "standard" linux system? Ideally converting in bulk to a tar would do. Any ideas? Russell Smithies =======================================================================
2008 Feb 04
4
IPTables GUIs
Hi, This is semi-OT, but is Centos-related. I'm looking for an IPTables GUI to help us with our expanding network configuration. I know there's plenty out there, but most of them seem to manage the firewall on the computer on which they run, or only handle one firewall at a time. I need one that can easily manage multiple firewalls from some sort of central location/repository, i.e.
2009 Sep 13
1
Repair Filesystem prompt , after inode has illegal blocks
hi All, A fault on our SAN dropped us down to a read-only filesystem and after reboot, we have an "Unexpected Inconsistency" and I am being instructed by the boot to run fsck manually without -a or -p (this was after I think processing around 15% of the filesystem) The specific message is "inode 27344909 has illegal blocks" I recall running fsck some years ago on smaller
2002 Dec 01
1
Multiple graphics windows
Hi, Is it possible to have multiple graphics windows in R? I am running a function that plots 12 graphs and currently I'm using par(mfrow=c(3,4),..) etc but ideally I would like to have the output in separate graphics windows. Thanks, Katarina ======================================================================= Attention: The information contained in this message and/or attachments
2006 Feb 27
2
Find not working
Hello all. I have the following code (taken from the depot tutorial then modified) def add_dish( dish, type, qnty ) item = @items.find {|i| i.dish_id == dish.id && i.type == type } if item item.quantity += qnty.to_i else if type == ''Fresh'' item = Fresh.for_dish(dish) else item = Frozen.for_dish(dish) end
2007 Jul 03
2
good resources for making RPMs, Craig in N.Z.
>Message: 23 >Date: Tue, 3 Jul 2007 08:19:43 +1200 >From: "Miskell, Craig" <Craig.Miskell at agresearch.co.nz> >Subject: RE: [CentOS] good resources for making RPMs > <D5DBA313349A4B458528BE63B387F36C05792DB2 at imail.agresearch.co.nz> Craig: Did you see the message Johnny posted a few days ago? I think he was looking for people who use CentOS in New
2010 Feb 14
2
has_many :through eager loading only loading one record
Hello, I''ve been using Rails for years, including has_many :through and eager loading, but this one has me stumped. The problem is that Active Record is only eager-loading the first of many records. Here are the models (note set_table_name for a legacy schema): class Tag < ActiveRecord::Base set_table_name ''tag'' end class DishTag < Tag has_many
2006 Feb 27
2
Multiple forms on a page
Hello all. I have the following Code in a view: <% @dishes.each do |dish| -%> <tr> <td><%= link_to dish.name, :controller => "restaurant", :action => "show_dish", :id =>"#{dish.id}" -%> <% if dish.vegetarian? -%> <%= image_tag("/images/vegetarian.gif", :class => "bevel", :size => "8x8")