{
{ CML$MS_VOLUME_INITIALIZATION
{
{
{ PURPOSE:
{    This statistic provides the identification of a peripheral
{ storage device which has been initialized.  This statistic is
{ emitted by the INITIALIZE_MS_VOLUME subcommand of the Logical
{ Configuration Utility or when the system disk is initialized
{ during a system installation.
{
{ FREQUENCY: Whenever a disk volume is initialized.
{
{ CONTENT:
{    The descriptive-data portion of this statistic contains:
{
{    '<mf>.<element>*<vsn>'
{
{      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 <element> is the name of the element specified in the
{        active configuration.
{
{      where <vsn> is the site-supplied name for the mass storage
{        volume (HDA).
{
{    The counter-value portion of this statistic contains:
{
{    1. Physical unit number of the storage device on which the
{       volume is currently mounted.  The physical unit number
{       is used to differentiate among storage devices which
{       share the same cabinet.

  CONST
    cml$ms_volume_initialization = cmc$min_ecc + 100;

*copyc cmc$condition_limits
