VSEn/Add DASD

From The Mainframe Wiki
Revision as of 12:24, 17 March 2023 by Friedkiwi (talk | contribs)
Jump to navigation Jump to search

To add DASD, you need to have it available on your FC SAN and have available FCP devices. Then, in the define device screen, add a device, specify FBA SCSI and use the menus to provide the LUN and target WWN. Once this is done, reIPL.


Afterwards, you need to plot down a VTOC and init the DASD using ICKDSF. The following JCL template helps:


   // JOB INIT160                                                                             
   // EXEC ICKDSF,SIZE=AUTO                                
       INIT UNIT(202) NOVFY FBAVTOC(306176,228,8192) VOLID(CBR000)
       INIT UNIT(203) NOVFY FBAVTOC(306176,228,8192) VOLID(CBR001)
   /*                                                      
   /&