The sles11 tag has no wiki summary.
1
vote
0answers
10 views
pdsh command failed with connection refused
I'm able to remote login the target host with ssh. But when I execute a command through pdsh, it fails with connection refused. Both systems are sles11.
I found a description of the error on this ...
1
vote
3answers
250 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
413 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
172 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
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 ...
3
votes
1answer
486 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 ...
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 ...
2
votes
2answers
521 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?
3
votes
3answers
483 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 ...