How can we help you?
Configuring a new DMC server to use an existing DMC DB
If you need to move your DMC installation to a different system for any reason, configuring the new system to use your existing DMC DB requires additional steps during installation on the new system.
To configure a new installation to use an existing DMC DB:
- Copy the files from
DATICAL_HOME/config/cluster.properties
on the original DMC system and save them to/tmp
on the new DMC system. - Shut down the original DMC system.
- Rename the
/tmp/cluster.properties
file on the new DMC system to/tmp/restore.cluster.properties
. - Run the DMC installer on the new system and provide the same database connection information that was used to configure the original DMC system.
- After your successful install on the new DMC system, delete the
/tmp/restore.cluster.properties
file.