Troubleshooting RPC Connection Timeouts
RPC connections can sometimes time out due to slow networks or a network link going down. This results in package downloads or batch jobs hanging or taking longer than expected. You can adjust the maximum time that an RPC connection can take by editing the configuration file. While this does not resolve networking problems, it does cause a process to fail rather than hang.
-
On the SUSE Manager Server, open the
/etc/rhn/rhn.conf
file and set a maximum timeout value (in seconds):server.timeout =`number`
-
On the SUSE Manager Proxy, open the
/etc/rhn/rhn.conf
file and set a maximum timeout value (in seconds):proxy.timeout =`number`
-
On a SUSE Linux Enterprise Server client that uses zypper, open the
/etc/zypp/zypp.conf
file and set a maximum timeout value (in seconds):## Valid values: [0,3600] ## Default value: 180 download.transfer_timeout = 180
-
On a Red Hat Enterprise Linux client that uses yum, open the
/etc/yum.conf
file and set a maximum timeout value (in seconds):timeout =`number`
If you limit RPC timeouts to less than |