Sun Java System Reference Configuration Series: Portal Service on Application Server Cluster

Setting Up a Non-Cluster Application Server Instance on ps1

This task creates an Application Instance on ps1 in which to deploy a Portal Server search instance. The Application Server instance is not part of the Application Server cluster (pscluster) in which the Portal Server instances are to be deployed. The task consists of the following procedure:

ProcedureTo Create and Start a Non-Cluster Application Server Instance on ps1

This procedure creates and starts a new non-cluster Application Server instance (as-inst-ps1) on ps1, in which a search instance is to be deployed.

  1. Create an Application Server instance.

    # /opt/SUNWappserver/sbin/asadmin create-instance --user admin --nodeagent na-ps1 --systemproperties HTTP_LISTENER_PORT=5050 as-inst-ps1

    When prompted, type the app-server-admin-password.

    The response should indicate that you successfully created the instance:

    Command create-instance executed successfully.

  2. Start the instance created in Step 1.

    # /opt/SUNWappserver/sbin/asadmin start-instance --user admin as-inst-ps1

    When prompted, type the app-server-admin-password.

    The response should indicate that you successfully started the instance:

    Command start-instance executed successfully.