Home | Previous Page | Next Page   Overview of the ON-Bar Backup and Restore System > Configuring the Storage Manager and ON-Bar > Configuring ON-Bar >

Specifying the Location of the XBSA Library

UNIX Only

By default, ON–Bar looks for the XBSA shared library in $INFORMIXDIR/lib/libbsa.s[ol] on UNIX. To specify a different name or location of the XBSA shared library, use the BAR_BSALIB_PATH configuration parameter. You can also make $INFORMIXDIR/lib/ibsad001.s[ol] a symbolic link to the correct library.

For example, if you are using ISM, you can do either of the following:

For example, if you are using TSM, you can do either of the following:

End of UNIX Only
Windows Only

On Windows, because no default XBSA shared library name exists, you must specify its name and location in the BAR_BSALIB_PATH configuration parameter. If you are using ISM, set BAR_BSALIB_PATH to %ISMDIR%\bin\libbsa.dll.

End of Windows Only

If you are using a third-party storage manager, ON–Bar must use the version of the XBSA library that the storage-manager manufacturer provides. For more information, see BAR_BSALIB_PATH and your release notes.

Extended Parallel Server

The XBSA library must be present on each coserver node where you are running onbar-worker processes. Each onbar_worker needs to dynamically link to the functions in the XBSA library. The XBSA library must be either on a local disk or NFS-mounted disk.

To find out whether onbar_worker processes can share libraries and whether the sharing can be done through NFS, check your storage-manager documentation.

You can specify BAR_BSALIB_PATH in the global section of the ONCONFIG file if you configure:

End of Extended Parallel Server
Important:
To set the pathname of the XBSA library with the BAR_BSALIB_PATH configuration parameter in the ONCONFIG file, specify the absolute pathname. If you specify a relative pathname, then the following message is written to the ON-Bar activity log: BAR_BSALIB_PATH is ONCONFIG is not an absolute pathname.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]