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

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.