Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Two DPOD instances with the same version (one for export and one for import).

  2. Access to the server CLI with root user privileges.

  3. 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.

  4. FTP / SSH access to allow fetching the export tar from the origin DPOD server.

  5. 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

...