문제 해결 RPC 연결 시간 제한

네트워크 속도가 느리거나 네트워크 링크가 다운되어 RPC 연결이 시간 제한에 도달할 수 있습니다. 이에 따라 패키지 다운로드 또는 배치 작업이 중단되거나 예상보다 오래 걸립니다. 구성 파일을 편집하여 RPC 연결에 소요될 수 있는 최대 시간을 조정할 수 있습니다. 이 작업을 수행해도 네트워킹 문제가 해결되지는 않지만, 프로세스는 중단되지 않고 실패하게 됩니다.

절차: RPC 연결 시간 제한 확인
  1. On the SUSE Multi-Linux Manager Server, open the /etc/rhn/rhn.conf file and set a maximum timeout value (in seconds):

    server.timeout =`number`

    On the SUSE Multi-Linux Manager Proxy, open the /etc/uyuni/proxy/config.yaml file and set a maximum timeout value (in seconds). The proxy containers need to be restarted for the change to be effective:

    timeout: `number`
  2. 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
  3. 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`

RPC 시간 제한을 180 초 미만으로 제한하면, 완전히 정상적인 작업이 중단될 위험이 있습니다.