{
{ CML$SYSTEM_INITIALIZATION
{
{
{ PURPOSE:
{    The system initialization statistic is emitted when the NOS/VE
{ system is deadstarted.
{    The statistic identifies the elements used to initialize the
{ system and the type of initialization performed.
{
{ FREQUENCY: At each system initialization.
{
{ CONTENT:
{    The  descriptive-data portion of this statistic contains:
{
{    '<mf>.<iou>.<pp>.<channel>.<controller>.<unit>*<vsn>*<message>'
{
{      where <mf> is the identification of the mainframe in the form
{        $SYSTEM_mmmm_ssss.  Where 'mmmm' is the model number of
{        Central Processor zero (CP0), e.g. 0990, and 'ssss' is the
{        serial number of that processor, e.g. 0104.
{
{      where  <iou>  is  the  string  'IOUn' where n is 0 or 1.
{        This identifies the IOU associated with the channel over
{        which the initialization occurred.
{
{      where <pp> is either the string 'PPn' or 'CPPn' and where 'n'
{        is the decimal representation of the logical PP number used
{        to process the initialization.  Note that 'CPP' is the
{        designation given to the concurrent PPs in an I4 IOU.
{
{      where <channel> is either the string 'CHn', 'CCHn', or 'CCHnp',
{        where 'n' is the decimal representation of the channel and
{        where 'p' is the channel port (A or B) through which the
{        disk device was accessed.  Note that 'CCH' is the
{        designation given to the concurrent channels in an I4 IOU.
{
{      where <controller> is the element name of the disk controller
{        used to access the system disk device.
{
{      where  <unit>  is the element name of the system disk storage
{        device.
{
{      where <vsn> is the recorded-vsn of the  system  disk  storage
{        device.
{
{      where   <message>   indicates   the  type  of  initialization
{        performed:
{
{
{          TAPE INSTALLATION DEADSART
{          DISK CONTINUATION DEADSTART
{          TAPE CONTINUATION DEADSTART
{
{    The  counter-value portion of this statistic contains:
{
{      1. Type of initialization
{        0 - tape installation deadstart
{        1 - disk continuation deadstart
{        2 - tape continuation deadstart
{

  CONST
    cml$system_initialization = cmc$min_ecc + 0;

*copyc cmc$condition_limits
