Setting up a platform

Platforms are a key capability of cloud-enabling CICS® Transaction Server for z/OS®. CICS regions can be grouped as platforms for rapid application deployments, decoupling applications from the underlying topology and increasing flexibility.

Before you begin

CICSPlex® SM is a prerequisite to provide a single system image of your CICS regions. Other features of CICSPlex SM, such as Business Application Services (BAS) and workload management, are not required.

For an introduction to platforms, see How it works: Platforms. For information about securing platform resources, see Security for platforms and applications.

About this task

Most of the work in setting up a platform is done in CICS Explorer®. The CICS Cloud perspective provides the views to manage the lifecycle of platforms. In addition to the work in CICS Explorer, in zFS, you set up the required directory structure.

The steps below outline the process of setting up a platform. Each step contains a link to more detailed instructions.

Procedure

  1. Design the platform.
    You consider what applications, policies, and resources that you want to deploy on the platform and whether you are creating new CICS regions and region types or adopting existing CICS regions and system group definitions. For more information, see Designing a CICS platform.
  2. In zFS, configure your platform home directory.
    For more information, see Preparing zFS for platforms.
  3. In CICS Explorer, create a platform project.
    To this project, you add regions types, specify any CICS bundles to deploy and the regions types where they will be deployed.
  4. From CICS Explorer, export the platform project from to zFS.
    The export process packages the CICS bundles that are referenced in the CICS platform project, then exports all the files for the platform bundle and the CICS bundles to the platform home directory in zFS. For more information, see Deploying a platform.
  5. In CICS Explorer, create a platform definition.
    The platform definition is a CICSPlex SM PLATDEF resource definition, which points to the platform bundle in the platform home directory in zFS, and identifies the target CICSplex for the platform. For more information, see Deploying a CICS platform.
  6. For each CICS region definition that you created in a region type in your platform project, set up an actual CICS region.
    For more information, see Deploying a platform.
  7. In CICS Explorer, install the platform definition into the CICSplex where you want to run the platform.
    CICSPlex SM uses the information in the platform bundle to install the platform in the target CICSplex, along with any CICS bundles that are installed with the platform. For more information, see Deploying a platform.
  8. Start your CICS regions.
  9. If you have any CICS bundles deployed with the platform, in CICS Explorer, enable them so that they are available to the platform.

Results

You have a platform running in a CICSplex.

What to do next

After you set up a platform in your CICSplex, you can deploy packaged applications on it. For more information, see Deploying an application to a platform . You can also add further quality of service by deploying policies to control the environment. These policies can apply to every region in the platform, or to particular applications. For more information, see CICS policies.

For more information about running a platform, see Administering platforms and applications.