Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
PXE/TFTP error

PXE/TFTP error

2005-07-11       - By Kevin Jackson

 Back
Reply:     1     2     3     4  

How do you start the tftp server?
In my xinet.d tftp config I have set '-s /tftpboot' to the boot params.

I then specify the following in my dhcpd.conf

host somehost {
   filename "pxelinux.0"
   hardware ethernet 00:00:00:00:00:00;
   fixed-address 123.123.123.123;
};

my filesystem looks like:

/tftpboot/
/tftpboot/pxelinux.cfg/
  ... and the pxeboot config files in here
/tftpboot/pxelinux.0

Kev

On 7/11/05, Magee, Fred (MRC) <fred.magee@(protected)> wrote:
>  
>  
>
> Good morning.
>
>  
>
> I've just completed a clean install of RHEL3U4 ES on a cluster head node,
> ran redhat-config-netboot, started tftp, dhcp and http, ran
> redhat-config-kickstart and still cannot pxe boot the cluster compute nodes.
>
>  
>
> The parameters I used for netboot are:
>
>  
>
>             Operating system identifier:        rhel3u4ws
>  Description:                        Red Hat EL3 U4 WS
>  Select protocol for installation:   HTTP
>  Kickstart:                          /ks/ks.cfg
>  Software:
>  Server:                             10.0.0.10
>  Location:                           /ks
>
>  
>
> This created /tftpboot as follows:
>
>  
>
> /tftpboot/:
>  total 4
>  drwxr-xr-x    5 root     root         4096 Jul 11 08:29 linux-install
>  
>  /tftpboot/linux-install:
>  total 24
>  drwxr-xr-x    2 root     root         4096 Jul  7 16:42 msgs
>  -rw-r--r--    1 root     root        11304 Jul  7 16:42 pxelinux.0
>  drwxr-xr-x    2 root     root         4096 Jul  8 14:46 pxelinux.cfg
>  drwxr-xr-x    2 root     root         4096 Jul  8 15:22 rhel3u4ws
>  
>  /tftpboot/linux-install/msgs:
>  total 24
>  -rw-r--r--    1 root     root          541 Jul  8 13:08 boot.msg
>  -rw-r--r--    1 root     root          668 Sep 29  2004 expert.msg
>  -rw-r--r--    1 root     root          871 Sep 29  2004 general.msg
>  -rw-r--r--    1 root     root          860 Sep 29  2004 param.msg
>  -rw-r--r--    1 root     root          530 Sep 29  2004 rescue.msg
>  -rw-r--r--    1 root     root          545 Sep 29  2004 snake.msg
>  
>  /tftpboot/linux-install/pxelinux.cfg:
>  total 8
>  -rw-r--r--    1 root     root          326 Jul  8 13:08 default
>  -rw-r--r--    1 root     root          252 Jul  8 13:08 pxeos.xml
>  
>  /tftpboot/linux-install/rhel3u4ws:
>  total 3368
>  -rw-r--r--    1 root     root      2538426 Jul  8 13:08 initrd.img
>  lrwxrwxrwx    1 root     root           15 Jul  8 14:49 ks.cfg ->
> /home/ks/ks.cfg
>  -rw-r--r--    1 root     root           60 Jul  8 13:08 ks.cfg.orig
>  lrwxrwxrwx    1 root     root           13 Jul  8 15:21 pxelinux.0 ->
> ../pxelinux.0
>  lrwxrwxrwx    1 root     root           15 Jul  8 15:22 pxelinux.cfg ->
> ../pxelinux.cfg
>  -rw-r--r--    1 root     root       895078 Jul  8 13:08 vmlinuz
>    
>
> I've installed the kickstart images for RHEL 3U4 WS in /home/ks and created
> a symbolic link as /var/www/html/ks pointing to /home/ks.  When I ran
> kickstart config I saved the configuration file in /home/ks/ks.cfg and made
> a link to it in /tftpboo/linux-install/rhel3u4ws.  My
> dhcpd.conf file is:
>
>  
>
> ddns-update-style interim;
>  subnet 10.0.0.0 netmask 255.255.255.0 {
>              option routers          10.0.0.10;
>              option subnet-mask      255.255.255.0;
>              option domain-name      "test.cluster";
>              range dynamic-bootp     10.0.0.2 10.0.0.9;
>              default-lease-time      21600;
>              max-lease-time          43200;
>  }
>  
>  host mirkwood {
>              hardware ethernet 00:0F:EA:3D:F4:A7;
>              fixed-address 10.0.0.10;
>  }
>  
>  group {
>  #     next-server mirkwood.test.cluster;
>              next-server 10.0.0.10;
>              host node1 {
>              hardware ethernet 00:0F:EA:3D:F4:A8;
>          fixed-address 10.0.0.1;
>              filename "/tftpboot/linux-install/pxelinux.0";
>              }
>              host node2 {
>  hardware ethernet 00:0F:EA:40:08:25;
>          fixed-address 10.0.0.2;
>              filename "pxelinux.0";
>              }
>  }
>    
>
> I've tried defining mirkwood with and without the domainname and as
> 10.0.0.10 with and without the domainname.  When I try to kickstart the
> compute nodes I get the following error:
>
>  
>
>       PXE-T01: File not found
>
>       PXE-E3B: TFTP Error ? File not found
>
>       PXE-M0F: Exiting PXEROM.
>
>  
>
> A tcpdump of the exchange shows:
>
>  
>
> 08:29:06.601436 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0xeb3df4a8
> secs:4 flags:0x8000 file ""[|bootp]
>  08:29:06.601693 mirkwood.bootps > 255.255.255.255.bootpc:  xid:0xeb3df4a8
> secs:4 flags:0x8000 Y:10.0.0.1 S:mirkwood ether 0:f:ea:3d:f4:a8 file
> ""[|bootp] [tos 0x10]
>  08:29:08.614201 0.0.0.0.bootpc > 255.255.255.255.bootps:  xid:0xeb3df4a8
> secs:4 flags:0x8000 file ""[|bootp]
>  08:29:08.614460 mirkwood.bootps > 255.255.255.255.bootpc:  xid:0xeb3df4a8
> secs:4 flags:0x8000 Y:10.0.0.1 S:mirkwood ether 0:f:ea:3d:f4:a8 file
> ""[|bootp] [tos 0x10]
>  08:29:08.632968 arp who-has mirkwood tell 10.0.0.1
>  08:29:08.633004 arp reply mirkwood is-at 0:f:ea:3d:f4:a7
>  08:29:08.633110 10.0.0.1.2070 > mirkwood.tftp:  51 RRQ
> "/tftpboot/linux-install/pxelinux.0"
>  08:29:08.716249 mirkwood.32769 > 10.0.0.1.2070: udp 19 (DF)
>  08:29:08.720569 10.0.0.1.2071 > mirkwood.tftp:  56 RRQ
> "/tftpboot/linux-install/pxelinux.0"
>  08:29:08.721136 mirkwood.32769 > 10.0.0.1.2071: udp 19 (DF)
>  08:29:13.712023 arp who-has 10.0.0.1 tell mirkwood
>  08:29:14.712023 arp who-has 10.0.0.1 tell mirkwood
>  08:29:15.712023 arp who-has 10.0.0.1 tell mirkwood
>    
>
>  
>
> My question is what file is it telling me is missing.  The only file name I
> see in the tcpdump is pxelinux.0 which is clearly in /tftpboot/linux-install
> but I never get the "snake" menu I expect to see as if it isn't actually
> receiving pxelinux.0.
>
>  
>
> Thanks for any assistance any of you can provide.  I think I'm overlooking
> something simple and obvious because I had this working prior to
> reinstalling.
>    
> --
> Taroon-list mailing list
> Taroon-list@(protected)
> http://www.redhat.com/mailman/listinfo/taroon-list
>
>


--
Kevin Jackson
Red Hat Certified Engineer
www.uksysadmin.com

--
Taroon-list mailing list
Taroon-list@(protected)
http://www.redhat.com/mailman/listinfo/taroon-list

Earn $52 per hosting referral at Lunarpages.