Monthly Archives: March 2009

One possible solution for Glassfish cluster node-agent startup problems

Just a quick hint for those of you who are experiencing problem with getting node-agents up and running in a Glassfish cluster. If the problem is that the asadmin start-agent command simply times out/uses a long time to start, and … Continue reading

Posted in Java, Linux | Tagged , , , | Leave a comment

SysRq-reboot macro for Blackbox KVM software

A nice way of rebooting a frozen Linux-based server when you do not have a power switch available is to use the SysRq-abilities. (Ubuntu Example.) Blackbox does not have a default macro installed for just that, but you can create a new … Continue reading

Posted in Linux | Tagged , , | Leave a comment

How to fix that stupid backspace in Vim on SLES

Sometimes the backspace button can be a real pain on SLES-systems, but the fix is simple! Add this to ~/.vimrc: set backspace=indent,eol,start

Posted in SLES, Software | Tagged , | 1 Comment

Installation of GPFS on SLES10

I have been playing around with GPFS on SLES for some days now and have compiled a quick HOWO for installation of the system. Important notes: You must have root-access for the servers you are installing on You must compile … Continue reading

Posted in Linux, SLES | Tagged , | Leave a comment