Thanks so much for the answers ! I am afraid I am new for Isilon... let me ask simple question one more , so Isilon allow to use short name and FQDN ( one of then or Both or At least FQDN ) ? Cos user concerns shot name access as ok only win2012 ...( He thinks this is Win version issue ...)
--machinecreds is very helpful, however it only works if the machine account is delegated rights to manage ‘Self’ in Active Directory. This is not done by default, so it would require an AD Admin to set up this little low-risk permission delegation on the machine account object.
AWESOME! I've been screwing around with this off and on to add spn's for an access zone I created. I kept getting an error code 19: constraint violation. I never tought to use --repair.
crklosterman
450 Posts
13141
1
Posted March 31st, 2015 11:00
In general you are best to create both SPNs for short and FQDNs, but don't worry about doing it manually, create it automatically with the cluster.
First check if the cluster thinks anything is missing:
isi auth ads spn check --domain=domain.com
Then fix it:
isi auth ads spn check --domain=domain.com --repair --user=
Then type in your password. The user needs rights to be able to create SPNs on the machine account in question.
Hope this helps,
~Chris