Requirements
- The existing and new installation must run the same major version of Bright Cluster Manager.
- These instructions will work for Bright 7.3 and 8.X.
Steps
Export the existing cmd configuration:
# service cmd stop; cmd -x /tmp/current-config.xml |
Import the configs to the new installation:
# service cmd stop; cmd -i /tmp/current-config.xml; service cmd start |
This answer100 explains how users can be migrated.