Diskless 부팅 문제입니다..
안녕하세요
저희 실험실에서 시험적으로 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라는 메시지를 뿌리면서 뻗어버립니다.
다시한번 고수님들 조언 부탁드리겠습니다..ㅠ_ㅠ
해결했습니다.
노드용 이미지에 /lib64 디렉토리를 옮겨놓지 않아서 발생한 문제였습니다.^^;;
댓글 달기