While setting up Kerberos authentication on TIBCO Spotfire Servers in a clustered environment without a load balancer, the following points must be considered:
- Two Service Principal Names must be created for each TSS.
- One keytab file must be created. This must use the name of the service account running the TSS as the principal name. Below is example syntax of the "ktpass" command in this case:
ktpass /princ <Spotfire service account name>@REALM /ptype krb5_nt_principal /crypto <rc4-hmac or AES-256-sha1 or AES-128-sha1> /kvno 0 /out spotfire.keytab /pass <service account password>
3. This keytab file must be copied to each TIBCO Spotfire Server.
The steps and commands here would be the same as in case of
setting up Kerberos on a single TIBCO Spotfire Server, the only thing that vary are the points mentioned above.