Top Secret OMVS and SHELL receives FSUM2160I
search cancel

Top Secret OMVS and SHELL receives FSUM2160I

book

Article ID: 257669

calendar_today

Updated On:

Products

Top Secret

Issue/Introduction

Two users were created by cloning another acid.  The new users are having the below issue.   

FSUM2159I No session was started.  This TSO/E user ID has no defined UID.+                      

FSUM2160I Function = sigprocmask, return value = FFFFFFFF, return code = 0000009C, reason code = 0B0C00FC

OMVS gets an error stating the Program (or Shell) is /BIN/SH

The PROGRAM or SHELL should be lowercase /bin/sh

 

 

  

Environment

Release : Top Secret 16.0 

Resolution

Cloning/Create Using uppercased everything.
In order to not be uppercased the Program needs to be in single quotes,
 OMVSPGM('/bin/sh').

Remove the current OMVSPGM and then add it back:
TSS REMOVE(acid) OMVSPGM(/BIN/SH)
TSS ADD(acid) OMVSPGM('bin/sh')
TSS REFRESH(acid) JOBNAME(*)

 

Additional Information

Changed generic acid name to (acid), just in case (EKB).