CSM: RC 133 Reason: EDC5133I No space left on device
search cancel

CSM: RC 133 Reason: EDC5133I No space left on device

book

Article ID: 216020

calendar_today

Updated On:

Products

CHORUS SOFTWARE MANAGER

Issue/Introduction

Getting this error message under CSM:

MMR0004S - An error occurred during msgget(). RC: 133 Reason: EDC5133I No space left on device. 

 

Environment

Chorus Software Manager 6.0 - z/OS supported releases - 

 

Resolution

The OMVS parameters can be checked with the command: 

D OMVS,L

The result will be something as:  

                                  CURRENT  HIGHWATER     SYSTEM
                                   USAGE          USAGE              LIMIT
MAXPROCSYS                188             199              5000
MAXUIDS                           49               51              1000
MAXPTYS                            0                 1                800
MAXMMAPAREA            2322           2322            40960
MAXSHAREPAGES      22756         30332          131072
IPCMSGNIDS                    500             500                500
IPCSEMNIDS                        1                  1               500
IPCSHMNIDS                        0                  0               500
IPCSHMSPAGES                  0                  0         262144
IPCMSGQBYTES                 ---              124   2147483647
IPCMSGQMNUM                  ---                 3               0000
IPCSHMMPAGES                 ---                 0             25600
SHRLIBRGNSIZE         73400320   73400320  157286400
SHRLIBMAXPAGES              0               0                 4096
MAXUSERMOUNTSYS         0               0                       0
MAXUSERMOUNTUSER      0               0                       0

IPCMSGNIDS may be the culprit. In reviewing the settings, check if the others seem sufficient and the Current Usage and High Water Usage are nowhere near the System Limit.

However, looking at the IPCMSGNIDS parameters, in this example, it is:
500  500  500 across the board.

So a solution could be to increase value of IPCMSGNIDS from 500 to 1000. 

This limit can be set to 1000 and without recycling MSMTC, logging to Chorus again, the error messages:
MMR0004S or EDC5133I should have disappeared.