Limiting rulesets in a shared environment
search cancel

Limiting rulesets in a shared environment

book

Article ID: 256662

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction

There is a need to limit the rulesets seen by OPS/MVS on a particular LPAR at the ruleset level.

Is there a way to limit the ruleset whereas the first few characters of the ruleset match a mask?

 

 

 

 

Environment

Release : 14.0

Resolution

There are some ways to accomplish this goal.

One possible solution is to use the RULEPREFIX2 parameter specific to each environment. 

For example, in one of the LPARS you could have:

T = OPSPRM_Set("RULEPREFIX","PROD.OPS")       
T = OPSPRM_Set("RULEPREFIX2","PROD.OPS.SYSA")

On the other LPAR:

T = OPSPRM_Set("RULEPREFIX","PROD.OPS")       
T = OPSPRM_Set("RULEPREFIX2","PROD.OPS.SYSB")