- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using NT as a DNS
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-08-2000 11:48 AM
тАО09-08-2000 11:48 AM
Using NT as a DNS
----------
domain rgare.com
search rgare.com
nameserver 10.10.1.6
nameserver 10.10.1.5
----------
Now when I do an nslookup, I get the following errors.
----------------
*** Can't find server name for address 10.10.1.6: Non-existent domain
*** Can't find server name for address 10.10.1.5: No response from server
*** Default servers are not available
Using /etc/hosts on: rga7
looking up FILES
*** No address information is available for "www.hp.com"
-------------------
Is there something else I need? I know for a fact our DNS is 10.10.1.6 and all NT servers and workstations use this just fine.
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:10 PM
тАО09-08-2000 12:10 PM
Re: Using NT as a DNS
Also, verify that your domain name is properly set on the NT server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:10 PM
тАО09-08-2000 12:10 PM
Re: Using NT as a DNS
to verify that DNS is infact running on those boxes, do the following (on your NT DNS server)
c:> netstat -a
look in the list that shows up and see if you have a udp domain entry. If you don't then for some reason DNS is not running... you might have to actually recycle your DNS server.
you can also try the nslookup thing from your NT box (on itsself.)
BTW check your /etc/nsswitch.conf ; it should have
hosts: files [NOTFOUND=continue] dns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:10 PM
тАО09-08-2000 12:10 PM
Re: Using NT as a DNS
Also, verify that your domain name is properly set on the NT server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:11 PM
тАО09-08-2000 12:11 PM
Re: Using NT as a DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:19 PM
тАО09-08-2000 12:19 PM
Re: Using NT as a DNS
Does the NT server recognize itself as belonging to the rgare domain?
As mentioned above, are you certain that the DNS service is running on the NT server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:30 PM
тАО09-08-2000 12:30 PM
Re: Using NT as a DNS
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 12:42 PM
тАО09-08-2000 12:42 PM
Re: Using NT as a DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 01:10 PM
тАО09-08-2000 01:10 PM
Re: Using NT as a DNS
nslookup known.server.com 10.10.1.6
Do you get a response from the DNS server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-08-2000 01:31 PM
тАО09-08-2000 01:31 PM
Re: Using NT as a DNS
1. nslookup
2. when prompted, type in
> server 10.10.1.6
Default Server: [10.10.1.6]
Address: 10.10.1.6
> set debug
> set querytype=ns
> rgare.com.
(it should return information from your DNS server if it is running) if it is not running, then get the NT guys to fix it. If it is running, then the problem might be the following:
It appears that your network is firewalled in, and you might not have access to the root name servers... if that is the case then your dns servers will have to be configured to BE the root servers.
looking up FILES
*** No address information is available for
"www.hp.com"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-10-2000 11:36 PM
тАО09-10-2000 11:36 PM
Re: Using NT as a DNS
Jacques
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-11-2000 12:29 PM
тАО09-11-2000 12:29 PM
Re: Using NT as a DNS
want to do it for a long period of time. Frequent (1 week)
recycling of the dns service was required to keep it up.