$ cd $LDMHOME
$ ldmadmin stop
$ rm runtime
$ ln -s $VERSIONDIR runtimewhere $VERSIONDIR is the version-dependent directory of the LDM.
$ ldmadmin mkqueue -f
$ ldmadmin start
$ ldmadmin watchHow quickly this verifies your LDM depends on the rate at which data-products are inserted into the product-queue.
If the LDM system is already running, then you can minimize the time that the LDM is off-line by combining some of the above steps. For example
Where $VERSIONDIR is the version-dependent directory of the LDM.$ cd $LDMHOME && ldmadmin stop && rm -f runtime && \ ln -s $VERSIONDIR runtime && ldmadmin start && ldmadmin watch
If you encounter a problem, check the LDM logfile for relevant messages.