> We found the below error in our SR queue. > > IEA911E PARTIAL DUMP ON SYS1.DUMP00. > > I did a /D DUMP,TITLE > > IEE853I 07.39.39 SYS1.DUMP TITLES 224 > SYS1.DUMP DATA SETS AVAILABLE=000 AND FULL=003 CAPTURED DUMPS=0000, > SPACE USED=00000000M, SPACE FREE=00000500M > SYS1.CTS2.DMP00017 TITLE=DSN1,ABND=0C4-00000038,U=U258105 ,M=(N), > C=810.UC -UTILDALC,M=DSNTFRCV,LOC=DSNUTILA.DSNUGSTA+0CEE > DUMP TAKEN TIME=17.38.50 DATE=04/20/2011 > DUMP00 TITLE=DSN1,ABND=0C4-00000010,U=U258105 ,M=(N),C=810.DMC > -DSNILPG ,M=DSNTFRCV,PSW=077C3001F84EC3EA,A=00DA > DUMP TAKEN TIME=18.55.17 DATE=04/20/2011 > DUMP01 TITLE=DSN1,ABND=0C4-00000010,U=U258105 ,M=(N),C=810.SMC > -DSNSFSTG,M=DSNTFRCV,LOC=DSNSLD1 .DSNSVBK +1024 > DUMP TAKEN TIME=18.55.21 DATE=04/20/2011 > DUMP02 TITLE=DSN1,ABND=0C4-00000010,U=U258105 ,M=(N),C=810.DMC > -DSNILPG ,M=DSNTFRCV,PSW=077C3001F84EC3EA,A=00DA > DUMP TAKEN TIME=18.56.59 DATE=04/20/2011 > > > > Could anyone please guide me to clear this error.
If you have DFSMS active, you could make your Dump datasets used by DUMPSRV SMS managed and not use the SYS1.DUMPxx datasets except at IPL time. That way you can have SMS control them and provide all the space you need. My SVC Dumps use an HLQ that is not in the MASTER CATALOG. You may have a partial dump for a number of reasons. A couple of reasons are 1) Your SYS1.DUMPxx dataset was too small and ran out of space. 2) The Data space for dump (SPACE USED=00000000M, SPACE FREE=00000500M) is too small to hold the dump when it was taken You need to look at the message that was produced when this dump was taken to find out the real answer. To empty any SYS1.DUMP dataset look up the DD command for CLEAR. Otherwise the SVC Dump that was taken is probably not going to help diagnose any issue. I have seen some DB2 dumps take a couple of gigabytes of dataspace and dasd storage during a dump. The 500M you have specified may not be sufficient for all DB2 dumps. Lizette ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

