리눅스에서 "NIC Link is Down"

salladin8709의 이미지

지금 CentOS 4.4 서버를 운영하고 있는데요

/var/log/messages 로그를 보니까 아래와 같은 메세지가 남아있습니다.

Mar 12 08:18:10 spam kernel: e1000: eth2: e1000_watchdog_task: NIC Link is Down
Mar 12 08:18:15 spam kernel: e1000: eth3: e1000_watchdog_task: NIC Link is Down
Mar 12 08:18:15 spam kernel: cleanbridge: port 1(eth2) entering disabled state
Mar 12 08:18:15 spam kernel: cleanbridge: port 2(eth3) entering disabled state
Mar 12 08:18:15 spam kernel: e1000: eth3: e1000_watchdog_task: NIC Link is Up 100 Mbps Full Duplex
Mar 12 08:18:15 spam kernel: e1000: eth3: e1000_watchdog_task: 10/100 speed: disabling TSO
Mar 12 08:18:15 spam kernel: cleanbridge: port 2(eth3) entering learning state
Mar 12 08:18:17 spam kernel: e1000: eth2: e1000_watchdog_task: NIC Link is Up 100 Mbps Full Duplex
Mar 12 08:18:17 spam kernel: e1000: eth2: e1000_watchdog_task: 10/100 speed: disabling TSO
Mar 12 08:18:17 spam kernel: cleanbridge: port 1(eth2) entering learning state
Mar 12 08:18:26 spam last message repeated 2 times
Mar 12 08:18:30 spam kernel: cleanbridge: topology change detected, propagating
Mar 12 08:18:30 spam kernel: cleanbridge: port 2(eth3) entering forwarding state
Mar 12 08:18:31 spam kernel: cleanbridge: topology change detected, propagating
Mar 12 08:18:31 spam kernel: cleanbridge: port 1(eth2) entering forwarding state

순간적으로 ethernet이 내려갔다 올라온 것 같은데요 왜그런걸까요 - -

그래서 예전 로그들도 찾아보니까 한달 전 쯤에도 한번 그랬더라고요..

그사이에는 멀쩡하고..

제 추측은 선이 이상하다던가, 스위치에서 문제가 있었다던가 인데..

선이 이상하면, 계속 연결이 끊겼어야되는데, 한달에 한번꼴로 발생한걸 봐서 아닐 거 같고..

스위치 문제라고 하기엔... 스위치가 그렇게 쉽게 문제가 생기진 않을 거 같아서..

혹시 어떤 이유가 있을까요. 운영중인 서버라 Linux 를 새로설치한다던가는 할 수가 없어요.

답변 부탁드립니다. ㅜㅜ

codebank의 이미지

해당사항이 주기적으로 일어난다면 원인은 한가지 아닐까 생각합니다.
즉, cron에 의해서 한달 주기로 시스템에 대한 검사가 이루어지지 않나 생각이 됩니다.
보통은 /etc/cron.d 이라든가 /cron/cron.monthly 같은 디렉토리에 검사할 것들을
모아놓고 crontab에다가 지정을 해놓습니다.
순간적인 연결 재설정을보면 누군가의 침입에 의해서 이기보다는 자체검사를 한 결과가
아닐까 추측해봅니다.
------------------------------
좋은 하루 되세요.

------------------------------
좋은 하루 되세요.

monovision의 이미지

로그를 봐서는 브릿지를 구성한 인터페이스가 다운됐다가 올라온거 같은데요...
제가 테스트하던 서버에는 동일한 메세지와 함께 그냥 NIC 이 down 만되고 안 올라오더라구요 ㅎㅎ...
저의 경우에는 원인이 스위치에 있었습니다. ㅡ.ㅡ;;;
스위치에서 관리하는 라우팅 테이블쪽에 NULL point 를 참조하는 버그와 함께 스위치가 오동작을 하여 스위치 포트가 오락가락하더군요.

lunatine의 이미지

TSO 관련 문제라면

ethtool -K tso off 해보시고

e1000 모듈 관련된 문제라고 생각되시면 acpi 설정을 꺼주시면 해결은 됩니다.

관련글

제가 오래전에 블로그에 acpi=off로 썼는데 만약 HyperThread같은 기능이 걸리신다면 acpi=ht 로 해서 부팅하시면 됩니다. (ht는 저도 피드백으로 알았네요 :) )

================
Lunatine
================

================
Lunatine
================

zer5의 이미지

ethernet controller 칩셋이 intel 것이라면
인텔사이트에서 릴리즈 노트, 최신 드라이버 README 를 읽어보세요
기가비트 이더넷에서만 생기는 증상이더군요..

PCI-E 의 Power Mgt 의 메커니즘에 의한 Flap현상일 가능성이 높아보입니다.

goodnux의 이미지

저런경우는 노가다가 필요합니다
일단 스위치에서 포트를 다른곳을 이동후 운영
다음 라인교체
다음 렌카드 추가장착 변경후 운영
뭐 시간이 드는게 단점이지만

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.