HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS NT Server as Primary
Operating System - HP-UX
1837792
Members
9530
Online
110120
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-27-2000 10:25 AM
10-27-2000 10:25 AM
I everybody!
My company have three sites named CMX1, CMX2 and CMX3, each one has a DNS NT Server, and the UNIX Servers for each plant has that NT DNS Server defined.
Today the NT Admin turn off the DNS forwards, and in that moment if anybody could conect to any of the servers by telnet we had a delay, about 20 seconds. I configure DNS on Name Server Switch from SAM I put the first source /etc/hosts and as sencond DNS.
If I put only /etc/hosts the conection by telnet is immediately. Why is this happening?
Or if the NT Admin turn on again the forwarders, my problem is resolve, I don't have any NT experience, and I don't know what those forwards do.
Then, these are my questions?
Why happend that with the turn on, turn off of the NT forwards?
Why I resolve my problem if is only configure the /etc/hosts in the Name Service Switch?
What others alternatives are possible to avoid this big problem to me? Could I put HP-UX as a secondary DNS?
I have never done a DNS Unix, somebody could help me?
I know there are a lot of questions but I will appreciated your comments.
Best Regards,
Veronica
My company have three sites named CMX1, CMX2 and CMX3, each one has a DNS NT Server, and the UNIX Servers for each plant has that NT DNS Server defined.
Today the NT Admin turn off the DNS forwards, and in that moment if anybody could conect to any of the servers by telnet we had a delay, about 20 seconds. I configure DNS on Name Server Switch from SAM I put the first source /etc/hosts and as sencond DNS.
If I put only /etc/hosts the conection by telnet is immediately. Why is this happening?
Or if the NT Admin turn on again the forwarders, my problem is resolve, I don't have any NT experience, and I don't know what those forwards do.
Then, these are my questions?
Why happend that with the turn on, turn off of the NT forwards?
Why I resolve my problem if is only configure the /etc/hosts in the Name Service Switch?
What others alternatives are possible to avoid this big problem to me? Could I put HP-UX as a secondary DNS?
I have never done a DNS Unix, somebody could help me?
I know there are a lot of questions but I will appreciated your comments.
Best Regards,
Veronica
Always is important to know the opinion of other people with or without experience
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 10:43 AM
10-27-2000 10:43 AM
Solution
Veronica:
1. The delay after the NT server was turned off was a timeout period during which DNS was attempting to get an answer from the nameserver.
2. Since you used /etc/hosts first (according to /etc/nsswitch.conf you saw no delay -- the name was resolved.
3. To see how this works, do:
# nslookup
> policy
4. Yes, it is advisable to have at least two nameservers. Configure them in /etc/resolv.conf in the order you see best.
5. For BIND/DNS documentation, see:
http://docs.hp.com/hpux/onlinedocs/B2355-90759/B2355-90759.html
...JRF...
1. The delay after the NT server was turned off was a timeout period during which DNS was attempting to get an answer from the nameserver.
2. Since you used /etc/hosts first (according to /etc/nsswitch.conf you saw no delay -- the name was resolved.
3. To see how this works, do:
# nslookup
> policy
4. Yes, it is advisable to have at least two nameservers. Configure them in /etc/resolv.conf in the order you see best.
5. For BIND/DNS documentation, see:
http://docs.hp.com/hpux/onlinedocs/B2355-90759/B2355-90759.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 11:08 AM
10-27-2000 11:08 AM
Re: DNS NT Server as Primary
Veronica,
Just some additional info for you.
DNS forwarders are used to define a set of additional name servers external to the physical DNS server. Sometimes they are called helpers.
If the DNS is unable to resolve the request, the server will forward the request to one or both of the forwarders for resolution.
Craig
Just some additional info for you.
DNS forwarders are used to define a set of additional name servers external to the physical DNS server. Sometimes they are called helpers.
If the DNS is unable to resolve the request, the server will forward the request to one or both of the forwarders for resolution.
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2000 02:07 PM
10-27-2000 02:07 PM
Re: DNS NT Server as Primary
James, I tried the nslookup and something strange happends on one of the servers, with policy it display:
#Lookups = 2
files [RCCR] dns [RRRR]
> casper
looking up FILES
Trying DNS
*** daffy.cmx1.cel.com can't find casper: Non-existent domain
My domain is mx-mty1.celestica.com, like this is defined in the /etc/resolv.conf
domain mx-mty1.celestica.com
nameserver 32.94.96.10 #daffy
Why is displying that different domain?
#Lookups = 2
files [RCCR] dns [RRRR]
> casper
looking up FILES
Trying DNS
*** daffy.cmx1.cel.com can't find casper: Non-existent domain
My domain is mx-mty1.celestica.com, like this is defined in the /etc/resolv.conf
domain mx-mty1.celestica.com
nameserver 32.94.96.10 #daffy
Why is displying that different domain?
Always is important to know the opinion of other people with or without experience
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP