Hi Shelia,
Here is sample JCL to increase the size of the zFS:
//ZFSADM03 JOB (ACCT),
// ' ',
// CLASS=A,
// MSGCLASS=X,
// MSGLEVEL=(1,1),
// REGION=0M,
// NOTIFY=&SYSUID
//GROW EXEC PGM=IOEZADM,REGION=0M,
//
Classification: Confidential
Zafadm -aggrow Check the fine manuals for details.
Note: the size specified titn the command is the final total size desired.
HTH,
-Original Message-
From: IBM Mainframe Discussion List On Behalf Of
Chalk, Shelia
Sent: Monday, March 10, 2025 4:29 PM
To: I
If you have secondary allocations and space, you can grow it dynamically
with omvs command:
zfsadm grow -aggregate filename -space
Use df -kP on your mount point to determine usage and possible new
allocation ()
Otherwise, mount the new container and issue
Copytree -a /old to /new
Whe