- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Move of 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
05-15-2006 08:20 PM
05-15-2006 08:20 PM
I've decided it's time to move DNS off our out-of-support 10.20 server on to a server running 11.11.
I made the move last week and only stopped named from running on the old server after the new system had been running smoothly for several days. To my surprise, all the workstations started reporting loss of NFS mounts.
I've confirmed that the /etc/resolv.conf file shows the new server and its backup, and does not contain any information relating to the old DNS server. Once I restarted named on the old server, the NFS mounts were restored.
I suspect there must be a file somewhere on the workstations that still points to the old server, but I've no idea where it is or what it's called. Any ideas?
Mark Syder (like the drink but spelt different)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 08:29 PM
05-15-2006 08:29 PM
Re: Move of DNS Server
You may have to restart nfs clinets if nsllokup on ips/names is not correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 09:06 PM
05-15-2006 09:06 PM
Re: Move of DNS Server
Interestingly enough, the NFS mounts that went down were on the new DNS server and its backup.
NFS mounts are done by automount.
All workstations are correctly resolving DNS information for the new DNS server, its backup, and the old one. The output from nslookup indicates that they are looking at the new server.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 09:47 PM
05-15-2006 09:47 PM
Re: Move of DNS Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 10:03 PM
05-15-2006 10:03 PM
Re: Move of DNS Server
I suspect your /etc/exports file on your NFS server which may contain the old domain name.
Can you check that
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 10:08 PM
05-15-2006 10:08 PM
Re: Move of DNS Server
The domain name didn't change, just the DNS server.
I've just amended the hosts file to contain the new DNS server and the nsswitch.conf file to point to files first then DNS. Is this likely to help?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 10:20 PM
05-15-2006 10:20 PM
Re: Move of DNS Server
the nsswitch.conf should have dns and then files.
hosts: dns files
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 10:43 PM
05-15-2006 10:43 PM
Re: Move of DNS Server
See Patrick's answer in http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=959810
I've read a lot of Patrick's answers, and if he says files first, I believe him!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 11:07 PM
05-15-2006 11:07 PM
Re: Move of DNS Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 12:24 AM
05-16-2006 12:24 AM
Re: Move of DNS Server
It's a fairly small network, so I think I'm ok putting essential servers in each /etc/hosts file.
Yes, the new DNS server is the primary DNS server for all my clients.
How do I know if the maps are direct or indirect?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 12:32 AM
05-16-2006 12:32 AM
Re: Move of DNS Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 01:22 AM
05-16-2006 01:22 AM
Re: Move of DNS Server
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 12:45 PM
05-16-2006 12:45 PM
SolutionThe "easiest" way to get all new processes is to reboot the systems in question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 06:56 PM
05-16-2006 06:56 PM
Re: Move of DNS Server
I actually did reboot the workstation of the first person who reported it, but the fault persisted.
A colleague tells me he has encountered this before and had to flush the routing table (it's a long time ago and he's unsure how he did it). I've had a look at the man page for route and it appears I need to run route -f.
Anything I need to know before I run this?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 07:13 PM
05-16-2006 07:13 PM
Re: Move of DNS Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 07:15 PM
05-16-2006 07:15 PM
Re: Move of DNS Server
Another thing to lookout is as follows. Since you have problem with nfs clients mounting the shares (and you are using automounter for it), you can send -usr2 signal to automuter and it will start logging debugging messages in /var/adm/ directory. Looking at log file may give you some information to start with.