SRM Console Commands
7
-
25
7.5.11 Create
The create command allows you to create an environment variable.
Example 7-11 Create Command
1.
P00>>> create fred
# Create a new environment
fred set to
# variable fred with a value
P00>>> show fred
# equal to null.
fred
2.
P00>>> create stuff 356
# Create a new environment
# variable stuff with a
# value equal to 356.
The create command syntax is:
cre[ate] <envar> [<value>]
where the <envar> is the environment variable name and <value> is the optional
variable value. Created environment variables are volatile by default. value can be a
quoted string for specifying boot specifications (see boot command description).