[Question] Lỗi không hiểu về Raid 5 |
02/04/2011 14:05:55 (+0700) | #1 | 234444 |
|
tanviet12
Member
|
0 |
|
|
Joined: 10/05/2010 12:15:15
Messages: 138
Location: TP - HCM
Offline
|
|
Chào các anh.
Em mới vừa cài CentOS5. Trong quá trình cài em đã cài đặt Raid gồm 3 ổ cứng dạng SCSI.
Ổ cứng 1 và 2 em cho 200mb để raid1 cho boot. Và 3 ổ em đều cho Raid5.
Cài đặt xong. HDH(hệ điều hành) chạy ok. Sau đó em thử remove cái ổ cứng thứ 3 đi để test thử. Máy chạy ok.
Cũng 3 ổ như vậy, em không remove ổ thứ 3 mà remove ổ 2 thì không vào HDH được.
Đây là thông tin 3 ổ cứng chạy Raid.
Code:
[root@localhost ~]# fdisk -l
Disk /dev/sda: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 fd Linux raid autodetect
/dev/sda2 26 13054 104655442+ fd Linux raid autodetect
Disk /dev/sdb: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 25 200781 fd Linux raid autodetect
/dev/sdb2 26 13054 104655442+ fd Linux raid autodetect
Disk /dev/sdc: 107.3 GB, 107374182400 bytes
255 heads, 63 sectors/track, 13054 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 25 200781 fd Linux raid autodetect
/dev/sdc2 26 13054 104655442+ fd Linux raid autodetect
Disk /dev/md1: 214.3 GB, 214334177280 bytes
2 heads, 4 sectors/track, 52327680 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/md0: 205 MB, 205520896 bytes
2 heads, 4 sectors/track, 50176 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
[root@localhost ~]#
Đây là thông tin khi không vào HDH được
Mong các anh giải thích giúp, em xin cảm ơn!!
|
|
BTV
fb.com/buitanviet |
|
|
|
[Question] Lỗi không hiểu về Raid 5 |
02/04/2011 15:50:09 (+0700) | #2 | 234457 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Bạn thảy nội dung của grub.conf, /etc/fstab lên xem. |
|
Let's build on a great foundation! |
|
|
|
[Question] Lỗi không hiểu về Raid 5 |
02/04/2011 19:10:55 (+0700) | #3 | 234468 |
|
tanviet12
Member
|
0 |
|
|
Joined: 10/05/2010 12:15:15
Messages: 138
Location: TP - HCM
Offline
|
|
Đây là file fstab
Code:
/dev/md1 / ext3 defaults 1 1
/dev/md0 /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
Đây là file grup.conf
Code:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/md1
# initrd /initrd-version.img
#boot=/dev/md0
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.18-194.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-194.el5 ro root=/dev/md1 rhgb quiet
initrd /initrd-2.6.18-194.el5.img
Không biết khi cài Raid em có cài sai không nữa... Em thử sửa boot lại thành hd1,0 thì boot vẫn ok. Chứng tỏ raid 1 vẫn chạy bình thường ạ. Mong anh quanta xem giúp!
|
|
BTV
fb.com/buitanviet |
|
|
|
[Question] Lỗi không hiểu về Raid 5 |
02/04/2011 20:09:15 (+0700) | #4 | 234472 |
myquartz
Member
|
0 |
|
|
Joined: 04/01/2005 04:58:30
Messages: 563
Offline
|
|
Khi bạn remve cáu đĩa 3 ra, bạn cắm lại nhưng ko cho nó thời gian để đồng bộ lại, tức là cái 3 vẫn dirty.
giờ lấy nốt cái 2 nó tèo là phải. nó báo failed ở chỗ đó.
khi cắm lại hd1,0, tức cái số 2 thì nó ok.
nhớ 1 điều là nếu chạy máy ảo, 3 hdd rút cái thứ 2 sẽ làm thay đổi thứ tự ổ đĩa nhé. sda, sdb, sdc... thì c sẽ nhảy lên thành b. |
|
|
|
|
[Question] Lỗi không hiểu về Raid 5 |
02/04/2011 20:18:13 (+0700) | #5 | 234473 |
|
quanta
Moderator
|
Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
|
|
Mình để ý thấy đoạn này:
md1: raid array is not clean -- starting background reconstruction
raid5: cannot start dirty degraded array for md1
raid5: failed to run raid set md1
vì một nguyên nhân nào đó mà cái md1 của bạn bị stop ở "dirty state".
Giờ bạn thử 'assemble' lại xem:
- boot vào LiveCD (Parted Magic chẳng hạn)
- backup dữ liệu
- mdadm --assemble --force /dev/md1 /dev/sda2 /dev/sdb2 /dev/sdc2
|
|
Let's build on a great foundation! |
|
[Question] Lỗi không hiểu về Raid 5 |
04/04/2011 23:37:33 (+0700) | #6 | 234699 |
|
tanviet12
Member
|
0 |
|
|
Joined: 10/05/2010 12:15:15
Messages: 138
Location: TP - HCM
Offline
|
|
Vâng, cảm ơn hai anh rất nhiều, vấn đề nằm ở đây
"3 hdd rút cái thứ 2 sẽ làm thay đổi thứ tự ổ đĩa nhé. sda, sdb, sdc... thì c sẽ nhảy lên thành b" |
|
BTV
fb.com/buitanviet |
|
Users currently in here |
1 Anonymous
|
|
Powered by JForum - Extended by HVAOnline
hvaonline.net | hvaforum.net | hvazone.net | hvanews.net | vnhacker.org
1999 - 2013 ©
v2012|0504|218|
|
|