Previous Topic

Next Topic

Book Contents

Book Index

Controlling SMS Support (ON SMS Rules)

The SMS interface is shared among all Control‑O installations in the site and therefore is version-independent. The first Control‑O subsystem to initialize loads the SMS interface module to common storage that is later used by all other Control‑O subsystems. Every subsystem, upon startup, registers itself with the SMS interface. This registration mechanism allows the SMS interface to recognize all available Control‑O subsystems and to call them when one of the provided ACS exit routines is driven.

When a Control‑O subsystem shuts down, it removes itself from the SMS interface. The last Control‑O subsystem to shut down also removes the SMS interface completely from common storage.

Either of the following message sequences indicates a successful installation of the SMS interface:

CTO820I INITIALIZATION OF SMS SUPPORT STARTED

CTO821I SMS INTERFACE MODULE SUCCESSFULLY LOADED

CTO822I SUBSYSTEM REGISTERED WITH SMS INTERFACE

CTO823I INITIALIZATION OF SMS SUPPORT ENDED

        SUCCESSFULLY

CTO820I INITIALIZATION OF SMS SUPPORT STARTED

CTO822I SUBSYSTEM REGISTERED WITH SMS INTERFACE

CTO823I INITIALIZATION OF SMS SUPPORT ENDED

        SUCCESSFULLY

Either one of the following message sequences indicates a successful deactivation of the SMS interface:

CTO830I DEACTIVATION OF SMS SUPPORT STARTED

CTO831I SUBSYSTEM REMOVED FROM SMS INTERFACE

CTO833I DEACTIVATION OF SMS SUPPORT ENDED

        SUCCESSFULLY

CTO830I DEACTIVATION OF SMS SUPPORT STARTED

CTO831I SUBSYSTEM REMOVED FROM SMS INTERFACE

CTO832I SMS INTERFACE MODULE REMOVED

CTO833I DEACTIVATION OF SMS SUPPORT ENDED

        SUCCESSFULLY

Parent Topic

Control-O SMS Interface