Jan
14
2011
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 [...]
Tags: failover, HP, iSCSI, linux, load-balance, LVM, MSA, multipath, redhat, SAN, Storage
Aug
12
2010
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 [...]
Tags: archive, backup, linux
Feb
09
2010
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 [...]
Tags: firewall, iptables, linux, network, stats, traffic