mfds [/d|/dn network-address|/n network-address] [/j journal-path] [/r] [/p port-number]
mfds /v
mfds /m
mfds /e root-DN user-partition-DN group-partition-DN resource-partition-DN schema-format ldif-filename sec-path
mfds /l [schema partition Distinguished Name] option ldif-filename [schema-version-1] [schema-version-2]
mfds -x [repository type] [repository address] [server name] <options> <user id> <password>
"mfds -x 1 c:\myrepository *"
"mfds -x 1 c:\myrepository * S"
"mfds -x 1 c:\myrepository * O"
"mfds /x 1 c:\myrepository * SO"
"mfds /x 1 c:\myrepository ESDEMO"
"mfds /x 1 c:\myrepository ESDEMO D myid mypwd"
mfds /t output-filename input-filename
If output-filename is not specified, a default file of journal.txt will be created in the same directory as the input-filename
If input-filename is not specified, the default journal.dat file as specified by the default MFDS options file (mfdsacfg.dat) will be used.
This option can only convert journal.dat files to text if they have originated on the same hardware and software platform; it is not guaranteed that journal files imported from UNIX can be read by Windows and visa versa.
The application partition to which all of the exported entries will be assigned.
The name of the container within the application partition to which the exprted users will be assigned.
The container within the application partition to which the exported groups will be assigned.
The container within the application partition to which the exported resource definitions will be assigned.
Specifies the DN of the partition in the Directory Information Tree where the schema definition is held. The schema partition holds, amongst other things, attributeSchema and classSchema objectclass instances.
Specifies the target directory server type: 0 = Microsoft Active Directory Application Mode (ADAM), 1 = Active Directory (Default), 2 = OpenLDAP, 3 = Sun Directory
Specifies the name of the destination file.
Default: mfds_schema_[ mfds version ].ldf (e.g. mfds_schema_1.05.09.ldf)
Specifies the version of the schema extensions to be generated: 0 = current schema version (Default). Numbers greater than 0 specify older schema versions.
This option is used for upgrading from a previous schema. If schema-version-2 is specified and is less the schema-version-1, the output file is a delta between the schema-version-1 and schema-version-2.
If schema-version-2 is greater than or equal to schema-version-1, this option is ignored.
Many programs depend on Directory Server using the default port (86). Therefore, if you use an alternative port, you may experience interoperability problems.
You should also consider carefully before using this option to run more than one Directory Server on the same machine. By default, both would use the same options file and repository, and might therefore encounter conflicts.
Username and password: These must be supplied if the Directory Server is running with Restrict administration access checked.
Comments:
The command to start the Directory Server can be inserted into your startup shell script; then the Directory Server will be started automatically when the machine is started. The mfds command must be inserted after the command to start up TCP/IP, because Directory Server needs TCP/IP to be running. If the command has been added to your startup shell script you would normally need to start the Directory Server only if you performed a shutdown since you started the machine.
On UNIX you should use a dash (-) before a parameter as an alternative to a forward slash (/).