- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hostname character limitatation
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-13-2011 07:27 AM
тАО01-13-2011 07:27 AM
can any one tell me whether 11.23 and 11.31 will support more tan 8 character hostnames
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 07:39 AM
тАО01-13-2011 07:39 AM
Re: hostname character limitatation
Other software may run into issues if you do, for example STM OnLine Diagnostics had an issue when the hostname was larger than 8 characters. You had go in and run a kctune a couple parms to allow for this as a work-around.
My point being, there is other software that too can have issues with long_hostnames.
Just my thoughts,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 07:50 AM
тАО01-13-2011 07:50 AM
Re: hostname character limitatation
goofy# kctune -v expanded_node_host_names
Tunable expanded_node_host_names
Description Enables expanded node and host names (read manpage for warnings)
Module sysconfig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 07:56 AM - last edited on тАО11-10-2011 09:24 AM by Kevin_Paul
тАО01-13-2011 07:56 AM - last edited on тАО11-10-2011 09:24 AM by Kevin_Paul
Re: hostname character limitatation
This just came up the other day (as it OFTEN does - you might try searching, you know). Take a look at this post and also at the Bill Hassell link I mentioned.
http://h30499.www3.hp.com/t5/System-Administration/host-name-issue-in-11-11/m-p/5269222#M472985
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 08:05 AM
тАО01-13-2011 08:05 AM
Re: hostname character limitatation
Thanks for the reply. For 11iv2 any chance is there, From some where i heard that if we can install one bundle we can increase the characters in hostname as well as in node name.
Can any one help me in this regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 08:05 AM
тАО01-13-2011 08:05 AM
Re: hostname character limitatation
In general, 11i v1 and v2 support maximum 8 characters in natural behaviour, and v3 supports more than 8 (255)...
Rgds...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 08:12 AM
тАО01-13-2011 08:12 AM
Solutionhttps://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=NodeHostNameXpnd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2011 09:43 AM
тАО01-13-2011 09:43 AM
Re: hostname character limitatation
It`s possible for 11.23 & 31 to have extended
host names & node names as well but not for 11.11.
For 11.11 Bill says following :-
uname -n is NOT the hostname, it is the UUCP nodename and cannot be larger than 8 characters. The hostname and uname are (by default) set equal equal to each other, but there is a (poorly documented) way to specify a long hostname:
Edit the file: /etc/rc.config.d/netconf and locate the line:
HOSTNAME="goofy"
Add a new line:
NODENAME="goofy"
and change HOSTNAME to:
HOSTNAME="goofythegreat"
or whatever.
Now be sure to edit /etc/hosts to include the short uname and the long hostname (as well as the FQDN or fully qualified domain name) appear in /etc/hosts.
Then to avoid delays and problems with DNS, edit gthe /etc/nsswitch.conf file and change the hosts: line to read
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns
This ensure high reliability (in case of a DNS failure) and low network load for unnecessary DNS requests.
Now your system is ready to reboot, but if you want to verify that all is well, you can make the changes by hand too:
uname -S goofy ( nodename )
hostname goofythegreat
Thnaks
Manix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2011 09:47 AM
тАО01-16-2011 09:47 AM
Re: hostname character limitatation
In 11.3 pls try
kctune expanded_node_host_names=1
by default value will be 0
after that I rebooted to take the change in effect.[even though its a dynamic value only!]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-31-2011 11:45 PM
тАО01-31-2011 11:45 PM
Re: hostname character limitatation
From the link you given i installed the bundle, but after that also its not possible to change.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 12:35 AM
тАО02-01-2011 12:35 AM
Re: hostname character limitatation
If you are on 11.23, you must install a whole bunch of patches to enable longer hostname/nodenames. Have you installed all of them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-01-2011 04:43 AM
тАО02-01-2011 04:43 AM
Re: hostname character limitatation
Thanks for your reply,
I insalled only the bundle which i got from the link.
When i open the link i can see a session with title "Required Update and Patch Versions"
Are you asking me to check the availability of all patches mentioned in this session?