run_pbinstall

run_pbinstall is a wrapper script for pbinstall that simplifies installation of Endpoint Privilege Management for Unix and Linux components, providing a smaller set of options. It is meant to be used for fresh installation where it is acceptable to use default settings.

Syntax

run_pbinstall [options]
-a|b|c [--L host [-L host]...] [-M host [[-M host]...] [-p prefix] [-s suffix]
run_pbinstall -a
run_pbinstall -a -p adm1 -L lhost1 -L lhost2 -M mhost1

Arguments

-a Install all components of Endpoint Privilege Management for Unix and Linux. Equivalent to running pbinstall -i -e -mgrlowux .
-b Install server (back-end) components of Endpoint Privilege Management for Unix and Linux. It creates a policy server host (installs pbmasterd, log host (pblogd), and log synchronization host (pbsyncd). Equivalent to running pbinstall -i -e -mgowx .
-c Install client components of Endpoint Privilege Management for Unix and Linux. It creates a submit host (installs pbrun, pbsh, pbksh), run host (pblocald), and Endpoint Privilege Management servers utility programs (pbvi, pbless, etc). Equivalent to running pbinstall -i -e -rul.
-p prefix Specify Endpoint Privilege Management installation prefix.
-s suffix Specify Endpoint Privilege Management installation suffix.
-L hostname Specify log servers with one or more -L <hostname> arguments. The hostname is used for logservers in pb.settings.
-M hostname Specify policy servers with one or more -M <hostname> arguments. The hostname is used for acceptmasters and submitmasters in pb.settings.
-h Prints the usage information for run_pbinstall and exits.