Centralized authentication
⦾ What to do when omnia.yml fails while completing the security role, and returns the following error message: ‘Error: kinit: Connection refused while getting default cache’?
Resolution:
Start the sssd-kcm.socket:
systemctl start sssd-kcm.socketRe-run
omnia.yml
⦾ Why does the task ‘security: Authenticate as admin’ fail?
Potential Cause: The required services are not running on the node. Verify the service status using:
systemctl status sssd-kcm.socket
systemctl status sssd.service
Resolution:
Restart the services using:
systemctl start sssd-kcm.socket systemctl start sssd.service
Re-run
omnia.ymlusing:ansible-playbook omnia.yml
If you have any feedback about Omnia documentation, please reach out at omnia.readme@dell.com.