- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PXE booting HP Itanium
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
09-29-2010 12:26 PM
09-29-2010 12:26 PM
PXE booting HP Itanium
However, because of Windows DHCP, we do not want (or can't) run DHCP on our Ignite server. Is there recommended configuration for a Windows DHCP server that can send the necessary boot information for an Itanium LAN boot to kick off the Ignite build process?
I think all we need is information regarding the Ignite server IP address & boot file, but I don't know which scope options (within DHCP) I should be updating, or if it is even possible.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 06:28 PM
09-29-2010 06:28 PM
Re: PXE booting HP Itanium
Use boottp and proceed.
Use DB profile in client.
Regards,
Sooraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2010 09:00 PM
09-29-2010 09:00 PM
Re: PXE booting HP Itanium
The command is called "dprofile"; or from a running vPar environment (11.31) it is vpardbprofile.
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
09-30-2010 08:30 AM
09-30-2010 08:30 AM
Re: PXE booting HP Itanium
As now all servers comes with dbprofile so its recommended to user same.
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2010 08:43 AM
09-30-2010 08:43 AM
Re: PXE booting HP Itanium
The Ignite Admin Guide (see http://www.hp.com/go/ignite-ux-docs ) has 2 chapters that discuss co-existence strategies. Specifically, see Chapters 5 & 6 on "Complex Networks".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2010 04:27 AM
10-02-2010 04:27 AM
Re: PXE booting HP Itanium
option arch code 93 = unsigned integer 16; # RFC4578
if option arch = 00:00 { # x86
filename "pxelinux.0";
next-server
} else { # IA64=00:02
filename "/opt/ignite/boot/nbp.efi";
next-server
}