tpm accepts these options along with those in Section 10.8, “tpm Configuration Options”.
In an INI file, without the double-dash prefix, i.e.
skip-validation-check=MySQLConnectorPermissionsCheck
On the command-line, using a double-dash prefix, i.e.
--skip-validation-check=MySQLConnectorPermissionsCheck
Table 10.37. tpm Common Options
| CmdLine Option | INI File Option | Description |
|---|---|---|
--add-ssl | add-ssl | Used when upgrading to force the generation of certificates when upgrading from a non-secure install to a secure installation. |
--config-file-help | config-file-help | Display help information for content of the config file |
--ini | ini | Specify the location of the directory where INI files will be located, or specify a specific filename |
--net-ssh-option | net-ssh-option | Set the Net::SSH option for remote system calls |
--no-connectors | no-connectors | When issued during an update, connectors will not be restarted. Restart of the connectors will then need to be performed mannually for updates to take affect. |
--no-deployment | no-deployment | Skip deployment steps that create the install directory. Has the same affect as running tools/tpm validate[-update]. |
--no-validation | no-validation | Skip validation checks that run on each host. |
--remove-property | remove-property | Remove the setting for a previously configured property |
--replace-release | replace-release | Used when upgrading or making configuration changes. This option will rebuild the entire release and recreate all metadata configuration. |
--template-file-help | template-file-help | Display the keys that may be used in configuration template files |
| Option | --add-ssl | |
| Config File Options | add-ssl | |
| Description | Used when upgrading to force the generation of certificates when upgrading from a non-secure install to a secure installation. | |
| Value Type | boolean | |
This option was added in v7.2.1 and v8.0.1
This property can only be used with tools/tpm update and can only be executed from within the software staging tree.
| Option | --config-file-help | |
| Config File Options | config-file-help | |
| Description | Display help information for content of the config file | |
| Value Type | string | |
− --ini
| Option | --ini | |
| Config File Options | ini | |
| Description | Specify the location of the directory where INI files will be located, or specify a specific filename | |
| Value Type | string | |
| Default | /etc/tungsten/tungsten.ini | |
Specifies an alternative location, or file, for the INI files from the default.
| Option | --net-ssh-option | |
| Config File Options | net-ssh-option | |
| Description | Set the Net::SSH option for remote system calls | |
| Value Type | string | |
Enables you to set a specific Net::SSH option. For example:
shell> tpm update ... --net-ssh-option=compression=zlib| Option | --no-connectors | |
| Config File Options | no-connectors | |
| Description | When issued during an update, connectors will not be restarted. Restart of the connectors will then need to be performed mannually for updates to take affect. | |
| Value Type | boolean | |
This property can only be used with tpm update
| Option | --no-deployment | |
| Config File Options | no-deployment | |
| Description | Skip deployment steps that create the install directory. Has the same affect as running tools/tpm validate[-update]. | |
| Value Type | string | |
| Option | --no-validation | |
| Config File Options | no-validation | |
| Description | Skip validation checks that run on each host. | |
| Value Type | string | |
| Option | --remove-property | |
| Config File Options | remove-property | |
| Description | Remove the setting for a previously configured property | |
| Value Type | string | |
Remove a previous explicit property setting. For example:
shell> tpm configure --remove-property=replicator.filter.pkey.addPkeyToInserts| Option | --replace-release | |
| Config File Options | replace-release | |
| Description | Used when upgrading or making configuration changes. This option will rebuild the entire release and recreate all metadata configuration. | |
| Value Type | boolean | |
This property can only be used with tools/tpm update and can only be executed from within the software staging tree.
This option is highly recommended when upgrading between versions as it will ensure all metadata is correctly rebuilt for the version being installed.
It is not necessary when applying config changes, however it can be useful if properties are not being applied correctly, or if underlying metadata has become corrupt.
| Option | --template-file-help | |
| Config File Options | template-file-help | |
| Description | Display the keys that may be used in configuration template files | |
| Value Type | string | |