- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RPC Timeouts solution..
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
03-27-2002 07:59 PM
03-27-2002 07:59 PM
We are facing peiodic rpc timeouts and hence failovers(MCSG). There was a suggestion to shorten resolver timeouts by adding retrans and retries option as follows in resolv.conf..
retrans 1000
retry 2
what would be the side effects of these changes?? Pl. help
Thanks
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:04 PM
03-27-2002 08:04 PM
Re: RPC Timeouts solution..
How is rpc timeout affecting your SG cluster. you can increase the node timeout parameter under the cluster configuration. Do remeber if you change this parameter you'll have to reapply the cluster configuration.
Are you using the resolver to resolve the hostname and ip addess of the cluster nodes. If so you can use the file /etc/cmcluster/cmclnodelist to do so. You may have to create this file if it does not exist. Also add the SG node names and ip addess to the local host file.
Can you post the section of /var/adm/syslog/syslog.log file that has this timrout and sg failover information. You can do a cmscancl to gather the current SG cluster infomrmation.
Hope this helps.
Rggds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:07 PM
03-27-2002 08:07 PM
Re: RPC Timeouts solution..
I'm sorry, but there was a mistake in my previous post. The file /etc/cmcluster/cmclnodelist is used as a substitute for .rhosts and not as a substitute for the resolver.
Sorry abt the wrong post.
Regards
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:11 PM
03-27-2002 08:11 PM
Re: RPC Timeouts solution..
It is not an MCSG issue. These dns resolver timeout reduction was HP recommendation.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:17 PM
03-27-2002 08:17 PM
Re: RPC Timeouts solution..
Maybe this link can help,
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=a79eea281b2dd2b5ae/screen=ckiDisplayDocument?docId=200000059423940
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:19 PM
03-27-2002 08:19 PM
Re: RPC Timeouts solution..
Here is something more on REsolver timeout,
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90741/B2355-90741_top.html&con=/hpux/onlinedocs/B2355-90741/00/00/31-con.html&toc=/hpux/onlinedocs/B2355-90741/00/00/31-toc.html&searchterms=timeout%7cresolver&queryid=20020327-202525
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:31 PM
03-27-2002 08:31 PM
SolutionLooks like you have NFS problem. You can set the parameters RES_RETRY and RES_RETRANS to your nfs.mon script thereby avoiding altering the systemwide resolver timeouts. Also consider using files first(in case you have dns first)in your /etc/nsswitch.conf.Looks like your current setting is trying to reduce the timeout from 75 to around 10 to 12 seconds systemwide.
Thanks
Giri Sekar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 08:41 PM
03-27-2002 08:41 PM
Re: RPC Timeouts solution..
We do have nfs.mon script and i did not know i can set these variables in nfs.mon. I will speak to the team and try to go for this as this will not affect the systemwide resolver timeouts.
Thanks
Brian.