(server version 5.35 or later)
(Default = none)
CPU-NOT-PRESENT <cpu-nbr>
This parameter is intended for special circumstances where a nonstandard configuration is required.
Specifies if MOMI should consider a processor AS not present.
By default, and under normal systems configurations, processors in a NonStop System are contiguously populated starting with CPU 0 and sequentially going up to a maximum of CPU 15 (16 total for the system). However, certain configurations may have a hole or gap and processors are not physically populate sequentially. MOMI at start-up considers any 'missing' processor as down between (and inclusive) CPU 0 and the highest numerical value determined to be running (i.e. the CPU's O/S is loaded and responding).
A processor defined with this keyword is omitted or not initialized within MOMI and in turn does not appear on MOMI screens. After MOMI is started, if a processor is physically loaded (i.e. O/S responding) MOMI will see the CPU UP system message and report its activity regardless of this keyword setting.
Note that at MOMI start-up if a processor is defined with this keyword and is physically present (i.e. O/S is responding) it is not reported.
Multiple processors s are defined by multiple uses of this keyword in the CONFMOMI file (only one cpu-nbr per line may be specified).
Example:
== System missing CPU 4 & 5
CPU-NOT-PRESENT 4
CPU-NOT-PRESENT 5