I am attempting to run the zCX provisioning workflow. It gets to the step where
it allocates then mounts a ZFS system. However, the DEFINE CLUSTER is failing
using:
DEFINE CLUSTER -
(NAME(USER.ZCX.SNAZCX.ZFS) -
MEGABYTES(4095 1000) -
STORCLAS(CXROOTSC) -
DATACLAS(CXDC) -
ZFS -
SHAREOPTIONS(3))
It fails with:
IDC3506I REQUIRED VOLUMES AND/OR DEVICETYPES HAVE BEEN OMITTED
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
If I change the DEFINE to include a VOL() definition:
DEFINE CLUSTER -
(NAME(USER.ZCX.SNAZCX.ZFS) -
MEGABYTES(4095 1000) -
STORCLAS(CXROOTSC) -
DATACLAS(CXDC) –
VOL(D4ZCX1) -
ZFS -
SHAREOPTIONS(3))
It fails with:
IDC3014I CATALOG ERROR
IDC3009I ** VSAM CATALOG RETURN CODE IS 48 - REASON CODE IS IGG0CLAT-80
I am unable to work out what IGG0CLAT-80 is or why it’s failing. I am unsure
why VOL is required anyway, wouldn’t the STORCLAS/DATACLAS let the system pick
for itself? Might that volume not have enough free space? I would’ve hoped that
the generated workflow would “just work” with the right parameters. So I assume
one of my parameter is wrong but I didn’t see anywhere I could plug in a volume
name into the workflow parameters.
Neale
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN