1.1 Command types
This section describes the types of commands used with Application Server.
On Application Server, the usable commands differ according to the types of applications to be executed. In this section, commands are classified into the following five types:
The following table describes these commands.
|
Command type |
Command explanation |
Reference location |
|---|---|---|
|
Commands used with a J2EE server |
Use these commands to start and stop J2EE servers and to set up J2EE applications. These commands begin with cj. Examples: cjstartsv, cjenvupdate |
|
|
Commands used for performance analysis trace |
When you are using performance analysis trace to analyze the processing performance for systems on the Application Server, you use these commands to start and stop the PRF daemon and to output the trace information. These commands begin with cprf. Examples: cprfstart, cprfed |
|
|
Commands used with Cosminexus JMS Provider |
Use these commands with Cosminexus JMS Provider to send and receive messages. |
|
|
Commands used in CTM |
When you use CTM for scheduling requests and load balancing, you use these commands to start and stop the CTM domain, to output the CTM information, and to block a queue. These commands begin with ctm. Examples: ctmstart and ctmholdque |
|
|
Commands used with Management Server |
When you are using Management Server, use these commands to check the operations of the Administration Agent, to start or stop the Administration Agent, or to start or stop Management Server. Examples: adminagentcheck, mngsvrctl |
|
|
Commands used with the Smart Composer functionality |
When you use the Smart Composer functionality, you use these commands to set up the management user account of Management Server and to build Web systems on Management Server. Examples: cmx_admin_passwd, cmx_build_system |
|
|
Commands used with Virtual Systems |
You use these commands to acquire and update the information from virtual server manager.ng |
|
|
Commands used in JavaVM |
You use these commands to acquire a core file, perform GC, or perform other operations for a Java VM. Examples: javacore, javagc |
|
|
Commands used in log operations |
When you are acquiring the Application Server log, you use these commands to acquire the snapshot log. Example: snapshotlog |
|
|
Commands used for setting Audit Log |
You use these commands to set the audit log. Example: auditsetup |
|
|
Commands used with integrated user management |
When you are using the integrated user management functionality, use these commands to encrypt the user information and to create the encryption key file. Examples: convpw, ssogenkey |
# |
- #
-
For details, see 13. Commands Used in Integrated User Management in the uCosminexus Application Server Security Management Guide.
|
Command type |
Command explanation |
Reference location |
|---|---|---|
|
Commands used with a batch server |
You use these commands to start and stop batch servers and to execute and forcibly terminate batch applications. These commands begin with cj. Examples: cjstartsv and cjexecjob |
|
|
Commands used for performance analysis trace |
When you are using performance analysis trace to analyze the processing performance for systems of the Application Server, you use these commands to start and stop the PRF daemon and to output the trace information. These commands begin with cprf. Examples: cprfstart, cprfed |
|
|
Commands used in CTM |
When you use CTM for scheduling requests and load balancing, you use these commands to start and stop the CTM domain, to output the CTM information, and to block a queue. These commands begin with ctm. Examples: ctmstart, ctmholdque |
|
|
Commands used with Management Server |
When you are using Management Server, use these commands to check the operations of the Administration Agent, to start or stop the Administration Agent, or to start or stop Management Server. Examples: adminagentcheck, mngsvrctl |
|
|
Commands used with the Smart Composer functionality |
When you use the Smart Composer functionality, you use these commands to set up the management user account of Management Server and to build Web systems on Management Server. Examples: cmx_admin_passwd, cmx_build_system |
|
|
Commands used in JavaVM |
You use these commands to acquire a core file, perform GC, or perform other operations for a Java VM. Examples: javacore, javagc |
|
|
Commands used in log operations |
When you are acquiring logs of the Application Server, you use these commands to acquire the snapshot log. Example: snapshotlog |
|
|
Commands used for setting Audit Log |
You use these commands to set the audit log. Example: auditsetup |
|
Command type |
Command explanation |
Reference location |
|---|---|---|
|
Commands used in Java applications |
You use these commands to start Java applications and to delete the output destination subdirectory of log. Examples: cjclstartap and cjcldellog |
|
Command type |
Command explanation |
Reference location |
|---|---|---|
|
Commands used in Web applications |
Use these commands to check JSP sources. Example: cjjspc |
|
Command type |
Command explanation |
Reference location |
|---|---|---|
|
Commands used in Web Services |
Use this command to generate SEI and JavaBean classes required for SOAP Web Services and generate a WSDL from the compiled Java sources. Examples: cjwsimport, hwsgen |
# |
- #
-
See 14. Commands in the uCosminexus Application Server Web Service Development Guide.
- Reference note
-
You use the following commands to develop SOAP applications and programs for operating XML documents, and to ensure the security of Web Services.
-
In the development of SOAP applications, you use commands for generating a WSDL, source code, and service deployment definitions. For details on the commands, see 9. Development support commands in the uCosminexus Application Server SOAP Application Development Guide.
-
With the functionality for developing a program that operates XML documents, you use commands for using a schema compiler and a schema generator. For details on the commands, see 2.5 JAXB commands in the uCosminexus Application Server XML Processor User Guide.
-
With the Web Services security functionality, you use commands for using the security functionality and for checking whether the XML syntax is correct. For details on the commands, see 4.1 Commands provided by the Web Services security functionality in the uCosminexus Application Server Web Service Security Users Guide.
-