- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to update/add entry to dns
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
11-25-2002 09:20 AM
11-25-2002 09:20 AM
I setup dns/bind on hp-ux 11.00 through sam.
How do I manually add entry to dns database?
Assume I need to add a MX record.
Thanks in advance
TT
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 09:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 10:10 AM
11-25-2002 10:10 AM
Re: How to update/add entry to dns
Information is stored under /etc/named.data.
Yes, you will need to add lines for IN PTR in db.XXX.XXX.XXX (your network).
ex:
hostA IN A 192.168.1.10
and IN A record in db.your_domain file.
10 IN PTR hostA.domain.com.
In case the box you add is a mail server, you will need IN MX record. And optional IN CNAME record (to create alias like mail for your host).
ex:
mail IN CNAME hostA
domain.com. IN MX 10 mail.domain.com
In order to run hosts_to_named you will need to update your /etc/hosts fist to put FQA for your hosts. Check man pages for hosts_to_named.
You can always run it from /etc/named.data/test directory as hosts_to_named creates files under current directory. This should give you idea what to expect in your files in case you want to add entry(s) manually.
Hope this helps.
0leg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2002 10:42 AM
11-25-2002 10:42 AM
Re: How to update/add entry to dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2002 06:00 AM
11-26-2002 06:00 AM