sending BOOTP and RARP requests ..... timed out!

sisjnho의 이미지

안녕하세요.
diskless cluster를 구축을 하고 있습니다. 어렵게 여기(?)까지 왔는데, 또 에러가 나는군요..
똑같은 실수를 계속 반복하는 것 같아서 도움을 얻고자 글을 올립니다.
우선 시스템 사양은 아래와 같습니다.

마스터 : 팬피엄 4 1.7G 256MB
각노드 : 팬티엄 2 400MHz 128MB
허 브 : 3com 8port switch hub
캐이블 : 허브와 컴퓨터간 다이렉트 케이블
랜카드 : 3comCX-TX-M (Managed 기능이 있는것)

제가 처음부터 설정한 대로 써 내려가겠습니다.
우선 첫번째로 RedHat 9를 Full로 설치를 했습니다.
설치를 한 후에 커널 2.4.21로 커널컴파일을 했습니다. 커널 컴파일시
bootp, rarp를 설정 해주고, root file system on NFS도 Bulit-in 해주었고,
NFS에 관한 모듈들 전부 Bulit-in으로 해주었습니다. Bonding도 Bulit-In으로 해주었습니다.

제가 설정한 부분들을 그대로 적어보겠습니다.

]#cat /etc/sysconfig/network-scripts/ifcfg-etho
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
BROADCAST=202.31.147.255
IPADDR=202.31.147.182
NETMASK=255.255.255.0
TYPE=Ethernet
USERCTL=no
PEERDNS=no
GATEWAY=202.31.147.14

]#cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
IPADDR=10.0.0.1
NETMASK=255.0.0.0
NETWORK=10.0.0.0

]#cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=iplab.kunsan.ac.kr
GATEWAY=202.31.147.14
GATEWAYDEV=eth0

]#cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
202.31.147.182 iplab.kunsan.ac.kr cluster
10.0.0.1 gateway.iplab.kunsan.ac.kr gateway
10.0.0.2 node1.iplab.kunsan.ac.kr node1

]#cat /etc/dhcpd.conf
ddns-update-style none;
default-lease-time 21500;
max-lease-time 43200;


option subnet-mask 255.0.0.0;
option broadcast-address 10.255.255.255;

option routers 10.0.0.1;

option domain-name-servers 202.31.147.182;
option domain-name "iplab.kunsan.ac.kr";

subnet 10.0.0.0 netmask 255.0.0.0 {
range 10.0.0.2 10.0.0.100;
default-lease-time 21600;
max-lease-time 43200;
}

group {
use-host-decl-names on;
option log-servers 10.0.0.1;
host node1 {
fixed-address 10.0.0.2;
hardware ethernet 00:0A:5E:23:E7:04;
option root-path "/tftpboot/10.0.0.2";
filename "pxelinux.0";
}
}

]#cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}

]#/etc/export
/tftpboot/10.0.0.2 10.0.0.2(rw,sync,no_root_squash,no_subtree_check)
/usr 10.0.0.2(rw,sync,no_root_squash,no_subtree_check)
/opt 10.0.0.2(rw,sync,no_root_squash,no_subtree_check)
/var 10.0.0.2(rw,sync,no_root_squash,no_subtree_check)
/home 10.0.0.2(rw,sync,no_root_squash,no_subtree_check)

]#pwd
]#/tftpboot
]#ls
10.0.0.2 pxelinux.0 syslinux-2.08 vmlinuz-2.4.21
X86PC pxelinux.cfg syslinux-2.08.tar.gz

]#cat /tftpboot/10.0.0.2/etc/sysconfig/network-scripts/ifcfg-etho
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=static
IPADDR=10.0.0.2
NETMASK=255.0.0.0
NETWORK=10.0.0.0

]#cat /tftpboot/10.0.0.2/etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
IPADDR=10.0.1.2
BROADCAST=10.0.1.255
NETMASK=255.0.0.0
NETWORK=10.0.1.0
USERCTL=false

]#cat /tftpboot/10.0.0.2/etc/sysconfig/network
NETWORKING=yes
HOSTNAME=node1.iplab.kunsan.ac.kr
GATEWAY=10.0.0.1
DOMAINNAME=iplab.kunsan.ac.kr

]#cat /tftpboot/10.0.0.2/etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
202.31.147.182 iplab.kunsan.ac.kr
10.0.0.1 gateway.iplab.kunsan.ac.kr
10.0.0.2 node1.iplab.kunsan.ac.kr node1
10.0.1.1 client0.iplab.kunsan.ac.kr client0
10.0.1.2 client1.iplab.kunsan.ac.kr client1

여기까지가 제가 현재 설정해놓은 상태입니다.
제목에서와 같이 노드컴퓨터를 켰을때
Sending BOOTP and RARP requests .....timed out!
이라면서 더이상 부팅이 이루어 지지가 않더라구요..
케이블, 허브, 랜카드등 물리적으로는 문제가 없는것 같습니다.
답변 부탁드립니다.
제 긴글 읽어주시느라 감사합니다. 그럼, 오늘도 즐거울 하루가 되시길 바랍니다.

*****************************************************
메 일 : ljh0234@nate.com
전화번호 : 011-796-3402
1달여동안 혼자 끙끙 대면서, 구축하고 있습니다.
전화상으로 도움을 줄 수있으신 분이면 문자만 남겨주십시요. 제가 전화
드리겠습니다. 바쁘신 분이시라면 메일이라도 남겨주신다면 가끔 도움을 주셨으면 정말 감사하겠습니다.
*****************************************************

댓글 달기

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