Arctera

Database Storage Checkpoints created by using dbed_ckptcreate may not be visible after upgrading to 9.0 (2626248)

After upgrading from a 5.0 release to 9.0, the Database Storage Checkpoints created earlier using dbed_ckptcreate may not be migrated.

Workaround: Perform the following steps to make the old Database Storage Checkpoints visible.

To resolve the issue

  1. Remove the new repository.

    • Examine the contents of the /var/vx/vxdba/rep_loc file to determine the location of the 9.0 repository.

    • Remove the .sfae directory specified as the location attribute.

  2. Remove the repository location file: /var/vx/vxdba/rep_loc.
  3. Create a symlink /var/vx/vxdba/<SID>/.sfdb_rept pointing to the .sfdb_rept directory created in the same location as the .sfae directory removed earlier.

    This step creates a symlink to the old repository.

   $ ln -s 
   <!--NeedCopy-->
  1. Import repository data by running the dbed_update command.

    This step imports the data from the old repository.

The old Database Storage Checkpoints are now visible.

Database Storage Checkpoints created by using dbed_ckptcreate may not be visible after upgrading to 9.0 (2626248)

In this article