...
Two DPOD instances with the same version (one for export and one for import).
Access to the server CLI with
root
user privileges.In a Cell Environment, the configuration export and import should be executed on the cell manager only (and not on the cell members), since the configuration is stored on the cell manager.
FTP / SSH access to allow fetching the export tar from the origin DPOD server.
FTP / SSH access to allow uploading the export tar to the target DPOD server.
...
Export all the configuration (recommended):
Code Block /app/scripts/app_configuration_export.sh -t <path to export tar file>
Export selected categories (one or more can be exported):
Code Block /app/scripts/app_configuration_export.sh -t <path to export tar file> --devices --reports
Export a specific system parameters category:
Code Block /app/scripts/app_configuration_export.sh -t <path to export tar file> --system-parameters-category 'Email SMTP'
Show help and list of available options and categories:
Code Block /app/scripts/app_configuration_export.sh -h
...