|
スポンサーリンク 概要 †
RAID1構成でのインストール †
ディスク状況の確認 †1台目のSCSIディスク †debian:~# fdisk /dev/sda -l Disk /dev/sda: 8589 MB, 8589934592 bytes 255 heads, 63 sectors/track, 1044 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x00074602 Device Boot Start End Blocks Id System /dev/sda1 1 31 248976 fd Linux raid autodetect /dev/sda2 * 32 153 979965 fd Linux raid autodetect /dev/sda3 154 1044 7156957+ fd Linux raid autodetect 2台目のSCSIディスク †debian:~# fdisk /dev/sdb -l Disk /dev/sdb: 8589 MB, 8589934592 bytes 255 heads, 63 sectors/track, 1044 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x000bf34a Device Boot Start End Blocks Id System /dev/sdb1 1 31 248976 fd Linux raid autodetect /dev/sdb2 * 32 153 979965 fd Linux raid autodetect /dev/sdb3 154 1044 7156957+ fd Linux raid autodetect ディスク全体 †debian:~# df -hl Filesystem サイズ 使用 残り 使用% マウント位置 /dev/md2 6.8G 586M 5.9G 9% / tmpfs 126M 0 126M 0% /lib/init/rw udev 10M 108K 9.9M 2% /dev tmpfs 126M 0 126M 0% /dev/shm /dev/md1 942M 33M 862M 4% /boot RAID状況 †debian:~# mdadm --detail /dev/md0
/dev/md0:
Version : 00.90
Creation Time : Sun Apr 26 15:08:12 2009
Raid Level : raid1
Array Size : 248896 (243.10 MiB 254.87 MB)
Used Dev Size : 248896 (243.10 MiB 254.87 MB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Persistence : Superblock is persistent
Update Time : Sun Apr 26 15:22:23 2009
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
UUID : 14169bac:86ea11f2:cec15ead:e1f590f8
Events : 0.4
Number Major Minor RaidDevice State
0 8 1 0 active sync /dev/sda1
1 8 17 1 active sync /dev/sdb1
異常時にメール通知する設定 †
2台目のディスクへのGRUBインストール †
ディスク障害時の対応 †
Total:26246 / Today:1 / Yesterday:3 スポンサーリンク |