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-06-2002 06:05 AM
06-06-2002 06:05 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:09 AM
06-06-2002 06:09 AM
Re: hostname
the hostname is saved in the 2 following files;
/etc/hosts
/etc/rc.config.d/netconf
also you could change the /etc/issue to tell the correct information when you connect with telnet or on the console.
Regards
Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:09 AM
06-06-2002 06:09 AM
Re: hostname
The system does not rely on a single system name in a specific
location, partly because different services use dissimilar name
formats
do a man on hostname.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:10 AM
06-06-2002 06:10 AM
Re: hostname
uname -S
or
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:11 AM
06-06-2002 06:11 AM
Re: hostname
In /etc/rc.config.d/netconf is where the system initially pulls it's hostname at boot - in the HOSTNAME field.
The /etc/hosts file should also contain the name.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:11 AM
06-06-2002 06:11 AM
Re: hostname
/etc/rc.config.d/netconf
/etc/issue
/etc/warning
/etc/hosts
/var/adm/sw/products/ifiles/_ACL
/var/adm/sw/products/ifiles/_OWNER
/var/adm/inetd.sec
/var/adm/sw/security/_ACL
/var/adm/sw/security/_OWNER
Hope it helps..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 06:19 AM
06-06-2002 06:19 AM
Re: hostname
It depends on how we are resolving the name . if we use the DNS then the way it is resolved wiil be palce it gets its name .
/etc/rc.config.d/netconf also has it .
set_parms hostname can help you change it.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2002 08:00 AM
06-06-2002 08:00 AM
Re: hostname
I recently changed the system(hpux 11i) name.
set_parms is a recommended command to change the hostname. The following files will have the hostname entry,
Under: /var/adm/sw/
./security/_ACL
./security/_OWNER
./security/_PROD_DFLT_ACL
./security/_SOC_DFLT_ACL
./swagentd.log
./swinstall.log
./products/ifiles/_ACL
./products/ifiles/_OWNER
./swagent.log
./target_hosts
./swmodify.log
/etc/issue
/etc/hosts
/etc/mail/sendmail.cw
/etc/rc.config.d/netconf
set_parms will change the host entry in all these files other than /etc/issue.