Starting the Database Server

To start the database server, perform the following steps:

Prerequisites

See the topic Initializing the Database for the previous procedure.

Procedure

  1. Make a copy of tgdb.conf and name it housedb.conf.
  2. Edit housedb.conf within the section [tgdb] and set the name of database to "housedb".
  3. Start the server: tgdb -s -c <tgdb_home>/bin/housedb.conf
  4. Check the tgdb output console for the following statements to validate successful start-up:
    “Initialized ProcessHeap Memory Manager”
    “Initialized Persistent Shared Memory Manager in directory: ../data/housedb”
    “Initialized and Loaded catalogue Info”
    “Successfully opened the database:../data/housedb”
    “Page manager started”
    “Transaction manager started”
    “Accepting clients on 0.0.0.0:8222”

What to do next

See the topic Defining the Metadata in the Admin Console for the next procedure.