Diskless 부팅 문제입니다..

minomino의 이미지

안녕하세요
저희 실험실에서 시험적으로 headnode 한대와 diskless 계산노드 2대를사용하여 클러스터를 구축을하려고하는데
4일째 Kernel panic에서 넘어가질않네요..

Fedora core 8
2.6.23.14커널을 사용중입니다.

고수님들의 조언 부탁드리겠습니다. ㅠ_ㅠ

헤드노드 /etc/exports
/tftpboot/node node*(rw,no_root_squash)
/usr node*(rw,no_root_squash)

헤드노드 /etc/dhcpd.conf
ddns-update-style none;
ignore-client-updates;
default-lease-time 21500;
max-lease-time 43200;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.0.255;
option routers 192.168.0.2;

allow booting;
allow bootp;


subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.3 192.168.0.30;
}

group {
filename "pxelinux.0";
option root-path "192.168.0.2:/tftpboot/node";
use-host-decl-names on;
host node1{
hardware ethernet 00:1E:8C:54:97:92;
fixed-address 192.168.0.3;
next-server 192.168.0.2;
}
host node2{
hardware ethernet 00:1E:8C:54:9A:F9;
fixed-address 192.168.0.4;
next-server 192.168.0.2;
}
}

/tftpboot/pxelinux.cfg/default
PROMPT 0
DEFAULT vmlinuz
label vmlinuz
KERNEL /vmlinuz
append nfsroot=192.168.0.2:/tftpboot/node,v3,rsize=32768,wsize=32768 root=/dev/nfs rw
ipappend 1

/tftpboot/node/etc/fstab
192.168.0.2:/tftpboot/node / nfs default,rw 0 0
192.168.0.2:/usr /usr nfs default,rw 0 0
none /proc proc defaults 0 0

헤드노드의 로그에는
mountd[11955] : authenticatd mount request from node2.kcpl.co.kr:897 for /tftpboot/node (/tftpboot/node)라고 나오고
계산노드는 Kernel panic - not syncing : No init found라는 메시지를 뿌리면서 뻗어버립니다.

다시한번 고수님들 조언 부탁드리겠습니다..ㅠ_ㅠ

minomino의 이미지

노드용 이미지에 /lib64 디렉토리를 옮겨놓지 않아서 발생한 문제였습니다.^^;;

댓글 달기

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