- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Add a domain name
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
03-08-2005 03:55 AM
03-08-2005 03:55 AM
Add a domain name
How can I add a domain name to my host name.
I have the following estructure:
MyHostName
I want the following estructure (for example):
MyHostName.MyDomainName.com
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 04:00 AM
03-08-2005 04:00 AM
Re: Add a domain name
xx.cc.vv.vv myhost.xx.com "alias"
Also you will have to update /etc/rc.config.d/netconf file. Better, you set it throug /etc/set_params
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 04:35 AM
03-08-2005 04:35 AM
Re: Add a domain name
I do not know what is FQDN and what should I put instead of 'xx.cc.vv.vv myhost.xx.com "alias"'; and what to put into '/etc/rc.config.d/netconf' and into '/etc/set_params'.
My hostname is: 'ora1' and I want to be named: 'ora.test.com'.
Could you mind being more specific about the syntax to use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 04:39 AM
03-08-2005 04:39 AM
Re: Add a domain name
2. Or fix it this way (nasty though) add an entry in your /etc/hosts file
192.168.1.7 ora1 ora1.test.com
Better is the first option and you will need to read the bind documentation for that
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 04:39 AM
03-08-2005 04:39 AM
Re: Add a domain name
"ip_address" ora1.test.com ora1
first column is ip_adderess of machine
second is host name
thrid is alias name of host.
man hosts for details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 06:35 AM
03-08-2005 06:35 AM
Re: Add a domain name
Make sure you setup /etc/nsswitch.conf to look for files first.
hosts: files