- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Booting the Itanium HPUX 11.23 from LAN
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
01-10-2007 03:30 PM
01-10-2007 03:30 PM
Booting the Itanium HPUX 11.23 from LAN
What is the equivilant of "searc lan install" of PA-RISC systems on Itanium Architecture ??
Also, when i try to to boot from LAN, an Itanium 11.23 system, after adding a boot option, it gives the following ERROR:
Client MAC Address: 00 18 FE 28 50 E6 .....
PXE-E16: Valid PXE offer not received.
Exit status code: Invalid Parameter
I am using the correct LAN card to boot.
Thanks & Regards,
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2007 05:21 PM
01-10-2007 05:21 PM
Re: Booting the Itanium HPUX 11.23 from LAN
The EFI menu includes network boot options. On the old PA-RISC boxes it was only possible to boot a system off a built in lan card. That may be the case here as well.
I know of nobody that regularly boots Itanium boxes off the LAN, so I assume you are trying to get to an Ignite server to restore an image.
Don't use PXE btw, thats not the right option to use for Ignite. To use PXE, you need a PXE server. As your system indicates it did not receive a valid PXE offer.
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
01-10-2007 06:04 PM
01-10-2007 06:04 PM
Re: Booting the Itanium HPUX 11.23 from LAN
you have to perform EFIs "lanboot" command, for example:
Shell> lanboot select
01 Acpi(000222F0,0)/Pci(1|0)/Mac(00306E0E5268)
Select Desired LAN: 1
Selected Acpi(000222F0,0)/Pci(1|0)/Mac(00306E0E5268)
Running LoadFile()
CLIENT MAC ADDR: 00 30 6e 0e 52 68
Of course you must have a server providing a boot source like ignite!
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
01-10-2007 07:39 PM
01-10-2007 07:39 PM
Re: Booting the Itanium HPUX 11.23 from LAN
Yes, i am trying to restore a image from Ignite.
How can we not use PXE & still get to boot from LAN ??
How to know, wheter the LAN card is inbuilt ot not ?? (i had ordered new Itanium rx2620 servers & it has two LAN cards)
Thanks & Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2007 03:56 AM
01-11-2007 03:56 AM
Re: Booting the Itanium HPUX 11.23 from LAN
ACPI (HWP0002,100) / PCI (2|0)
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
01-12-2007 01:43 AM
01-12-2007 01:43 AM
Re: Booting the Itanium HPUX 11.23 from LAN
When you boot an IA from the LAN it will always use ports 67/68. So, in order to use instl_bootd with an IA system you need to change the bootps service in inetd.conf to:
bootps dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
This will allow you to boot an IA client over the LAN from an Ignite server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2007 03:54 AM
01-12-2007 03:54 AM
Re: Booting the Itanium HPUX 11.23 from LAN
On the client...
-to find out which lan to boot lan interface to boot from:
# netstat -rnv
-to find out which mac_address that lan interface uses:
# lanscan
-reboot the system
From the EFI Boot Manager
-select "Boot option maintenance menu"
-select "Boot from a File"
- select "Load File [Acpi...(your_mac_address)
Cheers,
Jimmy