- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- strange issue with bootptab and resolv.conf
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-07-2007 04:33 AM
09-07-2007 04:33 AM
strange issue with bootptab and resolv.conf
It is on the ignite server and I am testing it out.
It boots fine and the golden image is fine.
The problem is that my resolv.conf keeps disappearing. Even after it is created after the install is done. After each reboot it disappears.
The odd part is that when I comment out the server entry from /etc/bootptab on the ignite server. The resolv.conf file does not disappear.
Any ideas why this would be happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 05:03 AM
09-07-2007 05:03 AM
Re: strange issue with bootptab and resolv.conf
See this from a HP posting on ignite issues.
8-2. Q: The /etc/nsswitch.conf and /etc/resolv.conf files from my archive do not end up on the client. Why?
A: There are certain files which Ignite-UX modifies during the configuration process, among them resolv.conf and nsswitch.conf. To end up with the archive versions of these modified files on your clients, Ignite-UX provides two scripts called os_arch_post_l and os_arch_post_c to aid you. These scripts are delivered in the /opt/ignite/data/scripts directory. You will probably only need to modify os_arch_post_l to achieve your goal. Copy this file to a new name in the same directory and then edit it searching on resolv.conf and nsswitch.conf for instructions regarding what must be changed.
After the script has been changed, modify your configuration file that describes the archive so that it points to the new script.
Here is the link to an Ignite FAQ . which will answer all your ignite questions.
http://docs.hp.com/en/IUX/faq.html#d0e1985
Rgds / James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 05:07 AM
09-07-2007 05:07 AM
Re: strange issue with bootptab and resolv.conf
Before you take a golden image, copy those files so they wont be overwritten or removed.
Or make a config directory with files like these in it, not in the same path as /etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 06:15 AM
09-07-2007 06:15 AM
Re: strange issue with bootptab and resolv.conf
The sever has installed, booted.
resolv.conf is edited then the server is rebooted. And it keeps changing upon reboot.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:36 AM
09-07-2007 07:36 AM
Re: strange issue with bootptab and resolv.conf
in /etc/rc.config.d/netconf DHCP was enabled.
DHCP_ENABLE[0]=1
Thanks !!