- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring the Primary DNS server on HP 10.20
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-15-2003 07:02 AM
07-15-2003 07:02 AM
I came upon this forum when I was looking for instructions to install a DNS server on HP-UX 10.20. My problem is this.
We had 10.20 DNS server that died. Now I want to define the secondary DNS as the primary server.
What should I do?
Is there a host_to_named script in 10.20?
I would appreciate if somebody can tell me how to convert my secondary DNS server as primary as the primary doesn't exist anymore.
Also is there a document to define a primary DNS server from scratch? A URL will be appreciated.
Thanks for the help
Regards
Sam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 07:09 AM
07-15-2003 07:09 AM
SolutionQuickest thing to do:
Place a copy of your hosts file on the secondary server that resided on the Primary server, hopefully it already is there, if not, maybe you have it backed up?
Remove the current files from /etc that refer to this machine being the secondary (i.e. db.127.0.0, named.boot, etc)
Run the 'hosts_to_named' script, this should walk you through configuring your machine as a primary.
Of course, you'll have to configure the rest of the machines in the network to access this box as the new primary, as due to the fact that the primary has died, there will be a timeout issue for any requests, as the clients will note that the primary is unavailable..
hope this helps..
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 07:13 AM
07-15-2003 07:13 AM
Re: Configuring the Primary DNS server on HP 10.20
If what I stated wasn't good enough, go here:
http://docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 07:15 AM
07-15-2003 07:15 AM
Re: Configuring the Primary DNS server on HP 10.20
Look at the following document
http://docs.hp.com/hpux/onlinedocs/B2355-90685/B2355-90685.html
Section "Configuring and Administering the BIND Name Service".
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2003 08:01 AM
07-15-2003 08:01 AM
Re: Configuring the Primary DNS server on HP 10.20
1. Server
a) Set up FQDN /etc/hosts files. Create a list of host names and IP that will be used as the primary dns with Fully Qualified Domain Names.
b) Create /etc/named.data directory and a file named 'param'. In param specify,
-d
-n
-z
-b /etc/named.boot
-s
c) Run the command
hosts_to_named -f param
d) vi /etc/rc.config.d/namesvrs, set the NAMED variable to 1.
e) start the DNS
/sbin/init.d/named start
##############################################
2) configuring the client server
a) at the client machine, in the file /etc/nsswitch.conf, you can specify below:
hosts: dns files
b) at the /etc/resolv.conf file specify below:
nameserver ip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 05:34 AM
07-16-2003 05:34 AM
Re: Configuring the Primary DNS server on HP 10.20
Thanks very much for the quick response. I have assigned the points. Looks to be working correctly.
On the other clients in the network, I just went in and corrected the /etc/resolv.conf. I hope nothing else had to be changed on the other Hp-UX clients.
I wonder if there is anything to be done on the Microsoft Windows PCs at all. I didn't do anything on them. If there is something to be done, I would appreciate a quick reply.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 05:42 AM
07-16-2003 05:42 AM
Re: Configuring the Primary DNS server on HP 10.20
For XP:
right click on My network Places > right click on Local Area Connection > Select Internet Protocol (tcp/ip) > And fill in the DNS ip's.
Note:
Didn't see the points. You have to click on 'submit' after selecting from each responses's drop down menu.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 02:05 AM
07-17-2003 02:05 AM
Re: Configuring the Primary DNS server on HP 10.20
I would like to again and go assign the points - all of you have been helpful...
Thanks
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2003 08:30 AM
07-22-2003 08:30 AM
Re: Configuring the Primary DNS server on HP 10.20
Is this something to do with the change in the dns server address.
Why would the hpterm not come up at all?
I would appreciate a comment.
Regards