define_diagcheck_exclude

Defines a diagnostic check exclusion with regard to groups and checks to exclude.

Format

emcli define_diagcheck_exclude
        -target_type="type"
        -exclude_name="name"
        { [-excl_group="diag_group" ]*
          [-excl_check="diag_check" ]* | 
         -input_file=excl_def:<complete_path_to_file> }

[ ]  indicates that the parameter is optionalis optional

Options

  • target_type

    Type of target.

  • exclude_name

    Name to use for the exclusion.

  • excl_group

    Group of diagchecks to exclude.

  • excl_check

    Name of diagcheck to exclude.

  • input_file

    For information about the input_file parameter, see -input_file Syntax Guidelines.