- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DNS resolver
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
06-24-2002 10:14 AM
06-24-2002 10:14 AM
My network guy told me that I have to restart the network services. What is that mean?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:21 AM
06-24-2002 10:21 AM
Re: DNS resolver
What exactly were the changes you made to the server?. Can you give us one example?.
If you changed the server names to new IP addresses, then you will need to configure the hostname as well the new IP address on the server.
Make sure /etc/resolv.conf on the servers point to correct DNS resolvers.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:28 AM
06-24-2002 10:28 AM
Re: DNS resolver
replaced current lines:
nameserver 172.xx.xx.xx
nameserver 172.xx.xx.xx
with
nameserver 172.00.xx.xx
nameserver 172.00.xx.xx
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:28 AM
06-24-2002 10:28 AM
Solutionnslookup some-name dns-server's-IP-address
(in your example: nslookup some-name 172.0.xx.xx)
Did it work? If not, the DNS server is not reachable. Start with a ping to the DNS server's address. If it does not respond, then there is a big network problem in reaching the new DNS servers. If it does respond but nslookup fails, then the server is not responding to your requests for DNS responses.
Now if you do get a response using the above nslookup command, check /etc/resolv.conf, the first IP address listed. Is it the same as the one above? If yes, try nslookup without the dns-server's IP address as the 2nd parameter. Did it report that it can't resolve the DNS server's name? That is a big (but common) problem in the DNS server: it doesn't knwo it's own name! For security, all DNS servers must be able to resolve their own IP address into a name.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:32 AM
06-24-2002 10:32 AM
Re: DNS resolver
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 10:56 AM
06-24-2002 10:56 AM
Re: DNS resolver
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 12:35 PM
06-24-2002 12:35 PM
Re: DNS resolver
Did you do any changes in the /etc/nsswitch.conf file? If you copy the nsswitch.hp_defaults to nsswitch.conf file you will have this problem. Have a look at the /etc/nsswitch.conf file and make sure the source for your password is files (/etc/passwd).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2002 11:50 PM
06-24-2002 11:50 PM
Re: DNS resolver
/sbin/init.d/net stop
and
/sbin/init.d/net start
it will stop and restart the network subsets , meaning the rc startup scripting , just make sure that afterwards you control any left over routing entries pointing to old paths if any changes on lancard ip addresses where made and alter accordingly , any changes to DNS servers shoukd be instantanious however
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2002 08:42 AM
06-25-2002 08:42 AM
Re: DNS resolver
I guess that system's FQDN (fully qualified domain name) has changed - due to different resolution from the new DNS server(s).
And since CDE store the name of the previously used hostname, it cannot access the screen with the old name, any more...
Move those users' "$HOME/.dt/" directories to another name (or remove them), and then let them try again - does is work now?
HTH,
Wodisch