Archive for July, 2007
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 […]
July 19th, 2007 | Posted in Books, FreeBSD, Links, OpenSolaris, RBAC, Ruby, Sudo | 2 Comments
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 […]
July 17th, 2007 | Posted in Boot, Nexenta, OpenSolaris, Scripts, Solaris, zfs | 5 Comments
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 […]
July 13th, 2007 | Posted in Better Scripts, Scripts, Solaris, Syslog, UNIX | 3 Comments
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 […]
July 11th, 2007 | Posted in Blastwave, Documentation, OpenSolaris, Patch, Solaris, Support | 7 Comments
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 […]
July 9th, 2007 | Posted in OpenSolaris, SMF, Security, Solaris | 8 Comments
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 […]
July 6th, 2007 | Posted in Backups, Downtime, Sysadmin, System Administration, UNIX, rsync | No Comments
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.
July 4th, 2007 | Posted in Links, PostgreSQL, zfs | No Comments
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 […]
July 3rd, 2007 | Posted in Books, Sysadmin, System Administration, UNIX | 2 Comments
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 […]
July 2nd, 2007 | Posted in Monitoring, OpenSolaris, Scripts, Solaris | 1 Comment