AIX : Use sar to check cpu usage

Saturday, January 30th, 2010

If you’re looking for CPU usage statistics and system performance on IBM AIX, sar might just be the tool your looking for. It’ll display information for 5 minutes intervals from midnight to current time. The output looks like this :
(more…)

Linux / Unix : Disk usage and identifying biggest files

Sunday, January 17th, 2010

When working as a systems administrator, you’ll always end up having to solve a file system full error in a hurry. Here are a few commands and hints to help you get out of it quickly on a UNIX like system.
(more…)

OpenSolaris : Switching to the /dev development branch

Sunday, November 8th, 2009

In OpenSolaris, switching to the /dev development branch is a bit like switching to the testing branch for some linux distros. So you might want to think twice before doing so, as it might sometimes break things.

If you still want to do that, follow those instructions :
(more…)

SSH : Multiplexing connections

Tuesday, April 28th, 2009

There is a feature in OpenSSH since v3.9 which allows multiple SSH connections with the same caracteristics (host, port, remote login) to be made through a single TCP connection. This is useful because you’ll have to authenticate only once, and besides the new SSH connections will be much faster to establish.
(more…)

Xen : OpenSolaris 2008.11 DomU running on a Linux Dom0

Sunday, December 14th, 2008

This post is a step by step explanation about how to get an OpenSolaris 2008.11 run as a Xen DomU on a Linux Dom0.
To follow this, you’ll need a Linux machine ready for Xen (I run Xen 3.3.0), with vncviewer installed.

This post doesn’t explain the basics of Xen, so you might want to start by learning Xen if you don’t already know a bit of it.

(more…)