Copying a process to an existing process

This subcommand copies the properties and process rules from a specified process to another process.

Before you begin

You must be in the build_mgr or ccm_admin role to use this subcommand.

About this task

ccm process -cp|-copy -existing [(-apr|-add_process_rule|
            -add_process_rules generic_process_rule_spec)...] 
            [(-rpr|-remove_process_rule|-remove_process_rules 
            generic_process_rule_spec)...] 
            from_process_spec to_process_spec
-apr|-add_process_rule|-add_process_rules generic_process_rule_spec...
Specifies to add the generic process rules specified to the destination existing process.
generic_process_rule_spec
Specifies the generic process rule to copy. See Process rule specification for details.
from_process_spec
Specifies the process to copy. You can set the from_process_spec specification to a single process. See Process specification for details.
to_process_spec
Specifies the process to be updated. You can set the to_process_spec specification to a single process. See Process specification for details.
-rpr|-remove_process_rule|-remove_process_rules generic_process_rule_spec...
Specifies to remove the generic process rules from the existing process. See Process rule specification for details about generic process rules.

Example


Feedback