* OpenMicroServer (OMS-AL400/128) [#k7c009b0]
-[[Hardware/OpenMicroServer/Debian GNU Linux 4.0 etch]]
~
~
** ファームウェア更新 [#c9c76f3e]
fdisk /dev/hda
mke2fs -j /dev/hda1
flashcfg -c hda1
http://www.plathome.co.jp/support/labo/oms400/
zImage.initrd.treeboot-product
/usr/sbin/flashcfg -f zImage.initrd.treeboot-product
~
** Debianをインストールするとiptabesが動作しない。 [#pb83305e]
DebianのiptablesをSSD/Linuxのものに置き換える必要がある。
-工場出荷時状態で起動する。INITボタンを押しながら電源を入れる。~
-telnetまたはシリアル経由でログインする。~
以下の作業はroot権限にて行う。~
-Debianをインストールしたストレージ・デバイスをマウントし、そこにiptablesをコピーする。~
-hda1は、状況に応じて読み換える。~
e2fsck /dev/hda1
mount -t ext3 /dev/hda1 /mnt
cp -a /sbin/iptables /mnt/sbin/iptables
umount /mnt
reboot
~
** 情報源 [#g76bd5b4]
-[[OpenMicroServer FAQ>http://www.plathome.co.jp/products/microserver/faq.html]]
~