How to specify the UNIT for CA CSM's deploy product SYSUT3 and SYSUT4 datasets?
search cancel

How to specify the UNIT for CA CSM's deploy product SYSUT3 and SYSUT4 datasets?

book

Article ID: 122199

calendar_today

Updated On:

Products

Mainframe Software Manager (Chorus Software Manager)

Issue/Introduction

When I try to deploy a product within CA CSM it fails. The PKG1UTILOUT.txt output from the Deploy_Products step shows this allocation failure:
 
input="ALLOC;FI(SYSUT3) NEW DELETE REUSE SPACE(25,5) CYL UNIT(SYSDA)" 
ALLOC=<alloc msg(1) FI(SYSUT3) NEW DELETE REUSE SPACE(25,5) CYL UNIT(SYSDA)> 
IKJ56221I FILE SYSUT3 NOT ALLOCATED, VOLUME NOT AVAILABLE+ 
IKJ56221I VOLUME NECESSARY TO SATISFY YOUR REQUEST NOT ON SYSTEM, AND CANNOT BE MOUNTED 

 

 

Environment

Release:
Component: MSM

Resolution

The UNIT for these SYSUT3 and SYSUT4 defaults to SYSDA. To change this to a UNIT that has available volumes at your site, code these lines in your SAMPLIB(MSMLIB) member:
IJO="$IJO -Dmsmdutil.sysut3.unit=SYSALLDA"
IJO="$IJO -Dmsmdutil.sysut4.unit=SYSALLDA"

You may replace SYSALLDA with whatever unit name that will work at your site.
Recycle the MSMTCSRV started task and perform your deployment.