Deploying a platform
To deploy a platform, you export the CICS® Platform project from CICS Explorer® to the platform home directory in zFS, set up CICS regions to match each CICS region definition that you created in your platform, and create and install a platform definition (PLATDEF) in CICSPlex® SM. The platform resource specifies the location of the platform in zFS and provides lifecycle management.
Before you begin
About this task
The export process packages the CICS bundles that are referenced in the CICS Platform project and exports all the files for the platform bundle and the CICS bundles to the platform home directory in zFS. During the export, the wizard checks that the subdirectories of the platform home directory exist, and creates them if they do not exist. For more information about the platform directory structure, see Platform directory structure in z/OS UNIX.
For detailed help about the following steps to deploy a platform, see Working with platforms in the CICS Explorer product documentation.
Procedure
Results
When you install the platform definition, CICSPlex SM creates a PLATFORM resource to represent the platform in the CICSplex. CICSPlex SM also creates a record for the platform in the data repository, which is used in recovery processing for the bundles for platforms.
You can view the state of the platform, the region types, and the management parts in the Cloud Explorer view in the CICS Cloud perspective in the CICS Explorer. The platform is initially installed in a disabled state. When you enable the platform, any CICS bundles that are deployed with the platform, such as policies, are installed across the CICS regions in the appropriate region type.
The relationship between the platform and each installed CICS bundle is saved in a management part. The management part is a MGMTPART record that is created automatically for each CICS bundle during the platform installation process. The management part records the CICS regions where the bundle is installed, and tracks the status of the bundle in the CICS regions.
What to do next
If you experienced any problems during the installation process, see Diagnosing platform deployment errors.
When your platform is installed and enabled, you can deploy applications on the platform, and add policies to the platform to manage the environment and the applications.