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.
The STSCONFIG command was added to the QSMGSSTD API, and its command syntax is at the link below.
https://www.ibm.com/docs/en/i/7.2?topic=ssw_ibm_i_72/apis/qsmgsstd.htm
The command will not show up in the supported list of commands, so use the description below to supplement the documentation.
CALL PGM(QSMGSSTD) PARM('STSCONFIG -RSC CMN03 -ip xxx.xxx.xxx.xxx -GATE xxx.xxx.xxx.xxx -MASK 255.255.252.0 -SYS networkName' X'00000081' 'SSTD0100' X'00000000')
- The STSCONFIG is API command name, requires 30 characters (blank filled).
- The RSC - Resource name, allows 10 characters.
- The IP, GATE, and MASK, allows 4 sets of IP.
- The SYS is the network name, it allows 12 characters (currently 11 characters, but going to 12 characters eventually).
- X'00000081' is the command length 129 characters.
- 'SSTD0100' is the API type and is required.
- X'00000000' is the place for a return code, the API requires it.
The API is intended to replace having to go into SST to perform the work, so the QSMGSSTD API requires that the XPF user ID be linked to a Service Tool user ID.
The QSECOFR ID has a link to the Service Tool QSECOFR ID, so this pair of user IDs has the required linkage.
If the user is using a different XPF user ID other then QSECOFR, then they have to make sure it's linked to a Service Tool user ID.
In SST working with the Service Tool user IDs, when an ID is created it can be linked to an XPF ID, or an existing Service Tool user ID can be given a link.
The linked XPF user can only be used once, so each Service Tool user ID requires a unique XPF ID.
The commands on the QSMGSSTD API require the linked Service Tool user ID to have at least D/A/D privilege, but the STSCONFIG command requires the Service Tool security privilege, because a configuration is being changed.
In 7.4, the user doesn't need to go into SST to create and/or change a Service Tool user ID; there are XPF commands that allow that:
See commands CRTSSTUSR, CHGSSTUSR, and DSPSSTUSR
https://www.ibm.com/docs/en/i/7.4?topic=ssw_ibm_i_74/cl/crtsstusr.htmhttps://www.ibm.com/docs/en/i/7.4?topic=ssw_ibm_i_74/cl/chgsstusr.htmhttps://www.ibm.com/docs/en/i/7.1?topic=ssw_ibm_i_71/cl/dspsstusr.htm
API PTF MF69628 will pull in these PTFs.. Release 7.5
PREREQ 5770999 V7R4M0 MF69557 00/00 0000 Pre-req cnfglan
PREREQ 5770999 V7R4M0 MF69684 00/00 0000 Pre-req dumpgsd
Add 5770999 V7R4M0 MF69796 Helper PTF which deactivates the resource when the Activation Engine clears the config
These PTFs are in the first cum package.
API PTF MF69627 will pull in these PTFs.. Release 7.4
PREREQ 5770999 V7R4M0 MF69556 00/00 0000 Pre-req cnfglan
PREREQ 5770999 V7R4M0 MF69683 00/00 0000 Pre-req dumpgsd
PREREQ 5770999 V7R4M0 MF68473 00/00 0000 Previous Trace pre-req
PREREQ 5770999 V7R4M0 MF66287 00/00 0000 Previous multipath disk unit pre-req
Add 5770999 V7R4M0 MF69787 Helper PTF which deactivates the resource when the Activation Engine clears the config
API PTF MF69626 will pull in these PTFs.. Release 7.3
TR 5770999 V7R3M0 MF99212 00/00 0000 Technology Refresh PTF
IBM Power Systems DevelopmentPREREQ 5770999 V7R4M0 MF69555 00/00 0000 Pre-req cnfglan
PREREQ 5770999 V7R4M0 MF69682 00/00 0000 Pre-req dumpgsd
Add 5770999 V7R4M0 MF69795 Helper PTF which deactivates the resource when the Activation Engine clears the config
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.
We would like more specific information related to the Use Case, so this RFE is being changed to ???Need More Information".
1. What is the main purpose to having the Service Tool Server (SRVLAN) ? For example, is it to do this command?: CRTDEVOPT DEVD(NFS) RSRCNAME(*VRT) LCLINTNETA(*SRVLAN) RMTINTNETA(???x.x.xxx.xx')
2. Are any alternatives acceptable for your Use case? Perhaps a virtual device using the regular tall stack (TCP/IP) could be acceptable to you?
IBM has received the requirement and is evaluating it. IBM will provide a response after evaluation is complete.
I concur from a support point of view, this would be a beneficial API/process to have.