Displaying 20 results from an estimated 100 matches similar to: "High system load but low cpu usage"
2010 Sep 10
5
Traffic shaping on CentOS
I've been trying to do traffic shaping on one of my public servers and
after reading up, it seems like the way to do so is via tc/htb.
However, most of the documentation seems at least half a decade old
with nothing new recently.
Furthermore, trying to get documentation on tc filters turned up a
blank. man tc refers to a tc-filters (8) but trying to man that gives
a no such page/section
2010 Jul 10
4
Redundant LAN routing possible?
I've been reading that it's possible to set up a system with multiple
NIC to provide redundant internet connectivity such that it will
switch to a secondary connection if the primary ISP fails.
Is it possible in a similar way to setup redundant LAN routing? I read
that it is possible to aggregate/bond multiple NIC to stackable
switches that support link aggregation and redundancy. But if
2011 Jun 09
4
Possible to use multiple disk to bypass I/O wait?
I'm trying to resolve an I/O problem on a CentOS 5.6 server. The
process basically scans through Maildirs, checking for space usage and
quota. Because there are hundred odd user folders and several 10s of
thousands of small files, this sends the I/O wait % way high. The
server hits a very high load level and stops responding to other
requests until the crawl is done.
I am wondering if I add
2011 Jun 23
4
Jumbo frames problem with Realtek NICs?
I was trying to do some performance testing between using iSCSI on the
host as a diskfile to a guest vs the VM guest using the iSCSI device
directly.
However, in the process of trying to establish a baseline performance
figure, I started increasing the MTU settings on the PCI-express NICs
with RTL8168B chips.
First bottleneck was discovering the max MTU allowed on these is 7K
instead of 9K but
2012 Aug 03
4
Urgent help on replacing /var
In a moment of epic stupidity, having ran out of space on the root
partition of a server due to /var chewing up the space, I added a
separate drive for the purpose of mounting it as /var
To do so, I mounted the new drive as /var2, cp -R (in hindsight should
had rsync to preserve attributes), deleted the original /var to free
up space, edited fstab and rebooted... unsurprisingly to a fubar'd
2011 Jun 29
8
Anyway to ensure SSH availability?
I was having problems with the same server locking up to the point I
can't even get in via SSH. I've already used HTB/TC to reserve
bandwidth for my SSH port but the problem now isn't an attack on the
bandwidth. So I'm trying to figure out if there's a way to ensure that
SSH is given cpu and i/o priority.
However, so far reading seems to imply that it's probably not going
2016 Mar 01
10
Any experiences with newer WD Red drives?
Might be slightly OT as it isn't necessarily a CentOS related issue.
I've been using WD Reds as mdraid components which worked pretty well
for non-IOPS intensive workloads.
However, the latest C7 server I built, ran into problems with them on
on a Intel C236 board (SuperMicro X11SSH) with tons of "ata bus error
write fpdma queued". Googling on it threw up old suggestions to
2010 Jun 28
3
CentOS MD RAID 1 on Openfiler iSCSI
Has anybody tried or knows if it is possible to create a MD RAID1
device using networked iSCSI devices like those created using
OpenFiler?
The idea I'm thinking of here is to use two OpenFiler servers with
physical drives in RAID 1, to create iSCSI virtual devices and run
CentOS guest VMs off the MD RAID 1 device. Since theoretically, this
setup would survive both a single physical drive
2012 Apr 04
2
Installing CentOS 6.2 *TO* a USB drive, not installing from USB.
I'm trying to setup a very small system intended for doing
monitoring/logging. It's done on an Intel Atoms in a small box and the
idea was to simply run it off a pair of USB flash drives in software
RAID 1.
Now the problem is that while the 6.2 DVD installer could go through
the entire install process, grub will load then just stop at the
prompt. The system will work if I use a SATA hard
2010 Jul 03
4
ESXi, KVM or Xen?
Which of these would be the recommended virtualization platform for
mainly CentOS guest on CentOS host for running a virtualized mail
server? From what I've read, objectively it seems that VMWare's still
the way to go although I would had like to go with Xen or KVM just as
a matter of subjective preference.
VMWare's offering seems to have the best support and tools, plus
likely the
2011 Jun 25
3
Jumbo Frame performance or lackof?
After successfully getting higher MTU to work on my Realtek NICs, I
started testing the impact of higher MTU on file transfers using NFS
exported ramdisk to ramdisk.
The results were unexpected. The higher the MTU on the sending NIC,
the lower the file transfer speed. I tested by using time cp to copy a
1GB file (In case compression might affect the results, so I dd the
test file from the CentOS
2011 Mar 21
4
mdraid on top of mdraid
Is it possible or will there be any problems with using mdraid on top of mdraid?
specifically say
mdraid 1/5 on top of mdraid multipath.
e.g. 4 storage machines exporting iSCSI targets via two different
physical network switches
then use multipath to create md block devices
then use mdraid on these md block devices
The purpose being the storage array surviving a physical network switch
2011 Sep 26
1
Is gluster suitable and production ready for email/web servers?
I've been leaning towards actually deploying gluster in one of my
projects for a while and finally a probable candidate project came up.
However, researching into the specific use case, it seems that gluster
isn't really suitable for load profiles that deal with lots of
concurrent small files. e.g.
http://www.techforce.com.br/news/linux_blog/glusterfs_tuning_small_files
2010 Jun 25
2
Virtualization as cheap redundancy option?
I'm wondering if virtualization could be used as a cheap redundancy
solution for situations which can tolerate a certain amount of
downtime.
Current recommendations is to run some kind of replication server such
as DRBD. The problem here is cost if there are more than one server
(or servers running on different OS) to be backed up. I'd basically
need to tell my client they need to buy say
2011 Apr 25
5
Install CentOS as KVM guest
I'm having problems trying to install CentOS as a KVM guest despite
following the wikis and howtos.
The problem is that most of the instructions skip the part that
happens after virt-install... It seems that something blindingly
obvious happens if nothing goes wrong and most instructions continues
from the OS installation screen.
However, when I try this, I get a blank console that says
2011 Sep 20
1
Getting guest to detect new drive without reboot
I've got a CentOS 5.6 guest running on 6.0 host.
Using virsh attach-disk, I attached a new raw file as vdc
However, the guest does not detect this new disk.
In the past, I've used the following
echo "0 0 0" > /sys/class/scsi_host/host#/scan
command to make a CentOS system scan for new drives.
However in the guest, there is no host in scsi_host so this isn't an option.
2011 Jun 03
1
Wiki error
I was following instructions in the wiki here
http://wiki.centos.org/HowTos/CreateLocalMirror
to create a local mirror for testing VMs instead of hitting the public mirrors.
However, I could not mount the NFS share in the guest. Error logged on
the host was:
request to export an unmounted filesystem: /share
After some googling, I found this discussion
2010 Jul 01
2
Update update failed on filesystem-2.4.0-3.el5.x86_64
I was doing a upgrade of an existing machine from 5.4 to 5.5.
Everything else worked except for this rpm
filesystem-2.4.0-3.el5.x86_64
It seems that it's trying to unpack the file into the CentOS DVD mount point
> Error unpacking rpm package filesystem-2.4.0-3.el5.x86_64
> error: unpacking of archive failed on file /media: cpio: lsetfilecon
Would it be safe to manually download the
2011 Apr 29
1
Multiple IP Addresses for a bridge
Is it possible to assign multiple IP addresses to a bridge the same
way ethernet devices can?
The purpose is to accept incoming traffic for multiple public IP.
1 Physical NIC
-> br0 (accepts incoming traffic for x.x.x.2 to x.x.x.5)
Then 3 different virtual interfaces are connected to this bridge
1. eth0 (x.x.x.2)
2. eth1 (x.x.x.3)
3. eth2 (x.x.x.4)
2011 Jun 24
1
Exporting /dev/shm as NFS share?
I'm trying to do some network transfer test using NFS. The problem is
when I try to eliminate the possibility of the hard disks being the
bottleneck. I am unable to export /dev/shm as a NFS share. Initially
there was an error about fsid or wrong filesystem.
If I use a symbolic such as /home/test -> /dev/shm, on the remote
system, this causes the NFS client to see its own /dev/shm
If I