Shell Script Errors Trying to Apply CA OPS/MVS maintenance
search cancel

Shell Script Errors Trying to Apply CA OPS/MVS maintenance

book

Article ID: 106809

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

Getting shell script errors trying to apply CA OPS/MVS maintenance:
GIM39302E ** SHELL SCRIPT OPSSHJAR PROCESSING FOR THE HFS OPWBBRJR IN THE CCLXHFS LIBRARY FAILED FOR SYSMOD SO00236. SEQUENCE NUMBER 000008.
GIM30236I APPLY PROCESSING FAILED FOR SYSMOD SO00236. SHELL SCRIPT PROCESSING FAILED FOR AN ELEMENT IN SYSMOD SO00236.
 

Environment

Release:
Component: OPSMVS

Resolution

The file system where the CA OPS/MVS files reside was not correctly mounted.
The mount of this filesystem is normally performed by the installation job CLX06MKD (from SAMPJCL library).
Usually it is necessary to execute just the step MOUNT2 of this job.
For example:

//MOUNT2 EXEC PGM=IKJEFT01,REGION=4096K,DYNAMNBR=50  
//SYSTSPRT DD SYSOUT=*                               
//SYSTSOUT DD SYSOUT=*                               
//SYSTSIN  DD *                                      
 MOUNT FILESYSTEM('prefix.OPS.CCLXHFS.ZFS') +    
   TYPE(ZFS)  +                                      
   MODE(RDWR) +                                      
   MOUNTPOINT('+                                     
/u/OPS+                    
/CCLXHFS+                                            
')                                                   
/*                                                   

Additional Information

If the above does not resolve, ensure that the DD Defs, the mount JCL, etc all have the correct file system name, which is case sensitive.