The sles11 tag has no wiki summary.
3
votes
1answer
480 views
Proper management of ld.so.conf and shared libraries
I'm curious as to how other Linux admins manage /etc/ld.so.conf and in general, shared libraries across multiple Linux servers.
We have about 30-40 Linux servers running SLES 11. Since they are ...
3
votes
3answers
481 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 ...
2
votes
2answers
512 views
Restore /etc/hosts on SuSE
I have lost my /etc/hosts file on SuSE Enterprise 11.3 64 bit. Is there any way to get the original file back?
2
votes
1answer
398 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
2answers
170 views
Why does a graphical install show my boot option, but a textual install not?
I have a system to install SLES 11 on, via a serial console. As this procedure is likely to be executed across multiple systems, I want to automate the whole process. As such, I first did a manual ...
1
vote
3answers
229 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 ...
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
246 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 ...