Archive for July, 2007

Sysadmin Related Links

Here are a few sysadmin related links:

There is a new Ruby and sysadmin related book available, Practical Ruby for System Administration. The last few years Ruby has really sailed up as a good alternative to Perl and Python. Personally I must say I prefer Python over Perl but with all the hype around Ruby I […]

Clone your ZFS root file system with one easy command

In their latest release Nexenta added support for ZFS boot. I also wrote an article about how to clone and boot another ZFS file system. The process is quite simple but it still contains a number of steps.
To make things even easier I decided to write a script to automate the process. This can be […]

Better Scripts #3 - use logger

When you write scripts, especially scripts that will be executed unattended by cron or a similar facility, in most cases you want some way of getting error messages. Sometimes email is the way to go, sometimes you can just redirect output to a text file. Solaris and most other *NIX operating systems are shipped with […]

6 Basic Information Resources for a Solaris Sysadmin

To follow up on my previous post, 7 Basic Solaris Troubleshooting Tips, I now thought I would present some of the great information resources that are available to a Solaris sysadmin. As someone pointed out in a comment on this blog, it is not always easy to know what is different between a Linux and […]

Solaris, Secure by Default

If you know about OpenBSD (and you really should, it is a great OS) you may also know that one of their slogans are “Secure by Default” which now also Solaris is adopting. OpenBSD is one of the few operating systems you can put directly on the Internet and be quite sure that I won’t […]

Reduce Downtime with rsync

rsync is one of those tools that you find new uses for every day. It is really just a fancy file mover but it has an amazing feature set. Among other things You can control bandwidth usage, resume operations, copy files over ssh and include and exclude files as you like.
In The Practice of System […]

PostgreSQL and ZFS

Esoteric Curio has a great article about PostgreSQL and ZFS.
However, I’m impatient. So, I’m going to make it work myself. Using the power of ZFS, I’m going to snap my PITR slave and clone it into a “disposable” “point-in-time” copy. This is really useful for running heavy reports.

The Practice of System and Network Administration, 2nd Edition

To my delight I saw that Practice of System and Network Administration, The (2nd Edition) is available for pre-order on Amazon. I already own the 1st Edition and it is really a great book. I consider it a must read for any sysadmin or I could even go that far that I would most […]

How to detect hardware problems in Solaris 10

There was many great new features included in Solaris 10, including SMF that I blogged about earlier on how to utilize it to detect problems. Another wonderful tool is the Solaris Fault Management. It is part of the Self Healing technologies available in Solaris 10. It monitors your system and if it detects errors it […]