% SETUP-TOOLS(1) Version 3.0.2 | Scripts Documentation % Georg Voell - georg.voell@oracle.com % (c)2020 Oracle NAME ==== **setup-tools** - (BASH Script) Check if all needed tools are installed and have the right version. SYNOPSIS ======== | **setup-tools** \[_options_] \[_action_] DESCRIPTION =========== Check if all needed tools are installed and have the right version. Options ------- -h, --help : Displays helptext. -v, \--version         : Displays the version of the script. Action ------- update          : Install or update Scripts and Tools. bootstrap          : Call bootstrap to format disks and add users (need root privileges). remove          : Delete installed Scripts and Tools. config          : Configure the tools. setup          : Setup a boot node via InfraCoder. push _destination_         : Copy configuration to destination ("user@ip" e.g. "opc@130.61.219.239"). EXIT CODES ========== 01: Unknown or wrong parameter. 02: Unknown action 03: Need root privileges 99: User interrupt.