- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Itanium ignite client PXE error
Operating System - HP-UX
1824240
Members
3509
Online
109669
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2008 04:30 AM
тАО06-18-2008 04:30 AM
Itanium ignite client PXE error
Hi Techies,
I am facing a PXE error issue on a RX2620 itanium client when tried to ignite from the server.
When selected "EFI Boot Manager ver 1.10 [14.62]" => Boot Menu => Core LAN gb A
The client attempts to boot from the server, receives IP from DHCP server and throws the following error..
Booting over the network
Loading.: Core LAN Gb A
Client MAC Address: 00 18 FE 28 71 74 ...
Client IP Address: 20.5.68.161
Subnet Mask: 255.255.255.0
BOOTP Server IP Address: 20.5.68.23
DHCP Server IP Address: 20.5.68.125
Proxy Server IP Address: 20.5.68.23
Boot file name: Rembo-ia64
Retrieving File Size..
PXE-E23: Client received TFTP error from server.
PXE-E98: Code: 1h Filename not accepted
Load of Core LAN Gb A failed: Not Found
Press any key to continue
Verified TFTP service from another server by "get"ing a file from Ignite server and it worked...
Development@root# tftp 20.5.68.125
tftp> get /opt/ignite/README
Received 1203 bytes in 0.0 seconds
/etc/bootptab entry of this client is updated as follows...
Itaniumbox:\
tc=ignite-defaults:\
ha=0018FE287174:\
ip=20.5.68.161:\
sm=255.255.255.0:\
gw=20.5.68.1
Please help me if any of you have encountered similar issue before...
Vinod
I am facing a PXE error issue on a RX2620 itanium client when tried to ignite from the server.
When selected "EFI Boot Manager ver 1.10 [14.62]" => Boot Menu => Core LAN gb A
The client attempts to boot from the server, receives IP from DHCP server and throws the following error..
Booting over the network
Loading.: Core LAN Gb A
Client MAC Address: 00 18 FE 28 71 74 ...
Client IP Address: 20.5.68.161
Subnet Mask: 255.255.255.0
BOOTP Server IP Address: 20.5.68.23
DHCP Server IP Address: 20.5.68.125
Proxy Server IP Address: 20.5.68.23
Boot file name: Rembo-ia64
Retrieving File Size..
PXE-E23: Client received TFTP error from server.
PXE-E98: Code: 1h Filename not accepted
Load of Core LAN Gb A failed: Not Found
Press any key to continue
Verified TFTP service from another server by "get"ing a file from Ignite server and it worked...
Development@root# tftp 20.5.68.125
tftp> get /opt/ignite/README
Received 1203 bytes in 0.0 seconds
/etc/bootptab entry of this client is updated as follows...
Itaniumbox:\
tc=ignite-defaults:\
ha=0018FE287174:\
ip=20.5.68.161:\
sm=255.255.255.0:\
gw=20.5.68.1
Please help me if any of you have encountered similar issue before...
Vinod
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2008 05:06 AM
тАО06-18-2008 05:06 AM
Re: Itanium ignite client PXE error
WoW,
I fixed myself after banging on EFI shell for a while...
Found BOOTP and PROXY IP are shown different during the IP acquiring phase of the client... Hence manually added a dbprofile in the EFI shell to make the LAN decide correct bootp entries...
Shell> fs0:
fs0:\> dbprofile -dn testprofile -sip 20.5.68.125 -cip 20.5.68.161 -gip 20.5.68.1 -m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"
Creating profile testprofile
fs0:\> lanboot select -dn testprofile
01 Acpi(HWP0002,PNP0A03,100)/Pci(2|0)/Mac(0018FE287174)
02 Acpi(HWP0002,PNP0A03,100)/Pci(2|1)/Mac(0018FE287175)
Select Desired LAN: 01
Selected Acpi(HWP0002,PNP0A03,100)/Pci(2|0)/Mac(0018FE287174)
Hopefully helpful for someone...
Vinod
I fixed myself after banging on EFI shell for a while...
Found BOOTP and PROXY IP are shown different during the IP acquiring phase of the client... Hence manually added a dbprofile in the EFI shell to make the LAN decide correct bootp entries...
Shell> fs0:
fs0:\> dbprofile -dn testprofile -sip 20.5.68.125 -cip 20.5.68.161 -gip 20.5.68.1 -m 255.255.255.0 -b "/opt/ignite/boot/nbp.efi"
Creating profile testprofile
fs0:\> lanboot select -dn testprofile
01 Acpi(HWP0002,PNP0A03,100)/Pci(2|0)/Mac(0018FE287174)
02 Acpi(HWP0002,PNP0A03,100)/Pci(2|1)/Mac(0018FE287175)
Select Desired LAN: 01
Selected Acpi(HWP0002,PNP0A03,100)/Pci(2|0)/Mac(0018FE287174)
Hopefully helpful for someone...
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2008 05:07 AM
тАО06-18-2008 05:07 AM
Re: Itanium ignite client PXE error
Create a dbprofile from EFI shell for the specific lan
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP