Migrating data to target Management Server

Migrating the historical and the user-defined data from source Management Server to target Management Server involves the following steps:

To migrate data to target Management Server

  1. Run one of the following commands on your source Management Server to export the data:
    • On Solaris-based Management server:

      /opt/VRTSsfmcs/config/adm/migrate_cs.pl --migrate_dir migrate_cs --export_data

    • On Windows-based Management Server:

      "C:\Program Files\Veritas\VRTSsfmh\bin\perl.exe" "C:\Program Files\Veritas\VRTSsfmcs\config\adm\migrate_cs.pl" --migrate_dir migrate_cs --export_data

    where, migrate_cs is the name of the directory with absolute path.

  2. Copy the directory with the exported data to target Management Server.
  3. Import the data on target Management Server. Use the following command:
    • On Linux-based Management server:

      /opt/VRTSsfmcs/config/adm/migrate_cs.pl --migrate_dir migrate_cs --import_data

    • On Windows-based Management Server:

      "C:\Program Files\Veritas\VRTSsfmh\bin\perl.exe" "C:\Program Files\Veritas\VRTSsfmcs\config\adm\migrate_cs.pl" --migrate_dir "migrate_cs" --import_data

    where, migrate_cs is the name of the directory that contains the copied exported data along with absolute path.

More Information

Migrating Management Server