Exit Status can be checked after the commands are executed.
Exit Status checking method examples are shown below.
C:\Users\Administrator> Installation_folder\RCXCFMG\bin\cfmg_listhostnamecounter C:\Users\Administrator> echo %errorlevel% 0 C:\Users\Administrator>
$ su -
Password: Super user's password
# /opt/FJSVcfmg/bin/cfmg_listhostnamecounter
# echo $?
0
#
Note
If the admin server is Linux, ensure that the environment variable LANG is "en_US.UTF-8" when executing L-Platform Template Management Commands.