uCosminexus Application Server, Definition Reference Guide

[Contents][Index][Back][Next]

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 type Start or stop type Facility name Remarks
Performance tracer Start prf-start --
Stop prf-stop --
Smart agent
(In Windows)
Start osagent-start --
Stop osagent-stop --
Smart agent
(In UNIX)
Start osagent-start --
Naming service Start naming-service-start --
CTM domain manager Start ctm-dommng-start --
Stop ctm-dommng-stop --
CTM Start ctm-start --
Stop ctm-stop --
SFO server Start sfo-server-start --
Stop sfo-server-stop --
J2EE server Start j2ee-server-start When the J2EE server uses a database, you need to provide the database specific settings in the J2EE server start up environment variables.
Stop j2ee-server-stop
WEB server
(In Windows)
Start web-server-start --
Stop web-server-stop --
WEB server
(In UNIX)
Start web-server-start --

Legend: --: None


(5) Precautions