Deployment Guide
envar
Table 8. 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 9. 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.
Example:
A:>syscfg -h lanchannelaccess
lanchannelaccess: Reports LAN channel access information.
Sub-options:
pefalerting: Enable or disable PEF (Platform Event
Filter)alerting.
Arguments: enable | disable
ipmioverlan: Enable or disable
IPMI over LAN access.
Arguments: disable | alwaysavail
channelprivlmt: Sets the maximum privilege level that can
be accepted on the LAN channel.
Arguments: user | operator |administrator
22