Previous Topic: component info Command Output SpecificationNext Topic: stop (Component Control)--Stop a Component


start --Start a Component (Component Control)

Start a component

Syntax
component start name (prop=val)* [ --debug ] 
Parameters
name

Name of component to start. Name should be of the form application name:component name

prop=val

Parameters for initial scheduling of component. The following parameters may be specified:

cpu - (optional) CPU allocation (val[%])

mem - (optional) Memory allocation (val[M[B]|G[B]]). If units are not specified, memory is in MB.

bw - (optional) Bandwidth allocation (val[M[b]|G[b]]). If units are not specified, bandwidth is in Mbps.

--debug

Start component in debug mode.

Examples

component start sugarcrm:main.config - Start component 'main.config' in 'application sugarcrm'

Notes: This command will fail if the application is not running.

Starting a component resets the component's flapping counter that is maintained by CA AppLogic for System z®. A component's flapping counter is the number of times that component has failed within the last 24 hours (each component has its own flapping counter). Once a component fails 3 times in 24 hours, the component is not restarted by CA AppLogic for System z®. comp restart or app start/restart may also be used to reset a component's flapping counter.