Skip to content

Commit 0ea7dd2

Browse files
committed
Tweaks to CICS policy tutorial
Signed-off-by: Mark Cocker <[email protected]>
1 parent cc16c5c commit 0ea7dd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/pages/cdp/cdp-Deploying-a-CICS-policy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
title: Deploying a CICS policy
33
tags: [tutorial]
44
keywords:
5-
summary: "The following steps take you through deploying a CICS policy using CICS Explorer."
5+
summary: "The following steps take you through deploying a sample CICS bundle containing a policy."
66
sidebar: cdp_sidebar
77
permalink: cdp-Deploying-a-CICS-policy.html
88
folder: cdp
99
toc: true
1010
---
1111

12-
[CICS policies](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.5.0/fundamentals/policies/policies.html) are used to monitor the state of the CICS region, and the resources and workload in it. A policy consists of rules that define the conditions the required to be met for the rule to trigger, and the action to take when the conditions are met.
12+
[CICS policies](https://www.ibm.com/support/knowledgecenter/en/SSGMCP_5.5.0/fundamentals/policies/policies.html) are used to monitor the state of the CICS region, and the resources and workload in it. A policy consists of rules that define the conditions that are required to be met for the rule to trigger, and the action to take when the conditions are met.
1313

14-
This tutorial shows how to download an example CICS policy and deploy it using the CICS deploy plug-in. The policy will result in a CICS message DFHMP3009 being written when the number of active tasks in your CICS regions goes above 90% of your MXT value. This sample is described in article [Using CICS policy system rules to monitor system health](https://developer.ibm.com/cics/2017/07/04/using-cics-policy-system-rules-monitor-system-health/).
14+
This tutorial shows how to download a sample CICS policy and deploy it using the CICS deploy plug-in. The policy rule condition is when the number of active tasks in your CICS regions goes above 90% of your MXT value, and action is to issue message DFHMP3009 to the CICS region JES job log. CICS policies and this sample are described in article [Using CICS policy system rules to monitor system health](https://developer.ibm.com/cics/2017/07/04/using-cics-policy-system-rules-monitor-system-health/).
1515

1616
### Procedure
1717

@@ -47,7 +47,7 @@ This tutorial shows how to download an example CICS policy and deploy it using t
4747

4848
### Results
4949

50-
The CICS policy is enabled in the CICS region. When the policy rule is triggered, CICS will write message DFHMP3009 to the CICS region JES job log. See [Log and trace files](cdp-Troubleshooting-General).
50+
The CICS policy is enabled in the CICS region. When the policy rule is triggered, CICS will write message DFHMP3009 to the CICS region JES job log. For details on how to view this log see [Log and trace files](cdp-Troubleshooting-General).
5151

5252
To get started with defining your own CICS policy:
5353
* [Download and start the CICS Explorer](https://www.ibm.com/support/knowledgecenter/en/SSSQ3W_5.5.0/com.ibm.cics.core.help/topics/concepts/install_planning_client.html).

0 commit comments

Comments
 (0)