Missing some statuses when z/OS tasks are coming up.
Environment
Release: Component: OPSMVS
Cause
One possible cause is that the rule that sets the CURRENT_STATE to UP reached its maximum number of fires in 1 minute. To check if this is the case, look for a message OPS4111O around the time the resource was started. The following message indicates a rule reached its fire limit:
OPS4111O RULE rulseset.rule HAS EXCEEDED THE AOF FIRING LIMIT OF nnnnn
Resolution
The fire limit is determined by the parameter AOFFIRELIMIT To override the fire limit for just a particular rule the following statement can be included in the )INIT section of the rule: )INIT OPTIONS "FIRELIMIT=nnnnnn"
Where nnnnnn is the new fire limit for this particular rule