Accessing a Multi-User Facility (MUF) from an LPAR in a Sysplex other than the one where the MUF is executing requires the definition of specific parameters to support IBM Cross-system Coupling Facility (XCF) processing. This configuration allows remote tasks to establish communication with the MUF across z/OS images.
Follow these steps to enable XCF support for both local and remote processing.
Modify DBSIDPR Assembly Update the DBSIDPR assembly (found in INSTJCL member AXCUSNEW for Datacom/AD or BDCUSNEW for Datacom/DB):
CONNECT_ALLOW_PRIORITY=(LOCAL,XCF).TARGET_MUF_LIST. This should already have been defined in your original MUF creation. Note that if using a Shadow MUF, TARGET_MUF_LIST =(<MUFnameA>,<MUFnameB>), where MUFname is the same 1-7 root name used in the CXXname plus a one-character suffix (preferably A and B).TOGROUP name that differs from the MUF name.Update MUF Startup Options Modify the MUF startup options (member AXDATIN1 for Datacom/AD or DBDATIN2 for Datacom/DB):
MUF uses an asterisk (*) in the first parameter:MUF *,####,NOXCF_FROM option and ensure the group name matches the TOGROUP defined in Step 1:XCF_FROM *,*,<groupname>,YESTASKS option to a value that supports the expected number of remote tasks (typically 50–80% of the total TASKS value):TASKS 250,32K,0,0,100Configure Remote LPARs Perform the following actions on every LPAR where remote tasks will execute:
Verify Connectivity Test the XCF connection from the remote LPAR using a DBUTLTY job:
//SYSIN DD *
COMM OPTION=STATUS
/*References