Previous Topic: awnext-Retrieve the Next Attribute after the MIB AttributeNext Topic: awset-Set the Value of a MIB Attribute


awservices-Service Control Manager

Valid on UNIX/Linux, Windows, z/OS

The Service Control Manager (awservices) starts and stops all Agent Technology components and agents on the node in the correct order. Once this component is running, all other components can be installed, started, stopped, and uninstalled. The Service Control Manager relegates Agent Technology dependent components, thus preventing a component from being stopped that is essential to the operation of another component. Similarly the Service Control Manager also automatically starts certain components when a subordinate component is started.

z/OS

To start the services through the AWSTART batch job or PROC, ensure that the CLASS= parameter on the JOB statement is set to a high CPU limit job class. Although this job executes quickly, the services inherit the CPU time limit from this job.

Windows

install-path\services\bin

UNIX/Linux, z/OS

install-path/services/bin

z/OS JCL

&CAI.MFNSM.CAW0PROC(AWSTART)

&CAI.MFNSM.CAW0PROC(AWSTOP)

&CAI.MFNSM.CAW0JCL(AWSTATUS)

&CAI.MFNSM.CAW0JCL(AWLIST)

Syntax

awservices {start|stop|list|version} [-m]

To start all Agent Technology components on the node in the correct order, enter the following command:

awservices start
-m

Starts awservices without starting any Agent Technology components.