The storage manager must have an entry in the sm_versions file. If you are using ISM, put ism in the sm_name field of sm_versions. To find out which code name to use in sm_versions for third-party storage managers, see the storage-manager documentation.
The storage-manager definition in the sm_versions file uses this format:
1|XBSA_ver|sm_name|sm_ver
XBSA_ver is the release version of the XBSA shared library for the storage manager. sm_name is the name of the storage manager. sm_ver is the storage-manager version. The maximum field length is 128 characters.
The following example shows the ISM definition in the sm_versions file:
1|1.0.1|ism| ISM.2.20.UC1.114|
The following example shows the TSM definition in the sm_versions file:
1|5.1.6|adsm|5
Before ON–Bar starts a backup or restore process, it calls the currently installed version of the storage-manager-specific XBSA shared library to get its version number. If this version is compatible with the current version of ON–Bar and is defined in the sm_versions file, ON–Bar begins the requested operation.
If you are installing an ISM patch, you must manually edit sm_versions.
If the etc subdirectory is not shared between coserver nodes, specify one line in the sm_versions file for the storage manager in use on that coserver node.