Re: increasing the size of a zFS file system...

2018-12-12 Thread DJ
Thanks to all who replied; I appreciate the help. DJ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: increasing the size of a zFS file system...

2018-12-11 Thread Steely.Mark
: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: increasing the size of a zFS file system... I also use this command in batch to display how my zFS files are in size //ZFCACHE1 EXEC PGM=BPXBATCH, // PARM='sh df -kP /appl/ars/Prod/cache' //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //STDOUT DD

Re: increasing the size of a zFS file system...

2018-12-11 Thread Lizette Koehler
m: IBM Mainframe Discussion List On Behalf Of > Lizette Koehler > Sent: Tuesday, December 11, 2018 10:37 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: increasing the size of a zFS file system... > > I use this in Batch. This grows the zFS based on the secondary allocation.

Re: increasing the size of a zFS file system...

2018-12-11 Thread Lizette Koehler
I use this in Batch. This grows the zFS based on the secondary allocation. //XPT001 EXPORT SYMLIST=* //* //SYM001 SET NZFS='MY.MVS.DATA.SET.NAME.HERE' //* //ZFSGROW EXEC PGM=BPXBATCH, // PARM='sh zfsadm grow -aggregate &NZFS. -size 0' //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //STDOUT DD SY

Re: increasing the size of a zFS file system...

2018-12-11 Thread Neubert, Kevin
If you can't grow, it's not already a multi-volume aggregate, etc. Increase the size of the aggregate: https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.ioea700/incr_size_aggr.htm If you're going through the trouble of the latter, you may want to pursue a version 1.5

Re: increasing the size of a zFS file system...

2018-12-11 Thread Jousma, David
As superuser: zfsadm grow -a ZFS.USERS -s yournewsize _ Dave Jousma Mainframe Engineering, Assistant Vice President david.jou...@53.com 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.653.2717 -Original

Re: increasing the size of a zFS file system...

2018-12-11 Thread Tom Marchant
On Tue, 11 Dec 2018 09:27:31 -0600, DJ wrote: >Does anyone happen to have handy a cheat sheet type document >on how to increase the size of a zFS file system, specifically the >ZFS.USERS (mounted at "/u") one? Not an answer to your question, but You have one ZFS for all your users' home di

Re: increasing the size of a zFS file system...

2018-12-11 Thread R.S.
W dniu 2018-12-11 o 16:27, DJ pisze: Hello, all. Does anyone happen to have handy a cheat sheet type document on how to increase the size of a zFS file system, specifically the ZFS.USERS (mounted at "/u") one? Secondary extents? -- Radoslaw Skorupka Lodz, Poland ==