Hitachi

uCosminexus Application Server Command Reference Guide


I.1 Deploying abstract parameters

Input the Easy Setup definition file and the abstract parameter in the cmx_trans_param command to create the definition file (Easy Setup definition file with the deployed abstract parameter) deployed from the abstract parameter in the effective parameter. The following figure shows the image of deploying an abstract parameter:

Figure I‒1: Image of deploying an abstract parameter

[Figure]

Note that in order to deploy an abstract parameter, you must design the abstract parameter. Before deploying the abstract parameter, you estimate the maximum number of concurrently processed requests.

The following is an example of deploying an abstract parameter when the maximum number of concurrently processed requests is estimated as 20:

In Windows
Cosminexus-installation-directory\manager\bin\cmx_trans_param -i arbitrary-directory\MyWebSystemDef.xml -p UnitMaxParallelCount=20 -o arbitrary-directory\MyWebSystemDef2.xml
In UNIX
# /opt/Cosminexus/manager/bin/cmx_trans_param -i arbitrary-directory/MyWebSystemDef.xml -p UnitMaxParallelCount=20 -o arbitrary-directory/MyWebSystemDef2.xml

For details on the cmx_trans_param command, see cmx_trans_param in the subsection 8.3 Details of commands used with the Smart Composer functionality.