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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
