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

Add z/OS System Name (SMFID) to Zowe Explorer Jobs View #2308

Closed
Tracked by #1597
cybersorcerer opened this issue May 25, 2023 · 4 comments · Fixed by #2629
Closed
Tracked by #1597

Add z/OS System Name (SMFID) to Zowe Explorer Jobs View #2308

cybersorcerer opened this issue May 25, 2023 · 4 comments · Fixed by #2629
Assignees
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have
Milestone

Comments

@cybersorcerer
Copy link

Hi,
if you need to monitor started tasks on a bigger sysplex it is currently hard to tell on which system in the sysplex the STC is running. Have a look at the screen shot below
jobs-01
The STC AMICTL is running on 12 Members of the sysplex. If i need to have a closer look on one of them running on a certain LPAR, i have a hard time to find it. When you add the exec-data=Y flag to the z/OSM REST API request you will get among other useful data the field exec-member back. This will contain the name of the Plexmember (smfid) Take the contens of this field and add it to the jobs view for example like so:

JOBNAME(JOBID) - MEMBERNAME - STATUS
AMICTL(STC11223) - SYSX - ACTIVE

Thanks in advance

@JTonda JTonda added the enhancement New feature or request label Aug 31, 2023
@github-actions
Copy link

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 10 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@JTonda JTonda added the priority-low Legit issue but cosmetic or nice-to-have label Aug 31, 2023
@awharn
Copy link
Member

awharn commented Aug 31, 2023

exec-data was added to the z/OSMF API's as part of 2.4.0 - if an earlier version of the API is used, it may cause errors. Something to keep in mind for this implementation, as it is passed as a query parameter on the URI.
https://www.ibm.com/docs/en/zos/2.4.0?topic=interface-list-jobs-owner-prefix-job-id

@cybersorcerer
Copy link
Author

cybersorcerer commented Aug 31, 2023

@awharn yes you are right, but this is IMHO not even a deal at all ... it is no problem to check the z/os version! On big plexes displaying the smfid is a must!

@JillieBeanSim JillieBeanSim mentioned this issue Sep 25, 2023
31 tasks
@SanthoshiBoyina SanthoshiBoyina self-assigned this Dec 15, 2023
@SanthoshiBoyina
Copy link
Contributor

Created PR - #2629

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have
Projects
Status: Closed
Development

Successfully merging a pull request may close this issue.

5 participants