- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hostname Expansion
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
07-08-2008 03:42 AM
07-08-2008 03:42 AM
Hostname Expansion
Hi,
I have installed the bundle NodeHostNameXpnd in one of my system. And i am able to expand the hostname.
cdbap101#swlist | grep -i node
NodeHostNameXpnd B.11.23.01 Nodename, Hostname expansion enhancement
cdbap101#
cdbap101#uname -a
HP-UX cdbap101 B.11.23 U ia64 0173588834 unlimited-user license
When i tried, expanding the hostname on a different system which doesn't have this bundle, i was able to expand the hostname after #set_parms
The system on which i expanded without the bundle is:
hrpap101#uname -a
HP-UX hrpap101 B.11.23 U 9000/800 675008885 unlimited-user license
hrpap101#
Both of them being HP-UX 11.23 servers.
Then what this bundle makes the difference.?
Can anyone explain properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 03:48 AM
07-08-2008 03:48 AM
Re: Hostname Expansion
Please look the below doc which would give you detailed info.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=NodeHostNameXpnd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 04:04 AM
07-08-2008 04:04 AM
Re: Hostname Expansion
Look for man uname, man setuname, man sethostname & man hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 04:42 AM
07-08-2008 04:42 AM
Re: Hostname Expansion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 09:05 PM
07-08-2008 09:05 PM
Re: Hostname Expansion
Look at the below comparison:
hrpap101#set_parms hostname
_______________________________________________________________________________
For the system to operate correctly, you must assign it a unique
system name or "hostname". The hostname can be a simple name
(example: widget) or an Internet fully-qualified domain name
(example: widget.region.mycorp.com).
A simple name, or each dot (.) separated component of a domain name, must:
* Start and end with a letter or number.
* Contain no more than 8 characters per component.
* Contain no more than 63 total characters.
* Contain only letters, numbers, underscore (_), or dash (-).
The underscore (_) is not recommended.
NOTE: The first or only component of a hostname should contain no more
than 8 characters and the full hostname should contain no more
than 63 characters for maximum compatibility with HP-UX software.
The current hostname is hrpap101.
_______________________________________________________________________________
Enter the system name, then press [Enter] or simply press [Enter]
to retain the current host name (hrpap101):
------------------------------------------
cdbap101#set_parms hostname
_______________________________________________________________________________
For the system to operate correctly, you must assign it a unique
system name or "hostname". The hostname can be a simple name
(example: widget) or an Internet fully-qualified domain name
(example: widget.region.mycorp.com).
A simple name, or each dot (.) separated component of a domain name, must:
* Start and end with a letter or number.
* Contain no more than 63 characters per component.
* Contain no more than 255 total characters.
* Contain only letters, numbers, underscore (_), or dash (-).
The underscore (_) is not recommended.
NOTE: The first or only component of a hostname should contain no more
than 8 characters and the full hostname should contain no more
than 63 characters for maximum compatibility with HP-UX software.
The current hostname is cdbap101.
_______________________________________________________________________________
Enter the system name, then press [Enter] or simply press [Enter]
to retain the current host name (cdbap101):
I think the only way of testing this is to expand for more than 63 characters.
Can anyone suggest by giving any other example hostnames for testing purpose other than expanding 63 characters.
Thanks
Sridhar