CLI Guide

Table Of Contents
NOTE: The SYSCFG arguments are applicable to some generations. Run the help Syscfg -h to view the list of arguments
supported.
No Option
Table 6. No Option
Valid Arguments NA
Description The SYSCFG utility displays the usage information.
envar
Table 7. SYSCFG General envar
Valid Arguments <valid filename> <valid path>
Description Stores the environment variable data to a file when used with the s option. This
file can be called from other scripts to set the environment variable. The value of
<filename> must not be specified if the DTKENVSCR environment variable is set
to a valid filename. In this case, the filename pointed to by DTKENVSCR is used to
store the environment variable data.
Example:
syscfg --mem -s=temp --envar= Z:\scripts\file.bat
When used without the -s option, --envar takes the default variable.
Linux Example:
syscfg --svctag --envar= /tmp/myvars.txt
svctag = 2G8LC1S
syscfg_var =2G8LC1S
source /tmp/myvars.txt
Windows PE Example:
syscfg --svctag --envar=i:\myvars.bat
svctag = 2G8LC1S
syscfg_var =2G8LC1S
call i:\myvars.bat
h or help
Table 8. SYSCFG General h or help
Valid Arguments none or <valid option name>
Description Displays the general usage information for the utility, when no argument is provided.
If the argument matches a valid option, that option's usage information is displayed.
If the option has arguments, the arguments are displayed, separated by a |
character. If the option has sub-options, all sub-options, valid arguments, and a
description are listed. If the argument does not match a valid option, a usage error is
given (and usage information is displayed). This option cannot be replicated.
20 SYSCFG