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,
Post an idea
Upvote ideas that matter most to you
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
See this idea on ideas.ibm.com
We have a built a new HA cluster with redhat pacemaker and trying to create resources with HAScripts provided with the Datastage HA
installation but the HAScript provided for the WAS & InfoSvrEngine start/stop requires more options such as status.
The HAScript needs to be LSB (LinuxStandardBase) compliant, so that they can be brought under redhat pacemaker cluster resources.
For ex: The LSB compliant HA script expects, a status option to be available in the HA script.
Also, when the script is run with start option, when the target process is already running, the HA script should return exit 0 (status OK) but not non-zero status.
Also, when the script is run with stop option, when the target process is already stopped, the HA script should return exit 0 (status OK) but not non-zero status.
The LSB compliance can be found at : http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
can you provide LSB compliant HA scripts with these options?
[root@node1 HAScripts]# pwd
/opt/IBM/InformationServer/HAScripts
[root@node1 HAScripts]#
[root@node1 HAScripts]# ls -l ISFServer
-rwxr-xr-x. 1 root root 115 May 5 09:58 ISFServer
[root@node1 HAScripts]#
[root@node1 HAScripts]# ./ISFServer
Usage: /opt/IBM/InformationServer/ASBServer/bin/MetadataServer.sh {start|stop|restart|run}
[root@node1 HAScripts]#
[root@livvsqiisds01 HAScripts]# ./InfoSvrEngine
Usage: ./InfoSvrEngine {start|stop|status}
[root@livvsqiisds01 HAScripts]#
Needed by Date | May 23, 2019 |
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.
This is crucial for HA setup's, especially where the application RTO's are very small and SLA's apply. We are in the same boat and need this to be prioritized.