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.

Read Pre-Installation on Windows or Pre-Installation on UNIX.

Ensure that you have completed the requirements before attempting to use a command.

For more information see:

Windows: ccmsrv online

UNIX on Informix®: ccmsrv online

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

Before you begin

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

Procedure

  1. Log on to the database server as user root.
  2. Set user to informix.
    root# su - informix
    Password: *****
  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