cloudera-ps / prereq-checks

Prerequisites checker for Cloudera Manager and CDP PVC Base installations
GNU General Public License v3.0
57 stars 58 forks source link

Spn alias uniqueness check is not working due to MS patch #146

Closed melvin-koh closed 2 years ago

melvin-koh commented 2 years ago

Issue #143 added a check to detect if Cloudera will be impacted by spn alias uniqueness issue if enabling kerberos using Microsoft AD. However, MS introduced another patch to address this issue which breaks the way the prereq-check script tests for the spn alias uniqueness.

The spn uniqueness tests should be updated to use an existing cloudera hostname instead of randomly generating hostname. E.g. when running the script, use the hostname of the host the script is running on.