CAMASTER address space not started after IPL
search cancel

CAMASTER address space not started after IPL

book

Article ID: 124398

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS

Issue/Introduction

After IPL,  CAMASTER address space is not started. 
There are no messages related to CAMASTER in the IPL joblog.



 

Why CAMASTER address space is not started at IPL time? 

Environment

COMMON SERVICES 14.1 or 15.0 - z/OS supported releases - 

Resolution

1. Check if the CEI0E10 fmid (CAMASTER) is installed in CA Common Services 14.1/R15 environment.

2. Check if you have a CAIMST00 member in your logical PARMLIB concatenation with the statement NOSTART for CAMASTER as: 
CAMSINIT NOSTART, /* Start up at IPL time */ 
JOBNAME(CAMASTER) /* Job name to use */ 
 
If this is the case, please change it to: 
CAMSINIT  START,      /* Start up at IPL time */ 
JOBNAME(CAMASTER) /* Job name to use */  

3. Check that CAW0LOAD, CAW0PLD and CAW0LINK datasets for COMMON SERVICES 14.1/R15 are accessible and in LINKLIST. 

4. Do IPL again to start CAMASTER.


 

Additional Information

You can check this documentation at the links: 

Optional CAIMST00 Parmlib Member

CAMASTER Address Space