Software management phases
The installation process for a component is divided into five
``software management phases''.
Using the information in the
ccs(CDMT)
and
cqs(CDMT)
scripts,
custom(ADM)
performs these phases:
Each phase consists of three steps:
The component developer controls the pre and post steps using the component control script (ccs).
The removal process runs backward through the phases, prepending the prefix UN to the step name.
The ccs phases look like this:
------------------------------------------------- | Installation Removal | |------------------------------------------------| | ccs PRE_LOAD ccs PRE_UNEXPORT | | load system step unexport system step | | ccs POST_LOAD ccs POST_UNEXPORT | |------------------------------------------------| | ccs PRE_ATTACH ccs PRE_UNCONFIGURE | | attach system step unconfigure system step| | ccs POST_ATTACH ccs POST_UNCONFIGURE | |------------------------------------------------| | ccs PRE_REGISTER ccs PRE_UNREGISTER | | register system step unregister system step | | ccs POST_REGISTER ccs POST_UNREGISTER | |------------------------------------------------| | ccs PRE_CONFIGURE ccs PRE_UNATTACH | | configure system step unattach system step | | ccs POST_CONFIGURE ccs POST_UNATTACH | |------------------------------------------------| | ccs PRE_EXPORT ccs PRE_UNLOAD | | export system step unload system step | | ccs POST_EXPORT ccs POST_UNLOAD | |------------------------------------------------|
See also: