IEE341I TMUF NOT ACTIVE: How to submit a console command to MUF?
search cancel

IEE341I TMUF NOT ACTIVE: How to submit a console command to MUF?

book

Article ID: 216122

calendar_today

Updated On:

Products

Datacom Datacom/AD Datacom/DB

Issue/Introduction

I am getting an issue trying to submit a console command to the MUF. I am not sure what is wrong. It shows that the MUF is up and running in my system

F CA7TMUF,CLOSE 2
IEE341I CA7TMUF           NOT ACTIVE

Environment

CA Datacom/AD

CA Datacom/DB

Cause

The most common problems for a console command not working are:

  1. The mufname is specified instead of the jobname
  2. Security-related/users may not be authorized and/or have to consult with operations
  3. Submitting a console command from a different LPAR where MUF resides
  4. MUF may not be up (must be active)

Resolution

In this example, the reason this failed is because the modify CLOSE console command was issued against the MUFNAME/CXXNAME (CA7TMUF). 

In order for this to work, the console command has to be issued against the jobname

Submitting a console command uses the standard IBM MODIFY command. The syntax can be seen down below

The STATUS console command is one of many console commands that you can issue to the MUF.
An example of this and how MUF displays the console message in the MUFJESLG (issue a ? or L on MUF job and MUFJESLG will be first file) can be seen down below

Command line Input in SDSF or CA SYSVIEW:
/f TESTMUF,status

JESMSGLG Output(at the bottom):
...
TESTMUF:DB01311I - COMM STATUS                                                      
TESTMUF:DB01327I - MULTI-USER AVAILABLE, TASKS - ATTACHED---172, AVAILABLE----78                                                                                  
TESTMUF:DB01328I - TIME   I/O  JOBNAME R-UNIT TASK CMD-DBID-TBL    SEQ STATUS         
TESTMUF:DB01329I -    :48      ***DBCOM        250 CLOSE        432237 WAIT OFT                                                                                      
TESTMUF:DB01329I -           1 CCSODSDI 92289  161 REDKY 165CXE 159940 WAIT I/O IXX   
TESTMUF:DB01330I -             CICSAPPS 86691  121 NOT ACTIVE  40                                      
TESTMUF:DB01329I -  13:09   26 COLODCA2 92293  164 XXXXL        579033 WAIT OFT       
TESTMUF:DB01330I -             CTBODSDO 91931  170 NOT ACTIVE                                                                                                    
TESTMUF:DB01329I -   3:23      EXSCORR         165 OPEN         246302 WAIT OFT       
TESTMUF:DB01329I -   8:43      EXSCORR  92290  163 CLOSE        146486 WAIT OFT       
TESTMUF:DB01329I -           1 LDCODETE 92161  166 LOCKY 100RCD 160036 WAIT I/O IXX   
TESTMUF:DB01329I -           1 SGCOMRNX 91845  169 ADDIT 100CAC 160030 WAIT I/O DATA
....

Additional Information

See Maintenance Using Console Commands documentation for a full list of commands that can be issued to the console

See KBA 211183 "Console STATUS command not working for a specific MUF" for security related example.