Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Installing MDM Registry Edition
  4. Post-Installation Tasks
  5. Troubleshooting
  6. Upgrading MDM Registry Edition
  7. Uninstalling MDM Registry Edition

Installation and Configuration Guide

Installation and Configuration Guide

Increasing the Number of Database Connections

Increasing the Number of Database Connections

MDM Registry Edition
uses a modular architecture to manage the number of database connections. The
libssadbm.so
database module manages the database connections, and it can manage a fixed number of connections, which is 1024. You can find the database module in the following directory:
  • On Windows:
    <MDM Registry Edition Installation Directory>\bin
  • On UNIX:
    <MDM Registry Edition Installation Directory>/bin
To know how many connections the database module supports, run the following command:
dblist -c
The following text shows a sample response:
Maximum connections per module: 1024 Linked databases: odb: sdb:
If you want more connections, create copies of the
libssadbm.so
file, and use the following syntax to name the database modules:
libssadbm<nnn>.so
, where nnn can be an integer from 001 through 999.
For each copy of the database module, you can have an additional 1024 connections.

0 COMMENTS

We’d like to hear from you!