z/OS agent requirements
Hardware requirements
Memory | 1 GB per LPAR |
---|---|
DASD space | Minimum 200 cylinders for a BMC AMI Cloud ZFS allocation |
Security requirements
Permissions of user running installation process | OMVS SEGMENT defined |
---|
Network requirements
TCP/IP MTU size | Minimum 1492 Use the NETSTAT GATE command to check the defined MTU size. It is noted in column pkt sz of the default line |
---|---|
Firewall | If any z/OS based firewall solution is in effect (such as PAGENT), make sure to allow the agent's communication. |
Verifying z/OS agent requirements
Use the verification scripts that were supplied with the installation package to verify that the z/OS system is ready for installation and that all the requirements are satisfied.
The scripts verify the following requirements:
- Java version
- Status of the RACF class PROGRAM
- Availability of network ports
- Firewall rules permitting access to target storage
You must supply the following information to run the script:
- z/OS Java home directory
- Temporary work directory
- Object storage IP/DNS and port
To run the verification script
- Upload the z/OS verification JCL from VerificationScripts.zip under /PrereqsScripts/zOS. Use the ASCII transfer type.
Edit the JCL according to the instructions in the comment. Submit and review the return code (RC) and messages in SYSTSPRT DD.
RC
Explanation
0
All verification tests ended successfully.
4
One of the following messages is displayed:
- RACF CLASS PROGRAM is active
- Object storage connectivity was refused (port might be down).
8
One of the following messages is displayed:
- Java version not compatible
- Path not valid
- Object storage is unavailable
16
Java version did not print any output.