Owner's manual

NonStop AutoTMF Commands
HP NonStop AutoTMF Software User’s Guide429952-016
6-80
RESET LOCAL
RESET LOCAL
Resets the value of a local parameter to its default value, which is the value of the
corresponding global parameter.
local-parameter
parameter to reset.
Local parameters are the same as global parameters. For a list of local and global
parameters, see command description for ALTER GLOBAL on page 6-35.
*
resets all local parameters to their default (global) value.
RUN[D]
Runs a program during a CI session. When the program terminates, the session
resumes.
filename
specifies a program file to be run.
run-options
specifies standard TACL process options, including the following:
CPU EXTSWAP LIB NOWAIT PRI
DEBUG IN MEM OUT SWAP
DEFMODE INSPECT NAME PFS TERM
command
any command line to be passed to the process in the startup message.
The RUN[D] command is not a multiline command and is not terminated with a
semicolon. Any semicolon is passed to the process as part of the startup command.
Refer to Table 6-3
for a list of standard programs, such as EDIT and FUP, that can be
run by simply typing the program name. These commands are equivalent to specifying
“RUN $SYSTEM.SYSTEM.” before the name and otherwise follow the complete RUN
command syntax.
RESET GLOBAL [ local-parameter | * ];
RUN[D] filename[/run-options/] [command]