Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the BoostIO SDK in Separated Deployment Mode

After BoostIO is installed, the generated binary files, script files, configuration files, and header files are stored in the same directory (/opt/boostio). Note that the permission of the BoostIO SDK execution user is different from that of the BoostIO server execution user in separated deployment mode. In this case, you need to copy the files required for executing the BoostIO SDK to another directory and grant the access permission. The procedure is as follows:

  1. Create a BoostIO SDK directory as the BoostIO installation user.
    mkdir /opt/boostio-sdk
  2. Go to the /opt/boostio directory as the BoostIO installation user and copy the files listed in Table 1 to the created BoostIO SDK directory.
    Table 1 Files to be copied

    Directory

    File

    Description

    bin

    seceasy_encrypt

    Encryption tool.

    lib

    libbio_interceptor_server.so

    Dynamic libraries on which the SDK depends.

    libbio_sdk.so

    libhcom.so

    libhse_cryption.so

    libock_interceptor.so

    libock_iofwd_proxy.so

    include

    bio_c.h

    SDK header file.

  3. Change the owner and permission of the files.
    chown -R [SDK user] [:SDK user group] /opt/boostio-sdk
    chmod -R 550 /opt/boostio-sdk/bin
    chmod -R 550 /opt/boostio-sdk/lib
    chmod -R 550 /opt/boostio-sdk/include