Modifying the parallel_exclude_rules attribute

Modifying the parallel_exclude rules attribute on the base model object requires the ccm_admin role.

Procedure

  1. Change to the ccm_admin role.

    ccm set role ccm_admin

  2. Query for the model object.

    ccm query -n base -t model

    The query returns the following line:

    1) base/model/base/1 ac_rel ccm_root model <void> base <void>

  3. Start an edit session on the parallel_exclude_rules attribute with the following command:

    ccm attr -m parallel_exclude_rules @1

  4. Save your changes and exit the edit session.
  5. Exit and restart your session so that the changes take effect.

Feedback