AutoTMF Software User's Guide (Update 12)
NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-014
6-44
ALTER LOCAL
process is launched. Functionally however, the home terminal for the monitor 
process is the default EMS collector, as shown by the AutoTMF STATUS 
MONITOR command.
PRIMARY cpu-number
cpu (in the range of 0 to 15) of the primary monitor processes. Used when the 
monitor process is started.
PRIORITY process-priority
priority (in the range of 1 to 199) for the monitor process. Used when the 
monitor process is started.
ALTER LOCAL
Sets or changes a local parameter value. Local parameters are the same as global 
parameters and have the same purpose, but they are in effect for the current Monitor 
(MapDB) only. Local parameter values are stored in the MapDB table REGISTRY. 
Setting a local value overrides the global (default) value.
To restore the original default value of the parameter, use RESET LOCAL.
For a description of the local parameter values, see command description for ALTER 
GLOBAL on page 6-34. 
CALC
A four-function calculator. Operators include addition, subtraction, multiplication, 
division and parentheses. Multiplication and division have precedence over addition 
and subtraction. Numeric operands are assumed to be decimal unless preceded by % 
(for octal), %h (for hexadecimal), or %b (for binary). An expression comprised of 
simple integers is processed using integer arithmetic. If any operand contains a 
decimal point, the expression will be evaluated to four decimal places of accuracy.
expression
is one of:
•
a constant
•
expression operator expression
•
expression 
constant
specifies a decimal constant with or without a decimal point, or a binary, octal, 
or hexadecimal integer prefixed by %b, % or %h respectively.
operator 
CALC expression;










