Guardian Procedure Calls Reference Manual
PROCESS_MONITOR_VCORE_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameter
Considerations
Summary
The PROCESS_MONITOR_VCORE_ procedure enables or disables the receipt of a system message
associated with the enabling of Core License. It also indicates a change in the number of enabled
IPUs or CPUs.
Syntax for C Programmers
#include <cextdecs(PROCESS_MONITOR_VCORE_)>
void PROCESS_MONITOR_VCORE_ ( short enable );
Syntax for TAL Programmers
CALL PROCESS_MONITOR_VCORE_ ( enable ); ! i
Parameter
enable
input
INT:value
Comprises one of these values:
Disable receipt of messages0
Enable receipt of messages1
Considerations
The Core Enablement system message is not received unless the process makes a call to
PROCESS_MONITOR_VCORE_ procedure with the enable value set to 1. To disable the receipt
of these messages, the process must make another call, setting the value of enable to 0. See the
Guardian Procedure Errors and Messages Manual for details regarding the Core Enablement
system message. See the NonStop BladeSystem Planning Guide for information about the Core
Licensing associated with this message.
PROCESS_MONITOR_VCORE_ Procedure 1083