RPC接続タイムアウトのトラブルシューティング
RPC接続は、ネットワークが低速になったり、ネットワークリンクがダウンしたりするためにタイムアウトすることがあります。 その結果、パッケージのダウンロードやバッチジョブがハングしたり予想よりも時間がかかります。 設定ファイルを編集することで、RPC接続にかかる最大時間を調整できます。 ただし、これではネットワークの問題は解決されず、プロセスがハングするのではなく失敗します。
-
On the SUSE Multi-Linux Manager Server, open the
/etc/rhn/rhn.conffile and set a maximum timeout value (in seconds):server.timeout =`number`
On the SUSE Multi-Linux Manager Proxy, open the
/etc/uyuni/proxy/config.yamlfile and set a maximum timeout value (in seconds). The proxy containers need to be restarted for the change to be effective:timeout: `number`
-
On a SUSE Linux Enterprise Server client that uses zypper, open the
/etc/zypp/zypp.conffile 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.conffile and set a maximum timeout value (in seconds):timeout =`number`
|
RPCタイムアウトを |