Sun Directory Server Enterprise Edition 7.0 Administration Guide

ProcedureTo Create a Coordinator Data View

You cannot use DSCC to perform this task. Use the command line, as described in this procedure.

  1. Identify the data views that will be aggregated to form the Coordinator data view.

    The data views must exist before the Coordinator data view can be created. The data views can be any type of data view, including an LDAP data view, LDIF data view, JDBC data view, or another join data view.

  2. Create the Coordinator data view.


    $ dpconf create-coordinator-data-view -h host -p port VIEW_NAME \
    COORDINATED_VIEW [COORDINATED_VIEW...] SUFFIX_DN
    

    The following command creates a Coordinator data view, view_com, using two data views.


    $ dpconf create-coordinator-data-view -h host -p port view_com \
    first_view second_view dc=com
  3. (Optional) View the list of Coordinator data views to check that your data view has been created successfully.


    $ dpconf list-coordinator-data-views -h host -p port
    

    In this case, the above command displays view_com.