Top
ServerView Resource Orchestrator Cloud Edition V3.1.2 Reference Guide (Command/XML)
FUJITSU Software

1.2.2 How to Check Exit Status

Exit Status can be checked after the commands are executed.

Exit Status checking method examples are shown below.

[Windows Manager]
C:\Users\Administrator> Installation_folder\RCXCFMG\bin\cfmg_listhostnamecounter
C:\Users\Administrator> echo %errorlevel%
0
C:\Users\Administrator>
[Linux Manager]
$ 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.