Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Workspace Spectrum Symphony
Components Version 7.1
Created by Guest
Created on Aug 12, 2016

[Security and Access Control] /etc/init.d/ego status overiding default behavior - not according to standard, breaks monitoring and automation tool chain

The init.d script being rolled out with Symphony 7.1.0 is the same across all compute and management hosts. Running the script in its intended way with the status flag always results in the same message:

-bash-4.1$ sudo service ego status
ego service is stopped.

Which is not true, the services (lim, pem) are up and running. The script tries to also run "egosh ego info", which can only be run when the platform.profile is sourced and the user executing the script is logged in to the the cluster. This is never the case for any of the use cases described below, only our application admins are logged in to the cluster when running administrative tasks. No other tools or admins should be logged in.

There's 2 major problems with this approach:

1) the init system is a system to bootstrap processes and check for their LOCAL well-being, by the means of providing a status routine that checks for the processes pid. In no case shall the status flag require anything above the local host's stack, like network or application level functionality. It's crucial to limit the functionality and exit return codes to just local services. Custom functionality can be added by custom flags that do not override the core flags. In this case, this is not even necessary, as "egosh ego info" would only be run by a cluster admin, not a regular local admin who would be interested in the status of the local processes only. Checking for cluster info must not be part of the init system.

2) Ignoring the impact of this puts adoption at stake, and increases support effort on IBM's side due to the false error messages.

We provided a fix (3 lines of code) months ago, yet are still debating about why it's a good idea to follow standards and allow tools to communicate with each other. The proposed solution from IBM support and development side breaks other customers' use case if they really rely on checking the cluster status by the means of an init.d script (which they shouldn't do in the first place). In addition, that solution also mixes the local process status with the clusterstatus in one go, again.

No progress so far. See PMR for details.

  • Guest
    Reply
    |
    May 27, 2021

    Hi Peter, I am closing this RFE as we have a roadmap project mapping to the request already. Please feel free to create new RFE request if there are any gaps still.

  • Guest
    Reply
    |
    Mar 20, 2017

    This RFE's Headline was changed after submission to reflect the headline of an internal request we were already considering, but will now track here.

  • Guest
    Reply
    |
    Aug 18, 2016

    Attachment (Use case): The patch fixing the problem.

  • Guest
    Reply
    |
    Aug 13, 2016

    Creating a new RFE based on Community RFE #92950 in product Platform Symphony.