![]() ![]() ![]() ![]() ![]() ![]() |
This section provides information and instructions for running an SSM without an SCM.
An SCM is responsible for storing and maintaining the configuration data for all SSMs running on a machine. An SSM receives its configuration data from the SCM at startup and whenever a configuration change is made and distributed from the Administration Server. The SCM receives and caches the updated information, and provides it to the SSM when it is restarted.
Tip: | The term ’configuration’ is used in its restrictive sense here and refers only to the SCM, SSM, and the SSM’s security providers. It does not refer to policy data. |
An SSM can run without an SCM by obtaining its configuration information from data that is exported from the ALES database using the PolicyIX tool. This tool allows you to export configuration data to an XML file that is read by the SSM when it is restarted.
Notes: |
Use the following criteria when deciding whether to use an SCM or exported configuration data:
During the SSM installation process, the Centralized Configuration of Security Providers window displays, as shown in Figure 9-1. When you clear the Allow centralized configuration... checkbox, the SSM will not use an SCM.
Perform the following steps to export an SSM’s configuration data using the PolicyIX tool:
Note: | Complete information about PolicyIX commands is provided in the PolicyIX section of the Administration Reference. |
BEA_HOME/ales30-admin/bin
directory, enter the following command:
policyIX.bat <
exportID> -exportConfig policyIX_config.xml
where <exportID> is the name of the SSM configuration to export.
Two files will be generated in the bin
directory: wles.securityrealm.xml
and wles.securityrealm.xml.sig.
bin
directory.
For example, for an WLS 8.1 SSM instance name of WLS8Domain
, copy the files to BEA_HOME/ales30-ssm/wls8/WLS8Domain/bin
.
![]() ![]() ![]() |