- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: hostname on hpux
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
08-15-2005 09:10 PM
08-15-2005 09:10 PM
I remember on solaris it is stored in 3 files and they were interlinked somehow ( i don't recall now)
My this question is in this perspective.
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:14 PM
08-15-2005 09:14 PM
Re: hostname on hpux
You will find the hostname in /etc/rc.config.d/netconf and in /etc/hosts or in your DNs server. But it is stored in the netconf file.
The safiest way to change it is with the command 'set_parms hostname'.
best regards,
Kurt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:21 PM
08-15-2005 09:21 PM
Re: hostname on hpux
It is stored in above two files as mentioned but you are not required to change it manually. You can rather set it by "set_parms hostname" command.
Also /etc/nsswitch.conf will tell from where your hostname is getting resolved. Wheather locally or from NIS/DNS.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2005 09:22 PM
08-15-2005 09:22 PM
Re: hostname on hpux
check /etc/rc.config.d/netconf under HOSTNAME and /etc/hosts.
also "man set_parms" and search for hostname for more info.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 02:47 AM
08-16-2005 02:47 AM
Re: hostname on hpux
Hostname in hp-ux 11i is found in /etc/hosts & /etc/rc.config.d/netconf files
Regards
Mahesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2005 03:29 AM
08-16-2005 03:29 AM
Re: hostname on hpux
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2005 04:25 AM
08-17-2005 04:25 AM
Re: hostname on hpux
i)etc/hosts
ii)/etc/rc.config.d/netconf
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2005 06:55 AM
08-18-2005 06:55 AM
Re: hostname on hpux
in /etc/hosts
you can find host entry on second line.
in /etc/rc.config.d/netconf
HOSTNAME="hostname"
Thanks and Regards
KRS