Monitoring ICF catalog alias counts in Vantage
search cancel

Monitoring ICF catalog alias counts in Vantage

book

Article ID: 233591

calendar_today

Updated On:

Products

Vantage Storage Resource Manager

Issue/Introduction

We have a need to be able to monitor the alias counts in the ICF catalogs designated for TSO userids.  We have had issues where the catalog reached its logical limit of aliases (approx. 3000) and our team was not notified causing issues for new users.  Is there some way that VANTAGE can be set up to monitor and alert on specific catalog alias counts? 

 

Environment

Vantage

Resolution

The following script will issue a WTO when the number of alias entries goes beyond 2900.

<GENERAL>
EVENT_TYPE=GOA
TITLE=> 2900 ALIASSES PER CATALOG
DESCRIPTION1=> 2900 ALIASSES PER CATALOG
SIMULATE=N
ENABLED=N
LOAD_SCRIPT=N
STARTTIME=0000
ENDTIME=2400
PERFORM_EVT_PROC=ON_MONTH=ALL,ON_DAY=1,AT_TIME=1200,ON_MONTH=ALL,ON_DAY=
 15,AT_TIME=1200
<EVENT_PROCEDURE>
SELECT_OBJ=S00F0O62
SET_REALTIME
SET_FILTER=NUMBER >= 2900
EXECUTE
WTOALERT=SAM0001W %%SYSID%% %%DATEG%% %%TIME%% %%CAINAME%% HAS GOT %%NUM
 PERFORM_WTOALERT