Expand the Libraries entry in the Advanced tree. A list of the library files that

9-14 Oracle Fusion Middleware Administrators Guide for Oracle Virtual Directory srcPort Required. Integer format. The listening port number of the source Oracle Virtual Directory server—that is, the Oracle Virtual Directory server that contains the configuration files you want to copy to a different Oracle Virtual Directory server. srcUserName Optional. String format. The user who has Oracle Directory Services Manager Administrator access to the source Oracle Virtual Directory server—that is, the Oracle Virtual Directory server that contains the configuration files you want to copy to a different Oracle Virtual Directory server. If the srcUserName option is not specified, the default value of cn=orcladmin is used. dstHost Required. String format. The host name of the destination Oracle Virtual Directory server—that is, the Oracle Virtual Directory server where you want to copy the configuration files to. dstPort Required. Integer format. The listening port number of the destination Oracle Virtual Directory server—that is, the Oracle Virtual Directory server where you want to copy the configuration files to. dstUserName Optional. String format. The user with Oracle Directory Services Manager Administrator access to the destination Oracle Virtual Directory server—that is, the Oracle Virtual Directory server where you want to copy the configuration files to. If the dstUserName option is not specified, the default value of cn=orcladmin is used. configFile Optional. String format. The name of the configuration file on the source Oracle Virtual Directory server to copy to the destination Oracle Virtual Directory server. You can use the configFile option multiple times in the same command to copy multiple configuration files. If you do not include the configFile option, the server.os_xml, adapters.os_xml, acls.os_xml, and schema.user.xml files on the source Oracle Virtual Directory server are copied to the destination Oracle Virtual Directory server. adapterName Optional. String format. The name of the adapter on the source Oracle Virtual Directory server to copy to the destination Oracle Virtual Directory server. You can use the adapterName option multiple times in the same command to copy multiple adapters. If you do not include the adapterName option—but you include the configFile option and specify an adapters.os.xml file, you overwrite the adapters.os.xml file on the destination Oracle Virtual Directory server. Surround adapter names that contain space characters with quotation marks . For example: ORACLE_HOME ovdbinsyncovdconfig.pl -srcHost sales.west.com -srcPort 8888 \ -dstHost sales.east.com -dstPort 8899 -configFile adapters.os_xml \ -adapterName Sales Organizations Configuring and Managing the Oracle Virtual Directory Server 9-15 isSrcAdminSSL Optional. Boolean format. Indicates whether the administrative Listener on the source Oracle Virtual Directory component is SSL enabled. Supported values are true and false. If the isSrcAdminSSL option is not specified, the default value of true is used. isDstAdminSSL Optional. Boolean format. Indicates whether the administrative Listener on the destination Oracle Virtual Directory component is SSL enabled. Supported values are true and false. If the isDstAdminSSL option is not specified, the default value of true is used.

9.7.2 Examples

The following are examples of the syncovdconfig command: ■ To synchronize the server.os_xml, adapters.os_xml, acls.os_xml, and schema.user.xml files between two Oracle Virtual Directory components: ORACLE_HOME ovdbinsyncovdconfig.pl –srcHost sales.west.com –srcPort 8899 \ –srcUserName cn=orcladmin –dstHost sales.west.com –dstPort 8888 –dstUserName \ cn=orcladmin -isSrcAdminSSl true –isDstAdminSSL false ■ To synchronize only the server.os_xml file between two Oracle Virtual Directory components: ORACLE_HOME ovdbinsyncovdconfig.pl –srcHost sales.west.com –srcPort 8899 \ –srcUserName cn=orcladmin –dstHost sales.west.com –dstPort 8888 \ –dstUserName cn=orcladmin -configFile server.os_xml ■ To synchronize multiple files between two Oracle Virtual Directory components: ORACLE_HOME ovdbinsyncovdconfig.pl –srcHost sales.west.com –srcPort 8899 \ –srcUserName cn=orcladmin –dstHost sales.west.com –dstPort 8888 \ –dstUserName cn=orcladmin -configFile server.os_xml –configFile adapters.os_xml ■ To synchronize a specific adapter between two Oracle Virtual Directory components: ORACLE_HOME ovdbinsyncovdconfig.pl –srcHost sales.west.com –srcPort 8899 \ –srcUserName cn=orcladmin –dstHost sales.west.com –dstPort 8888 \ –dstUserName cn=orcladmin -configFile server.os_xml \ -configFile adapters.os_xml –adapterName Sales