1
vote
1answer
2k views

How to modify ulimit for open files on SUSE Linux Enterprise Server 10.4 permanently?

SERVER:/etc # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 96069 ...
2
votes
1answer
397 views

Linux disk I/O performance issue — what config options to look at?

We discovered an I/O related performance problem when using the default SLES11 SP2 kernel. Our same application on the same hardware had no issue with (the admittedly ancient SLES9 SP3). We had a ...
2
votes
3answers
238 views

compile software with older version of gcc and linux kernel

Distributor ID: SUSE LINUX Description: openSUSE 11.4 (x86_64) Release: 11.4 Codename: Celadon gcc (SUSE Linux) 4.5.1 Linux linux-14ay 2.6.37.6-0.20-desktop #1 SMP PREEMPT 2011-12-19 ...
2
votes
1answer
299 views

Bond slave link up is too slow

On one of my servers I set up a bond-device consisting of an onboard network-card and an PCIe network card. (eth1 and eth5) I set up the configugration according to man ifcfg-bonding - i.e. eth1 and ...
1
vote
1answer
456 views

How do I know that a /dev/dm-XX device isn't used by anything on SLES 10.4 (64bit)?

I have a device that I can see in the output of fdisk -l: /dev/dm-XX (XX is a number.) How do I know that I can use this /dev/dm-XX to add it to a RAID1 array? How can I be 100% sure that nothing ...