Alter local, Calc – HP Integrity NonStop H-Series User Manual
Page 115

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide—429952-013
6-43
ALTER LOCAL
cpu (in the range of 0 to 15) of the backup monitor processes. Used when the
monitor process is started.
CACHEKB size
specifies in kilobytes the amount of memory to be allocated for caching
NonStop AutoTMF software file and program attributes. The size ranges from
100 kilobytes to 127 megabytes, the maximum extended segment size.
Approximately 32K of this cache is reserved for internal uses.
HOMETERM file-name
home terminal for the monitor process. Used when the monitor process is
started.
If not specified, HOMETERM is set to EMS collector $0.
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
For a description of the local parameter values, see command description for
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:
CALC expression;