tigergraph-<version>.tar.gz
, which should be replaced by the actual filename of your package.tigergraph-<version>-offline
will be created.tigergraph-<version>-offline
folder and run script install.sh
with the following commands: gadmin
commands to manage the TigerGraph Platform, and for whom this username is for m1
, m2
, m3
, etc.) 1
gadmin
commands. Confirm successful installation by running gadmin status
. If the system is installed correctly and the license is activated, the command should report that all services are up and ready. Since there is no graph data loaded yet, GSE and GPE will show "Warmup"
.tigergraph-<version>-offline
will be created.tigergraph-<version>-offline
folder. Inside the folder, there is a file named install_conf.json
. For non-interactive mode installation, the user must review and modify all the settings in the file install_conf.json
before running the installer. install_conf.json
file:"BasicConfig"
"TigerGraph"
: Information about the Linux user that will be created by the installer who owns and manages the TigerGraph platform."Username"
: Username of the Linux user."Password"
: Password of the Linux user."SSHPort"
: Port number used to establish SSH connections."PrivateKeyFile"
(optional): Absolute path to a valid private key file. If left empty, TigerGraph will generate one named tigergraph.rsa
automatically. "PublicKeyFile"
(optional): Absolute path to a valid public key file. If left empty, TigerGraph will generate one named tigergraph.pub
automatically. "RootDir"
"AppRoot"
: Absolute path to where application folder will be."DataRoot
": Absolute path to where the data folder will be."LogRoot"
: Absolute path to where the log folder will be."TempRoot"
: Absolute path to where the temp folder will be."License"
: Your TigerGraph license string."Node List"
: A JSON array of the nodes in the cluster. Each machine in the cluster is defined as a key-value pair, where the key is a machine alias (m1, m2, m3, etc) and the value is the IP address of the node. "AdvancedConfig"
"ClusterConfig"
: Cluster configurations"LoginConfig"
: Login configurations"SudoUser"
: Username of the sudo user who will be used to execute the installation on all nodes. "Method"
: Authentication method for SSH. Enter "P"
to use password authentication and "K"
to use key-based authentication. "P"
: Password of the sudo user."K"
: Absolute path to the SSH key to be used to authenticate the sudo user. -n
optioninstall.sh
script with the -n
option:tigergraph
and with password tigergraph
. This user will be the only user authorized to run gadmin
commands to manage the TigerGraph platform and services. tigergraph
, this user will be designated as the platform owner and no other user will be created. /home/tigergraph/tigergraph
with the App/Data/Log/Temp files within it :
App Path : /home/tigergraph/tigergraph/app
Data Path :/home/tigergraph/tigergraph/data
Log Path :/home/tigergraph/tigergraph/log
Temp Path :/home/tigergraph/tigergraph/tmp
<tigerGraph_root_dir>
) is a folder called tigergraph
located in the tigergraph user's home directory, i.e., /home/tigergraph/tigergraph
.install.sh
script: