Previous Topic: What You Can Manage

Next Topic: Multisystem Support


How the Product Works

CA NetMaster FTM is a VTAM application program that runs as an MVS started task on a z/OS system. A running instance (an MVS address space) is called a region (file transfer management region). The following illustration shows the main product components and the flow of data:

The illustration shows the relationship between product components.

File transfer events are processed as follows:

  1. Two subsystem interfaces (SSIs) are available to process events before the events are passed to the region: SOLVE SSI and NMFTP Monitor SSI. The SSIs are separate address spaces that run on the same system. Depending on the application that performs the transfer, an event may be processed by none, one, or both of these SSIs. For example, events from CA SOLVE:FTS go to the region directly, while FTP file transfer events from IBM's Communications Server are processed by both SSIs.

    Note: For more information about file transfer event flows, see the Administration Guide.

  2. When the region receives the file transfer events (and system events), it acts on them according to the definitions in the loaded system image and file transfer rule set. A system image contains resource definitions such as file transfer application managers and file transfer schedule monitors; a rule set contains file transfer rules. You can define multiple system images and file transfer rule sets in the region's knowledge base, but only one of each is loaded and active.
  3. Based on the information in the events, the region presents the health of your file transfer service on various displays. You can define filters to select what you want to display.
  4. The region stores start, completion, and failure event records in a history database and, if ReportCenter is configured, in the ReportCenter database. These databases let you report on file transfer activities, which can help you plan your file transfer service. Reports on the history database are 3270-based; while reports on the ReportCenter database are web-based, using WebCenter, and provide a richer presentation with graphs.