obiee install guide (ldap)

Post on 27-Oct-2014

163 Views

Category:

Documents

6 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Install JDK (jrockit)

Execute the .bin directly

/apps/obiee/src/11.1.1.5]$ jrckit-jdk1.6.0_24-R28.1.3-4.0.1-linux-x64.bin

Ensure JAVA_HOME and Path are correct in .profile

PATH=/apps/obiee/JDK/bin:$PATH:$HOME/bin:.

export PATH

df

JAVA_HOME=/apps/obiee/JDK

export JAVA_HOME

Log out and log back in to pickup the java path changes

Install WLoraclebi[/apps/obiee/src/11.1.1.5]$ java -jar WL10.3.5.zip

Do not check “Run QuickChange”

Install OHShttp://download.oracle.com/docs/cd/E21764_01/doc.1111/e14260/toc.htm

oraclebi[/apps/obiee/src/11.1.1.5/ohs_install/Disk1/install/linux64]$ runInstaller

Install OHS (patch)oraclebi[/apps/obiee/src/11.1.1.5/ohs-patch/Disk1]$ runInstaller

Install OBIEE (software only)

Configure OBIEE/apps/obiee/orapps/Oracle_BI1/bin/config.sh

Add boot.properties

/apps/obiee/orapps/user_projects/domains/bifoundation_domain/servers/AdminServer/security

username=obisa

password={password]

Configure OHS

Turn off web cache

Setup OHS to connect to weblogicOpen mod_wl_ohs_Configuration

Add a new location

/analytics

/analyticsRes

/ui

/xmlpserver

SSO IntegrationOpen WL Console

Add new OpenLDAP provider

Name it CDSN

Make it sufficient

Update the provider specific tab

Host:cdsn-dev.bankofamerica.com

Port:389

Principal:bofaUniqueID=hpsu,ou=service,ou=users,dc=bankofamerica,dc=com

User Base DN:ou=users,dc=bankofamerica,dc=com

Credential = (hpsu password)

All Users Filter: bofaUniqueID=hpsu

User From Name Filter: uid=%u

User Search Scope:subtree

User Name Attribute:uid

User Object Class: bofaAuthenticate

Use Retrieved User Name as Principal: Checked

Group Base DN:ou=oracle,ou=applications,dc=bankofamerica,dc=com

All Groups Filter:uid

Group From Name Filter:(&(uniquemember=%g)(objectclass=groupofuniquenames))

Group Search Scope:onelevel

Group Membership Searching:limited

Max Group Membership Search Level:0

Ignore Duplicate Membership=unchecked

Static Group Name Attribute:uniquemember

Static Group Object Class:groupofuniquenames

Static Member DN Attribute:uniquemember

Static Group DNs from Member DN Filter:(&(uniquemember=%M)(objectclass=groupofuniquenames))

Dynamic groups

all null

General

defaults

GUID Attribute:bofaUniqueID

Save then activate changes

Open EM

Update the application roles, remove bisystem user

Select Application Stripe = obi

Then edit BISystem Role

Remove BISystem User

Update the identity store attributes

user.login.attr:uid

username.attr:uid

PROPERTY_ATTRIBUTE_MAPPING:GUID=bofaUniqueID

Update the credentials for the oracle.bi.system user

Go back to Console

Reorder the providers so that CDSN is first

Update Default Authentication provider to sufficient

Save and activate changes

Stop both the BI server and Admin server via console

Start the admin server via script (/apps/obiee/orapps/user_projects/domains/bifoundation_domain/ startWebLogic.sh&

Re-open console

Restart the managed server (bi_server1)

Add our new system user (HPSU) to the global admin role

Back to EM

Add the our new system user to the bisystem group (following screen shots have not been updated to reflect new domain name)

Setup Siteminder Providerhttps://ssologon-stage.bankofamerica.com

https://ssologon-stage.bankofamerica.com/unauthorized/sso_logoff.html

Install Skinscd /apps/obiee/orapps/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes

unzip /apps/obiee/src/skins/s_BOA.zip

unzip /apps/obiee/src/skins/sk_BOA.zip

unzip /apps/obiee/src/skins/customMessages.zip

(if needed update the compant name Enterprise BI & Analytics )

Deploy the analyticsRes directory as an application

save and activate changes

Start the application

Shut everything down

OPMN

Managed server (bi_server1)

Admin server

Update NQSCONFIGUdate Cache

To upgrade guids (if moving catalog from one evn to another) add the following and bounce BI service… be sure to set it back to “NO” and bounce again……

FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;

Update InstanceConfig Add the following to the <ServerInstance> section

<!-- EBIA/JGS 2011.04.21 Added Default skin and style setting  --><URL>   <CustomerResourcePhysicalPath>/apps/obiee/orapps/Middleware/instances/instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/analyticsRes</CustomerResourcePhysicalPath>   <CustomerResourceVirtualPath>/analyticsRes</CustomerResourceVirtualPath></URL><UI>   <DefaultSkin>BOA</DefaultSkin>   <DefaultStyle>BOA</DefaultStyle></UI>

Add the following to the <Views><Pivot> section <!--EBIA/JGS Updated DefaultRowsDisplayedInDownload>2500--> <DefaultRowsDisplayedInDownload>50000</DefaultRowsDisplayedInDownload>

<!-- EBIA/JGS 2011.06.14 Begin Changes to pivot governors --><MaxVisibleColumns>1000</MaxVisibleColumns><MaxVisiblePages>1000</MaxVisiblePages><MaxVisibleRows>100000</MaxVisibleRows><MaxVisibleSections>1000</MaxVisibleSections><DefaultRowsDisplayed>30</DefaultRowsDisplayed><!-- EBIA/JGS 2011.06.14 End Changes to pivot governors -->

Add the following to the <Views><Table> section <!--EBIA/JGS Updated DefaultRowsDisplayedInDownload>2500 --> <DefaultRowsDisplayedInDownload>50000</DefaultRowsDisplayedInDownload> <!-- EBIA/JGS 2011.06.14 Begin Changes to table governors -->

<MaxVisiblePages>1000</MaxVisiblePages><MaxVisibleRows>100000</MaxVisibleRows><MaxVisibleSections>1000</MaxVisibleSections><DefaultRowsDisplayed>30</DefaultRowsDisplayed><!-- EBIA/JGS 2011.06.14 End Changes to table governors -->*note: DefaultRowsDisplayedInDownload is an existing setting, delete the existing line before adding these.Add a <Charts> section to <Views> <!-- EBIA/JGS 2011.04.01 - Added slider default and slider limit option --><Charts><SectionSliderDefault>15</SectionSliderDefault><SectionSliderLimit>30</SectionSliderLimit></Charts>

Copy RPDCopy WebcatCopy ODBC.INICOPY tnsnames.oraAdd users / Update Security

top related