When you first log in to Administration Console as the Master Administrator (MA), the Summary screen for the Bootstrap wizard screen appears.
To bootstrap the system by using the wizard:
The Change Password screen appears.
The Configure Global Key Label screen appears.
RiskMinder enables you to use hardware- or software-based encryption of your sensitive data. (You can enable hardware-based encryption by using arcotcommon.ini file, while software-based encryption is enabled by default.) Irrespective of hardware or software encryption, Global Key Label is used for encrypting user and organization data.
If you are using hardware encryption, then this label serves only as a reference (or pointer) to the actual 3DES key stored in the HSM device, and therefore must match the HSM key label. However in case of software-based encryption, this label acts as the key.
Caution: After you complete the bootstrapping process, you cannot update this key label.
The Configure Default Organization screen appears.
If you select this option, then the administrators are authenticated by using their credentials that are stored in the directory service.
Note: If this mechanism is used for authenticating administrators, then deploy UDS, as discussed in the section, "Deploying User Data Service (UDS)".
If you select this option, then the built-in authentication method that is provided by Administration Console is used for authenticating the administrators.
If you select the WebFort Password option here, then the credentials are issued and authenticated by the AuthMinder Server. For this, the CA AuthMinder Server must be installed.
Note: For information about installing and configuring AuthMinder, see the CA AuthMinder Installation and Deployment Guide.
The Administration Console initialization is completed, as indicated in the Finish screen.
To start RiskMinder Server:
Note: If you want to stop RiskMinder Server, then follow the Steps 1 through 3, and click the Stop button in the service window.
To start Case Management Queuing Server:
Note: If you want to stop the Case Management Queuing Server, then follow the Steps 1 through 3, and click the Stop button in the service window.
RiskMinder can access user data either from a relational database (RDBMS) or directly from an LDAP server by using UDS, which is an abstraction layer that provides RiskMinder seamless access to the third-party data repositories deployed by your organization.
You need the arcotuds.war file to deploy UDS, as follows:
<install_location>\Arcot Systems\java\webapps\
For example, in the case of Apache Tomcat, deploy the WAR file at <APP_SERVER_HOME>\webapps\.
Note: The deployment procedure depends on the application server that you are using. See the application server vendor documentation for detailed instructions.
<JBOSS_HOME>\common\lib\
<JBOSS_HOME>\server\default\conf\
<appender name="arcotudslog" class="org.apache.log4j.RollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"></errorHandler>
<param name="Threshold" value="INFO"/>
<param name="MaxFileSize" value="10MB"/>
<param name="MaxBackupIndex" value="100"/>
<param name="Encoding" value="UTF-8"/>
<param name="Append" value="true"/>
<param name="File" value="${arcot.home}/logs/arcotuds.log"/>
<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d{yyyy-MM-dd hh:mm:ss,SSS z} : [%t] : %-5p : %-5c{3}(%L) : %m%n"/>
</layout>
<filter class="org.jboss.logging.filter.TCLMCFilter">
<param name="AcceptOnMatch" value="true"/>
<param name="DeployURL" value="arcotuds.war"/>
</filter>
<!-- end the filter chain here -->
<filter class="org.apache.log4j.varia.DenyAllFilter"></filter>
</appender>
<appender-ref ref="arcotudslog"></appender-ref>
<appender-ref ref="arcotudslog"></appender-ref>
Note: The arcotuds.log file is used for logging UDS-related information.
<install_location>\Arcot Systems\logs\
This line indicates that UDS was deployed successfully.
Important! Sample Application must not be used in production deployments. It is recommended that you build your own web application by using Sample Application as a code-reference.
Sample Application can be used to verify if RiskMinder was installed and configured properly. In addition, it demonstrates:
Sample Application is automatically installed as a part of Complete installation of RiskMinder. To deploy Sample Application:
<install_location>\Arcot Systems\samples\java\
http://<host>:<appserver_port>/riskfort-3.1-sample-application/index.jsp
After you have seeded the database schema, deployed UDS and Administration Console, and bootstrapped the system, and started the Server, ensure that all these components have started correctly. The log files that you must verify for this purpose is arcotriskfort.log.
To verify if the server started correctly:
<install_location>\Arcot Systems\logs\
Note: Also ensure that the log files do not contain any FATAL and WARNING messages.
|
Copyright © 2013 CA.
All rights reserved.
|
|