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

Resource Helpers #9

Open
viccross opened this issue Jun 17, 2020 · 0 comments
Open

Resource Helpers #9

viccross opened this issue Jun 17, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@viccross
Copy link
Owner

Life can be a bit hard for new RACF administrators, particularly on z/VM. For example, different RACF resource classes have different "interpretations" of the access levels (Read, Update, Control, Alter). The methods used by some products and features can be intricate, such as things like logon-by (is that SURROGAT resources in FACILITY, or LOGONBY in SURROGAT? [1]). Finally, IBM and third-party products that implement their own profiles can be a mystery.

The idea is for "resource helpers", a framework for providing per-class (or per-resource, depending on the class) hints on how to use that resource or class. Examples:

  • When viewing VMMDISK resource profiles, a RACF Manager user might see a tooltip hover over a RUCA access level that describes how CP interprets that access level
  • Using fields like Installation Data in the resource profile, descriptive text would be available to indicate what the resource is (TCPMAINT.198 might appear as "TCP/IP Configuration Disk" and PMAINT.CF0 might appear as "System Common Parameter disk")

The facility would be extensible so that RACF Manager administrators could develop their own helpers (or modify the tips provided by the existing helpers). ISVs could also develop helpers for the resources used by their products.

@viccross viccross added the enhancement New feature or request label Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant