To start the CICSĀ® Configuration Manager server, you need to invoke the program CCVIINIT. You can do this either by adding this program to the post-initialization program list table (PLTPI) for the CICS region, or by invoking the program yourself after the CICS region has started.
To add CCVIINIT to the PLTPI:
DFHPLT TYPE=ENTRY,PROGRAM=CCVIINIT
If a PLTPI does not exist, create one.