Merging multiple response property files

You can run multiple madconfig utility operations at one execution of madconfig by using a single property file. To do this, you must manually merge property files for multiple operations.

Procedure

  1. On the command line, go to the MDM installation directory (MDM_INSTALL_HOME). Then go to the scripts directory. For example:
    • Microsoft Windows: cd C:MDM_INSTALL_HOME\scripts
    • Linux® or UNIX: cd /opt/MDM_INSTALL_HOME/scripts
  2. To run multiple madconfig operations at one time against a merged property file, use syntax that conforms to this example:
    
    madconfig –propertyfile myMergedFile.properties create_datasource 
    create_instance
    

    where myMergedFile.properties is the name of the merged property file where your responses to create_datasource and create_instance are stored.