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

ProcedureTo Copy the Access Manager WAR File to Access Manager 2

Before You Begin

This procedure assumes you have completed To Generate an Access Manager WAR File on the Access Manager 1 Host Machine.

  1. As a root user, log in to the AccessManager–2 host machine.

  2. Change to the non-root user am71adm.


    # su am71adm
    
  3. Change into the am71adm directory.


    # cd /export/am71adm
    
  4. Copy amserver.war from the AccessManager–1 host machine to the am71adm directory.

  5. Verify that the WAR file was copied into the proper location and with the appropriate permissions.


    # ls -al
    
    total 62260
    drwxr-xr-x   5 am71adm  staff        512 Jul 19 12:10 .
    drwxr-xr-x   6 root     sys          512 Jul 19 11:53 ..
    -rw-r--r--   1 am71adm  staff        144 Jul 19 11:53 .profile
    drwx------   3 am71adm  staff        512 Jul 19 11:57 .sunw
    -rw-r--r--   1 am71adm  staff        566 Jul 19 12:05 .wadmtruststore
    -rw-r--r--   1 am71adm  staff   31834862 Jul 19 12:01 amserver.war
    -rw-r--r--   1 am71adm  staff        136 Jul 19 11:53 local.cshrc
    -rw-r--r--   1 am71adm  staff        157 Jul 19 11:53 local.login
    -rw-r--r--   1 am71adm  staff        174 Jul 19 11:53 local.profile

    The amserver.war files are owned by am71adm.