Jump to: navigation, search

Configuration DB Server

Important
If you will be using this DB Server in a multi-language environment, and you are using MS SQL 2008 or later for your Configuration Database, you must use DB Server 8.1.2.

This section describes the deployment of the DB Server that serves the Configuration Layer. This DB Server provides Configuration Server with access to the Configuration Database, and is often referred to as the Configuration DB Server. Consequently, this DB Server must start before any other component does, meaning that you must configure it through a local configuration file.

Although DB Server is installed before Configuration Server, decide on the host and port for Configuration Server prior to DB Server installation.

Warning
Do not use the DB Server that provides access to the Configuration Database for access to any other database.

Installing Configuration DB Server

[+] Installation Steps

Configuring Configuration DB Server

Tip
If you installed the Configuration DB Server on Windows, or installed it on UNIX and chose to configure it during the installation, you can skip this procedure.

[+] Configuration Steps

Starting the Configuration DB Server

[+] Starting Steps

DB Server Configuration File

DB Server can run either as an independent server or as a client of Configuration Server. The DB Server dedicated to the Configuration Database must run as an independent server and reads its configuration settings from a local configuration file. Any DB Server used for handling data other than configuration data must run as a client of Configuration Server and reads its configuration settings from the Configuration Database.

The DB Server configuration file contains the DB Server, Log, and Local Control Agent (LCA) sections. It can also contain additional DB Server sections for any additional ports.

The name of the DB Server section is dbserver. This section contains configuration information about DB Server, including settings and the type of DBMS with which DB Server operates. The dbserver section contains configuration options for one port. If there is more than one port configured for DB Server, configuration options for the additional ports is contained in additional DB Server sections called dbserver-n, where n is a nonzero consecutive integer. Each dbserver-n section contains the configuration options for one port.

The name of the Log section is log. This section contains configuration information about the log.

The name of the LCA section is lca. If configured, this section contains an option that enables the Management Layer to control the DB Server dedicated to the Configuration Database.

You can find a sample DB Server configuration file in the Framework 8.1 Configuration Options Reference Manual.

Configuring DB Server Logging

If you plan to use the centralized logging and auditing functionality of the Management Layer, be sure to specify appropriate log options in the DB Server configuration file before you start using DB Server. Most importantly, enable the network log output (for example, create a new option in the log section called standard and set its value to network). See the Framework 8.1 Configuration Options Reference Manual for more information.

This page was last edited on March 20, 2014, at 14:53.
Comments or questions about this documentation? Contact us for support!