- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Need Help on DNS configuration
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
12-15-2005 11:49 PM
12-15-2005 11:49 PM
Need Help on DNS configuration
I have configured DNS server in my HP-ux server. But i m little bit of confusion in configuration. My instrator said that for dns configuration u have to make entry all the ip add and host name in /etc/hosts file. SO my question is whats the need of DNS server if i have to make entry in /etc/hosts file. Suppose i have 1000 PC in my network ...is it possible for system administrator to make entry for 1000 ip add and host name?
Can any tell the configuration step for DNS server in HP-ux . I know this things in Redhat .
Thanks and regards
MRIDUL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:34 AM
12-16-2005 12:34 AM
Re: Need Help on DNS configuration
the tlink below would be best link for to start
http://docs.hp.com/en/B2355-90893/index.html
Good luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:38 AM
12-16-2005 12:38 AM
Re: Need Help on DNS configuration
Your present state is you don't have DNS server. This makes you to have a copy of updated list of hosts and their IP address in your systems /etc/hosts. Withour which your server at present can't resolv the names., viz telnet abc or so.
When you configure the DNS server it will take entries from the /etc/hosts of the server where you run the master server.
Once if completes the DNS config, you can remove the DNS entries.
Cheers ...007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:39 AM
12-16-2005 12:39 AM
Re: Need Help on DNS configuration
Dear Mridul,
ABSOLUTELY NOT ! You dont have to make entry all the ip add and host name in /etc/hosts file.
Check the following link for config details.
http://docs.hp.com/en/B2355-90685/index.html
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:44 AM
12-16-2005 12:44 AM
Re: Need Help on DNS configuration
And how, exactly, does this magic happen?
Configuring a DNS server in HPUX is exactly like it is in any other OS - except Microshaft which is a whole different rant.
1. Obtain the s/w
2. Set up the named.conf
3. Set up zone files
4. Set up reverse maping.
5. Start named and troubleshoot as necessary.
O'Reilly's DNS and Bind (ISBN: 0-596-00158-4) is an excellent resource...
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:45 AM
12-16-2005 12:45 AM
Re: Need Help on DNS configuration
You will need to update the file
/etc/rc.config.d/namesvrs
and do:
/sbin/init.d/named start
After your next reboot it would start automatically.
See: man named
for details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 12:56 AM
12-16-2005 12:56 AM
Re: Need Help on DNS configuration
Your admin is wrong. /etc/hosts configuration is not DNS configuration. There is an hpux utility for converting /etc/hosts to a true DNS database.
In this case the best idea for a DNS config doc comes form Linux. I use this doc on both platforms.
http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/DNS-HOWTO.html
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
12-16-2005 01:16 AM
12-16-2005 01:16 AM
Re: Need Help on DNS configuration
And that command is
# host_to_named
Before running this command you need to ensure that your /etc/hosts is uptodate, /etc/named/params file is edited with proper values and finally your /etc/rc.config.d/namesvrs.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 08:02 PM
12-22-2005 08:02 PM
Re: Need Help on DNS configuration
not reqiuired, but you have to give the forward lookup and backward look for each ip. ( edit the /etc/named.data/db.doamin for adding the forwardlookup, and edit the /etc/named.data/db.ip for revere lookup.
pls find the example.
test IN A 16.21.96.11
36.16 IN PTR test23.ud
or if u are having already one dns server configured in the /etc/named.conf file u can specifiy the name. so if it is not found in the local machine, it will query the other dns server
theses setting u can specifyy in the forwarders seetings