Hi, Ed
I suspect for some reason you're not getting "aggrgrow" in your zFS proc
when it starts.
Here's what happens when a ZFS needs to grow on my system (z/OS 1.9):
IOEZ00551I Aggregate userid.UNIX.SYSD.U.USERID ran out of space.
IOEZ00312I Dynamic growth of aggregate userid.UNIX.SYSD.U.USERID in
progess, (by user userid).
IOEZ00329I Attempting to extend userid.UNIX.SYSD.U.USERID by a secondary
extent.
IOEZ00324I Formatting to 8K block number 180 for secondary extents of
userid.UNIX.SYSD.U.USERID
IOEZ00309I Aggregate userid.UNIX.SYSD.U.USERID successfully dynamically
grown (by user userid).
In the above, userid.UNIX.SYSD.U.USERID is an automount-managed zFS file
system with the following automount parameters in effect:
name *
type ZFS
filesystem <uc_name>.UNIX.&SYSNAME..U.USERID
duration 30
delay 10
lowercase Yes
allocuser space(1,1) cyl
So, we're back to my theory of your problem.
In my ZFS proc, I do NOT code IOEZPRM DD. Instead, I let ZFS find IOEPRM00
in the PARMLIB concatenation. You may recall that some years ago, this did
not work well, and was fixed in OA17269 - a fix I am sure you installed
years ago.
Thus, I have SYS1.PARMLIB(IOEPRM00) as the location for my aggrgrow parameter.
BROWSE SYS1.PARMLIB(IOEPRM00) - 01.01
Command ===>
********************************* Top of Data *
aggrgrow=on
***********************************************
*
You might want to check syslog and see what happens when you initially start
your ZFS procedure at IPL time. You might find the answer to your issue there.
Brian
On Mon, 2 Feb 2009 08:13:10 -0800, Edward Jaffe wrote:
>Veilleux, Jon L wrote:
>> Is AGGRGROW an option in the automount directives?
>>
>
>I'm not specifying anything like that. Even if I did/could, some user
>directories are ZFS and some are still HFS.
>
>But, should such a specification be necessary? My understanding is that
>the 'aggrgrow' setting, read from IOEZPRM DD, should provide the default
>behavior for ZFS files.
>
>--
>Edward E Jaffe
----------------------------------------------------------------------
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