Running the Console in Quiet Mode

When creating scripts to run configuration templates, you may want to reduce the output to only the essential information required for building your error handling. You can pass the QUIET parameter when calling Application Engine to: This feature helps which helps in scripting based on the console output.

  • Hide the console headers and footers.

  • Displaying only essential details of a configuration template execution.

For example, using the QUIET parameter:

%PS_HOME%\bin\client\winx86\psae.exe -CT %DBTYPE% -CS %SERVER% -CD %DBNAME% -CO %USER% -CP 
%PASS%  -R RUN023 -AI PTEM_CONFIG -I 2 -QUIET Y

Produces output similar to:

###########################################################
########     AUTOMATED  CONFIGURATION  MANAGER     ########
###########################################################
PTEM_CONFIG:PTIBRenameNode: Rename the default local node
Configuring plug in : PTEM_CONFIG:PTIBRenameNode
STATUS: SUCCESS
DESCRIPTION: NONE
SEVERITY: NONE
Configuration completed : PTEM_CONFIG:PTIBRenameNode
PTEM_CONFIG:PTIBConfigureDBNode: Configure the DB node
Configuring plug in : PTEM_CONFIG:PTIBConfigureDBNode
STATUS: SUCCESS
DESCRIPTION: NONE
SEVERITY: NONE
Configuration completed : PTEM_CONFIG:PTIBConfigureDBNode
****Completed environment configuration****
Configured environment in 7 seconds