- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bootp issue from Itanium to PA
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
08-24-2005 05:00 PM
08-24-2005 05:00 PM
Bootp issue from Itanium to PA
Was wondering if someone could help.
I am trying to get an Itanium to BOOTP off a PA system.
I have configured the bootptab on the PA to resemble the following:
ausyss01:\
hn:\
vm=rfc1048:\
ht=ether:\
ha=00110A3167B4:\
ip=172.16.8.57:\
sm=255.255.248.0:\
bf=/opt/ignite/boot/boot_lif
I try and EFI the new system using the GIG network to BOOTP off the systems lan and the error message I get is the following:
Loading.: Langig
Running LoadFile()
CLIENT MAC ADDR: 00 11 0A 31 67 B4
.....
PXE-E16: Valid PXE offer not received.
Load of Langig failed: Not Found
Using the DHCP on the PA is not an option unfortunately....
I have made sure that the bootp and tftp is running on the PA , and have looked at the /var/adm/inetd.sec and the /var/adm/syslog/syslog.log and nothing outstanding is showing up.
Any advice?
Only thing is that the ITanium and PA are separated by 2 layer 3 and one layer two switch. Could this be causing the lack of BOOTP responses from the PA machine?
Any advice appreaciated.
Thanks
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 05:09 PM
08-24-2005 05:09 PM
Re: Bootp issue from Itanium to PA
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 05:49 PM
08-24-2005 05:49 PM
Re: Bootp issue from Itanium to PA
Yes - will look into the helper.
Thanks
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 11:46 PM
08-24-2005 11:46 PM
Re: Bootp issue from Itanium to PA
I'm not experienced in booting an itanium box from net, but are you sure you're using the correct bootfile? I would expecting something like *.efi. Did you use
Shell> lanboot select
Just wondering about PXE message.
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 12:04 AM
08-25-2005 12:04 AM
Re: Bootp issue from Itanium to PA
The changes to instl_bootd require that the bootpd daemon is not running on the given Ignite-UX server. Ignite-UX uses the instl_bootd daemon to respond to all boot requests from clients. The instl_bootd daemon normally runs on a set of unique network ports, 1067/1068, which are used only for booting Itanium-based clients. However, in this implementation, the instl_bootd runs on the standard bootpd ports, 67/68.
==================
have a look:
http://docs.hp.com/en/B2355-90875/ch02s03.html#d0e2845
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 12:09 AM
08-25-2005 12:09 AM
Re: Bootp issue from Itanium to PA
You can only boot off the built in NIC? Not any add in cards. Now the newservers have built in GB NIC so its not a speed loss.
After boot, you can transmit Ignite images any way or NIC you wish.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 12:25 AM
08-25-2005 12:25 AM
Re: Bootp issue from Itanium to PA
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 05:43 AM
08-25-2005 05:43 AM
Re: Bootp issue from Itanium to PA
$grep boot /etc/inetd.conf
bootps dgram udp wait root /usr/lbin/bootpd bootpd
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
my /etc/bootptab has:
(substitute valid IP address for '
(substitute valid MAC for '
IADEF:\
ht=ethernet:\
hn:\
bf=/opt/ignite/boot/nbp.efi:\
bs=48:\
sm=255.255.248.0:\
gw=
ds=
dn=corp.com:\
vm=rfc1048:
myIAclient:tc=IADEF:ip=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 01:34 PM
08-25-2005 01:34 PM
Re: Bootp issue from Itanium to PA
My server are HP4400 - with only built in nics.
They are having hassles locating any BOOTP server - ie - with its mac address and IP configured on the Server - the client is not seeing any machine to service its BOOTP request. I am unsure if the issue is the bootptab conf, or should it be done in the ingite bootp conf. I will look into this today.
I need to try and find out if its an issue of switches blocking the bootprequest - or if its the server not configured correctly to pic up the requests.
Thanks all for the responses.
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2005 01:48 PM
08-25-2005 01:48 PM
Re: Bootp issue from Itanium to PA
Bill Hassell, sysadmin