Install IZSME in Zowe 1
You can install IZSME® into a Zowe® 1 instance to effectively monitor and manage IBM® Z systems.
Before you begin
IZSME requires Zowe 1.20 or later.
About this task
- IUWMUNPX
- IUWMINST
- IUWMUPPT
In each job, the JCL provides instructions about how to customize the job before running it.
Procedure
-
Install the IZSME base by running the IUWMUNPX job, which extracts the base IZSME runtime files into the IZSME installation directory.
Note: You can follow the instructions inside the script to learn how you can customize your environment. -
Deploy IZSME into a pre-installed Zowe instance by running the IUWMINST job.
Note: You can follow the instructions inside the script to learn how you can customize your environment.Important: You can deploy the same IZSME installation into multiple Zowe instances. If you do so, all Zowe instances will have their IZSME upgraded every time you apply maintenance to the IZSME installation.Tip: After you have run this script for the first time, you can set the IZSME installation directory to read-only (that is, it can be mounted read-only). -
Update the IZSME runtime files by running the IUWMUPPT job, which extracts an IZSME PTF.
Note: You can follow the instructions inside the script to learn how you can customize your environment. -
Disable node clustering in the Zowe instance by adding the following line to the instance.env file, as IZSME does not support node clustering:
ZLUX_NO_CLUSTER=1 -
Restart the Zowe server.