로그에 이런기록이 남습니다.

ci5ns의 이미지

초보 서버관리자입니다.
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

keizie의 이미지

미디어 에러라고 하는 걸 보니, 마운트는 하지 않은 채로 씨디가 들어 있지 않나 합니다.

ultrasound의 이미지

먼저 fdisk -l 을 쳐서 sdc 가 보이는지 확인해 보세요...

ci5ns의 이미지

그리고 시스템정보는 아래와 같습니다.
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) 따로 표시되지 않습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.