The zRemote module processes monitoring data received from the zLocal and routes that data, compressed and encrypted, via its local ActiveGate to Dynatrace. Hence, the zRemote module offloads much of the processing work from the CICS, IMS, and z/OS Java code modules incurred in instrumenting subsystems and applications to an open system.
You can customize the zRemote module to enable optional features like Host groups and Db2 SQL statement fetch.
The hardware requirements of the machine where the zRemote module runs depend on the number of anticipated CICS and IMS transactions to be monitored per second. See the hardware requirements for x86-64 and s390 architecture machines below.
Hardware requirements
Small (DEV)
Medium (DEV)
Large (PROD)
X-Large (PROD)
Anticipated monitored CICS/IMS transactions per second
4,000
7,500
15,000
30,000
Required CPU cores on x86-64 architecture (Xeon E5-2600 series)
2
4
8
16
Required memory
4GB
6GB
8GB
16GB
Required disk space
20GB
20GB
20GB
20GB
We recommend installing the zRemote module on an IBM Z or LinuxONE mainframe, on an supported Linux operating system for s390. The following system requirements apply:
You can install the zRemote module on any Linux operating system (except Amazon Linux) and Windows operating system listed below.
The overview outlines the key components of the zRemote application, the zRemote configuration, and their default installation directories. Non-persistent directories are replaced during updates and uninstallation.
All of the following directories are not retained in the event of a zRemote update or uninstallation. If you make changes here, they will be overwritten or deleted.
Directory
Component
Description
agent/lib64
noneagentz
The zRemote binary
agent/lib64
oneagentzwatchdog
A binary that provides the service capabilities for the zRemote service and controls resource limits
agent/lib64
oneagentdumpproc
A binary that supports creating dumps when the main application crashes
agent/lib64/zos-s390-64/<version>
dtzagent
A binary deployed to the UNIX part of the mainframe to support OneAget communications. For more details, see Install the zDC subsystem
agent/lib64/zos-s390-64/<version>
libdtzagent.so
A binary deployed to the UNIX part of the mainframe to support agent communications. For more details, see Install the zDC subsystem
agent/conf
ruxitagent.conf
The default zRemote configuration file
agent/conf
oneagentzwatchdog.ini
The default watchdog configuration file
agent/conf
.pem
Application certificates
agent
installer.version
The installer version of the zRemote binary, which is usually the same as the zRemote version
agent
zremote
Linux only The service script for running the zRemote application
uninstallation.sh
Linux only The service script for uninstalling the zRemote application.
It removes everything except the persistent user configuration and log files.
All of the following directories are not retained during zRemote update or uninstallation. If you make changes here, they will be overwritten or deleted.
Directory
Component
Description
agent
runtime
Contains the connection details as specified by your Dynatrace environment.
config
instance.properties
Contains the ID of the currently registered instance.
config
version.properties
Contains the full version number of the zRemote module.
state
Contains the address of the last successful server connection to indicate a properly established connection.
The following directories are retained in case of update or uninstallation. You can make changes here. For more details, see Customize the zRemote module.
Directory
Component
Description
agent/conf
zremoteagentuserconfig.conf
The configuration file for zRemote module customization
agent/conf
watchdoguserconfig.conf
The configuration file for watchdog customization
The zRemote module is downloaded and installed automatically during the ActiveGate installation procedure on Linux or Windows.
Sign in to Dynatrace. In Dynatrace Hub, select ActiveGate > Set up.
On the Install Environment ActiveGate page, select Linux or Windows.
Linux only Select installer type s390 (recommended) or x86/64.
Select the purpose Install the zRemote module for z/OS monitoring, download the installer, and start the installation procedure.
optional Customize the listening port selection.
By default, the zRemote module listens on port 8898 for connections from the zLocal running as part of the zDC. To listen on a different port, set the zdclistenerport
parameter to your port in the zremoteagentuserconfig.conf
file. Make sure this port is not blocked by a firewall.
For details on the default installation settings, see ActiveGate default installation settings for Linux or Windows.
For details on customizing the installation, see customize ActiveGate installation on Linux or Windows.
The zRemote logs are created on the machine where the zRemote module is installed, in the default directories for Linux and Windows. You can view the zRemote logs either directly on the machine hosting the zRemote or by requesting them from Dynatrace via the OneAgent diagnostics workflow.
The actual zRemote log should contain the following messages:
To stay current, you can update the zRemote module automatically to a newer version by using the ActiveGate auto-update procedure.
To manually update the zRemote module
To stop, start, or restart the zRemote module, you can use the following commands.