N1 Provisioning Server 3.1, Blades Edition, Installation Guide

ProcedureTo Update the Control Center Application Server

Before You Begin

Make certain you have performed the following tasks before you update the control center application server:

Steps
  1. Login in as root (su - root) on the control plane server.

  2. Stop the Provisioning Server and the Application Server.

    Type the command /opt/terraspring/sunone/bin/appserv stop. The following messages appear.


    Stopping admin server instance...
    Instance admin-server stopped
    Stopping server server_gw...
    Instance server_gw stopped
    • If the administrator server fails to stop, type the following command :

      /opt/terraspring/sunone/domain_gw/admin-server/bin/stopserv

    • If the application server fails to stop, type the following command:

      /opt/terraspring/sunone/domain_gw/server_gw/bin/stopserv

  3. Update the Control Center application server.

    Type /opt/terraspring/sunone/bin/setup7.sh -silent -upgrade.

    The setup7.sh process copies files required for the update, updates the server and security database, and generates the required database and security keys. The update process exits to the system prompt when it has completed the update.

  4. Restart the application server.

    Type the command /opt/terraspring/sunone/bin/appserv start. The following messages appear.


    Starting admin server instance...
    Instance admin-server started
    Starting server server_gw...
    Instance server_gw started
    • If the administrator server fails to start, type the following command :

      /opt/terraspring/sunone/domain_gw/admin-server/bin/startserv

    • If the application server fails to start, type the following command:

      /opt/terraspring/sunone/domain_gw/server_gw/bin/startpserv

    When the administrator server and application server have started, import the operating system images as directed by the next procedure, To Import Operating System Images.