Previous Topic: continue (Application Control and Management)--Continue Starting ApplicationNext Topic: build (Application Control and Management)-- Build Application


restart (Application Control and Management)--Restart Application

Restart application

Syntax
application restart name (prop=val )* [ --debug ] [ --clean ] [ --norestart ] [ --skipbuild ] [ --force ] [ --cap_cpu ] 
Parameters
name

Name of application.

prop=val

Parameters for scheduling. 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.

sched - String specifying scheduling target (see below)

servers - Number of servers on which application is to be started;

--debug

Restart application in debug mode. SCR 779

--clean

Clean application prior to restart.

--norestart

Do not restart application upon grid failure.

--skipbuild

Do not build application prior to restart.

--force

Force releasing any volumes that are currently in use without asking for verification. This is useful when restart is executed over an application that is not currently running. Supported in CA AppLogic for System z® 2.8.8+.

--cap_cpu

Enable the capping of CPU for all components of the application.

Examples
application restart sugarcrm

Restart application 'sugarcrm'

Notes: