- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring Primary DNS server
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-10-2006 01:12 AM
07-10-2006 01:12 AM
Guide to Configure My 2660 Hp server as a Primary DNS server..
As per the docs that i had gone I got a few Idea..I can explain the same which will make you all to find where I am making a mistake..
<< Put Entries for all clients in /etc/hosts >>
mkdir /etc/named.data
cd /etc/named.data
vi param
-d hp.com
-n 192.168.1
-z 192.168.1.10
-b /etc/named.boot
:wq
hosts_to_named -f param
<< Will create all the Necessary files >>
vi /etc/rcconfig.d/namesvrs
PRIMARY_DNS = 1
:wq
/sbin/init.d/named start
Is this right..........
Point out if there is any error....
Put dont give any thread reference ..Its My request....
-------------------------------------------
2. Its my query from my boss...THat how can we add all the sites all over the world in /etc/hosts file....
--------------------------------------------
3. How will be the entry in /etc/hosts file for the following clients....
CLIENT1 192.168.1.15
CLIENT2 192.168.1.25
CLIENT3 192.168.1.35
Domain Name is : hp.com
------------------------------------------
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:25 AM
07-10-2006 01:25 AM
Re: Configuring Primary DNS server
Proper DNS configuration requires an actual DNS zone record for each domain, if this in fact is to be a DNS server.
A useful Linux link.
http://www.howtoforge.com/two_in_one_dns_bind9_views
The one I used for DNS primary server on HP-UX.
http://www.tldp.org/HOWTO/DNS-HOWTO.html
The DNS server you are configuring won't give answers based on /etc/hosts
/etc/hosts is used usually for local overrides to the central DNS server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 01:26 AM
07-10-2006 01:26 AM
SolutionYou can not really add all of the servers and sites in the world, but once the dns is working fine, if it does not find a domain, it will go and ask the root servers on the internet for other address, and those will point to other dns's that know the addresses and then your dns will start learning them.
Talking about that, yes you forgot to download the db.cache from the internet and copy it into the /etc/named.data directory, so you can accomplish what I was telling you.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 09:19 AM
07-10-2006 09:19 AM
Re: Configuring Primary DNS server
I am not sure what you mean by Step 2 and 3?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 04:38 PM
07-10-2006 04:38 PM
Re: Configuring Primary DNS server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 04:48 PM
07-10-2006 04:48 PM
Re: Configuring Primary DNS server
Check this out: http://docs.hp.com/en/B2355-90775/ch01s01.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 06:15 PM
07-10-2006 06:15 PM
Re: Configuring Primary DNS server
These hp docs go into details on the various configuration files.
http://docs.hp.com/en/32650-90898/ch08s05.html
http://docs.hp.com/en/32650-90898/ch08s04.html
For a really good overview:
http://www.amazon.com/gp/product/0596004109/sr=8-1/qid=1152598447/ref=pd_bbs_1/103-3925023-5062211?ie=UTF8
If you lack confidence, you can bring in a consultant to do it with the provision that he/she shows you step by step. I've done that from time to time in the area of printing which I find hard to grasp.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2006 07:31 PM
07-10-2006 07:31 PM