Latest Story

Adding a second IP address to a NIC in data ONTAP

June 16, 2009
By gary

filer*> ifconfig e1b alias 192.168.101.4 Will add the address 192.168.101.4 to my NIC e1b, which already contained the IP 192.168.100.4 filer*> ifconfig e1b e1b: flags=0x3d48867 mtu 9000 inet 192.168.100.4 netmask 0xffffff00 broadcast 192.168.100.255 inet 192.168.101.4 netmask 0xffffff00 broadcast 192.168.101.255 ...
Read more »

Details on Disk Drive failure modes.

May 26, 2009
By gary

This detailed paper “Hard disk drives, the good, the bad and the ugly” describes the many failure modes of modern disk drives. Jon Elerath outlines the many causes of silent data corruption, and the steps taken by HDD manufacturers to recover from transient...
Read more »

10 GbE performance evaluation, throughput and latency

May 18, 2009
By gary

This paper gives throughput and latency figures achieved using 10 GbE using Linux clients. Their tests showed a 300% improvement in latency over 1GbE. This whitepaper was published in 2003 by LANL. Initial End-to-End Performance Evaluation of 10-Gigabit Ethernet�
Read more »

Command Line Fu

March 14, 2009
By gary

This site has a whole boat load of one-liner unix commands. You can upload and contribute your own My command line fu All command line Fu
Read more »

Find duplicate files with Perl md5

January 25, 2009
By gary

The script uses the Digest::md5 module to look for duplicate files. It takes as input a list of filenames, and returns a list of all files which share...
Read more »

Logging messages to OS X (And other Unix’s)

January 6, 2009
By gary

Use the command “logger”  to send a message to syslogd.  It seems that in OS X at least, the syslog is configured to discard messages sent to user.info, but...
Read more »