What is the function of the CAIRIMU utility?
search cancel

What is the function of the CAIRIMU utility?

book

Article ID: 109771

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS 90S SERVICES Common Services

Issue/Introduction

You need to determine which products and components have been initialized in your environment.

 

What information is provided by the CAIRIMU utility? 

Environment

Common Services  r14.1 and r15.0
CAIRIM component
z/OS supported releases - 

Cause

Customer needs to determine which Broadcom products and/or components are currently active.  

Resolution

The CAIRIMU utility lists the product or component name, version, and level, and displays the result of each initialization routine in the form of date, time, and success or failure, based on the return code. 

With the CAIRIMU utility, you will be able to determine which products and components have been initialized in your environment.

Here are more details about the CAIRIMU command: 

You can type this command under TSO/ISPF: 

6 COMMAND - Enter TSO command or CLIST 

===> cairimu 

You will get something similar to: 

CAS9006I The following products have been initialized: 
CAS9002I 
CAS9007I Product Vers Init Date/Time 
CAS9008I CA-11 L7B0 L7B0INIT 18.202 20:34 
CAS9008I CA-SECURITY/INIT CAS9 CAS9INIT 18.202 20:34 
CAS9008I CA-UNIV UV32 UV32INIT 18.202 20:34 
CAS9008I CA-ENQUEUE 10 ENQINIT 18.202 20:34 
CAS9008I CA-JARS/DSA DX51 JR51INIT 18.202 20:34 
CAS9008I CA-JARS JRC0 JARSINIT 18.202 20:34 
CAS9008I CA-SMFAUTODUMP SFB0 SMFINIT 18.202 20:34 
CAS9008I CA-CRESIDENT F331 F331INIT 18.202 20:34 
CAS9008I CA-TLMS/MVS TLE0 TLE0INIT 18.202 20:34 
CAS9008I CA-LIBRARIAN-PRD LJ44 LJ44INIT 18.202 20:34 
CAS9008I CA-ASM2 L141 L1RIMINT 18.202 20:34 
CAS9008I CA-IDMS-PRD GJG0 GJG0INIT 18.202 20:34 
CAS9008I CA-OPTIMIZER/II OX85 RX85INIT 18.202 20:34 
CAS9008I CAJCLCHECK Z1C0 Z1C0INIT 18.202 20:34 
CAS9008I CA-DATACOM BD11 DBRIMPR 18.202 20:34 
CAS9008I CA-DATACOM BD12 DBRIMPR 18.202 20:34 
CAS9008I CADATACOM BD14 DBCR4PR 18.202 20:34 
CAS9009I Initialized from SYSDEV.DATACOM.R14.SVCS 
CAS9008I CA-IDMS-PRD GJH0 GJH0INIT 18.202 20:34 
CAS9008I CA-IDMS-PRD GJI0 GJI0INIT 18.202 20:34 
CAS9008I CADATACOM BD15 DBCR5PR 18.202 20:34 
CAS9009I Initialized from SYSDEV.DATACOM.R15.SVCS 
CAS9012A 00001 Key warnings/violations on CPU XXXXXX 
CAS9013A Product A* about to expire or is expired and is in use 
*** 

or run it as a batch job: 

********************************* Top of Data ********************************** 
//CAIRIMU PROC STEPLIB='CAI.CAW0LINK' 
//*---------------------------------------------------------------- 
//* 
//* *** C A I R I M U *** 
//* 
////* SYMBOLICS: STEPLIB= - DEFINES THE LOAD LIBRARY IN WHICH 
//* THE CAIRIMU PROGRAM IS FOUND. 
//* DEFAULT: 'CAI.CAILIB' 
//*----------------------------------------------------------------- 
//CAIRIMU EXEC PGM=CAIRIMU 
///STEPLIB DD DISP=SHR,DSN=&STEPLIB 
******************************** Bottom of Data ******************************** 

Additional Information

Reference the Common Services r15.0 documentation for a detailed description of the CAIRIMU utility.