You can use the vdmimport command to import configuration data from an LDIF configuration file into a standard or replica Connection Server instance.
Prerequisites
- Export LDAP configuration data to an LDIF configuration file. See Export LDAP Configuration Data.
- If you are importing a Cloud Pod Architecture global LDIF configuration file, verify that the Cloud Pod Architecture feature is initialized on the Connection Server instance.
Procedure
-
Log in to a Connection Server instance as a user in the Administrators role.
You must be logged in as a user in the Administrators role to import configuration data into the Horizon configuration repository.
-
At the command prompt, type the
vdmimportcommand.By default, the
vdmimportcommand-line utility is installed in theC:\Program Files\View\Server\tools\bindirectory.The
vdmimportcommand has the following options.-f Input file name. -i Shows file information about the specified LDIF configuration file. -d Decrypts the specified LDIF configuration file. -p Specifies the recovery password for decryption of an encrypted LDIF configuration file. Type ""to enter the password at the prompt.-g Specifies that the restore is for a Cloud Pod Architecture environment. For example, the following commands decrypt and import a local LDIF configuration file.
vdmimport -d -p mypassword -f MyEncryptedxport.LDF > MyDecryptedexport.LDFvdmimport -f MyDecryptedexport.LDFThe following commands decyrypt and import a Cloud Pod Architecture global LDIF configuration file.
vdmimport -d -p mypassword -f MyEncryptedCPAexport.LDF > MyDecryptedCPAexport.LDFvdmimport -g -f MyDecryptedCPAexport.LDF
Results
After the vdmimport command runs, the configuration of your Connection Server instance is updated with the data from the file, and the number of records that have been successfully updated is displayed. Errors appear if some records could not be updated because your role has insufficient privileges.
Was this page helpful?