Tagged Questions
1
vote
3answers
377 views
Persistent blockdev setra read ahead setting
I've got some SSDs mounted up on /dev/sda1 and /dev/sdb1 on a SLES 11 SP2 server, and I was able to tweak the read ahead setting with blockdev --setra:
sudo blockdev --setra 4096 /dev/sda
sudo ...
2
votes
1answer
449 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 ...
1
vote
2answers
2k views
How to install/upgrade svn on SLE?
My SUSE (SUSE Linux Enterprise Server 11 (x86_64)) got installed old svn. I want to upgrade it but if I download package for Packages for SLE 11 and try to install it via zypper install ...
1
vote
1answer
250 views
Load module from the boot menu
Is there a way to insert/load a module at the boot menu in Suse? I'm referring to the menu in the screenshot below (this isn't from my machine, just a similar screenshot I took from the web).
I ...
3
votes
3answers
507 views
rc_status always returns “failed”
One of our developers has a service that needs to be started on boot. This script needs to be fired:
/app/bt/preview/apache-tomcat-5.5.27/bin/startup.sh
Here is the startup script I'm working ...