BusinessObjects Board

Setspn commands in Clustered Environment

HI,

our environment is BO 4.0 SP5 , 2 stack clustered environment. planning to implement Windows AD SSO

Our First system name : name1
Second system : name2
Cluster Name : name
Service Account name : ABC
In a clustered environment which setspn commands need to be run ??

*Does each node server need SPN defined or single SPN defined on Cluster name?
*What setspn commands are run on the Tomcat servers?
*Do load balancer setspn commands only need to be run on Tomcat?

Please advice
Thanks


mnarne :uk: (BOB member since 2007-09-17)

This needs to be excuted on Tomcat Server.-

SETSPN –A BOBJCentralMS/.


jkna (BOB member since 2011-12-14)

Hello Mnarne,

Did you able to make the SSO work, we are some issue with SSO. Our client tools are working and manual logons to Launchpad is working, but sso is not working.

We have exact same environment as yours BOBJ 4.0 Sp05 . We had executed the below commands on AD server.

Setspn -A BICMS/ABC.DOMAIN.COM ABC
setspn -A http/name1 ABC
setspn -A http/name.doamin.com ABC
setspn -A http/name1(IP) ABC
setspn -A http/name1(alias) ABC
setspn -A http/name2 ABC
setspn -A http/name2.doamin.com ABC
setspn -A http/name2(IP) ABC
setspn -A http/name2(alias) ABC
setspn -A http/loadbalancer ABC
setspn -A http/loadbalancer.doamin.com ABC

am i missing something here? we have two separate tomcats and loadbalancer


KABOBJ (BOB member since 2013-07-24)

Try this - HOWTO BO4 SSO using AD and Kerberos


clarej :uk: (BOB member since 2008-01-22)