A.3 Using the Movecfg.exe Utility

The movecfg.exe utility contains the following parameters:

movecfg -host <ldap host name/address> -port <port number> -edir-dn 
<login dn> -edir-pwd <password> -driverDN <driverDN> -noteSvr 
<Domino Server Name> [-ndsrep] <NDSREP instance name> [-timeout] <timeout> 
[-f] <ndsrep config db>

Example:

movecfg -host ldapsvr.mycompany.com -port 389 -edir-dn cn=admin,o=MyOrg 
-edir-pwd secret -driverDN cn=myDriver,cn=MyOrgUnit,O=MyOrg -noteSvr CN=MyDomino/O=MyOrg

Table A-1 The Movecfg Utility’s Parameters with Their Descriptions

Parameter Name

Required or Optional

Description

-host <ldap host name/address>

Required

The DNS host name or the IP address of the LDAP host of the Identity Vault Server.

-port <port number>

Optional

LDAP port of the LDAP host specified by the -host parameter.

Default = 389

-edir-dn <login dn>

Required

The fully qualified LDAP distinguished name of the Identity Vault user that updates the driver configuration. It must be in LDAP form.

Example: cn=DirXMLAdmin,cn=eng,o=acme

-edir-pwd <password>

Optional

The password matching the user object specified by the -edir-dn login object. If a password is not supplied, a password prompt is presented.

-driverDN <driverDN>

Required

The fully qualified LDAP distinguished name of the driver that needs its parameters updated. It must be in LDAP form.

Example: cn=NotesDriver1,cn=DirXMLDriverSet,o=acme

-noteSvr <Domino Server Name>

Required

The Domino Server Name.

Example cn=NoteSrv/o=acme

[-ndsrep] <NDSREP instance name>

Optional

The name of the Driver configuration instance to be stored in the ndsrep configuration database ( dsrepcfg.nsf). By default this is set to the relative distinguished name of the Driver (such as NotesDriver1).

[-timeout] <timeout>

Optional

The timeout value when attempting to connect and communicate with the LDAP host.

[-f] <ndsrep config db>

Optional

The name of the ndsrep configuration database.

Default = dsrepcfg.nsf