HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to add a server into DNS server (HP-UX)
Operating System - HP-UX
1830936
Members
1983
Online
110017
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
09-08-2005 04:06 AM
09-08-2005 04:06 AM
Hello
i have a DNS server in hp-ux, and i need to add a new server into DNS but i do not how to add the new client (new register).
Any idea, thanks for your help
i have a DNS server in hp-ux, and i need to add a new server into DNS but i do not how to add the new client (new register).
Any idea, thanks for your help
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 04:18 AM
09-08-2005 04:18 AM
Re: How to add a server into DNS server (HP-UX)
There are multiple steps to this process and there can be big enough variations in some of the file names that to refer you to documentation at www.isc.org (Internet Systems Consortium) would be the better thing to do.
On this 1st page will be a FAQ.
How DNS is organized, where are the files, what are the file names, what is logical organization, etc... These are some of the variables involved.
On this 1st page will be a FAQ.
How DNS is organized, where are the files, what are the file names, what is logical organization, etc... These are some of the variables involved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 04:23 AM
09-08-2005 04:23 AM
Solution
I have lots of ideas but your question is not quite clear. It appears that all you want to do is add a new entry into DNS rather than adding another DNS (slave) server.
On the DNS master server, the files are typically (and by default) located in /etc/named.data.
You will need to add an entry in your db.your.domain file. Let's suppose that
your domain is 'disney.com' and you need to add a new host 'donald'.
Make a backup copy of all the files in another directory. Next, vi db.disney.com and add and entry similar to this:
donaldINA10.1.1.31
# You can also add aliases; as many as you like
donINCNAMEdonald.disney.com.
Next, in this same file near the top find the "Serial" entry and INCREASE it in some way.
e.g. 1001 would be increased to 1002.
e.g. 1.01 would be increased to 1.02.
Save the file.
Now you need to edit the reverse lookups and in my example that would be db.10
Make an entry like this:
31.1.1INPTRdonald.disney.com.
AND again increase the Serial in this file. The serial value is used as a flag to indicate which tables need updating. Save this file.
Now do a ps -ef | grep named and note the PID of the named process.
kill -1 PID # sends a SIGHUP to named to trigger a reconfiguration.
That should fix you.
On the DNS master server, the files are typically (and by default) located in /etc/named.data.
You will need to add an entry in your db.your.domain file. Let's suppose that
your domain is 'disney.com' and you need to add a new host 'donald'.
Make a backup copy of all the files in another directory. Next, vi db.disney.com and add and entry similar to this:
donald
# You can also add aliases; as many as you like
don
Next, in this same file near the top find the "Serial" entry and INCREASE it in some way.
e.g. 1001 would be increased to 1002.
e.g. 1.01 would be increased to 1.02.
Save the file.
Now you need to edit the reverse lookups and in my example that would be db.10
Make an entry like this:
31.1.1
AND again increase the Serial in this file. The serial value is used as a flag to indicate which tables need updating. Save this file.
Now do a ps -ef | grep named and note the PID of the named process.
kill -1 PID # sends a SIGHUP to named to trigger a reconfiguration.
That should fix you.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP