AppWorx, Dollar Universe and Sysload Community

 View Only

  • 1.  Check status of a uproc or session from launch number with a command

    Posted Feb 03, 2026 05:57 AM

    DUAS 7.01.02 Windows 2019

    Using a uxfla a uproc or sessions can be launched, if the command is successful a launch number is returned.  What is needed is a way to see if the objust that has launched has completed.

    This would be the associated uproc or session and these have uproc or session numbers.  These can be traced easily using a command to query the events like uxlst evt.

    What would be good is if there was a way to marry up the launch number with the actual session or uproc number (on the same node). The events command does not have a launch number variable.  Really the only thing could be to query the control points using uxltl ctl.

    Is there an easier way or a command that lists the session or uproc number? (Appreciate that things could be launched on remote nodes)



    -------------------------------------------


  • 2.  RE: Check status of a uproc or session from launch number with a command

    Broadcom Employee
    Posted Feb 05, 2026 11:26 AM

    Hi,

    Currently, the only way to make a link between the launch number and a session/uproc number is using the command "uxlst ctl". The session number and the uproc number is set when the job is taken into account by the Launcher. When this is done, the job appears in the control list.

    So using "uxlst ctl nseq=<launch number>" you will have the line of the job including the session number and the uproc number.

    While the job is not taken into account by the Launcher (a future launch for exemple), the job will be in the "Future launches list". You will see it using "uxlst fla nseq=<launch number>". 

    -------------------------------------------



  • 3.  RE: Check status of a uproc or session from launch number with a command

    Posted Feb 06, 2026 05:26 AM

    Thanks, have already worked out the command and can check the status by using the status switch. It would be nice to have a more standard way of tracking uprocs by querying the Events with a command. 

     Maybe something for a future release.

    -------------------------------------------