Please provide exact error messages now that you are stage 3.

> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of venkat kulkarni
> Sent: Sunday, February 16, 2014 10:25 AM
> To: [email protected]
> Subject: Re: RACF AIM Stage 3 Issue
> 
> Hello Group,
>                        any more clue to solve this issue.
> 
> 
> 
> 
> On Sat, Feb 15, 2014 at 8:32 AM, venkat kulkarni
> <[email protected]
> > wrote:
> 
> >
> >
> >
> >
> > Yes, UNLOADED IRRUT400  worked for me  and now RACF is at AIM stage
> 3.
> >>  As I mentioned earlier, we have we have z/OS 1.13 and z/OS 2.1
> >> system in sysplex. So, As per document upto z/OS 1.13, we can use
> >> BPX.DEFAULT.USER and then on z/OS 2.1, we will have to use
> BPX.UNIQUE.USER .
> >>
> >> But when I followed below link to setup BPX.UNIQUE.USER  .
> >>
> >>
> >>
> http://pic.dhe.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ib
> >> m.zos.r12.icha700%2Fautosvc.htm
> >>
> >> still I am getting omvs segment issue while working with any user,
> >> who is trying to get into omvs segment.
> >>
> >> 1) See your system programmer to ensure that your RACF database is
> >> enabled for AIM stage 3
> >> 2) Define the SHARED.IDS profile, if not already defined, in the
> >> UNIXPRIV class and activate and RACLIST the UNIXPRIV class
> >> 3) Define the BPX.NEXT.USER profile in the FACILITY class, if not
> >> already defined. For instructions,
> >> 4) Define a user profile to use as a model profile from which RACF
> >> can extract OMVS segment information
> >>
> >> ADDUSER BPXMODEL NAME('OMVS model user profile')
> >>    OMVS(NOUID HOME('/tmp'))
> >>    NOPASSWORD RESTRICTED
> >>
> >> 5) Define the BPX.UNIQUE.USER profile in the FACILITY class and
> specify the name of the model profile in the APPLDATA field.
> >>
> >> RDEFINE FACILITY BPX.UNIQUE.USER APPLDATA('BPXMODEL')
> >>
> >> 6) If the FACILITY class is RACLISTed, activate your new FACILITY
> profiles by refreshing the FACILITY class.
> >>
> >> SETROPTS RACLIST(FACILITY) REFRESH
> >>
> >>
> >> Please suggest.
> >>
> >>
> >> On Fri, Feb 14, 2014 at 10:48 PM, Russell D Hardgrove <
> >> [email protected]> wrote:
> >>
> >>> Has to have been UT400.
> >>> UT200 never locks it.
> >>> DBU00 can LOCK it but it UNLOCKS it at EOJ.
> >>> UT400 needs an explicit UNLOCK.
> >>>
> >>>
> >>> .
> >>> --------------------------------------------------
> >>> Russ Hardgrove / RACF Lvl2
> >>> IBM - z/OS  Software Service
> >>> Dept. EC8A  (working remotely)
> >>> Poughkeepsie, NY  12601
> >>> [email protected]  845-435-3279 (a voicemail box only)
> >>> --------------------------------------------------
> >>> "RACF: Guilty, until proven innocent !!"    RdH 2004
> >>> "RACF, praesumitur malus donec probetur bonus"    RdH     MMX
> >>> << Continually proving this (innocence) is not just a JOB, it's an
> >>> -ADVENTURE-   :-b  .. >>
> >>> ...
> >>>
> >>>
> >>>
> >>> From:   Lennie J Dymoke-Bradshaw <[email protected]>
> >>> To:     [email protected],
> >>> Date:   02/14/2014 12:14 PM
> >>> Subject:        Re: RACF AIM Stage 3 Issue
> >>> Sent by:        RACF Discussion List <[email protected]>
> >>>
> >>>
> >>>
> >>> Is it possible you have run IRRUT400 or IRRUT200 against the
> >>> database and left it in locked status?
> >>>
> >>> You can unlock it again using the UNLOCKINPUT parameter on
> IRRUT400.
> >>>
> >>>
> http://pic.dhe.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.i
> >>> bm.zos.r13.icha200%2Fichza2c0118.htm
> >>>
> >>>
> >>> See Example 7.
> >>>
> >>> Lennie Dymoke-Bradshaw MBCS CITP
> >>> Accredited Senior I/T Specialist, System z, Security and
> >>> Cryptography, IBM Software Group
> >>> Mail:    Lennie J Dymoke-Bradshaw/UK/IBM@IBMGB  or
> >>> [email protected]
> >>> There are two types of people in the world; those who have been
> >>> hacked, and those who will be hacked.
> >>>
> >>>
> >>>
> >>>
> >>> From:   venkat kulkarni <[email protected]>
> >>> To:     [email protected],
> >>> Date:   14/02/2014 17:00
> >>> Subject:        RACF AIM Stage 3 Issue
> >>> Sent by:        RACF Discussion List <[email protected]>
> >>>
> >>>
> >>>
> >>> Hello,
> >>>          I am trying to setup BPX.UNIQUE.USER.
> >>>
> >>>
> >>> While upgrading RACF template, I am getting below issues.
> >>>
> >>> //RACFAIM JOB (657),'VENKAT',CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID
> >>> //STEP EXEC PGM=IRRIRA00,PARM=STAGE(3) //SYSPRINT DD SYSOUT=*
> >>>
> >>>
> >>>
> >>>  IRR66017I The system is currently operating in stage 2.
> >>>  IRR66016I Unexpected RACF manager return code deleting entry G0 in
> class
> >>> UNIXMAAP. Return code 80. Reason code 0.
> >>>
> >>>
> >>> 50 (80) An attempt was made to update one of the following (by a
> request
> >>> other than ALTERI):
> >>> The RACF database that has been locked by a RACF utility
> >>> The RACF database from a system that is in read-only mode (in a
> RACF
> >>> sysplex data sharing environment)
> >>>
> >>> In My RACF TABLE
> >>>
> >>> In my RACF table, we using
> >>>
> >>> ICHRDSNT CSECT
> >>>          DC    AL1(1)
> >>>          DC    CL44'SYS1.V2R1.RACFP'
> >>>          DC    CL44'SYS1.V2R1.RACFB'
> >>>          DC    AL1(255)
> >>>          DC    X'80'
> >>>          END
> >>>
> >>>
> >>>
> >>> Can anybody help.
> >>>
> >>>
> >>>
> >>> Unless stated otherwise above:
> >>> IBM United Kingdom Limited - Registered in England and Wales with
> number
> >>> 741598.
> >>> Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire
> PO6
> >>> 3AU
> >>>
> >>
> >>
> >
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to