Follow these steps after you have installed all components and have confirmed that all servers are running.
Follow these steps:
Add "server <_ntp_server>" to the list of servers
Where <_ntp_server> is the IP address of your NTP server.
service ntpd restart
chkconfig ntpd on
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
ALTER SYSTEM SET JAVA_POOL_SIZE=120M scope=spfile; ALTER SYSTEM SET SHARED_POOL_SIZE=240M scope=spfile; create pfile from spfile; shutdown immediate; startup; @$ORACLE_HOME\javavm\install\initjvm.sql; @$ORACLE_HOME\javavm\install\initxa.sql; grant select,insert,update,delete on DBA_PENDING_TRANSACTIONS to Identity Management user; grant select,insert,update,delete on DBA_PENDING_TRANSACTIONS to system; shutdown immediate; startup;
Note:You can ignore errors such as "ORA-29539: Java system classes already installed." However, you may receive a disconnect message from the database, This error is mostly observed while executing the following command:
@$ORACLE_HOME\javavm\install\initjvm.sql;
If you receive this error, continue with the next SQL command:
@$ORACLE_HOME\javavm\install\initjvm.sql;
export POSTGRES_HOME=PostgreSQL Installation directory cd $POSTGRES_HOME/data
If you set max_prepared_transactions to 0, you disable transactions.
cd $POSTGRES_HOME/bin ./pg_ctl restart -D $POSTGRES_HOME/data -m fast
/opt/CA/AdvancedAuth/conf/arcotcommon.ini
Choose defaultorg as the organization and an appropriate username/password.
Select the global administrator role, and the manages all organizations setting.
cd /opt/CA/AdvancedAuth/bin ./riskfortserver start ./webfortserver start
cd /opt/CA/AdvancedAuth/bin ./riskfortserver stop ./webfortserver stop ./riskfortserver start ./webfortserver start
/opt/boss-eap-5.1.2/jboss-as/server/all/conf/props/
service im stop service im start
/opt/CA/AdvancedAuth/Tomcat/webapps/tenant-services/WEB-INF/classes/resources/config.properties
Change IM_WEBSERVICE_HOST to the host of the second Identity Management server.
/opt/CA/AdvancedAuth/Tomcat/bin/shutdown.sh /opt/CA/AdvancedAuth/Tomcat/bin/startup.sh
service im stop service im start
/opt/CA/AdvancedAuth/Tomcat/bin/shutdown.sh /opt/CA/AdvancedAuth/Tomcat/bin/startup.sh
|
Copyright © 2014 CA.
All rights reserved.
|
|