Subcommand: install
The
install
subcommand is used to load the required Z APM Connect
Distributed Gateway Docker images into the local image registry. It can also be used to initialize a
new configuration file to be used by the Z APM Connect Distributed Gateway.
Flags (optional) | Arguments | Description |
-h | --help |
N/A |
Prints the usage message and a description of any available options. |
-d | --image-dir |
image-dir | Specifies the directory containing the images to load. If unspecified, the default directory
<install_dir>/images is used. |
-c | --config-file |
config-file | Specifies the target path and filename to initialize a configuration file. If unspecified,
the default path and filename INSTALL_DIR/config/ibm_zapm.cfg is used. |
-f | --force |
N/A |
Bypasses any confirmation prompts. Use with caution. |
-i | --import |
N/A |
Specifies to import the keystores. |
--update |
N/A | Updates images and any required changes to existing configuration file. For more information, see Subcommand: install --update. |
--kafka-keystore |
kafka keystore path | Specifies the filepath to the kafka jks keystore. |
--kafka-truststore |
kafka truststore path | Specifies the filepath to the kafka jks truststore. |
--connmgr-keystore |
connmgr keystore path | Specifies the filepath to the connection manager jks keystore. |
--connmgr-truststore |
connmgr truststore path | Specifies the filepath to the connection manager jks truststore. |
-s | --secure |
N/A |
Specifies that communications between the Z APM Connect DG and z/OS should be secured with TLS. |
--fqdn |
FQDN | Specifies the fully qualified domain name. |
-l | --log-level |
log-level | Specifies the log level for the Z APM Connect DG. The default value is INFO .
Valid options are ERROR , WARN , INFO ,
DEBUG , or TRACE . Output higher than INFO may
produce a large amount of output and is not recommended unless instructed to do so by IBM
support. |
--add-host |
hostname:ip | Adds additional host mappings inside the Distributed Gateway container. The argument must take the form [hostname]:[IP address]. This flag can be repeated any number of times to add additional hosts. |
--apm |
apm-vendor | Specify which APM vendor should be used for transaction tracking. |
Successful installation
Upon successful completion, the Z APM Connect DG will be installed, fully configured, and
started. The following message should be displayed once started
successfully:
Distributed Gateway started successfully.
If you run into any issues and need to troubleshoot the Z APM Connect DG installation and
configuration, see Troubleshooting Z APM Connect Distributed Gateway. Logs for the
application at different logging levels can be used to generate helpful information for identifying
and solving issues with the application. For more information about how use the
install
subcommand to change the log level and retrieve the logs, see Subcommand: start and Subcommand: logs.