> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Robert Pelletier > Sent: Tuesday, August 23, 2005 1:35 PM > To: [email protected] > Subject: Is There a Way to Dynamically Add PUBLIC/STORAGE Volumes > > > I have been asked to add 6 volumes to our PUB### storage pool > which is used for temporary work files etc. > This is what VATLST00 has: > PUB003,0,1,3390 ,Y > > Do I have to schedule an IPL to have the system recognize > them? Thanks once again to a great group. > > > > Bob Pelletier > Connecticut Student Loan Foundation > Rocky Hill, Connecticut
"It depends" Are your public (work) volumes SMS managed? If so, then you must initialize the volumes and put the new volsers in the appropriate storage group (look to see if there are any extras in there already - we tend to put non-existant volsers in our storage groups just for this case). If the work volumes are not SMS managed, then simply initialize them to the appropriate volser, then issue a mount command for each of them similar to: MOUNT dddd,VOL=(SL,volser),USE=PUBLIC where "dddd" is the device number and "volser" is the new volser, and you're done. Oh, update the VATLSTnn member to include the new volsers also. -- John McKown Senior Systems Programmer UICI Insurance Center Information Technology This message (including any attachments) contains confidential information intended for a specific individual and purpose, and its' content is protected by law. If you are not the intended recipient, you should delete this message and are hereby notified that any disclosure, copying, or distribution of this transmission, or taking any action based on it, is strictly prohibited. ---------------------------------------------------------------------- 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

