Deployment Example 1: Access Manager 7.0 Load Balancing, Distributed Authentication UI, and Session Failover

ProcedureTo Configure the Web Policy Agent to Use the New Agent Profile

  1. Log in to as a root user to Protected Resource 1.

  2. Run the cypt_util utility.

    The utility encrypts the password.

    # cd /opt/SUNWam/agents/bin
    # ./crypt_util web4gent1
    BXxzBswD+PZdMRDRMXQQA==

    Copy the encrypted password, and save it in a text file.

  3. Edit the AMAgent.properties file.


    # cd /etc/opt/SUNWam/agents/es6/ 
    config/_opt_SUNWwbsvr_https-ProtectedResource-1.example.com

    Make a backup of AMAgent.properties you make the following change in the file:

    com.sun.am.policy.am.password = webagent-1
    com.sun.am.policy.am.password = BXxzBswD+PZdMRDRMXQQA==

    Use the encrypted password obtained in the previous step.

    Save the file.

  4. Restart Web Server 1.

    # cd /opt/SUNWwbsvr/https-ProtectedResource-1.example.com
     # ./stop; ./start