To replace a coupling facility structure control file, you deallocate that file using the DEALLOCATE command, then allocate a new file using the ALLOCATE command. You must issue these commands on all systems in the MIMplex.
For example, assume you want to remove a coupling facility list structure named MIMGR#TABLE02, with a control file ID of 02, from the use of CA MIM because you want to replace it with a new structure in a different coupling facility.
To replace the coupling facility structure control files in this example
DEALLOCATE XESFILEID=02
Note: For detailed information on the process, see the IBM publication Setting Up a Sysplex. You may want to see member ALLOCSTR in the CAI.CBTDJCL data set for sample JCL that can be used to update the CFRM policy.
ALLOCATE XESFILEID=03 STRNAME=MIMGR#TABLE03
You must specify both the file ID and the structure name of the new control file on the ALLOCATE command on all systems in the MIMplex. The ALLOCATE command formats the control file automatically, so you do not need to restart CA MIM.
Note: To replace a coupling facility structure control file that is currently the active control file, first you need to migrate to a new control file and then deallocate the abandoned coupling facility structure control file from all members of the MIMplex. Next, issue the SETXCF FORCE,STRUCTURE command to delete the XES structure, as the DEALLOCATE XESFILED command does not automatically do so. Once this is complete, the replacement XES structure can be defined in the new CFRM policy and activated.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |