Export Instance Configuration Attributes (instanceConfigExport)
The instanceConfigExport
command exports configuration attribute settings, previously imported using instanceConfigImport
, from the specified version of the model.
Options
The instanceConfigExport
command has the options:
Option | Description |
---|---|
|
Export configuration attribute settings that were imported into the current model—the model currently applied to the grid. |
|
Export configuration attribute settings that were imported into the latest model, which has not yet been applied to the grid. This is the default. |
|
Export configuration attribute settings that were imported into the specified version of the model. |
|
The path and name of the file to export configuration attribute settings into. If no file is specified, the information is written to |
Examples
This example exports a configuration attribute setting from the current version of the model and from the latest (default) version of the model after the imports shown in the next section, Import Instance Configuration Attributes (instanceConfigImport). Contents of the export files are also shown.
% ttGridAdmin instanceConfigExport -current /tmp/instanceconfigexp1 % more /tmp/instanceconfigexp1 max_conns_per_server=500 % ttGridAdmin instanceConfigExport /tmp/instanceconfigexp2 % more /tmp/instanceconfigexp2 max_conns_per_server=1000
Notes
This command exports only settings that were previously imported, not any other settings from the timesten.conf
files.