Previous Topic

Next Topic

Book Contents

Book Index

Controlling z/OS UNIX System Services (USS/OpenEdition) Support

z/OS has introduced major changes and enhancements to the UNIX for z/OS (OpenEdition) environment to make it part of the MVS core. Consequently, certain applications, such as IBM FTP, were converted to use the USS (Unix Services for z/OS). As a result, IBM FTP stopped issuing allocation and deallocation messages to the JESYSMSG spool dataset.

CMEM provides a special interface to support dataset-triggering events originating from UNIX.

The Unix for z/OS interface is shared by all CMEM installations in the LPAR and is version-independent. The first CMEM subsystem to initialize loads the Unix for z/OS interface module to common storage. This interface is later used by all other CMEM subsystems. Upon startup, every CMEM subsystem registers itself with the Unix for z/OS interface. This registration mechanism enables the Unix for z/OS interface to recognize all the available CMEM subsystems and to call them when a new process is created by a fork/spawn request and associated with a BPXAS initiator (for example, when a new ftp session has started). The CMEM monitors are called one by one in the order that they registered with the interface. The first CMEM subsystem to have a matching rule for this address space will monitor it for z/OS dataset-triggering events.

When a CMEM subsystem shuts down, it removes itself from the Unix for z/OS interface. The last CMEM subsystem to shut down removes the Unix for z/OS interface from common storage.

The following sequences of messages indicate that the Unix for z/OS interface was successfully installed:

CME820I INITIALIZATION OF OPENEDITION SUPPORT STARTED

CME821I OPENEDITION INTERFACE MODULE SUCCESSFULLY LOADED

CME822I SUBSYSTEM REGISTERED WITH OPENEDITION INTERFACE

CME823I INITIALIZATION OF OPENEDITION SUPPORT ENDED SUCCESSFULLY

CME820I INITIALIZATION OF OPENEDITION SUPPORT STARTED

CME822I SUBSYSTEM REGISTERED WITH OPENEDITION INTERFACE

CME823I INITIALIZATION OF OPENEDITION SUPPORT ENDED SUCCESSFULLY

The following sequences of messages indicate that the Unix for z/OS interface was successfully deactivated:

CME830I DEACTIVATION OF OPENEDITION SUPPORT STARTED

CME831I SUBSYSTEM REMOVED FROM OPENEDITION INTERFACE

CME833I DEACTIVATION OF OPENEDITION SUPPORT ENDED SUCCESSFULLY

CME830I DEACTIVATION OF OPENEDITION SUPPORT STARTED

CME831I SUBSYSTEM REMOVED FROM OPENEDITION INTERFACE

CME832I OPENEDITION INTERFACE MODULE REMOVED

CME833I DEACTIVATION OF OPENEDITION SUPPORT ENDED SUCCESSFULLY

F CONTROLO,STARTOE
F,CONTROLO,STOPOE[,FORCE]

CME828I SUBSYSTEM ALREADY REGISTERED WITH OPENEDITION INTERFACE

MTO796W SUBSYSTEM NOT REMOVED FROM OPENEDITION INTERFACE: SUBSYSTEM NOT FOUND

MTO795W OPENEDITION INTERFACE MODULE NOT INSTALLED

CMEM also provides Started Procedure CTOOEDSC. This procedure can be started from the console using the START command. Procedure CTOOEDSC acts like a STOPOE,FORCE command and removes the Unix for z/OS interface regardless of any registered subsystems. The STOPOE,FORCE command and procedure CTOOEDSC must be used only in case of emergency.

Parent Topic

Supporting Interfaces