- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Full domain/host name
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
10-04-2000 12:57 AM
10-04-2000 12:57 AM
When the machine came back, it cold not find it's own domain name.
Usually the hostnmae is something like:
machine.dom1.dom2. But only the machine part was visible. We then restored all system files and without rebooting the machine, the full name was back.
Question: Where is it stored? (It's not the /etc/hosts file nor /etc/rc.config.d/netconf)
Thanks for any hint.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 12:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 01:01 AM
10-04-2000 01:01 AM
Re: Full domain/host name
/etc/resolv.conf !
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 01:12 AM
10-04-2000 01:12 AM
Re: Full domain/host name
perhaps the name is retrieved by an DNS server which has to be listed in the file /etc/resolv.conf (nameserver)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 03:22 AM
10-04-2000 03:22 AM
Re: Full domain/host name
I found in my notes, that /etc/resolv.conf
existed and contained the domain name.
Question: Are there other "static" files
which could have caused the problem?
Regards. Rene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 03:44 AM
10-04-2000 03:44 AM
Re: Full domain/host name
The 'hostname' is set by calling 'hostname
This will be done at boot time by /sbin/init.d/hostname which does indeed source the name from /etc/rc.config.d/netconf
When you say that you 'restored all the system files' what did you do exactly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 04:57 AM
10-04-2000 04:57 AM
Re: Full domain/host name
We produce once per month an "ignite" recovery. It contains all files of / and
/usr filesystems.
instead of rebooting the machine from the tape, we did a tar to restore all these
files. When this job had terminated, all programs recognized the full nodename as machine.dom1.dom2
So it cannot be a dynamical assignment from one of the scripts in /sbin/init.d
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2000 06:22 AM
10-04-2000 06:22 AM
Re: Full domain/host name
I misinterpreted your original post and thought you were referring to the output from the 'hostname' command rather than how programs recognised their domain.
You can get the same effect without /etc/resolv.conf by defining a fully qualified hostname in /etc/rc.config.d/netconf.
Regards,
John