- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change hostname to all lower case...
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
12-07-2006 10:53 AM
12-07-2006 10:53 AM
At our prompt and hostname variable our hostname comes up with all capial letter...
root@PARTITION-N3:/
Where do we make the change on the system to do this.
We have already made the changes in the /etc/rc/config.d/netconf, the /etc/hosts and the rhosts file and still it comes up in all CAPS.
Any ideas?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 11:00 AM
12-07-2006 11:00 AM
Re: Change hostname to all lower case...
Reboot your server. Changing a hostname requires this step.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 11:01 AM
12-07-2006 11:01 AM
Re: Change hostname to all lower case...
I'm out of ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 11:05 AM
12-07-2006 11:05 AM
SolutionDo an 'll /etc/rc.config.d/netconf*'. If more than one file is listed, delete or move all but netconf.
You MUST NEVER have backup copies of files in the rc.config.d directory.
You can also try 'grep -i partition /etc/rc.config.d/*' to see what all files have the name listed.
What is shown if you do a 'hostname' at the command prompt? Is it lower-case or upper-case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 11:15 AM
12-07-2006 11:15 AM
Re: Change hostname to all lower case...
Yes also on a backup of the netconf file. I deleted it. the only other files are these...
-r--r--r-- 1 bin bin 6169 Nov 21 13:10 /etc/rc.config.d/netconf
-r--r--r-- 1 bin bin 10544 Aug 26 2004 /etc/rc.config.d/netconf-ipv6
I am rebooting right now to see if deleting the file worked......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2006 11:26 AM
12-07-2006 11:26 AM
Re: Change hostname to all lower case...
Thanks everyone!