10.5 adminagent.xml (Administration Agent settings file)

Organization of this section
(1) Format
(2) File storage location
(3) Functionality
(4) Logical server types that you can specify in the facility name
(5) Precautions

(1) Format

You specify the facility name (indicating the types and start/stop operations of the logical server) and then specify the name and value of the environment variable.

Setting the facility name:

<facility>
<name>Facility-name</name>  <class>com.cosminexus.mngsvr.adminagent.impl.CmdExecuter</class>

Setting the name and value of an environment variable:
Add the following coding after setting the facility name as mentioned above:

<init-param>
<param-name>adminagent.facility.CmdExecuter.env.Environment-variable-name</param-name>
<param-value>Environment-variable-value</param-value>
</init-param>

(2) File storage location

(3) Functionality

Specify the settings for starting up the logical server or updating the settings files on behalf of the system administrator.

Edit this settings file when it is necessary to change the initial values of environment variables in this file or when it is necessary to add or delete the environment variables.

(4) Logical server types that you can specify in the facility name

The following table describes the types of logical servers and the start or stop operations that you can specify in the facility name:

Logical server typeStart or stop typeFacility nameRemarks
Performance tracerStartprf-start--
Stopprf-stop--
Smart agent
(In Windows)
Startosagent-start--
Stoposagent-stop--
Smart agent
(In UNIX)
Startosagent-start--
Naming serviceStartnaming-service-start--
CTM domain managerStartctm-dommng-start--
Stopctm-dommng-stop--
CTMStartctm-start--
Stopctm-stop--
SFO serverStartsfo-server-start--
Stopsfo-server-stop--
J2EE serverStartj2ee-server-startWhen the J2EE server uses a database, you need to provide the database specific settings in the J2EE server start up environment variables.
Stopj2ee-server-stop
WEB server
(In Windows)
Startweb-server-start--
Stopweb-server-stop--
WEB server
(In UNIX)
Startweb-server-start--

Legend: --: None


(5) Precautions