Oh, forgot to mention that when I did this, I didn't need to unmount / mount the filesystem. But I think that it is a good idea if you can do it easily. It's still a bit early here in N. Texas and I'm still working on my first caffeine infusion (diet code).
On Fri, Jan 16, 2015 at 7:15 AM, John McKown <[email protected]> wrote: > On Fri, Jan 16, 2015 at 2:43 AM, venkat kulkarni < > [email protected]> wrote: > >> I just found that , if I use add volume * command, system will add one >> more >> volume to the existing ZFS file system having already 2 volume . >> >> tsocmd "ALTER ' >> >> ZFS.SYS01.AGG.DATA' ADDVOLUMES(*)" >> >> So, after this now ZFS will have 3 volume attached. After this, I should >> unmount and mount back this file system with correct path and then use >> zfsgrow >> command to add more space to this file system . >> >> Please correct, if I am wrong. >> > > This is what I have done in the past. But if I understood your original > post, the storage group containing the zFS file is almost full. So that 85% > full volume _might_ be sufficient depending on the allocation parameters > used to define the VSAM LDS (zFS container) data set. What I would do after > the tsocmd is to use the UNIX command: zfsadm grow -aggregate > > ZFS.SYS01.AGG -size ????? Where ????? is the number of K to grow the > allocation. This will tell the UNIX system to do the grow right now, and so > you can make sure it works instead of waiting for an "out of space" > condition to alert you of any problem. > > > -- > > While a transcendent vocabulary is laudable, one must be eternally careful > so that the calculated objective of communication does not become ensconced > in obscurity. In other words, eschew obfuscation. > > 111,111,111 x 111,111,111 = 12,345,678,987,654,321 > > Maranatha! <>< > John McKown > -- While a transcendent vocabulary is laudable, one must be eternally careful so that the calculated objective of communication does not become ensconced in obscurity. In other words, eschew obfuscation. 111,111,111 x 111,111,111 = 12,345,678,987,654,321 Maranatha! <>< John McKown ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
