Siteminder R12 Step By Step Install of Policy Server and WAMUI with Jboss on Windows
book
Article ID: 53566
calendar_today
Updated On:
Products
CA Single Sign On Secure Proxy Server (SiteMinder)CA Single Sign On SOA Security Manager (SiteMinder)CA Single Sign-On
Issue/Introduction
Description
Provides basic steps to install R12 Policy Server and WAMUI Windows
Solution
Policy Server / WAMUI Install with Jboss
Install Sun-jre-1.5 which should be located in the Thirdparty-tools folder
Accept defaults
Set up Jboss should be found in Thirdparty-tools folder. No real config is required either that to place on top level of the C: Drive
Install the Policy Server executable ca-ps-12.0-sp1-cr00x-win32.exe
Chose your install directory
Select your FIPS MODE
Select only Web Server(s) When selecting features
Install
Create Policy Store Account Launch SQL Management Studio
Login using either Windows or SQL Authentication
In the left pane Click on Security >> New>>Login
Create a new login smpssa (You can choose whatever name you want) using SQL Authentication and set a password
Clear enforce password Click OK
Create The Policy Store Database
In the left pane Click on Database >> New Database
Name the Db smpolicystore ( You can choose whatever name you want)
In the new Db window in the Database Name enter smpolicystore and Database owner smpssa
In the left pain expand Security \Logins right click on smpssa and go to properties
In the default Database at the bottom type in smpolicystore click OK
Create ODBC Connection
Go to Start >> Programs >> Admin Tools>>Data Sources (ODBC)
On the System DSN Tab add data source for the policy store
Data Source Name = Siteminder Policy Store / Server (Your server name) / Database name =smpolicystore
Go to Advance Tab set default user name to smpssa click OK
Create a Siteminder Schema
Exit the SQL Management Studio
Relaunch SQL Management Studio logging in as the account your created (smpssa) SQL Auth
Connect to the new database you created
Go to Open >> File from the top of the window
Open the file C:\Program Files\CA\siteminder\db\SQL\sm_mssql_ps.sql
Click Execute
Repeat Step e: for C:\Program Files\CA\siteminder\xps\db\ SQLServer.sql
Click Execute
Import Default Policy Store Object and Policy Store Definitions into the Policy Server
Config Policy Store ODBC by opening the Policy Server Management Console
Go to the Data tab at the top Policy Server should already be select change Storage to ODBC
Enter in Data Source Information >> Siteminder Policy Store
User Name >> smpssa and the password you selected for that account.
Apply and test the connection
Copy smreg.exe from the location where the install media is to C:\Program Files\CA\siteminder\bin
Run smreg -su (yourpassword)
Open a command window and navigate to C:\siteminderhome\db\smdif and type the following smobjimport -ismpolicy.smdif -dSiteminder -w(yourpassword) -v (no space between switched I -d -w)
Enter the required application server (Jboss , Websphere, ...)
Select the JDK
Use the objectstore Db data created in step 12
Use the LDAP information for super admin
Select the appropriate directory.xml file for your environment.
Install
Start the Application Server ( Jboss)
Start >> Programs>> CA>> IAM Suite >> Siteminder WAM >>Start Task Engine
Start >> Programs>> CA>> IAM Suite >> Siteminder WAM >> Siteminder Administrative User Interface
Run xpsregclient (pick a name) -adminui -su
Once you have registered the client log in as the super admin you created
Start >> Programs>> CA>> IAM Suite >> Siteminder WAM >> Siteminder Administrative User Interface
Go to the Administration Tab click on UI below the tab to the left to expand
Click on Register Administration UI Server
Enter the information Name, Policy Server Host, The Port is default, Client Name (Name you picked from xps registration) and the Password you were prompted for at xpsregclient command.