BAR_BSALIB_PATH configuration parameter
Use the BAR_BSALIB_PATH configuration parameter to specify the path name and file name of the XBSA shared library for the storage manager that you use.
- default value
- UNIX™: $INFORMIXDIR/lib/ibsad001.extension
- onconfig.std value
- Not set.
- takes effect
- When onbar-driver starts
Usage
ON-Bar and the storage manager rely on a shared library to integrate with each other. Configure the BAR_BSALIB_PATH configuration parameter for your storage-manager library. Support for BAR_BSALIB_PATH is platform-specific. Check your machine notes to determine whether you can use this configuration parameter with your operating system. You can change the value of BAR_BSALIB_PATH between a backup and restore.
To ensure that this integration takes place, specify the shared-library path name. Set one of the following options:
UNIX:
- Place the storage-manager library in the default directory.
For example, the suffix for Solaris is
so
, so you specify $INFORMIXDIR/lib/ibsad001.so on a Solaris system.For example, the suffix for Solaris is
so
, so you specify $INFORMIXDIR/lib/libbsapsm.so on a Solaris system. - Place the storage-manager library in any directory and create
a symbolic link from $INFORMIXDIR/lib/ibsad001.platform_extension to
it.
If you use HCL® OneDB® Storage Manager , create a symbolic link to $INFORMIXDIR/lib/libbsa.platform_extension or set BAR_BSALIB_PATH to this absolute path value.
If you use , create a symbolic link to $INFORMIXDIR/lib/libtxbsa.platform_extension or set BAR_BSALIB_PATH to this absolute path value.
- Set the LD_LIBRARY_PATH environment variable. For example, set LD_LIBRARY_PATH to $INFORMIXDIR/lib.
Windows:
- Place the storage-manager library in the default directory.
- Set the path name for the ISM shared library to
the installation directory for ISM: %ISMDIR%\bin\libbsa.dll.
The %ismDIR% variable includes a version or release number. For example: set ISMDIR=C:\program files\informix\ism\2.20. This directory is set when the database server is installed on Windows. This path name is different if you use a different storage manager.
If the parameter BAR_BSALIB_PATH is missing or has no value and the database server cannot open the XBSA shared library for your platform, ON-BAR tries to use the HCL OneDB Primary Storage Manager as the storage manager in all platforms.