There are a few potential complications. Is existing SMS? Is new volume SMS? Was existing created with agggrow enabled?
Do you have a Sysprog or Storage Admin to help? > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On > Behalf Of Lizette Koehler > Sent: Monday, October 07, 2019 3:29 PM > To: [email protected] > Subject: Re: Add space to OMVS filesystem? > > I do this in batch, but you can run in OMVS > > //XPT001 EXPORT SYMLIST=* > //* > //SYM001 SET NZFS='OMVSSYS.CMOD.CACHE2.PRODUCT.ZFS' > //* > //ZFSGROW EXEC PGM=BPXBATCH, > // PARM='sh zfsadm grow -aggregate &NZFS. -size 0' > //SYSPRINT DD SYSOUT=* > //SYSTSPRT DD SYSOUT=* > //STDOUT DD SYSOUT=* > > The -0 forces it to grow based on the secondary allocation. Probably some > other tricks it can do. > > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List <[email protected]> On > > Behalf Of Charles Mills > > Sent: Monday, October 07, 2019 3:24 PM > > To: [email protected] > > Subject: Re: Add space to OMVS filesystem? > > > > Actually, probably easier, how about an entirely new filesystem /u/xyz ? > > > > Charles > > > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:IBM- > [email protected]] > > On Behalf Of Charles Mills > > Sent: Monday, October 7, 2019 2:34 PM > > To: [email protected] > > Subject: Add space to OMVS filesystem? > > > > Please forgive the newbie question. I'm a coder, not a sysprog. > > > > I have an existing OMVS filesystem: > > > > ZFS 45 ACTIVE RDWR 10/06/2019 L=57 > > NAME=USERID.ZFS 16.15.27 Q=0 > > PATH=/u/userid > > OWNER=S0W1 AUTOMOVE=Y CLIENT=N > > > > It occupies 4000-odd tracks. > > > > I have a free DASD volume with 3000 cylinders. I want to add those > > 3000 cylinders to the filesystem above. > > > > Can someone tell me the commands? I am lost. > > > > Thanks, > > > > Charles > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to [email protected] with the message: INFO IBM-MAIN > > > > ---------------------------------------------------------------------- > > For IBM-MAIN subscribe / signoff / archive access instructions, send > > email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
