

Installation Guide › Configuration › Post Installation Steps: Environment
Post Installation Steps: Environment
Follow these steps after you have installed all components and you have confirmed that all servers are running.
These post-installation steps apply to your CA CloudMinder servers and components. For post-installation steps required after the deployment of each tenant, refer to Post-Installation Steps: Tenant.
Follow these steps:
- Perform the following steps on all servers:
- Edit the /etc/ntp.conf file
Add "server <_ntp_server>" to the list of servers
Where <_ntp_server> is the IP address of your NTP server.
- Restart the ntpd service as follows:
service ntpd restart
- Enable the ntpd service as follows:
chkconfig ntpd on
- Increase the processes and sessions for the Oracle database servers as follows:
- Launch SQL Plus and connect as the Oracle system database administrator.
- Under SQL Plus, run the following commands:
alter system set processes=500 scope=spfile;
alter system set sessions=824 SCOPE=spfile;
ALTER SYSTEM SET EVENT='44951 TRACE NAME CONTEXT FOREVER, LEVEL 1024' scope=spfile;
shutdown immediate
startup
- For high-availability deployments, on the second SiteMinder Policy Server system only:
Edit the following file:
/opt/CA/AdvancedAuth/conf/arcotcommon.ini
- vi /opt/CA/AdvancedAuth/conf/arcotcommon.ini
- Search for InstanceId=1
- Change the line to InstanceId=2
- On all SiteMinder Policy Servers, restart Tomcat as follows:
- Navigate to /opt/CA/AdvancedAuth/Tomcat/bin
- (If Tomcat is already started) ./shutdown.sh
- ./startup.sh
- Bootstrap the AuthMinder/RiskMinder/Advanced Authentication UDS service
- Connect to http://<SiteMinder Policy Server>:9090/arcotadmin/mabamlogin.htm using the default password: master1234!
- Change the default password to avoid any security loopholes.
- Create a global administrator for use later for configurations that are currently unavailable from the CSP console.
Choose defaultorg as the organization and an appropriate username/password.
Select the global administrator role, and the manages all organizations setting.
- Log out.
- Start webfort and riskfort, if they are not currently running, using the following commands. In a high-availability deployment, start these servers on both SiteMinder Policy Server systems.
cd /opt/CA/AdvancedAuth/bin
./riskfortserver start
./webfortserver start
- Reset the copyright in the Tenant Console as follows:
On all Identity Management servers, modify the resources_en.properties file:
- cd /opt/jboss-5.1.0.GA/server/all/deploy/iam_im.ear/user_console.war/app/ui7
- vi resources_en.properties
- change the value of "console.copywrite"
- cd /opt/jboss-5.1.0.GA/server/all/deploy/iam_im.ear/user_console.war/app/ca12
- vi resources_en.properties, change the value of "console.copywrite"
- Restart all Identity Management servers
/etc/init.d/im stop
/etc/init.d/im start
Post-Installation Steps: Tenant
Modify the Password Policy Redirect URL
Configure Web Services Authentication
Modify the Password Policy Redirect URL
Follow these steps immediately after deploying each tenant.
- Log in to the CSP console. This is typically found at:
http://[SiteMinder_Policy_Server_Hostname]:8080/iam/siteminder/console
- Navigate to Policies, Password, Password Policies.
- Click the edit icon for your <tenanttag>Password Policy.
In the Redirect section, in the Redirection URL text box, change the value to the following URL:
https://<SPS>/siteminderagent/certoptional/forms/cmpwservices.fcc?iframe=yes&redirectURL=https://<SPS>/iam/im/<Public Alias of Tenant>/index.jsp?task.tag=PasswordServices
Where <SPS> is the host address of your Secure Policy Server. In a high-availability deployment, <SPS> is your Secure Policy Server load balancer VIP
and
Where Public Alias of Tenant is the public alias of your tenant. This information is available in your CSP console. Navigate to Tenants, Manage Tenant, then click View Tenant in the drop down menu next to your tenant.
- Navigate to Administration, Policy Server, Cache Management
- In the All Caches section, click Flush All.
Copyright © 2013 CA.
All rights reserved.
 
|
|