Understanding the Console Output

The console output displays a standard set of data to communicate states of each configuration plug-in invoked during a template run, such as status, description, severity and so on. There is also an overall indication of status at the end of the output, which applies to the template, not just the individual plug-ins. You can use scripts to interpret the console output and perform relative actions accordingly.

The following is an example of the command line console output:

###########################################################
  ######     AUTOMATED  CONFIGURATION  MANAGER     ######
###########################################################
PTEM_CONFIG:PTIBRenameNode: Rename the default local node
Configuring plug in : PTEM_CONFIG:PTIBRenameNode
STATUS: SUCCESS
DESCRIPTION: 
SEVERITY: 
Configuration completed : PTEM_CONFIG:PTIBRenameNode

PTEM_CONFIG:PTIBConfigureDBNode: Configure the DB node
Configuring plug in : PTEM_CONFIG:PTIBConfigureDBNode
STATUS: SUCCESS
DESCRIPTION: 
SEVERITY: 
Configuration completed : PTEM_CONFIG:PTIBConfigureDBNode

PTEM_CONFIG:PTIBConfigureGatewayNodes: Configure gateway URL, load connectors, define node in the gateway
Configuring plug in : PTEM_CONFIG:PTIBConfigureGatewayNodes
STATUS: WARNING
DESCRIPTION: 
Properties env.ib_appserver_host, env.ib_jolt_port are not configured correctly
Properties env.ib_appserver_host, env.ib_jolt_port are not configured correctly
SEVERITY: MAJOR
Configuration completed : PTEM_CONFIG:PTIBConfigureGatewayNodes

PTEM_CONFIG:PTIBConfigureGatewayProperties: Set keystore password, proxy host, p
roxy port, non proxy host in gateway properties file
Configuring plug in : PTEM_CONFIG:PTIBConfigureGatewayProperties
STATUS: ERROR
DESCRIPTION: Class PTIBConfigureGatewayProperties not found
SEVERITY: CRITICAL
Configuration failed : PTEM_CONFIG:PTIBConfigureGatewayProperties

****Successfully finished configuring the environment****
Configured environment in 9 seconds

OVERALL STATUS: ERROR
Application Engine program PTEM_CONFIG ended normally