cmx_list_model (Get a Web system information model)

Format

Function

Arguments

-modeltype
Specifies the display targets.
  • SERVER
    Displays the list of logical servers in the Web system information model.
  • APPLICATION
    Displays the list of J2EE applications in the Web system information model.
  • RESOURCE#
    Displays the list of resource adapters in the Web system information model.
  • RESADAPTER
    Displays the list of resource adapters in the Web system information model.
  • RESJAVABEANS
    Displays the list of JavaBeans resources in the Web system information model.
  • SERVEREX
    Displays the list of logical servers in the Web system information model. The list also displays the logical server type.
# This is a compatibility argument. We recommend that you use RESADAPTER.
-s web-system-name
Specifies the Web system name.
If you omit this option, the value set in the cmx.websystem.name key of the .cmxrc file or the cmxclient.properties file is used.
-all
Displays all the registered Web systems.
-r
Displays the list of J2EE applications registered with the cmx_register_application command or the list of resource adapters registered with the cmx_register_resource command.
-ns
Displays the list of logical servers that are not associated with the Web system.

Output format

The cmx_list_model command is output in the CSV format.

Input and Output examples

Return values

0:
The command is terminated normally.
1:
The command is terminated with a warning.
64:
The command is terminated abnormally.

Notes