Replication with Infosphere CDC : IBM InfoSphere CDC for solidDB® reference : Commands for IBM InfoSphere CDC : Exporting and importing configuration commands
  
Exporting and importing configuration commands
This section contains commands that allow you to export and/or import your IBM InfoSphere CDC global configuration.
See also
dmexportconfiguration: Export IBM InfoSphere CDC configuration
dmimportconfiguration: Import IBM InfoSphere CDC configuration
Commands for IBM InfoSphere CDC
dmexportconfiguration: Export IBM InfoSphere CDC configuration
Use this command to export the configuration details you had set when you had installed an instance of IBM InfoSphere CDC. Configuration details are sent to an XML configuration file. You can use the dmimportconfiguration command to import the XML file that you create with this command into another instance of IBM InfoSphere CDC.
This command does not export subscription-specific settings that are configured in Management Console. Subscription-specific settings can be exported to an XML file in Management Console. For more information, see your Management Console documentation.
This command is interactive and will prompt you for your password. You cannot use this command in a script.
Syntax
dmexportconfiguration <path_to_configuration_file> [-L <locale>]
Parameters
<path_to_configuration_file>
The relative or absolute path to the XML configuration file that you want to export. The relative path is relative to your installation of IBM InfoSphere CDC.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC instance. The default is your machine's locale.
Result
This command returns a value of 0 if the command was successful and a non-zero value if the command fails.
Examples
dmexportconfiguration c:\configurations\configuration.xml
IBM InfoSphere CDC exports the XML file to specified relative path.
See also
Exporting and importing configuration commands
dmimportconfiguration: Import IBM InfoSphere CDC configuration
Use this command to import IBM InfoSphere CDC configuration settings from an XML file you created with the dmexportconfiguration command.
You can script this command and use an IBM InfoSphere CDC silent installation to deploy IBM InfoSphere CDC on multiple systems.
Syntax
dmimportconfiguration <path_to_configuration_file> [-L <locale>]
Parameters
<path_to_configuration_file>
The relative or absolute path to the XML configuration file that you are importing. The relative path is relative to your installation of IBM InfoSphere CDC.
-L <locale>
The name of the locale used for the IBM InfoSphere CDC instance. The default is the locale of the machine where IBM InfoSphere CDC is installed.
Result
This command returns a value of 0 if the command was successful and a non-zero value if the command fails.
Examples
dmimportconfiguration c:\configurations\configuration.xml
IBM InfoSphere CDC imports the XML configuration file from the specified absolute path.
See also
Exporting and importing configuration commands