Table of ContentsView in Frames

Upgrading from Core Package 32-bit to Core Package 64-bit

OnCommand Unified Manager Core Package 5.2 does not support installation on a 32-bit server. Before you upgrade to Core Package 5.2 in your Windows or Linux server, you must back up and restore your 32-bit DataFabric Manager server database.

Before you begin

Steps

  1. Create a backup of the 32-bit DataFabric Manager server database by running the following command:
    dfm backup create backup_filename
  2. Install the OnCommand Unified Manager Core Package 5.2 on your 64-bit server.
  3. Copy the 32-bit database backup to the 64-bit server.
  4. Restore the 32-bit database backup on the 64-bit server by running the following command:
    dfm backup restore backup_filename
  5. Run the following command to the view the old paths for the setup options:
    dfm options list setup_option_name

    You should check the path for the following setup options: databaseBackupDir, dataExportDir, dfmencKeysDir, perfArchiveDir, perfExportDir, pluginsDir, reportDesignPath, reportsArchiveDir, and scriptDir.

    Example

    • Run the following command:
      dfm options list dataExportDir

      Result: The command displays the path in which the dataExportDir data is located: installation_directory/data/ in Windows and /opt/NTAPdfm/data/ in Linux.

  6. Copy the data for each option to the new 64-bit install directory.

    Example

    Copy the data from the installation_directory/data/ location to the new installation directory in Windows.

    Alternatively, copy the data from the /opt/NTAPdfm/data/ location to the new installation directory in Linux.

  7. Restart the DataFabric Manager server services by running the command:
    dfm service stop
    dfm service start