The Message automation script to capture the VAN1503I and VAN1504I volume init messages is not working on some systems, while it works correctly on other systems.
All seems to be configured correctly for Message automation and the MSGTRIGS member contains corresponding entries to pass these messages.
However, these Console messages are not captured in the concerned environment.
When the Message automation script is fired manually, it says No messages accumulated as below:
VAN0771I FIRE of Automation Script CONMSG script1 NOT Done - No messages accumulated
Vantage
Change the AUTO attribute in the MPFLSTxx PARMLIB member to YES for the messages you want to use in Vantage message automation by setting AUTO(YES) for .NO_ENTRY (or by parameter AUTO(YES) for the msgid).
This is documented by IBM in the section "Statements and parameters for MPFLSTxx" at link:
Statements and parameters for MPFLSTxx
AUTO(YES|NO|token)
for msgid, specifies whether the message is eligible for processing by an automation subsystem.
for .NO_ENTRY, specifies for messages that are not identified in MPFLSTxx, AUTO indicates whether the message is eligible for processing by an automation subsystem
NO - Makes the message ineligible for automation processing.
YES - Makes the message eligible for automation processing.
.NO_ENTRY specifies the message processing options for all messages that are not specified in MPFLSTxx members.
The options that you specify on the .NO_ENTRY statement override the system defaults for messages that are not specified in this member.
On the .NO_ENTRY statement, you can specify whether all messages not specified in the MPFLSTxx member are to be considered eligible for automation processing, retained, and suppressed.