This is the public portal for all IBM Z Hardware and Operating System related offerings. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
In the z/OSMF ServerPac process, we can think of there being two ?phases?: the actual deployment wizard and jobs (in z/OSMF Software Management), and then the post-deployment customization and verification (in z/OSMF Workflows).. Within that first phase is where all product-independent install work occurs ? which we could relate in ALTCAT to the renaming and cataloging of all data sets portion of that job. However, the z/OS UNIX conversion to symlinks is a *product-dependent* task, and belongs in the z/OSMF POSTDEPLOY Workflow which is dependent upon the product content of the order, after the appropriate customization is done, prior to IPL. Just like in the ALTCAT job where the z/OS UNIX conversion to symlink occurs just prior to IPL, that is the corresponding point in the Workflow where the symlink conversion happens, so there is no difference in the z/OSMF process where that z/OS UNIX task is performed. The z/OSMF Software Management portion of the installation remaining as *product-independent* as possible is critical - which means putting any z/OS UNIX specific step in those Software Management deployment jobs is not feasible. However, it does belong in the *product-dependent* customization Workflow, and so it is approximately at Step 39 of a 45 step Workflow ? analogous to the same point in the old process, right before the IPL.
Of course, the steps in the POSTDEPLOY workflow might be able to be skipped or executed in a more customer-preferred order, if an individual user desires. z/OSMF Workflow will keep track of what has been completed so progress can be ascertained. The Workflow does need some of the basic configuration settings decided early on, but once those are known, the customization steps (including ?Step 39 Create /etc and /var Symlinks?) might be able to be done earlier. However, notice, that the customization may need the /etc and /var file systems mounted, and for that reason, the symlink conversion is best to stay in the last position before IPL, for those that prefer to execute the steps in order.