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

ProcedureTo Create and Start an Application Server Instance on ps1

This procedure creates and starts a new Application Server instance (as-cluster-inst-ps1) on ps1, which belongs to pscluster.

  1. Create an Application Server instance.

    # /opt/SUNWappserver/sbin/asadmin create-instance --user admin --cluster pscluster --nodeagent na-ps1 --systemproperties HTTP_LISTENER_PORT=80 as-cluster-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-cluster-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.