- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using numerals as a hostname - not resolving
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-09-2005 03:06 AM
12-09-2005 03:06 AM
So, my client would like an official HP response stating that either: a) purely numeric hostnames can’t be used or b) that they recognise this as a bug and are creating a patch/fix to solve this issue.
Where can I get an offical HP response to this issue? Also, can anyone explain why this is happening?
Many thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 03:09 AM
12-09-2005 03:09 AM
Re: using numerals as a hostname - not resolving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 03:25 AM
12-09-2005 03:25 AM
Re: using numerals as a hostname - not resolving
RFC-1123 relaxed that requirement so the first character could also be a number.
http://www.rfc-editor.org/rfc/rfc952.txt
http://www.rfc-editor.org/rfc/rfc1123.txt
That's the only references a quick Yahoo! search found for valid host names. Based on that, it seems like HP isn't quite supporting the spec, requiring a letter somewhere in the host name.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 04:00 AM
12-09-2005 04:00 AM
Re: using numerals as a hostname - not resolving
Which includes RFC1034, RFC1035, RFC1535.
You already have the solution - add a character to the start of the name:
a1234
I don't know if there is a resoler work around...
Place a call with the HP Support Centre...request an enhacement to the resolver routines to allow all numerical hostnames...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2005 08:54 AM
12-09-2005 08:54 AM
Solutionnslookup "0123" 12.34.56.78
NOTE: the number 0123 is special! A leading zero is interpreted by the shell as an octal flag so 0123 may be translated to an octal value before being sent to nslookup. By enclosing numbers in quotes, the actual string will be sent to the specified DNS server. If you find that numbers do not get resolved at the DNS server (perhaps a Windows based server that is not patched), you can override the order of finding a name using /etc/nsswitch.conf. Change the hosts line from dns then files to files then dns. See the man page for switch.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:23 AM
02-09-2006 02:23 AM