Skip Headers

Oracle® Internet Directory Administrator's Guide
10g (9.0.4)

Part Number B12118-01
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index

Go to previous page Go to beginning of chapter Go to next page

Backup and Restoration of a Directory, 2 of 3


Backing Up and Restoring a Small Directory or Specific Naming Context

To backup and restore a small directory or specific naming context in directory, do the following:

  1. Backup the node by using the ldifwrite utility. Enter this command:

    ldifwrite -connect connect_string  -b naming_context -f backup.ldif
    
  2. Start the directory server on the new node by entering this command:

    oidctl connect= connect_string  server=oidldapd instance=1 
    flags= '-p port_number' start
  3. Load data into the new node by using the ldapaddmt utility. Enter this command:

    ldapaddmt -h host_name -p port_number -v -f backup.ldif
    

Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1999, 2003 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Solution Area
Go To Table Of Contents
Contents
Go To Index
Index