- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lost my server 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
04-20-2006 08:47 PM
04-20-2006 08:47 PM
lost my server host name
I have added some more RAM in my server,
but after booting, it lost his hostname.
#hostname
unknown
please suggest what to do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:54 PM
04-20-2006 08:54 PM
Re: lost my server host name
Check /etc/hosts file
Check if start up script /sbin/init.d/hostname is in place or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 08:57 PM
04-20-2006 08:57 PM
Re: lost my server host name
You set using,
# /sbin/set_parms
Update HOSTNAME entry in /etc/rc.config.d/netconf file.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 09:02 PM
04-20-2006 09:02 PM
Re: lost my server host name
Regards,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2006 11:51 PM
04-20-2006 11:51 PM
Re: lost my server host name
Booted to which run-level?
The hostname is set in run-level 1, so it's not set in single user mode.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 06:51 AM
04-21-2006 06:51 AM
Re: lost my server host name
1.) Your /etc/rc.config.d/netconf file could be zero byts in size or not have the "HOSTNAME" varible set.
2.) The /etc/rc.config.d/netconf file is corrupt. It may have a null character. In this case you could recreate it by using the template file /usr/newconfig/etc/rc.config.d/netconf.
3.) The system may not be booting past single-user mode. Check /etc/inittab and make sure that it is set to boot past run-level 1.
4.) You may have file system problems. Make sure that all of your needed root VG file systems are mounted. Run "/bin/sh -x /sbin/init.d/net start" and look for any errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2006 05:53 AM
04-24-2006 05:53 AM
Re: lost my server host name
i will update you soon...
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 05:37 AM
04-25-2006 05:37 AM
Re: lost my server host name
I tried with
#/sbin/set_parms hostname
and set the hostname again.