- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite-ux - wrong hostname
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
07-03-2002 06:51 PM
07-03-2002 06:51 PM
Ignite-ux - wrong hostname
This is 11.11 install. Using golden image ignite server installed successfully on new system. Ignite log says install is success. When the first reboot NFS client service was failing.I took the system into single user mode and disabled NFS services.
I am able to bring the system up. Now the problem is hostname is wrong. Though netconf and hosts file has correct hostname my new client sets the hostname same as ignite server.
What is wrong? Where it is getting wrong info?
Help.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 07:10 PM
07-03-2002 07:10 PM
Re: Ignite-ux - wrong hostname
Take another ignite, then try reinstalling it.
My guess is that the ignite is from a different machine of the same hardware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 08:19 PM
07-03-2002 08:19 PM
Re: Ignite-ux - wrong hostname
Do the following,
As root:
# set_parms hostname
This will reset the hostname in the /etc/rc.config.d/netconf file.
This must solve your issue.
-Sukant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 08:28 AM
07-04-2002 08:28 AM
Re: Ignite-ux - wrong hostname
Under /etc/rc.config.d there was one file named netconf_template. I removed this file and rebooted the system. Everything is working fine.
Any thoughts why system is using this file?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 08:58 AM
07-04-2002 08:58 AM
Re: Ignite-ux - wrong hostname
When /etc/rc.config sources files in /etc/rc.config.d, it checks for typical names used for backup files and skips them. If the name of a file in /etc/rc.config.d doesn't match one of those, it is sourced.
See this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x87bd53921f1ad5118fef0090279cd0f9,00.html
Also look at /etc/rc.config
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2002 11:44 PM
07-04-2002 11:44 PM
Re: Ignite-ux - wrong hostname
When you first boot the server with "boot lan install" you should put the server on the same hub with a machine with a sniffer.
Now, watch how it broadcasts "DHCP Discover" and inside the packet itself, what it requests and what your DHCP server supplies it. (AKA. "DHCP Offer","DHCP Request", and "DHCP Ack")
If you'll watch closely you'll see that the clients request, asks for an hostname. If your DHCP server does not return it to ther client, the client just won't know its name from itself.
Noam