Skip to Main Content
IBM Power Ideas Portal


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).


Shape the future of IBM!

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:

Search existing ideas

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 your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

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.

Status Not under consideration
Workspace AIX
Created by Guest
Created on Apr 19, 2021

Change RSCT scripts from ksh to sh/bash

Hi Team,

SUSE has announced that it will end support for ksh in SLES 12 on March 2022 as per the link https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP1/.
Many of the TSAMP and RSCT scripts are still using ksh e.g. getsadata, samreset, SAMAdapter, sapstartctrl, ctsnap, rmcctrl, cthagsctrl, RMstart, RMstart etc.
In order to continue supporting SUSE 12 beyond March 2022, we must change all the required scripts from ksh to bash as there are many SLES customers using TSAMP/RSCT.

TSAMP team has already started working on this change, please correct it as soon as possible in RSCT also.

Idea priority Medium
  • Guest
    Reply
    |
    Apr 28, 2021

    .This RFE request will be rejected.

    ksh is not going away.
    You're referring the legacy ksh (which may be discontinued to support), but it the same ksh is implemented as mksh package which is supported by all major distros.

    In fact, RSCT has already supported 'mksh' (instead of legacy ksh).
    For example, you can install mksh first and then RSCT won't install the legacy ksh but use the already-installed mksh.
    So, the only thing you need to do is - install "mksh" first.

    Moreover, we're considering to set "explicit" dependency to mksh for coming RSCT/Linux releases.

    https://www.suse.com/releasenotes/x86_64/SUSE-SLES/12-SP1/

    1.4.1.3 Support for Korn Shell (ksh) Extended Until End of March 2022 Report Bug #
    Support for the legacy package ksh in SLE was originally slated to end in 2017. However, many customers still depend on ksh.
    Support for ksh has been extended until the end of March 2022.
    Beyond that time, you can use the mksh implementation of Korn Shell (package mksh). However, as mksh is based on pdksh, there are certain functional differences. For example, its handling of pipelines is similar to Bash.

  • Guest
    Reply
    |
    Apr 20, 2021

    Correction: my 'vote' is NO
    - as the `Vote` button only permits, rathers implies - yes.

  • Guest
    Reply
    |
    Apr 20, 2021

    * It is one thing to change the shell NAME (e.g., #!/usr/bin/ksh to #!/usr/bin/sh) - but it is something else to demand that /usr/bin/sh be supporting all 'bash' isms.
    * So, voting NO - because what I see is not about removing dependencies of 'ksh' syntax to 'shell' independent scripts. Otherwise bash becomes a dependency - and it is not provided for AIX 7.1 or AIX 7.2 (AIX Toolbox is not officially supported, nor is it packaged as installp).
    ** I could have supported an RFE that stated remove ksh dependencies.