[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:44148] Re: mdadm RAID1 再起動時にアレイが崩れてしまう
お世話になります。吉村です。
> From: SATOH Fumiyasu [mailto:fumiya@xxxxxxxxxxx]
> 縮退状態を直した状態で、initrd を再構築してみてください。
> initrd に含まれているスクリプト中で software RAID の
> 開始処理が含まれているのですが、RAID を構成するディスクの
> デバイスなどを反映させる必要があります。
>
> # dpkg-reconfigure kernel-image-`uname -r`
ありがとうございます。上記コマンドを実行することで、再起動してもアレイが
崩れなくなりました。
GP6-450:/home/yoshimurah# dpkg-reconfigure kernel-image-`uname -r`
Not touching initrd symlinks since we are being reinstalled (2.6.8-16)
Not updating image symbolic links since we are being updated (2.6.8-16)
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
Searching for splash image... none found, skipping...
Found kernel: /boot/vmlinuz-2.6.8-2-686
Found kernel: /boot/vmlinuz-2.4.27-2-386
Updating /boot/grub/menu.lst ... done
dmesg から
md: md0 stopped.
md: bind<hda1>
md: bind<hdb1>
md: bind<hdd1>
raid1: raid set md0 active with 2 out of 2 mirrors
mdadm --detail /dev/md0
Number Major Minor RaidDevice State
0 22 65 0 active sync /dev/.static/dev/hdd1
1 3 1 1 active sync /dev/.static/dev/hda1
2 3 65 - spare /dev/.static/dev/hdb1
セカンダリIDE につなげていたハードディスクのアレイが崩れなくなりました。
電源を落とし、hdd1 を抜いてみました。スペアのディスクが自動的にrebuiled
されているのを確認しました。
GP6-450:/home/yoshimurah# mdadm --detail /dev/md0
Number Major Minor RaidDevice State
0 0 0 - removed
1 3 1 1 active sync /dev/.static/dev/hda1
2 3 65 0 spare rebuilding /dev/.static/dev/hdb1
GP6-450:/home/yoshimurah# cat /proc/mdstat
Personalities : [raid1]
md0 : active raid1 hda1[1] hdb1[2]
7815488 blocks [2/1] [_U]
[===>.................] recovery = 18.7% (1467776/7815488) finish=9.9min speed=10589K/sec
unused devices: <none>
rebuiled 完了後再起動しみました。アレイも正常に動作しています。
md: md0 stopped.
md: bind<hda1>
md: bind<hdb1>
raid1: raid set md0 active with 2 out of 2 mirrors
佐藤様、関根様 ご指導いただきありがとうございました。