Previous Topic: Prepare an Unattended Configuration

Next Topic: Check SmHost.conf File Permissions for Shared Secret Rollover

Run an Unattended Configuration

Before you run an unattended configuration, you should have completed the following tasks:

To run an unattended SOA Agent configuration

  1. From a system where the SOA Agent is already installed, copy the [set the File Name variable]-pepconfig-installer.properties file from web_agent_home/install_config_info to a local directory on the system where you want to run an unattended configuration.
  2. Open a console window and navigate to soa_agent_home/install_config_info.

    Important! Before running a SOA Security Manager utility or executable on Windows Server 2008, open the command line window with administrator permissions. Open the command line window this way, even if your account has administrator privileges. For more information, see the release notes for your SOA Security Manager component.

    Note: You must run the unattended configuration from the install_config_info directory because the configuration executable file must remain in this directory.

  3. Run the following command:

    agent_config_executable -f properties_file -i silent

    For example, if you copied the properties file to the install_config_info directory, the command would be:

    Windows:

    [set the File Name variable]-pep-config.exe -f [set the File Name variable]-pepconfig-installer.properties -i silent

    UNIX:

    [set the File Name variable]-pep-config.bin -f [set the File Name variable]-pepconfig-installer.properties -i silent

    If you do not copy the properties file to the install_config_info directory, specify the full path to this file in the command. If there are spaces in the directory path, enclose the entire path between quotation marks.

    When the configuration is complete, you return to the command prompt.

  4. Check to see if the configuration completed successfully by looking in the CA_SiteMinder_Web_Agent_version_InstallLog.log file, located in the soa_agent_home/install_config_info directory. This log file contains the results of the configuration.