> Hi Group,
> 
> During IPL we found the  below message and which was flooding up the
console.
> 
> CEA0103I COMMON EVENT ADAPTER HAS ENDED. When I checked the syslog address
> space, i found the below message repeating at every stage :

> The above messages were getting repeated. Could anyone please guide me.
> 
> Regards,
> Jags
>

Has this worked in the past?  Or are you just now setting it up?  How is it
being started?  Full or MIN,  Try F CEA,MIN and see what happens.

Display - F CEA,DISPLAY

There should be some CEA messages in the SYSLOG that may help.

Common event adapter (CEA) is a component of the BCP that provides the
ability to deliver z/OSR events to C-language clients, such as the z/OS CIM
server. A CEA address space is started automatically during initialization
of every z/OS V1R9 system.
# Full function mode. In this mode, both internal z/OS components and
clients (such as CIM providers) using the CEA application |programming
interface can use CEA functions.
# Minimum mode. In this mode, only internal z/OS components can use CEA
functions.

If you want CEA to start in full function mode, perform the following
customization (or else CEA will start in minimum mode):


    * Configure CEA to work with z/OS by updating the RACFR database to
|permit CEA to use the automatic restart manager (ARM). Use this command: 

      ADDUSER CEA DFLTGRP(SYS1) OMVS(UID(0) HOME('/') FILEPROCMAX(1024))
SPECIAL
      RDEFINE STARTED  CEA.** STDATA(USER(CEA) GROUP(SYS1) TRACE)

    * Define the OMVS segment that allows CEA to work in the UNIXR
environment. |Use this command: 

      ADDUSER CEA DFLTGRP(SYS1) OMVS(UID(0) HOME('/') FILEPROCMAX(1024))
SPECIAL



Have you preformed all steps for setting up CEA?  Are you using CEA?

Lizette

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to