VSEn/Add DASD: Difference between revisions

From The Mainframe Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
Afterwards, you need to plot down a VTOC and init the DASD using ICKDSF. The following JCL template helps:
Afterwards, you need to plot down a VTOC and init the DASD using ICKDSF. The following JCL template helps:


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

Revision as of 12:24, 17 March 2023

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)
   /*                                                      
   /&