Manta Node CLI¶
Here’s the command to start the Manta Node:
$ manta_node --help
usage: manta_node [-h] [--version] [--m_host M_HOST] [--m_port M_PORT] [--ls_host LS_HOST] [--ls_port LS_PORT] [--data_folder DATA_FOLDER] [--log_filename LOG_FILENAME] [--secured_token SECURED_TOKEN] [--ca_port CA_PORT] [--verbose]
Manta Node CLI
optional arguments:
<...>
Explanation of the options
Flag |
Description |
---|---|
|
Hostname or IP address of the Manta Manager. This must be accessible by the Manta Node. |
|
Port on which the Manta Manager is running. The default gRPC port is typically 50051. |
|
Hostname or IP address of the Light Server. Defaults to localhost. |
|
Port for the Light Server. Defaults to 50052. |
|
Folder containing the data to be processed by the tasks running in the Docker containers. |
|
Path to the log file where Manta Node will write its logs. |
|
Token provided by the Manta Manager in secured mode for the first connection. |
|
Port for the Certification Authority. Defaults to 50050. |
|
Increases the verbosity of logs. Use |