z/OS DFSMShsm Implementation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


ARCCMD01

z/OS DFSMShsm Implementation and Customization Guide
SC23-6869-01

ARCCMD01 helps you configure your DFSMShsm environment using JES2 for migration from primary volumes and migration level 1 volumes to tape migration level 2 volumes. ARCCMD01 contains DFSMShsm parameter specifications. Refer to Figure 1 for an example listing of the ARCCMD01 member.

You need to specify primary volumes, migration level 1 volumes, and tape migration level 2 volumes. See ARCCMD91 for an example of how to specify the tape volumes with the ADDVOL command.

After you have edited ARCCMD01, append it to member ARCCMD00.

Figure 1. Example Listing of Member ARCCMD01
 /****************************************************************/
 /*  DFSMSHSM STARTUP COMMAND MEMBER FOR LEVEL 2 TAPE MIGRATION  */
 /*                                                              */
 /*  APPEND THIS COMMAND STREAM TO ARCCMD00 TO PROVIDE LEVEL 2   */
 /*  TAPE MIGRATION                                              */
 /****************************************************************/
 /****************************************************************/
 /*          DFSMSHSM LEVEL 2 TAPE MIGRATION PARAMETERS          */
 /****************************************************************/
 /*                                                              */
                                                                  
SETSYS -                                                          
  TAPEMIGRATION(ML2TAPE)    /* MIGRATE TO LEVEL 2 TAPE.         */
                                                                  
SETSYS -                                                          
  MIGUNITNAME(3590-1)       /* START WITH 3590-1 ML2 TAPE       */
                            /* UNIT.                            */
SETSYS -                                                          
  ML2RECYCLEPERCENT(20)     /* LOG MESSAGE WHEN VALID DATA      */
                            /* ON AN ML2 TAPE FALLS BELOW       */
                            /* 20%.                             */
SETSYS -                                                          
  TAPEMAXRECALLTASKS(1)     /* ONE TAPE RECALL TASK AT A TIME   */
                                                                  
 /*                                                              */
 /****************************************************************/
 /* SEE MEMBER ARCCMD91 IN HSM.SAMPLE.CNTL FOR AN EXAMPLE        */
 /* OF ADDVOL COMMANDS TO BE USED IN CONJUNCTION WITH LEVEL      */
 /* 2 TAPE MIGRATION.                                            */
 /****************************************************************/
 /*                                                              */

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014