Scroll to navigation

grr_dataserver(1) grr_dataserver(1)

NAME

grr_dataserver - grr_dataserver component of GRR Rapid Response server

SYNOPSIS

grr_dataserver [-h] [--verbose] [--debug] [--config CONFIG]
               [--secondary_configs SECONDARY_CONFIGS] [--config_help]
               [--context CONTEXT] [--plugins PLUGINS]
               [--disallow_missing_config_definitions] [-p PARAMETER]
               [--list_storage] [--port PORT] [--path PATH] [--master]

DESCRIPTION

This is a component of the GRR Rapid Response server. It is not meant to be called by a user directly but rather started and stopped using the GRR systemd service ('grr-server').

OPTIONS

--verbose
Turn of verbose logging.
--debug
When an unhandled exception occurs break in the debugger.
--config CONFIG
Primary Configuration file to use. This is normally taken from the installed package and should rarely be specified.

--secondary_configs SECONDARY_CONFIGS Secondary configuration files to load (These override previous configuration files.).

--config_help
Print help about the configuration.
--context CONTEXT
Use these contexts for the config.
--plugins PLUGINS
Load these files as additional plugins.

--disallow_missing_config_definitions If true, we raise an error on undefined config options.

-p PARAMETER, --parameter PARAMETER Global override of config values. For example -p DataStore.implementation=MySQLDataStore

--list_storage
List all storage subsystems present.
--port PORT
Specify the data server port.
--path PATH
Specify the data store path.
--master
Mark this data server as the master.

SEE ALSO

grr_admin_ui(1), grr_server(1), grr_worker(1).

AUTHOR

GRR developers team <grr-dev@googlegroups.com>
18 July 2017 GRR 3.1.0.2