- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can I change /etc/nsswitch.conf and not affect Ser...
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
11-28-2005 06:53 AM
11-28-2005 06:53 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 07:08 AM
11-28-2005 07:08 AM
SolutionIf you mean by will a package go down? no - it won't.
SG won't failover packages due to slow resolution - but you could have timig issues - IE - say the DNS server goes down, well, resolution will be slow:
If you have a non-responsive/down DNS server configured in your /etc/resolv.conf the resolver will retry 4 times after its initial request then give and error similar to this:
"Cant find server name for address X.X.X.X: No response from server"
Then it will move on to the next nameserver in your resolv.conf file, if that server is not available it repeats the retry, times out and goes to the next server.
This can happen up to 3 times, depending on the # of nameserver entries you have in your /etc/resolv.conf.
The timeouts are doubled each time a retry is attempted.
timeout 1 ( 5 seconds)
timeout 2 (10 seconds)
timeout 3 (20 seconds)
timeout 4 (40 seconds)
So a total of 75 seconds for each nameserver that may be unavailable.
If you have 3 thats 225 seconds 3.75 minutes..which is forever.
You can adjust these timeouts in the /etc/resolv.conf file with the retry and retrans options. See man page for resolv.conf.
For example, to have a system wait 1 second for a reply and retry 1 time after
a timeout:
retrans 1000
retry 1
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 07:10 AM
11-28-2005 07:10 AM
Re: can I change /etc/nsswitch.conf and not affect Serviceguard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 08:01 AM
11-28-2005 08:01 AM
Re: can I change /etc/nsswitch.conf and not affect Serviceguard?
However, it is a recommendation with SG clusters that you use FILES first before DNS, as losing connectivity or functionality of the DNS server could severely impact a cluster.
The choice is yours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 08:11 AM
11-28-2005 08:11 AM
Re: can I change /etc/nsswitch.conf and not affect Serviceguard?
I was wondering why the /etc/hosts file contained a ton of entries (looks like they're not using dns at all).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2005 06:42 PM
11-28-2005 06:42 PM