Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have a message written to the MVS console when all of the Zowe components have successfully started #1248

Closed
Joe-Winchester opened this issue Apr 8, 2020 · 5 comments
Labels

Comments

@Joe-Winchester
Copy link
Member

Is your feature request related to a problem? Please describe.
When Zowe starts customers have asked for the ability to see message(s) in the log to indicate that the components have successfully started and also that all of Zowe's address spaces are available.

Additional context
Related to zowe/zlux#355 (comment)

@Joe-Winchester Joe-Winchester added this to the 20PI2 milestone Apr 8, 2020
@OnnoVdT
Copy link
Contributor

OnnoVdT commented Apr 22, 2020

tip: shell scripts can write a console messge by piping to /dev/console
echo test > /dev/console results in
BPXF024I (ONNO) test

@F-LEMANER
Copy link

Hello,
On MVS (z/OS) )latform, we use automation software to start/stop/survey adress spaces.
We need a ZWExxxI "ZOWE successfully initialized" message to trap

@Joe-Winchester
Copy link
Member Author

Hello,
On MVS (z/OS) )latform, we use automation software to start/stop/survey adress spaces.
We need a ZWExxxI "ZOWE successfully initialized" message to trap

@F-LEMANER - yes this is the scenarios we've heard from others to get a message when all of the Zowe address spaces are settled down their init processes. @ifakhrutdinov I believe you've started to look at this a little where the cross memory server can be the orchestrator and monitor of the address spaces ?

@ifakhrutdinov
Copy link
Contributor

@Joe-Winchester, @F-LEMANER, yes, there is a new project which is going to solve this and other issues (handling of modify commands, address space cancellation, etc).

@1000TurquoisePogs
Copy link
Member

Completed in v2 by the zowe.sysMessages array of message IDs to be duplicated into syslog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants