- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using HP-UX to build Linux Servers...
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
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
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
тАО03-07-2007 09:59 PM
тАО03-07-2007 09:59 PM
I've been playing around with building Linux machines automatically via pxe and kickstart. This seems to be working OK, using a Linux build server. However, I want to try doing this using a HP-UX box as the build server. I know kickstart works OK over NFS from a HP-UX box, but I need to try and configure bootp to do the dhcp / tftp bit. Does anyone know of any good docs in this area?
Many Thanks - Lee
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 02:02 AM
тАО03-08-2007 02:02 AM
Re: Using HP-UX to build Linux Servers...
http://www.redhat.com/docs/manuals/linux/RHL-7.3-Manual/custom-guide/s1-kickstart2-putkickstarthere.html
http://docs.hp.com/en/B2355-91063/ch03.html?btnPrev=%AB%A0prev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 01:15 PM
тАО03-08-2007 01:15 PM
Re: Using HP-UX to build Linux Servers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 06:54 PM
тАО03-08-2007 06:54 PM
Re: Using HP-UX to build Linux Servers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-08-2007 11:46 PM
тАО03-08-2007 11:46 PM
Re: Using HP-UX to build Linux Servers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2007 01:03 AM
тАО03-09-2007 01:03 AM
SolutionThis is a current RHEL4 document about configuring PXE boot:
https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-netboot-pxe-config.html
And this is about Kickstart in general:
https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/ch-redhat-config-kickstart.html
Apparently you'll need:
-a bootp/DHCP server to provide the initial network parameters and boot data location to the PXE boot firmware (and to the OS, if you so desire)
-a TFTP server to provide the initial boot files
-some server that can be pointed to with an URL, to fetch the Kickstart files from (a HTTP or FTP server probably?). This is because the DHCP server can point to one file only, and for PXE to work, it must point to the PXE boot file.
-a NFS share for installation source
Certainly all of this can be implemented in a single HP-UX server, and I don't see why that HP-UX server could not be an Ignite server for the HP-UX hosts at the same time.
However, it might be easier if you can maintain a "native" Linux setup somewhere, so that you can use the Linux distribution's tools to generate the PXE boot files, Kickstart files and any other necessary files. Then you'll just have to copy them over to the HP-UX system as needed.
The HP-UX bootpd understands both bootp and DHCP protocols, so that won't be a problem. However, its configuration syntax is different from RedHat Linux's standard dhcpd, so you'll need to rewrite the HP-UX bootpd configuration file manually.
The HP-UX bootpd probably cannot check for the correct vendor-class-identifier string, as described for Linux dhcpd here:
https://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-netboot-dhcp.html
The intent of this configuration is to provide the name of the PXE boot file only when the actual PXE boot firmware is doing the DHCP query. However, providing the name of the boot file along with every DHCP answer for the host should not cause any problems.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-09-2007 05:00 AM
тАО03-09-2007 05:00 AM
Re: Using HP-UX to build Linux Servers...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2007 09:44 AM
тАО03-11-2007 09:44 AM
Re: Using HP-UX to build Linux Servers...
Redhat's cobbler utility is for kickstarting large numbers of linux hosts, both native or inside xen.
It is -of course- intended to run on linux, BUT it will probably run on HP-UX using the cobbler_byname extension, which was written by someone using it on solaris (all python)
a)
http://cobbler.et.redhat.com/
b)
http://wiki.xdroop.com/space/RedHat/kickstart/Cobbler/cobbler_byname