LOCAL FIX:
  Storage Administration Reference manual under topic:
  DASD Volume Status for Data Sets, recommends:
  " When new volumes are added to a storage group in the
    active configuration, we recommend explicitly allocating
    small temporary data sets to each new volume to update
    the SMS volume space statistics. "







Anthony Bongiorno <[EMAIL PROTECTED]> 
Sent by: IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>
11/22/2005 04:53 PM
Please respond to
IBM Mainframe Discussion List <IBM-MAIN@bama.ua.edu>


To
IBM-MAIN@bama.ua.edu
cc

Subject
Re: SMS Question On Adding Volumes To An Existing Pool.






Chances are that you you to shake up the avalable free space in the 
pool... so you need to allocate some dataset there... I always put a 
VVDS... 


there is info on this on IBMLINK... 

you don't need to do anything but this:
//STEP1    EXEC PGM=IDCAMS 
//SYSPRINT DD SYSOUT=* 
//SYSIN    DD * 
           DEF   CLUSTER (                           - 
           NAME (SYS1.VVDS.VDWC03A)          -         <--  change
           NONINDEXED                        - 
           VOLUMES(DWC03A)                   -           <-- change
           CYL    (10 1)                    - 
                 ) 

-----------------------------------------
The information contained in this electronic mail message, and any and all
accompanying documents, constitutes confidential information.  If you are
not the intended recipient of this information, any disclosure, copying,
distribution, or the taking of any action in reliance on it is strictly
prohibited.  If you received this information in error, please notify the
sender immediately and destroy this communication.  Messages sent via this
medium may be subject to delays and/or unauthorized alteration.  Neither
The Bank of Tokyo-Mitsubishi, Ltd. nor any of its affiliates shall be held
liable for the contents of this message.

----------------------------------------------------------------------
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

----------------------------------------------------------------------
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

Reply via email to