Check the return values for the results of L-Platform Template Management Commands.
If the return value is 0, the command terminated normally.
If the return values is not 0, the command ended abnormally and an error message is displayed.
Refer to "Chapter 19 L-Platform Template Management Command Messages" for information on the return values and error messages.
Return value checking method examples are shown below.
[Windows]
C:\Users\Administrator> C:\Fujitsu\ROR\RCXCFMG\bin\cfmg_deletesoftsetup -f -id SS00000001 C:\Users\Administrator> echo %errorlevel% 0 C:\Users\Administrator> |
[Linux]
# /opt/FJSVcfmg/bin/cfmg_deletesoftsetup -f -id SS00000001 # 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.