JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Directory Server Enterprise Edition Evaluation Guide 11 g Release 1 (11.1.1.5.0)
search filter icon
search icon

Document Information

Preface

1.  Overview of Directory Server Enterprise Edition

2.  Service Manageability

3.  High Data Availability and Integrity

Robust Replication

Unlimited Masters for Replication

Prioritized Replication

Replicated Account Lockout Attributes

Monitoring Replication Convergence

Importing Many Entries to Large Replicated Suffixes

Synchronized Backup and Export

Compacting Database Files

File System Snapshot of Frozen Database

Changing Attributes While the Server Is Online

To Change the Data Directory Path With the Server Online

Attribute Syntax Validation on Update

Schema Validation by Directory Proxy Server

Where to Go From Here

4.  Tuned for Performance

5.  Enhanced Security

6.  Managed Scalability

7.  Virtual Directory

8.  Synchronizing Directory Server With Windows Users and Groups

A.  Standards and RFCs Supported by Directory Server Enterprise Edition

File System Snapshot of Frozen Database

Directory Server provides a configurable feature that enables you to stop database updates on disk so that a file system snapshot can be taken safely.

When frozen mode is set, all configured databases are taken offline. Any internal operations in progress are notified of the database going offline. LDAP operations in progress are completed, and the database environment is flushed. Subsequent incoming operations are refused until the server property is reset to read-write or read-only. In a single server topology, operations received when frozen mode is on result in an LDAP error being returned.

The standard error message for database offline is logged. In a replicated topology, a referral is returned. For this feature to work correctly, no other tasks should be running on the databases. Set the frozen mode using the dsconf set-server-prop command as follows:

dsconf set-server-prop read-write-mode:frozen

Once this property is set, you can safely take the file system snapshot.

See Backing Up a File System in Oracle Directory Server Enterprise Edition Administration Guide for instructions on configuring frozen mode using command-line tools.