- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change DNS IP in resolv.conf need reboot ?
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
10-25-2001 07:08 PM
10-25-2001 07:08 PM
Change DNS IP in resolv.conf need reboot ?
I have changes the dns ip in resolv.conf due to dns ip changes.
Shall I reboot the server after the changes ? If not, how can I check whether the changes take place. Please advise.
regards
ckchua
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:17 PM
10-25-2001 07:17 PM
Re: Change DNS IP in resolv.conf need reboot ?
To verify the changes, do trace in nslookup
#nslookup
>set swtrace
>some_server_name
It prints out the order in which it looks up the DNS. It also gives the Name Server (as specified in /etc/resolv.conf) to resolv the name.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 07:23 PM
10-25-2001 07:23 PM
Re: Change DNS IP in resolv.conf need reboot ?
There is no need to reboot the system
for changes in resolv.conf. It's a text file
whose entries act as pointer to the DNS server(s) for your system to resolve hostnames to IP address.
To verify whether the system is picking
the updated file content, run
command and in the nslookup command prompt
give a server name and check the output.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 09:50 PM
10-25-2001 09:50 PM
Re: Change DNS IP in resolv.conf need reboot ?
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2001 04:31 AM
10-26-2001 04:31 AM
Re: Change DNS IP in resolv.conf need reboot ?
You can also do a
#nslookup
set debug
machine-to-lookup
and it will print out all the info and how it went about resolving the entry