On Mon, 22 Sep 2008 16:27:01 -0400, Lizette Koehler
<[EMAIL PROTECTED]> wrote:

>To answer Mark's questions I have
>
>AGGRFULL(85,5)
>AGGRGROW=ON
>
>The define had
>ALLOC -
>    DSNAME('ZOS19.OMVS.JV390') -
>    RECORG(LS) -
>    TRACKS SPACE(5011,417) -
>    BLKSIZE(4096) -
>    VOLUME(Z19HF2) -
>    UNIT(3390) -
>    CATALOG
>
>
>Lizette

Is there space on the Z19HF2 volume? If so, then I think that you can simply
use the zfsadm command.

zfsadm grow -aggregate ZOS19.OMVS.JV390 -size 1024

would extend the zFS file by 1024K (1 Meg). If not, then unmount the
filesystem. Do an IDCAMS ALTER command to add a second volume. Then try the
zfsadm command. I don't know if you need to MOUNT the filesystem before the
zfsadm command in this case, or afterwards. I'd try before and if that
didn't work, then MOUNT it and try the zfsadm command again.

--
John McKown

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to