Previous Topic: CAS9INIT CAIRIM Initialization Routine

Next Topic: How CAS9INIT Initializes CAISSF When Security Product Is Not Yet Active

CAS9INIT Parameter Statement

To invoke CAS9INIT functions, you add the following parameter statement in the CAIRIM parmlib member, CAW0OPTN(CARIMPRM):

PRODUCT(CAIRIM) VERSION (CAS9) INIT (CAS9INIT) PARM(keyword(value))

The PARM parameter has the following keywords:

REFRESH

Refreshes the indicated components (for example, after maintenance):

The keyword can have multiple values.

Example: The following statement refreshes all three components.

PRODUCT(CAIRIM) VERSION(CAS9) INIT(CAS9INIT) -
PARM(REFRESH(SSF,MB838,LMP))

Example: The following statement refreshes CAISSF.

PRODUCT(CAIRIM) VERSION(CAS9) INIT(CAS9INIT) PARM(REFRESH(SSF))

Example: The following statement refreshes CA Health Checker.

PRODUCT(CAIRIM) VERSION(CAS9) INIT(CAS9INIT) PARM(REFRESH(HCHECK))

Example: The following statement refreshes Serviceability.

PRODUCT(CAIRIM) VERSION(CAS9) INIT(CAS9INIT) PARM(REFRESH(SERVABIL))
SSF

Lets you control CAISSF as follows:

Example: The following statement enables CAISSF to initialize before CA Top Secret.

PRODUCT(CAIRIM) VERSION(CAS9) INIT(CAS9INIT) PARM(SSF(TSS))

If you do not specify PARM in the statement, CAS9INIT will initialize CAISSF.