- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LAN access to HPUX11 very slow when problems w...
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
04-30-2002 07:01 AM
04-30-2002 07:01 AM
LAN access to HPUX11 very slow when problems with external DNS
resolv.conf:
nameserver 194.73.73.95
nameserver 194.73.73.94
nsswitch.conf:
hosts: files [NOTFOUND=continue] dns
What can I change for our system to function OK when the DNS server is playing up.
Cheers,
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:05 AM
04-30-2002 07:05 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
Try to include as many of the "popular" hosts in the /etc/hosts file as is feasible.
Also if you know the primary DNS server is a problem you can flip the order of the DNS servers in the resolv.conf file & change will be immediate.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:09 AM
04-30-2002 07:09 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
nameserver 194.73.73.94
nameserver 194.73.73.95
Or get a better DNS server, you can easily have three DNS servers.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:11 AM
04-30-2002 07:11 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:11 AM
04-30-2002 07:11 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
Since you have nsswitch.conf file configured to look files and then DNS , You can put all the host names you usually talk in /etc/hosts.
Or else you can configure a secondary DNS server within your Local LAN and change the searchorder in resolve.conf accordingly.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:16 AM
04-30-2002 07:16 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
This way if the external servers are slow / down you'll still be able to login as normal.
In fact even if the internal server doesn't have all the local clients in you'll still get a quicker login response.
HTH
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:31 AM
04-30-2002 07:31 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
You cand o the following :
1. Please have a good /etc/hosts which ahs the satandard information for all teh servers , and have the /etc/nssswitch.conf resolve through /etc/hosts first .
2.Incase you know that the tehre is know problem witht the DNS then you can have 2 of then and then switch them in resolv.conf.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 07:38 AM
04-30-2002 07:38 AM
Re: LAN access to HPUX11 very slow when problems with external DNS
Regards,
Dave.