- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unknown 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
06-25-2003 01:38 PM
06-25-2003 01:38 PM
unknown hostname
after rebooting server my hostname become unkwown. what should i do ?
thanks,
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:41 PM
06-25-2003 01:41 PM
Re: unknown hostname
How are you determining it is unknown? Can you ping it from the network? Can you ping it from itself, IP or hostname?
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:52 PM
06-25-2003 01:52 PM
Re: unknown hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:54 PM
06-25-2003 01:54 PM
Re: unknown hostname
#set_parms hostname
HTH,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:57 PM
06-25-2003 01:57 PM
Re: unknown hostname
is it corrupted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:57 PM
06-25-2003 01:57 PM
Re: unknown hostname
What run-level is your system currently in, sounds to me like it is in single-user mode ...
# who -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:59 PM
06-25-2003 01:59 PM
Re: unknown hostname
Is your server on the network?. hostname is set from /etc/rc.config.d/netconf file. Look at this file and see if "HOSTNAME" has been correctly defined. It should be less than or equal to 8 chars.
Try running
#/sbin/init.d/hostname start
See if it works or post the errors it may give.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 02:35 PM
06-25-2003 02:35 PM
Re: unknown hostname
I'm running on init 3 (multiuser), can ping to ip server itself and to another server.
the server is running well before, problem happens when i restart the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 03:33 PM
06-25-2003 03:33 PM
Re: unknown hostname
I'm merely reiterating what the others have said in this post but if you can confirm the following then someone may be able to help further:
1) Is your hostname defined in /etc/rc.config.d./netconf file?
2) Is your hostname set in the /etc/hosts file.
3) Examine your /etc/rc.log file and look for the output under "Output from /sbin/rc1.d/S320hostname start"
4) What does "# hostname" command return?
Cheers
Con