- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Server DHCP Issues
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
06-28-2006 04:37 AM
06-28-2006 04:37 AM
I was able to make a make_net_recovery successfully.
The problem I'm having, is that I have another DHCP server on the network and when I try to boot from the LAN it responce first.
I was reading that I can modify DHCP class-id in the IINSTALLFS file located /opt/ignite/boot/Rel_B.11.23/IINSTALLFS, I cannot open this file with vi.
Any suggestions on how to edit or any other options I can take for this ?
Thanks, All in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 05:00 AM
06-28-2006 05:00 AM
SolutionIgnite has an application for doing this.
Its in /opt/ignite and its name may be ignite if I'm not mistaken.
Use that tool to reconfigure the DHCP database and make sure if you use your public corporate network you get ip addresses allocated to you by your network department.
I used to like to have a private network for Ignite boots, made life much simpler and I didn't have to beg for IP addresses and build boot helpers to deal with VLAN issues.
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
06-28-2006 01:41 PM
06-28-2006 01:41 PM
Re: Ignite Server DHCP Issues
I was able to boot to the ignite server, I get no menu or the option to choose the image i would like.
When it boots up, under image=UNKNOWN.
HELP>>>>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2006 09:23 PM
06-28-2006 09:23 PM
Re: Ignite Server DHCP Issues
I also have the following line in my inetd.conf file:
instl_boots dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2006 12:34 AM
06-29-2006 12:34 AM
Re: Ignite Server DHCP Issues
instl_adm is the command used to modify INSTALLFS, the install kernel for PA_RISC clients. If you want to modify the install kernel for Itanium clients you will update IINSTALLFS using instl_adm.
Check the instl_adm man page.
The way you configure your IUX server depends on whether your clients are PA_RISC, Itanium or both.
instl_bootd defaults to using ports 1067/1068 rather than the standard bootp ports 67/68. This is for use with the boot INSTALL option available on PA-RISC. This wont work with Itanium clients; they always use the standard bootp ports 67/68. So you need to modify the default instl_bootp ports (see the man page) or use the standard HP-UX bootp daemon.