This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.
See this idea on ideas.ibm.com
Request:
----------
Remove the dependency of STRSAVSYNC on subsystem QSYSWRK - it is not the appropriate subsystem to use.
1. Preferred solution: Ship STRSAVSYNC with its own limited subsystem and start it automatically, and also auto start the IPV6 pre-reqs.
2. or leave it all to the user to figure out, but add parameters to the STRSAVSYNC command to let the user specify which subsystem to use.
The STRSAVSYNC runs the following command under the covers:
STRPJ SBS(QSYSWRK) PGM(QSYS/QSRSYNCM)
and therefore requires subsystem QSYSWRK to be active. Problems:
1. If the QSYSWRK is not active, the error message is not sent to the user application, therefore it looks like the STRSAVSYNC command completed normally, but it didn't, and now later user processes crash unexpectedly. Logic to auto start the subsystem does not work because MONMSG does not see the error. This is an IBM design error.
2. QSYSWRK auto starts a lot of jobs that get in the way of save-while-active (SWA) operations. Some vendors also add their stuff to QSYSWRK so when you start the subsystem, now you have to go and end a lot of jobs, and that becomes difficult to automate for unattended operations.
3. The bottom line, QSYSWRK was a poor choice for STRSAVSYNC. All it needs is a simple subsystem with one pre-start job entry, like this:
CRTSBSD SBSD(userlib/somesbsd) POOLS((1 *BASE))
ADDPJE SBSD(userlib/somesbsd) PGM(QSYS/QSRSYNCM) INLJOBS(1) THRESHOLD(1) ALJOBS(0) MAXJOBS(1) JOBD(QGPL/QDFTSVR) CLS(QGPL/QINTER *CALC)
STRSAVSYNC requires limited IPV6 services, therefore you also need to:
STRTCP STRSVR(*NO) STRIFC(*NO) STRPTPPRF(*NO) STRIP6(*YES)
STRTCPIFC INTNETADR('x.x.xx.xxx')
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
- IBM Power Systems Development
We have reviewed this RFE again. IBM will continue to monitor this request and will use votes and comments from others in the community to help prioritize this request.
The CAAC has reviewed this requirement and recommends that IBM view this as a “nice to have” low priority feature. It seems that not many customers would have a need for this function.
Background: The COMMON Americas Advisory Council (CAAC) members have a broad range of experience in working with small and medium-sized IBM i customers. CAAC has a key role in working with IBM i development to help assess the value and impact of individual RFEs on the broader IBM i community, and has therefore reviewed your RFE.
For more information about CAAC, see www.common.org/caac
Nancy Uthke-Schmucki - CAAC Program Manager
IBM will use this request as input to planning but no commitment is made or implied. This request will be updated in the future if IBM implements it. IBM will use votes and comments from others in the community to help prioritize this request.
IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.