I'm pulling my hair out trying to resolve a config issue with SMCS, and
would like to preserve what little sanity (and hair!) I have left.

We have SMCS running today, with a single console definition unprotected
by RACF.  The SMCS APPLID is protected by a TCPIP.PROFILE.TCPIP
RESTRICTAPPL directive that lists a couple of authorized users.

I want to implement RACF protection on the SMCS consoles, so I'm trying
to define a SMCS console that will automatically log me on when I
connect to it.  To that end, I've coded a CONSOLxx member containing:

   CONSOLE DEVNUM(SMCS) ROUTCODE(1-10,12-128) MFORM(T,J)
           AREA(NONE) UD(Y) DEL(RD) MSCOPE(*ALL) LOGON(AUTO)  
           NAME(DAVE) LU(DAVE)

LOGON(AUTO) with NAME(DAVE) and LU(DAVE) says that I'll be automatically
logged on with USERID=DAVE if I connect via LU=DAVE.

Next I defined a "DAVE" LU:

   SMCSAPPL VBUILD TYPE=APPL 
   DAVE      APPL AUTH=NVPACE,EAS=1,PARSESS=NO,MODETAB=ISTINCLM,SESSLIM=YES

Then I respecified part of my TCPIP.PROFILE.TCPIP dataset:

   RESTRICTAPPL SMCS 
     USER DAVE
     LU DAVE

Vary the SMCSAPPL major node active, recycle SMCS (via V
NET,INACT/ACT,ID=SMCS), reload my TELNETPARMS and BEGINVTAM blocks via
VARY OBEYFILE.  Fire up my copy of x3270 and try to connect, and I'm
rewarded with:

   Enter Your Userid: DAVE      
   Password:                              New password:
   Application: SMCS              
   No LUs available now, please try later              

There are no log messages to indicate what the failure was, just "no LUs
available now".  I can display the DAVE applid at the MVS console just
fine -- it's in CONCT status.

I've tried adding the DAVE LU to a DEFAULTLUSSPEC block, or to its own
LUGROUP in the profile dataset, to no avail.

What am I missing here?  Who's been down this road before?

-- 
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to