1 Introduction
This document contains information on how to perform a schema update when a new application, a new function, or an extension requires new data to be stored in the Ericsson Centralized User Database (CUDB) system.
1.1 Document Purpose and Scope
When a new application, a new function, or an extension requires to store new data in the CUDB system, a schema update is necessary.
The schema update can consist of the addition of a new schema to the system or the modification of existing schemas that are already installed in the system, as well as the addition of new identities. Furthermore, newly-included Lightweight Directory Access Protocol (LDAP) attributes can require the definition of search indexes.
CUDB includes a Graphical User Interface (GUI) used to edit LDAP schema files in a user-friendly environment (refer to CUDB LDAP Schema Management Graphical User Interface for more information). However, the process of creating and updating LDAP schema files is out of the scope of this document.
The cudb.schema, internal_cudb.schema and core.schema updates are not in the scope of this document. Those schemas can only be updated during a software upgrade.
| Note: |
The procedure described in this document is performed on
node level. However, the procedure must be repeated on all nodes of
the CUDB system. Request Ericsson support to execute the procedures described in this document. |
1.2 Target Group
This document is intended for system administrators operating CUDB systems.
1.4 Typographic Conventions
Typographic Conventions can be found in the following document:
2 Prerequisites
Before performing the procedure described in this document, make sure that CUDB is up and running properly without any of the following alarms raised:
It is recommended to perform a software backup before starting the procedure. Refer to CUDB System Administrator Guide for more information on using cudbSwBackup command.
Disable the following lines in crontab:
3 Limitations and Recommendations
Consider the following limitations and recommendations before performing the procedure described in this document:
6 Definition of Search Indexes
To add new indexes for massive search optimization, update the ldapAttrIndexes attribute of the CudbLdapAccess class after the LDAP schemas have been updated (or new schemas were added). Refer to CUDB System Administrator Guide for further details and instructions.
| Note: |
New indexes are allowed only on newly defined LDAP attributes. |

Contents