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

Document Information

Preface

Part I Directory Server Administration

1.  Directory Server Tools

2.  Directory Server Instances and Suffixes

3.  Directory Server Configuration

4.  Directory Server Entries

5.  Directory Server Security

6.  Directory Server Access Control

7.  Directory Server Password Policy

8.  Directory Server Backup and Restore

Binary Backup

Backing Up Directory Data Only

To Back Up Your Directory Data

To Back Up the dse.ldif File

Backing Up a File System

To Back Up a File System

To Restore the File System

Backing Up to LDIF

Exporting to LDIF

To Export a Suffix to LDIF

Binary Restore

To Restore Your Server

Restoring Replicated Suffixes

Restoring the Supplier in a Single-Master Scenario

Restoring a Supplier in a Multi-Master Scenario

Restoring a Hub

Restoring a Dedicated Consumer

Restoring a Master in a Multi-Master Scenario

To Begin Accepting Updates Through the Command Line

Disaster Recovery

To Make a Backup for Disaster Recovery

To Restore for Disaster Recovery

9.  Directory Server Groups, Roles, and CoS

10.  Directory Server Replication

11.  Directory Server Schema

12.  Directory Server Indexing

13.  Directory Server Attribute Value Uniqueness

14.  Directory Server Logging

15.  Directory Server Monitoring

Part II Directory Proxy Server Administration

16.  Directory Proxy Server Tools

17.  Directory Proxy Server Instances

18.  LDAP Data Views

19.  Directory Proxy Server Certificates

20.  Directory Proxy Server Load Balancing and Client Affinity

21.  Directory Proxy Server Distribution

22.  Directory Proxy Server Virtualization

23.  Virtual Data Transformations

24.  Connections Between Directory Proxy Server and Back-End LDAP Servers

25.  Connections Between Clients and Directory Proxy Server

26.  Directory Proxy Server Client Authentication

27.  Directory Proxy Server Logging

28.  Directory Proxy Server Monitoring and Alerts

Part III Directory Service Control Center Administration

29.  Directory Service Control Center Configuration

Index

Disaster Recovery

If you want to back up or restore your Directory Server for disaster recovery purposes, use the following procedures.

To Make a Backup for Disaster Recovery

For parts of this procedure, you can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help. Other parts of the procedure can only be done using the command line.

  1. Make a backup of your database files by using the command dsadm backup or dsconf backup.

    Use the procedure in Binary Backup, and store the backup files in a safe place.

  2. Copy the configuration directory instance-path/config to a safe place.
  3. Copy the schema directory instance-path/config/schema to a safe place.
  4. Copy the alias directory instance-path/alias to a safe place.

To Restore for Disaster Recovery

For parts of this procedure, you can use DSCC to perform this task. For information, see Directory Service Control Center Interface and the DSCC online help. Other parts of the procedure can only be done using the command line.

Make sure you recover the system on the same hardware configuration. For example, the Solaris SPARC recovery mechanism should be used to restore Directory Server on Solaris SPARC.

  1. Install the same version of Directory Server that you had previously on the host.
  2. Create a server instance by using the dsadm create command.

    The instance-path must be the same as the original instance. See Creating Suffixes.

  3. Restore the configuration directory instance-path /config.
  4. Restore the schema directory instance-path/config/schema .
  5. Restore the alias directory instance-path/alias .
  6. Ensure that the configuration for the restored server is correct.

    For example, the directory structure and plug-in configuration must be the same as on the backed up server.

  7. Restore your database files by using the command dsconf restore.

    Use the procedure in Binary Restore.