IFX_TSM_OBJINFO_OFF environment variable

Set the IFX_TSM_OBJINFO_OFF environment variable to disable support for restoring backup objects that are replicated, imported, or exported between servers.


1  setenv IFX_TSM_OBJINFO_OFF 1

By default, ON-Bar stores unique IDs in the metadata of backup objects that are created by . During a restore, ON-Bar checks the metadata to identify the object. Therefore, ON-Bar can restore a backup whose original ID, which is stored as CopyID columns in the ON-Bar catalog, changed because the object was replicated, exported, or imported between servers. To prevent the ability to restore backup objects that are moved between servers, set the IFX_TSM_OBJINFO_OFF environment variable to 1.

To unset the IFX_TSM_OBJINFO_OFF environment variable, run the following command:

unset IFX_TSM_OBJINFO_OFF