Hardware/OpenMicroServer のバックアップソース(No.3)

* OpenMicroServer (OMS-AL400/128) [#k7c009b0]

** ファームウェア更新 [#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 をインストールしたストレージ・デバイスをマウントします。~
 # e2fsck /dev/hda1
 # mount -t ext3 /dev/hda1 /mnt
+ 上記の hda1 は、お使いの状況に応じて読み換えてください。 SSD/Linux の iptables コマンドをコピーします。~
+ # cp /sbin/iptables /mnt/sbin/iptables Debian をインストールしたストレージ・デバイスをアン・マウントします。~
 # umount /mnt
+ 再起動します。~
 # reboot 
~

** 情報源 [#g76bd5b4]
-[[OpenMicroServer FAQ>http://www.plathome.co.jp/products/microserver/faq.html]]
~