16.3. 클라이언트 설치가 IdM Kerberos 영역에 참여하지 못하는 경우 문제 해결
클라이언트가 IdM Kerberos 영역에 참여할 수 없는 경우 IdM 클라이언트 설치 프로세스가 실패합니다.
Joining realm failed: Failed to add key to the keytab child exited with 11 Installation failed. Rolling back changes.
Joining realm failed: Failed to add key to the keytab
child exited with 11
Installation failed. Rolling back changes.
이 오류는 빈 Kerberos 키탭으로 인해 발생할 수 있습니다.
사전 요구 사항
-
시스템 파일을 제거하려면
root
권한이 필요합니다.
프로세스
/etc/krb5.keytab
을 제거합니다.sudo rm /etc/krb5.keytab ls /etc/krb5.keytab
[user@client ~]$ sudo rm /etc/krb5.keytab [sudo] password for user: [user@client ~]$ ls /etc/krb5.keytab ls: cannot access '/etc/krb5.keytab': No such file or directory
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - IdM 클라이언트 설치를 다시 시도합니다.