Mainframe Modernization Connection Profiles

The following topics describe the connection profile parameters for mainframe modernization platforms and services:

AWS Mainframe Modernization Connection Profile Parameters

Before you can define a job, you must create a connection profile in the Configuration domain. A connection profile contains authorization credentials—such as the username, password, and other plug-in-specific parameters—and enables you to connect to the application server with only the connection profile name. To create a connection profile, see Creating a Centralized Connection Profile.

For more information about this plug-in, see Control-M for AWS Mainframe Modernization.

The following table describes the AWS Mainframe Modernization connection profile parameters.

Parameter

Description

Mainframe Modernization URL

Defines the AWS Mainframe Modernization API authentication endpoint.

https://m2.us-east-1.amazonaws.com

AWS Logs URL

Defines the AWS Logs URL.

https://logs.us-east-1.amazonaws.com

AWS Region

Determines the region where the AWS Mainframe Modernization jobs are located.

us-east-1

Authentication

Determines one of the following authentication methods:

  • AWS Key & Secret: Used for services outside the AWS infrastructure.

  • AWS IAM Role: Used for services within the AWS infrastructure.

AWS Access Key

Defines the AWS Mainframe Modernization account access key.

AWS Secret

Defines the AWS Mainframe Modernization account secret access key.

IAM Role

Defines the Identity and Access Management (IAM) role for the AWS Mainframe Modernization connection.

Connection Timeout

Determines the number of seconds to wait after Control-M initiates a connection request to AWS Mainframe Modernization before a timeout occurs.

Default: 30

Micro Focus Connection Profile Parameters

Before you can define a job, you must create a connection profile in the Configuration domain. A connection profile contains authorization credentials—such as the username, password, and other plug-in-specific parameters—and enables you to connect to the application server with only the connection profile name. To create a connection profile, see Creating a Centralized Connection Profile.

For more information about this plug-in, see Control-M for Micro Focus.

The following table describes the Micro Focus connection profile parameters.

Parameter

Description

MFBSI Directory Path

Defines the directory path of the Micro Focus Batch Scheduler Integration (MFBSI) configuration file. The temporary files JOBnnnnn.Sem and JobId.Log are stored here.

This folder must be accessible for the Micro Focus Batch Scheduler Integration JCL (MFBSIJCL) file to execute.

  • UNIX/Linux: /home/esuer/ES/mfbsi/ESBMC1

  • Windows:  C:\MicroFocus\ES\mfbsi\ESBMC

MFBSI Config Path

Defines the file path of the MFBSI configuration file.

Runtime Environment

Defines the path of the runtime environment, as follows:

  • UNIX/Linux: . <Micro Focus Visual COBOL directory>/bin/cobsetenv

  • Windows: "<Micro Focus Enterprise Developer directory>\createenv.bat"

Additional Micro Focus Settings Script

(Optional) Defines the path to a script file that contains additional variables for the job.

The variables in the script file are defined in the following format:

  • UNIX/Linux:

    Copy
    export VAR1=VAR1VAL
    export VAR2=VAR2VAL
  • Windows

    Copy
    set VAR1=VAR1VAL
    set VAR2=VAR2VAL

Run As

(Optional) Defines the user that executes the job.

Password

(Optional) Defines the password of the user that executes the job.