Deployment Example: SAML v2 Using Sun OpenSSO Enterprise 8.0

ProcedureTo Copy the OpenSSO Enterprise WAR to the OpenSSO Enterprise 2 Host Machine

Before You Begin

This procedure assumes you have completed To Generate an OpenSSO Enterprise WAR on the OpenSSO Enterprise 1 Host Machine.

  1. As a root user, log in to the osso2.sp-example.com host machine.

  2. Switch to the non-root user osso80adm.


    # /bin/su osso80adm
    
  3. Change into the osso80adm directory.


    # cd /export/osso80adm
    
  4. Copy opensso.war from the osso1.sp-example.com host machine to the osso80adm directory.

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


    # ls -al
    
    total 130552
    drwxr-xr-x   6 osso80adm staff        512 Sep 5 14:14 .
    drwxr-xr-x   8 root      sys          512 Sep 5 10:54 ..
    -rw-r--r--   1 osso80adm staff         70 Sep 5 14:13 .asadminpass
    -rw-------   1 osso80adm staff        778 Sep 5 14:12 .asadmintruststore
    drwx------   2 osso80adm staff        512 Sep 5 13:15 .gconf
    drwx------   2 osso80adm staff        512 Sep 5 13:26 .gconfd
    -rw-r--r--   1 osso80adm staff        144 Sep 5 15:00 .profile
    drwx------   3 osso80adm staff        512 Sep 5 15:26 .sunw
    drwxr-xr-x   3 osso80adm staff        512 Sep 5 14:12 domains
    -rw-r--r--   1 osso80adm staff   68884903 Sep 5 14:14 opensso.war
    -rw-r--r--   1 osso80adm staff        136 Sep 5 15:00 local.cshrc
    -rw-r--r--   1 osso80adm staff        157 Sep 5 15:00 local.login
    -rw-r--r--   1 osso80adm staff        174 Sep 5 15:00 local.profile

    opensso.war exists in the directory and is owned by osso80adm.