Archive for the 'linux' Category

 

 

Jan 14 2011

Multipathed iSCSI SAN Disks on Linux

Published by dave under linux,Storage

Here are a few steps to configure iSCSI disks on Linux. Although I set this up on a Redhat Enterprise 5.5 connected to an HP MSA 2012i, the whole configuration remains generic and can be applied to any SAN. I will add another post to check how both Linux and Windows perform on the same [...]

No responses yet

Aug 12 2010

Backup a Directory when Modified

Published by dave under linux

I use this script to keep a full local backup of my tftp directory on Linux. It keeps the archive only if some of the files were modified. It can be used for any directory indeed. There are the files produced:   [root@tftp_server backup]$ ls -l -rw-r—– 1 tftp tftp 124200 May 1 04:04 tftp-20100501.tgz [...]

No responses yet

Feb 09 2010

Network Stats with Iptables

Published by dave under linux

As any other firewall, iptables is also able to do network statistics reporting. the -v (–verbose) option makes the list command (-L) show the packet and byte counters. Network stats are available on a per rule basis. Here’s an example on the INPUT chain:   [stats@network_server]$ sudo iptables -nvL INPUT Chain INPUT (policy DROP 74941 [...]

No responses yet

Next »