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 use Platform LSF 9.1 in conjunction with ClearCase. In situations where CC is not working on the execution host, LSF provides a misleading message (a bug) as well as insufficient information to determine that the execution host has a problem. Specifically, this happens:
One of our LSF users encountered the following error:
Job <22701> is submitted to queue .
<>
<>
Notice in the message above that no information is provided back to the user. Further, when we look at the bjobs and bhist output, there is similarly no information as to the failure:
Job <22701>, User , Project , Interactive mode, Command Tue Jul 26 07:46:43: Submitted from host , to Queue , CWD , Requested Resources ; Tue Jul 26 07:46:44:
Dispatched 1 Task(s) on Host(s) , Allocated 1 Slot(s) on Host(s) , Effective RES_REQ ;
Tue Jul 26 07:46:44:
Starting (Pid 28820); Tue Jul 26 07:46:44: Exited with exit code 1.
The CPU time used is 0.1 seconds;
Tue Jul 26 07:46:44: Completed ;
The underlying problem on the execution host was MVFS was not properly functioning. This was verified by running a command on the remote host manually:
sjc-hw-1086:1002> cleartool setview sbishai_lsq_synreg_20160726_152349_0.view
cleartool: Warning: The view cannot be started because the MVFS is not installed.
The "enhancement" request I am making is for LSF to provide actionable information to the user from one or more of the bsub launch, the bjobs -l, or the bhist -l output.
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.
Uploaded to fix center.
For 9.1.3
Fix Central URL:
http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=Platform%2BComputing&product=ibm/Other+software/Platform+LSF&release=All&platform=All&function=fixId&fixids=lsf-9.1.3-build450524&includeSupersedes=0
Fix ID: lsf-9.1.3-build450524
For 10.1
Fix Central URL:
http://www-933.ibm.com/support/fixcentral/swg/selectFixes?parent=Platform%2BComputing&product=ibm/Other+software/IBM+Spectrum+LSF&release=All&platform=All&function=fixId&fixids=lsf-10.1-build451690&includeSupersedes=0
Fix ID: lsf-10.1-build451690
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.
Creating a new RFE based on Community RFE #92576 in product Platform LSF.
Usually "Terminated while pending" indicates LSF job environment setup failure. LSF job environment setup is done through sbatchd and res processes, thus sbatchd and res log files are the places to look for possible cause. Since LSF ClearCase integration also involve daemons.wrap, daemons.wrap log file may also reveal something.