Bringing a database server online

The ccmsrv online command brings the database server online. The database server is online as soon as you finish installing a Rational® Synergy main server, and it remains online even if the computer is rebooted. If the database server is taken to a state other than online, you can use the ccmsrv online command to bring the database server online.

This topic contains steps for both Windows® and UNIX®.

Read Pre-installation, which is located in the Installing and upgrading section of the Rational Synergy Information center. Ensure that you have completed the requirements before attempting to use a command.

For more information see:

ccmsrv online

ccmsrv online

Windows

About this task

To bring a database server online for Windows:

Procedure

  1. Ensure that you are an Informix-Admin group member and are working as local administrator.
  2. On the machine where Informix® was installed, run theccmsrv online command to bring the database server online.

    > ccmsrv online

UNIX

About this task

To bring a database server online for UNIX:

Procedure

  1. Log on to the database server as user root.
  2. Set user to informix.
    root# su - informix
    Password: *****

    If you did not set up CCM_HOME and PATH for user informix during installation, set these environment variables now. See Setting environment variables for UNIX.

  3. Bring the database server online, Using -y to suppress confirmation messages.

    For example, bring the hydra1 server online as follows:

    $ ccmsrv online -y -s hydra1
  4. Exit from user informix.

Feedback