Robert Levas created AMBARI-16009:
-------------------------------------
Summary: Regenerating keytabs on re-imaged hosts results in error
during 'Creating Principals'
Key: AMBARI-16009
URL: https://issues.apache.org/jira/browse/AMBARI-16009
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.2.2
Reporter: Robert Levas
Assignee: Robert Levas
Priority: Blocker
Fix For: 2.2.2
We had a 1600 unsecured cluster initially, from which 700 nodes were destroyed.
Though Ambari-server knew of 1600 hosts, only 900 were heartbeating. At this
point we secured the cluster and everything was good. Then we brought back the
700 hosts, which started heartbeating with ambari-server.
At this point we did 'Regenerate Keytabs' which failed at the 'Create
Principals' step (image attached), as it was trying to re-create principal
which is already existing with kadmin, and with ambari-server.
*Create Principals*
Stderr:
{noformat}
2016-04-21 01:28:52,985 - Failed to create or update principal,
HTTP/[email protected] - Failed to create service principal for
HTTP/[email protected]
STDOUT: Authenticating as principal admin/admin with password.
STDERR: WARNING: no policy specified for HTTP/[email protected];
defaulting to no policy
add_principal: Principal or policy already exists while creating
"HTTP/[email protected]".
{noformat}
Stdout:
{noformat}
2016-04-21 01:27:32,400 - Processing identities...
2016-04-21 01:28:29,874 - Processing principal,
HTTP/[email protected]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)