Operating System - HP-UX
1837190 Members
2444 Online
110114 Solutions
New Discussion

Re: RPC Timeouts solution..

 
SOLVED
Go to solution
brian_31
Super Advisor

RPC Timeouts solution..

Hi:
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
7 REPLIES 7
Sanjay_6
Honored Contributor

Re: RPC Timeouts solution..

Hi Brian,

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
Sanjay_6
Honored Contributor

Re: RPC Timeouts solution..

Hi Brian,

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
brian_31
Super Advisor

Re: RPC Timeouts solution..

Hi Sanjay:

It is not an MCSG issue. These dns resolver timeout reduction was HP recommendation.

Thanks
Brian.
Sanjay_6
Honored Contributor

Re: RPC Timeouts solution..

Giri Sekar.
Trusted Contributor
Solution

Re: RPC Timeouts solution..

Hi:

Looks 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.
"USL" Unix as Second Language
brian_31
Super Advisor

Re: RPC Timeouts solution..

Hi Giri:

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.