3.4 ICKDSF
Once the 9393 is installed and the functional devices are defined on the operator panel (see Appendix A, ªRVA Functional Device Configurationº on page41) the only initialization needed for the RVA functional devices is a minimal init, ICKDSF INIT, with the additional parameters needed to define the VOLID and the volume table of contents (VTOC) size and location. The CHECK parameter is not supported, because surface checking is not needed on an RVA. Other ICKDSF functions for surface checking, such as INSTALL or REVALIDATE, also are not supported for the RVA.
The RVA internally uses FBA disk drives with internal data error recovery, so surface checking in this way is inappropriate. If a media surface check is needed, the IBM service representative can do this on the maintenance panel.
ICKDSF Release 16 with applicable PTFs is needed to support the RVA. To run the VSE version of ICKDSF in batch mode, submit a job with an EXEC ICKDSF job control statement.
3.4.1 Volume Minimal Init
In the example in Figure 4 a volume is initialized at minimal level under VSE. A VSE format VTOC is written at cylinder 32, track 0 for a length of 20 tracks. The volume is labeled 338001.
// JOB | jobname |
// ASSGN | SYS002,151 |
// EXEC | ICKDSF,SIZE=AUTO |
INIT SYSNAME(SYS002) NOVERIFY - VSEVTOC(X′ 2 0 ′ , X′ 0 ′ , X′ 14 ′ ) VOLID(338001)
/*
/&
Figure 4. ICKDSF INIT Volume at the Minimal Level
3.4.2 Partial Disk Minimal Init
In the example in Figure 5, an emulated partial disk is initialized under VSE. A VSE format VTOC is written at cylinder 0, track 1 for a length of one track. The volume is labeled AA3380.
// | JOB | jobname |
// | ASSGN | SYS000,353 |
// | EXEC | ICKDSF,SIZE=AUTO |
| INIT SYSNAME(SYS000) NVFY VSEVTOC(0,1,1) - |
VOLID(AA3380) MIMIC(EMU(20))
/*
/&
Figure 5. ICKDSF INIT Emulated Partial Disk
For more information about and examples of running ICKDSF under VSE, refer to the ICKDSF R16 User′s Guide,
Chapter 3. VSE/ESA Support for the RVA 15