Hey Guys,
Been awhile since i've posted on here but i've learned quite a lot from this board!
Issue:
I'm in the process of configuring 2.3 and i've run into a problem with specifying a Backup RACF Database WITHOUT using ICHRDSNT.
For some reason when ipling without ICHRDSNT the system is not reading my IRRPRM01
1) 1st attempt was SYSRACF dd statement in MSTJCL parm however this only allows a Primary RACF Database.(Later Confirmed)
2) 2nd Attempt was allocating IRRPRM01 to specify a primary and secondary Database. The syntax was the following:
DATABASE_OPTIONS
SYSPLEX(NOCOMMUNICATIONS)
DATASETNAMETABLE
ENTRY
PRIMARYDSN(SYS1.RACX)
BACKUPDSN(SYS1.RACX.BACKUP)
UPDATEBACKUP(NOSTATS)
BUFFERS(255)
RANGETABLE
START('00' HEX)
ENTRYNUMBER(1)
However after loading i'm prompted with the following:
ICH502A SPECIFY NAME FOR PRIMARY RACF DATA SET
* SEQUENCE 001 OR 'NONE'
Insured it's apart of my concatenation
Loading from the right RES volume
SYNTAX checked the RACF Proc
//RACF PROC
//RACF EXEC PGM=IRRSSM00,REGION=0M,PARM='RACF=01'
//RACFPARM DD DISP=SHR,DSN=SYS1.PARMLIB
Is there any reason why the system will only recognize the primary AND backup if I use ICHRDSNT? Is there a way around this using strictly parm/proc members?
Specifying Backup RACF Database without ICHRDSNT
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Specifying Backup RACF Database without ICHRDSNT
I would expect this to be applicable (from the RACF System Programmer's Guide):
Although I don't see any obvious errors.If errors are detected at the time of IPL, no data from any parmlib member is used.
In addition the load modules, ICHRDSNT and ICHRRNG, are not used. The operator is then prompted to specify the name of a single primary and backup
data set, or NONE if no primary and backup is to be used. The parmlib members specified at IPL time are documented in the system log along with the data set
name where it is found.
Re: Specifying Backup RACF Database without ICHRDSNT
Robert Sample wrote:I would expect this to be applicable (from the RACF System Programmer's Guide):Although I don't see any obvious errors.If errors are detected at the time of IPL, no data from any parmlib member is used.
In addition the load modules, ICHRDSNT and ICHRRNG, are not used. The operator is then prompted to specify the name of a single primary and backup
data set, or NONE if no primary and backup is to be used. The parmlib members specified at IPL time are documented in the system log along with the data set
name where it is found.
**NOT CONFIRMED AS OF YET**
Opened a PMR with IBM and they state RACF=xx parm should be added to IEASYSxx although the manuals do not mention this. Will test this out tomorrow morning. Will give update on results.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Specifying Backup RACF Database without ICHRDSNT
I'm looking forward to what you find. We're still on 2.1, going to 2.2 this year, but 2.3 is on the horizon for us. And I looked carefully and the manuals did not mention anything about IEASYSxx -- I expected it to be there and was surprised it wasn't mentioned in the Initialization and Tuning Reference manual!
Re: Specifying Backup RACF Database without ICHRDSNT
Robert Sample wrote:I'm looking forward to what you find. We're still on 2.1, going to 2.2 this year, but 2.3 is on the horizon for us. And I looked carefully and the manuals did not mention anything about IEASYSxx -- I expected it to be there and was surprised it wasn't mentioned in the Initialization and Tuning Reference manual!
**IT WORKS!**
IBM was correct and his response as to why no documentation is provided was the following:
The APAR (OA52650) that introduced this function came out after the
z/OS V2R3 manuals were produced. Please look at
Table 5. Overview of IEASYSxx parameters, on page 23 of the PDF I
provided in my previous update.
~
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Specifying Backup RACF Database without ICHRDSNT
Good to hear! Thanks for the update.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 1
- 1940
-
by willy jensen
View the latest post
Mon Jul 15, 2024 8:42 pm
-
- 3
- 2559
-
by aarvalar1
View the latest post
Fri May 17, 2024 5:04 pm
-
-
Assembler program accessing IMS DB Database
by gschhatwal1176 » Sat Aug 08, 2020 12:34 pm » in Assembler - 5
- 7268
-
by NicC
View the latest post
Sun Aug 09, 2020 2:53 am
-
-
- 7
- 3425
-
by celsofigueiredo
View the latest post
Thu Mar 18, 2021 11:03 pm
-
-
RACF profile usage not logged in SMF dataset
by aarvalar1 » Wed May 01, 2024 7:35 pm » in Mainframe Security - 3
- 2368
-
by Robert Hansel
View the latest post
Sat May 11, 2024 9:32 pm
-