로그에 이런기록이 남습니다.
초보 서버관리자입니다.
messages 로그에 이런 로그가 남습니다.
그러다 이틀에 한번정도 다운이 됩니다.
sdc 에 무슨 문제가 있는것 같긴한데, df로 확인해보면 sdc 라는게 없어서
어떻게 해야할지 난감한 상황입니다.
조언부탁드리겠습니다.
--- messages -------------------
Feb 5 13:20:42 host1 kernel: SCSI error : <0 0 2 0> return code = 0x8000002
Feb 5 13:20:42 host1 kernel: sdc: Current: sense key: Medium Error
Feb 5 13:20:42 host1 kernel: Additional sense: Unrecovered read error
Feb 5 13:20:42 host1 kernel: Info fld=0x7089881
Feb 5 13:20:42 host1 kernel: end_request: I/O error, dev sdc, sector 118003840
Feb 5 13:20:48 host1 kernel: SCSI error : <0 0 2 0> return code = 0x8000002
Feb 5 13:20:48 host1 kernel: sdc: Current: sense key: Medium Error
Feb 5 13:20:48 host1 kernel: Additional sense: Unrecovered read error
Feb 5 13:20:48 host1 kernel: Info fld=0x7089881
Feb 5 13:20:48 host1 kernel: end_request: I/O error, dev sdc, sector 118003840
Feb 5 13:20:54 host1 kernel: SCSI error : <0 0 2 0> return code = 0x8000002
Feb 5 13:20:54 host1 kernel: sdc: Current: sense key: Medium Error
Feb 5 13:20:54 host1 kernel: Additional sense: Unrecovered read error
Feb 5 13:20:54 host1 kernel: Info fld=0x7089881
[root@host1 /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 21G 6.6G 13G 35% /
/dev/shm 1014M 0 1014M 0% /dev/shm
/dev/md0 263G 60G 190G 24% /home
/dev/sda3 12G 61M 11G 1% /tmp
/dev/sda2 25G 704M 23G 3% /var
/dev/sda5 3.8G 496M 3.1G 14% /var/log
CD-ROM 달려 있나요?
미디어 에러라고 하는 걸 보니, 마운트는 하지 않은 채로 씨디가 들어 있지 않나 합니다.
OS가 뭔가요?
먼저 fdisk -l 을 쳐서 sdc 가 보이는지 확인해 보세요...
CD-ROM은 있으나 아무것도 들어있지 않은상태입니다.
그리고 시스템정보는 아래와 같습니다.
fdisk 로 보니 sdc1 이 있네요..
---- OS ------------
[root@host1 charmd]# cat /etc/redhat-release
Fedora Core release 4 (Stentz)
[root@host1 charmd]# cat /proc/version
Linux version 2.6.13-1.1526_FC4smp (bhcompile@hs20-bc1-6.build.redhat.com) (gcc version 4.0.1 20050727 (Red Hat 4.0.1-5)) #1 SMP Wed Sep 28 19:30:04 EDT 2005
---- fdisk ---------
[root@host1 charmd]# /sbin/fdisk -l
Disk /dev/sda: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2700 21687718+ 83 Linux
/dev/sda2 2701 6000 26507250 83 Linux
/dev/sda3 6001 7500 12048750 83 Linux
/dev/sda4 7501 8855 10884037+ 5 Extended
/dev/sda5 7501 8000 4016218+ 83 Linux
/dev/sda6 8001 8855 6867756 82 Linux swap / Solaris
Disk /dev/sdb: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 8855 71127756 fd Linux raid autodetect
Disk /dev/sdc: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 8855 71127756 fd Linux raid autodetect
Disk /dev/sdd: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 1 8855 71127756 fd Linux raid autodetect
Disk /dev/sde: 72.8 GB, 72839168000 bytes
255 heads, 63 sectors/track, 8855 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 * 1 8855 71127756 fd Linux raid autodetect
Disk /dev/md0: 291.3 GB, 291338452992 bytes
2 heads, 4 sectors/track, 71127552 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md0 doesn't contain a valid partition table
디스크 배드섹터네요.
fdisk결과를 보니 아마도 RAID시스템인 듯 합니다.
sda가 일반 하드고 sdb, sdc, sdd, sde 네개의 하드가 RAID로 묶여 있습니다.
md0가 291.3GB인 것으로 봐서 RAID0인 것 같구요.
sdc에서 SCSI에러가 나니까 sdc디스크(RAID 2번 디스크이면서 전체로는 3번 디스크)에 배드섹터가 난 것이 아니면 디스크고장인듯하니 시급히 디스크 교체를 고려하셔야 하겠습니다.
RAID0이므로 일부 데이터의 유실도 감안하셔야 겠습니다.
df에서 sdc가 나오지 않은 것은 RAID에 참여하고 있기 때문에(/dev/md0) 따로 표시되지 않습니다.
댓글 달기