로그인 시간 제한 문제 해결

기본적으로 SUSE Multi-Linux Manager Web UI에서는 사용자가 30 분 후에 다시 로그인해야 합니다. 환경에 따라 로그인 시간 제한 값을 조정할 수 있습니다.

To adjust the value, you need to make the change in both rhn.conf and web.xml. Ensure you set the value in seconds in /etc/rhn/rhn.conf, and in minutes in web.xml. The two values must equal the same amount of time.

For example, to change the timeout value to one hour, set the value in rhn.conf to 3600 seconds, and the value in web.xml to 60 minutes.

절차: Web UI 로그인 시간 제한 값 조정
  1. 컨테이너 호스트에서, 서버 컨테이너 내의 명령줄을 엽니다.

    mgrctl term
    1. Open /etc/rhn/rhn.conf and add or edit this line to include the new timeout value in seconds:

      web.session_database_lifetime = <Timeout_Value_in_Seconds>
    2. 파일을 저장한 후 닫습니다.

    3. Open /etc/tomcat/web.xml and add or edit this line to include the new timeout value in minutes:

      <session-timeout>Timeout_Value_in_Minutes</session-timeout>
    4. 파일을 저장한 후 닫습니다.

  2. On the container host, restart the server to enforce the new configuration:

    systemctl restart uyuni-server.service