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


OpenMicroServer (OMS-AL400/128)

ファームウェア更新

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が動作しない。

DebianのiptablesをSSD/Linuxのものに置き換える必要がある。

  1. 工場出荷時状態で起動します。INIT ボタンを押しながら電源を入れてください。
  2. telnet またはシリアル経由でログインします。以下の作業は root 権限で行ってください。
  3. Debian をインストールしたストレージ・デバイスをマウントします。
    # e2fsck /dev/hda1
    # mount -t ext3 /dev/hda1 /mnt
  4. 上記の hda1 は、お使いの状況に応じて読み換えてください。 SSD/Linux の iptables コマンドをコピーします。
  5. # cp /sbin/iptables /mnt/sbin/iptables Debian をインストールしたストレージ・デバイスをアン・マウントします。
    # umount /mnt
  6. 再起動します。
    # reboot 

情報源