xcorp::When it rains, it pours.

"The nice thing about rain," said Eeyore, "is that it always stops. Eventually."

2008-07-01から1日間の記事一覧

reboot

ipmitool の wrapper を作ってコンソールに接続。 # cat ipmi.sh #!/bin/sh IPMI_COMMAND='/usr/bin/ipmitool' IPMI_INTF='ipmisol' IPMI_USERNAME='admin' IPMI_ESCCHAR='#' if [ $# -ne 1 ] then echo "usage: $0 (hostname|host address)" 1>&2 exit 1 fi…

NFS

結局、下記のように /etc/fstab を設定して検証用環境で様子見。 nas:/path/to/export /path/to/mountdir nfs defaults,rw,hard,tcp,intr,noatime,nfsvers=3,rsize=32768,wsize=32768 0 0この設定をシステムに反映させるために、bindmount してるディレクト…

AWStats

awstats.pl を CGI として動かして動的に解析結果を表示させるのは結構重いので、awstats_buildstaticpages.pl を日次バッチとして実行して、解析結果を静的な HTML ファイルとして出力しているのだけれども、当月の解析結果を表示するのは問題ないんだけど…