The psunix installation package
Installing the psunix
installation package
The psunix
archive package contains the Unix Listener and other tools and files used to perform Bravura Security Fabric operations on Unix systems. There are versions for each type of supported Unix system. The packages are installed in the unix directory when you choose a complete Connector Pack installation, or select them as part of a custom installation.
To install the package on a Unix system:
If you did not select the Unix Installation Packages when you installed Connector Pack, run
setup
from the main software installation to modify your instance.The
setup
program displays the page.Click Connector Pack 64-Bit.
Click Modify.
Choose Change.
Ensure that the select
icon is selected for Unix Installation Packages , and the appropriate packages, on the component selection page.
Click Change, then complete the installation procedure.
Copy the
psunix-<os>.<cpu>.tar.gz
file from the unix directory to a scratch directory, such as /tmp/, on the Unix server.Log into the Unix server with administrative privileges, and extract the files from the
psunix
archive. For example, type:cd /tmp tar -zxvf psunix-linux-glibc-2.28.x64.tar.gz
Running the install.sh script
sh install.sh [-c <n>] [-ni] [-inf <path>/idmsetup.inf] [-inst <instancename>] [-rf <responsefile>] [-bd <dir>]
Option | Description |
---|---|
-h | Displays usage statement. |
-v | Displays version. |
-bd <dir> | Specifies a base directory (default /usr/local/psunix) |
-c <comp> | Specifies the component to install. Required in non-interactive mode. Optional in interactive mode. |
-inf | Specifies the path to the |
-inst | Specifies the instance name for location of the psunix files. If omitted, files are copied to the /usr/local/psunix/default instance. See Determining the psunix instance for more information about the instance location. |
-ni | Installs in non-interactive mode. |
-rf | Specifies the response file for non-interactive mode. If not specified the default is psunix-responsefile.cfg . |
For the -c argument, the component is identified numerically where:
Unix Listener
Bravura Pass passwd transparent synchronization trigger
Bravura Pass LDAP trasparent synchronization trigger
Bravura Privilege local service (not supported in Bravura Security Fabric 8.2.x)
Installing interactively takes less preparation and allows you to specify settings during installation. Installing non-interactively allows you to install components unattended on many systems. You must edit the response file (psunix-responsefile.cfg) and the applicable configuration files before installing non-interactively.
Examples
To start installation in interactive mode:
sh install.sh
To pre-select the Listener and use the
idmsetup.inf
from the Bravura Security Fabric installation to supply the communication key (or Master Key):sh install.sh -c 1 -inf ./idmsetup.inf
To install the Listener in non-interactive mode:
sh install.sh -c 1 -ni
To install the Listener in non-interactive mode, using a response file named alt-response.cfg:
sh install.sh -c 1 -ni -rf alt-response.cfg
See also
Specific requirements and instructions for installing Unix components see:
Unix Server to learn how to install the Listener on a Unix target system.
Transparent Password Synchronization in the Bravura Security Fabric documentation to learn how to set up transparent synchronization on a Unix server.
Mobile Access in the Bravura Security Fabric documentation for more information about how to install and configure the Bravura One proxy server on a Unix server for use with the Bravura One app.