Description:
How to change the primary and secondary file allocation for the tmproot file system to avoid SB37 abends.
Solution:
In your MSM SAMPLIB(MSMLIB)
After IJO="$IJO -DCSM_MPM.TEMPSPACE.MINIMUM.IDLE.MINUTES=60"
Insert these two lines:
IJO="$IJO -DCSM_MPM.TEMPSPACE.PRIMARY.TRACKS=nnn"
IJO="$IJO -DCSM_MPM.TEMPSPACE.SECONDARY.TRACKS=nnn"
Change nnn to the number of primary and secondary tracks.
Recycle Tomcat MSM startup proc.