Mark Jacobs wrote: >Since there's more activity here than in the RACF mailing list, thought I'd >ask here first. I changed the flag byte in the RACF dataset names table to >enable sysplex communications today, and ipled the first system with the >changed table. Even though it's not talking to another system yet via XCF, I >had thought the RVARY LIST command issued on that system would have told me >that it's enabled for sysplex communications. I've verified that this system >is using the updated load module.
Are your structures setup and activated? Do a D XCF,STRUCTURE to see them. ... also issue D XCF,STRUCTURE,STRNAME=<RACF structure> Check these output: ..... STATUS: ALLOCATED ..... CONNECTION NAME ID VERSION SYSNAME JOBNAME ASID STATE ---------------- -- -------- -------- -------- ---- ------ IRRP001@???? 02 00020058 ???? RACFDS 0017 ACTIVE If you don't see it, check your setup of the CF structure. >rvary list >ICH15013I ACCF DATABASE STATUS: >ACTIVE USE NUM VOLUME DATASET >------ --- --- ------ ------- > YES PRIM 1 SYS001 SYS1.PROD.RACF > YES BACK 1 SYS011 SYS1.PROD.RACF.BACKUP >ICH15020I RVARY COMMAND HAS FINISHED PROCESSING. >Here's what I set in the table; >ICHRDSNT CSECT > DC AL1(1) INDICATES ONE RACF DATA SET > DC CL44'SYS1.PROD.RACF' PRIMARY RACF DS NAME > DC CL44'SYS1.PROD.RACF.BACKUP' BACKUP RACF DS NAME > DC AL1(255) # OF RESIDENT DATA BLOCKS >* DC B'01234567' BIT COUNT > DC B'10001000' SYSPLEX, NON DATASHARING > END AL1(1) is easy ... ;-) >Any ideas? I have first X'C8' - 1100 1000 during all the initial setup of CF and the structures. Then IPL, etc. where you get SysPlex and NON DATASHARING. Then after verifying all is Ok and you can get DATASHARING working, then I code in X'CC' - 1100 1100 (and then IPL at a convenient time) If all is working you should get this: MEMBER <sid> IS SYSPLEX COMMUNICATIONS ENABLED & IN DATA SHARING MODE. Ok, above is perhaps too elaborate, but I was just very cautious and have practised on a sandbox SysPlex. Good luck! Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
