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

Parmlib concatenation to prevent upgrade erasure? #645

Open
1000TurquoisePogs opened this issue Sep 18, 2023 · 3 comments
Open

Parmlib concatenation to prevent upgrade erasure? #645

1000TurquoisePogs opened this issue Sep 18, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request new not yet triaged

Comments

@1000TurquoisePogs
Copy link
Member

When a ZIS plugin installs, it may need content in the zis parmlib.
When zowe upgrades, this parmlib gets reset.
Can we concatenate parmlibs so that we can have a plugin parmlib separate from the zis core parmlib?

@1000TurquoisePogs 1000TurquoisePogs added enhancement New feature or request new not yet triaged labels Sep 18, 2023
@jthyssenrocket
Copy link

Specifically:

In order to copy the Zowe load modules from the new Zowe version into zowe.setup.dataset.loadlib and zowe.setup.dataset.authLoadlib, you have to run:

zwe init mvs --allow-overwrite

Unfortunately this overwrites zowe.setup.dataset.parmlib(parmlibMembers) (a.k.a. ZWESIP00).
Third party plugins like IBM Unified Management Server will append parameters to ZWESIP00, but they get overwritten.

It would be great if the ZIS and ZIS AUX servers allowed parmlib concatenation just like the Zowe launcher.
Alternatively, an upgrade of Zowe should not overwrite ZWESIP00, but merge instead.

@JoeNemo
Copy link
Contributor

JoeNemo commented Sep 20, 2023

We need to investigate this further.

@ifakhrutdinov
Copy link
Contributor

I can have a look and see what could be done from the ZIS side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new not yet triaged
Projects
None yet
Development

No branches or pull requests

4 participants