安藤といいます。 ネットワークブートによるディスクレスシステムを構築しています。 構築方法は、bootpとtftpを使用したものです。 bootpによりipアドレスの取得をして、tftpによるファイル転送 まではできたのですが、その後クライアント側では何も起こりません。 tcpdumpコマンドで確認すると、ブートイメージを受信しているところまでは わかるのですが、途中で止まってしまっている気がします。 ブートイメージの容量は、約800キロバイトです。 tcpdump出力より送信容量を計算すると、約540キロバイトです。 これは、全部送信できてないということでしょうか? 何かわかりましたら、アドバイスをお願いします。 libra-1.beowulf : サーバ k01.beowulf : クライアント tcpdump出力 : 17:47:43.749046 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x706338e2 file ""[|bootp] (ttl 60, id 0, len 328) 17:47:43.749284 libra-1.beowulf.bootps > k01.beowulf.bootpc: xid: 0x706338e2 Y:k01.beowulf S:libra-1.beowulf sname "libra" file ""[|bootp] (DF) (ttl 64, id 0, len 328) 17:47:44.708698 arp who-has libra-1.beowulf tell k01.beowulf 17:47:44.708740 arp reply libra-1.beowulf is-at 0:4:76:cf:f5:91 17:47:44.709032 k01.beowulf.18914 > libra-1.beowulf.tftp: [udp sum ok] 43 RRQ "/10.10.20.1/bootImage" (ttl 60, id 0, len 71) 17:47:44.709882 libra-1.beowulf.32775 > k01.beowulf.18914: [udp sum ok] udp 15 (DF) (ttl 64, id 38064, len 43) 17:47:44.710005 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) 17:47:44.710184 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38065, len 1482) 17:47:44.710566 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) 17:47:44.710633 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38066, len 1482) 17:47:44.711006 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) 17:47:44.711052 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38067, len 1482) 17:47:44.711423 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) //途中省略 17:47:44.914649 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38434, len 1482) 17:47:44.915026 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) 17:47:44.915053 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38435, len 1482) 17:47:44.915413 k01.beowulf.18914 > libra-1.beowulf.32775: [udp sum ok] udp 4 (ttl 60, id 0, len 32) 17:47:44.915441 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38436, len 1482) 17:47:49.707296 arp who-has k01.beowulf tell libra-1.beowulf 17:47:49.907377 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38437, len 1482) 17:47:50.707372 arp who-has k01.beowulf tell libra-1.beowulf 17:47:51.707453 arp who-has k01.beowulf tell libra-1.beowulf 17:47:52.707527 arp who-has k01.beowulf tell libra-1.beowulf 17:47:53.707608 arp who-has k01.beowulf tell libra-1.beowulf 17:47:54.707688 arp who-has k01.beowulf tell libra-1.beowulf 17:47:54.907800 libra-1.beowulf.32775 > k01.beowulf.18914: udp 1454 (DF) (ttl 64, id 38438, len 1482) 17:47:55.962693 b1.beowulf.826 > libra-1.beowulf.620: udp 56 (DF) (ttl 64, id 0, len 84) 17:47:55.962866 libra-1.beowulf.620 > b1.beowulf.826: [udp sum ok] udp 28 (DF) (ttl 64, id 0, len 56) 17:47:59.911496 arp who-has k01.beowulf tell libra-1.beowulf 17:48:00.911535 arp who-has k01.beowulf tell libra-1.beowulf 17:48:01.911604 arp who-has k01.beowulf tell libra-1.beowulf koichi <v01701 _at_ gs.aitech.ac.jp>
Follow-Ups:
- [linux-users:92108] Re: ディスクレスシステムの構築方法についてSatoshi I.Nozawa
- Prev by Subject: [linux-users:92079] 翻訳の王様フロントエンド
- Next by Subject: [linux-users:92081] Re: kernel-headersについて
- Previous by thread: [linux-users:92079] 翻訳の王様フロントエンド
- Next by thread: [linux-users:92108] Re: ディスクレスシステムの構築方法について
- Indexes:[Main][Thread]