Sun Java Enterprise System 2005Q4 Installation Guide for UNIX

ProcedureTo Develop a Sequence for Host B

The following high-level tasks are required:

Steps
  1. Running the Java ES installer

  2. At component selection, choosing Access Manager SDK

  3. Resolving incompatibilities

    The installer verifies software on your host and provides guidance if incompatibilities are identified.

  4. Selecting the Configure Later option

  5. Running the installation

  6. Viewing the Installation Summary and Log

  7. Verifying that your web container is installed and running

  8. Editing the amsamplesilent file

    1. In the AccessManager-base/SUNWam/bin directory, make a copy the amsamplesilent file.

    2. By default, many settings are commented out in the amsamplesilent file. Uncomment the following settings:

      • SERVER_NAME

      • SERVER_HOST

      • SERVER_PORT

      • ADMIN_PORT

      • DS_HOST

      • DS_DIRMGRPASSWD

      • ROOT_SUFFIX

      • ADMINPASSWD

      • AMLDAPUSERPASSWD

      • COOKIE_DOMAIN

      • AM_ENC_PWD

      • NEW_OWNER

      • NEW_GROUP

      • PAM_SERVICE_NAME

      • WEB_CONTAINER

    3. Modify the following parameters in the amsamplesilent file:

      • DEPLOY_LEVEL should be set to 4.

      • SERVER_HOST and SERVER_PORT should be set to the host and port of the full server which will be used by Access Manager SDK.

      • DS_HOST, DS_DIRMGRPASSWD, and ROOT_SUFFIX should be set to the hostname, directory manager password, and root suffix of the Host A Directory Server.

      • ADMINPASSWD and AMLDAPUSERPASSWD should be set to the amadmin and amldapuser passwords used on Host A.

      • AM_ENC_PWD should be set to the password encryption key used on Host A. For the Access Manager SDK, use the same encryption key for AM_ENC_PWD as the encryption key specified during the remote installation of Access Manager on Host B. Use the following command to obtain this value: grep pwd /etc/opt/SUNWam/config/AMConfig.properties

      • WEB_CONTAINER should be set to the corresponding value for the web container being used.

      • BASEDIR should be set to the install directory used during the Configure Later installation of Access Manager SDK.

      • AM_REALM should be set to Enabled if realm mode is used on Host A, and Disabled if legacy mode is used on Host A.

      • Find the settings corresponding to the web container that will be used for the SDK and modify these settings with the details of the web container. For example, if WEB_CONTAINER is set to WS6 (Sun Java System Web Server), then you should modify the settings which are prefixed by WS61 (WS61_INSTANCE , WS61_HOME, WS61_PROTOCOL and so on.)

  9. As root, use the edited amsamplesilent file to deploy Access Manager.

    ./ amconfig -s ./am.sdk_install

  10. Restarting your web container