Operating System - HP-UX
1832205 Members
2658 Online
110039 Solutions
New Discussion

PXE-E18: Timeout. Server did not respond

 
Carme Torca
Super Advisor

PXE-E18: Timeout. Server did not respond

Hi,

I have problems with one restore of one ignite.
The cable its connected but the Server doesn't respond.

Could anyone help me?
Thanks a lot of!
Carmen.


Shell> lanboot select -dn ignite_rec
01 Acpi(HWP0002,PNP0A03,101)/Pci(1|0)/Pci(6|0)/Mac(002481D969D6)
02 Acpi(HWP0002,PNP0A03,101)/Pci(1|0)/Pci(6|1)/Mac(002481D969D7)
03 Acpi(HWP0002,PNP0A03,102)/Pci(1|0)/Mac(002481773BF4)
04 Acpi(HWP0002,PNP0A03,102)/Pci(1|1)/Mac(002481773BF5)
Select Desired LAN: 04

Client MAC Address: 00 24 81 77 3B F5

LAN Configuration:
Client MAC Address : 00 24 81 77 3B F5
Client IP Address : 14.10.27.240
Subnet Mask : 255.255.255.0
Boot Server IP Address : 14.10.27.25
DHCP Server IP Address : 0.0.0.0

Retrieving File Size

Boot file name: /opt/ignite/boot/nbp.efi
Boot file size: 0 bytes

PXE-E18: Timeout. Server did not respond.

Usage:
LANBOOT [select] [-od "optional_data"]
LANBOOT [select] [-dn name]
LANBOOT [select] [-sip server_ip] [-cip client_ip] [-gip gateway_ip]
[-m subnet_mask] [-b "boot_file"] [-od "optional_data"]

Execute 'help lanboot' for more help.
Shell>
Users are not too bad ;-)
11 REPLIES 11
Torsten.
Acclaimed Contributor

Re: PXE-E18: Timeout. Server did not respond

First check this:

Boot file name: /opt/ignite/boot/nbp.efi
Boot file size: 0 bytes

Does this file exist?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Carme Torca
Super Advisor

Re: PXE-E18: Timeout. Server did not respond

Yes,

The nbp.efi exist

ls -l /opt/ignite/boot/nbp.efi
-r--r--r-- 1 bin bin 24576 Feb 15 2007 /opt/ignite/boot/nbp.efi

Users are not too bad ;-)
Torsten.
Acclaimed Contributor

Re: PXE-E18: Timeout. Server did not respond

Do you need by chance a gateway?

Gateway IP address (-gip)
in dbprofile

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Carme Torca
Super Advisor

Re: PXE-E18: Timeout. Server did not respond

Here you are the configuration:

Shell> dbprofile
Profile List

Profile Name: ignite_rec
Network Type: IPv4
Server IP address: 14.10.27.25
Client IP address: 14.10.27.240
Gateway IP address: 14.10.27.1
Subnet Mask: 255.255.255.0
Boot File: /opt/ignite/boot/nbp.efi
Optional Data:

Shell>

Users are not too bad ;-)
Torsten.
Acclaimed Contributor

Re: PXE-E18: Timeout. Server did not respond

Sure you can contact the server via this NIC?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Scot Bean
Honored Contributor

Re: PXE-E18: Timeout. Server did not respond

On the 14.10.27.25 server, check /etc/inetd.conf to make sure bootp is enabled.

You can also use '-d 9' on bootp to turn on debugging and watch the syslog when attempting boot.
Fabio Ettore
Honored Contributor

Re: PXE-E18: Timeout. Server did not respond

Hi Carme,

I've already experienced this problem, I'd guess it's something about tftp service on Ignite-UX Server. Check that it's enabled (not commented out) and well-configured into /etc/inetd.conf.

A quick test on Ignite-UX server to show if it works:

cp /etc/services /tmp
cd tmp
tftp localhost
tftp>get services

If you see something like

Received 11327 bytes in 0.0 seconds

then the service is enabled, otherwise it's not.

HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Steven E. Protter
Exalted Contributor

Re: PXE-E18: Timeout. Server did not respond

Shalom,

Based on what I see, I would check the inetd.conf configuration on the Ignite server.

I would see that bootp and tftp and instl_boots are not commented and restart inetd. This would be on the Ignite server as well.

I would check for other PXE servers and see if you chose the right NIC card to talk to the Ignite server.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Carme Torca
Super Advisor

Re: PXE-E18: Timeout. Server did not respond

Hi,
I have all ok configured on the server, I have reset de inetd but it doesn't works ok.
???

>more /etc/services |grep -i boot
bootps 67/udp # Bootstrap Protocol Server
bootpc 68/udp # Bootstrap Protocol Client
instl_boots 1067/udp # installation bootstrap protocol server
instl_bootc 1068/udp # installation bootstrap protocol client

>more /etc/services |grep -i tftp
tftp 69/udp # Trivial File Transfer Protocol

>cp /etc/services /tmp/
>cd /tmp

tmp>ls -l servic*
-rw-r--r-- 1 root sys 12137 Jun 18 08:40 services

>tftp localhost
tftp> get services
Error code 2: Access violation
tftp>
Users are not too bad ;-)
Fabio Ettore
Honored Contributor

Re: PXE-E18: Timeout. Server did not respond

Hi Carme,

sorry for the delay.

>tftp localhost
tftp> get services
Error code 2: Access violation
tftp>

it means tftp is now working.
Check inetd.conf which should contain /opt/ignite and /var/opt/ignite.

Follow the Ignite-UX FAQ:

http://bizsupport2.austin.hp.com/bc/docs/support/SupportManual/c02023840/c02023840.pdf

Look for tftp, I think you'll find all you need about the correct configuration of tftp in inetd.conf.

Until you don't solve it the Ignite-UX server cannot work as expected.HTH.

Best regards,
Fabio
WISH? IMPROVEMENT!
Fabio Ettore
Honored Contributor

Re: PXE-E18: Timeout. Server did not respond

Typo:

"it means tftp is now working. "

I meant, "it means tftp is not working"
WISH? IMPROVEMENT!