Perform operations on running objects
- Invoke AdminControl
- Obtain the object name of the running object with the following command:
$AdminControl completeObjectName name- Issue the following command:
set s1 [$AdminControl completeObjectName type=Server,name=servername,*]- Invoke the operation with the following command:
$AdminControl invoke $s1 stopHere is an example that uses parameters:
set traceServ [$AdminControl completeObjectName type=TraceService,process=servername,*]