Operator Messages Manual

Chapter 49 Measure Messages

The messages in this chapter are sent by the Measure subsystem. The subsystem ID displayed by these messages includes Measure as the subsystem name.

Table 49-1 shows the range of message numbers allocated for each measure process.

Table 49-1 Message Numbers Allocated for Measure Processes

Measure ProcessRange of Message Numbers
MEASCTL4001 through 4499
MEASMON4500 through 4899
MEASIP4900 through 4999
MEASFH5000 through 5499

 



4001

Can't run. Incompatible Guardian Version.

Cause  The Measure product version is not compatible with the operating system version.

Effect  MEASCTL stops.

Recovery  Install compatible versions of the Measure product and the operating system.



4002

Can't run. Previous Measctl is alive.

Cause  An attempt was made to run MEASCTL in a processor that already has MEASCTL running.

Effect  MEASCTL stops.

Recovery  Informational message only; no corrective action is needed.



4003

Unable to obtain information on Measmon. Process_Getinfo_ Err num1 (num2)

num1

is an error returned by the PROCESS_GETINFO_ procedure, indicating one of:

4The MEASMON process does not exist or is not running the correct object file.
5MEASCTL cannot communicate with the processor where MEASMON resides. This error is probably not a Measure problem.

num2

is a PROCESS_GETINFO_ detail error.

Cause  An attempt was made to obtain process information on MEASMON. MEASMON might have stopped immediately after starting a MEASCTL, or there might be a system resource problem.

Effect  The Measure subsystem does not work.

Recovery  For error 4, stop and restart the Measure subsystem. For error 5, check the processor status, and then take appropriate action. For information on the detail code and recovery actions, see the Guardian Procedure Errors and Messages Manual.



4004

Unable to obtain information about myself. Process_Getinfo_ Err num1 (num2)

num1

specifies the error returned from the PROCESS_GETINFO_ procedure.

num2

is a PROCESS_GETINFO_ detail error.

Cause  MEASCTL could not obtain certain information about itself.

Effect  MEASCTL in the specified processor stops.

Recovery  Restart the Measure subsystem; if the same error occurs, contact your service provider. See the Guardian Procedure Errors and Messages Manual for information on the detail code.

When contacting your service provider, provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4005

Unable to lock memory.

Cause  An attempt to lock memory failed.

Effect  MEASCTL stops.

Recovery  Install more memory.



4006

Unable to get space in SYSPOOL. Call to GETPOOL failed.

Cause  MEASCTL in the specified processor could not obtain space from SYSPOOL to store information about itself.

Effect  MEASCTL in the specified processor stops.

Recovery  None. Try restarting the subsystem when the system load is lighter.



4007

Measurement num filename: Unable to lock space for I/O.

num

is the measurement number.

filename

is the measurement data file name.

Cause  An attempt to lock memory for a write to the data file failed.

Effect  The specified measurement number aborts in the specified processor.

Recovery  Add memory to the system.



4008

Can't run. Illegal program files.

Cause  The MEASCTL program file was not named $VOLUME.SYScpu.MEASCTL.

Effect  MEASCTL stops.

Recovery  Assign the correct file name to the MEASCTL program and restart the Measure subsystem.



4009

Segment allocation failed. Segment_Allocate_ error num1 (num2)

num1

identifies a SEGMENT_ALLOCATE_ error.

num2

is a SEGMENT_ALLOCATE_ detail error.

Cause  An attempt to allocate a segment space failed, probably because of insufficient disk space.

Effect  MEASCTL stops.

Recovery  For information on the specified error, see Appendix F. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual. If disk space is insufficient, purge unnecessary files or add a disk to the system.



4010

Segment allocation failed for PMQ segment. Segment_Allocate_ num1(num2)

num1

identifies a SEGMENT_ALLOCATE_ error.

num2

is a SEGMENT_ALLOCATE_ detail error.

Cause  An attempt to allocate the Private Measure Queue (PMQ) segment failed.

Effect  MEASCTL stops.

Recovery  For information on the specified error, see Appendix F. For information on the detail code and additional recovery actions, see the Guardian Procedure Errors and Messages Manual. Correct the error if possible, then restart the Measure subsystem.



4011

Unable to lock counter space.

Cause  An attempt to lock memory for counter space failed.

Effect  Some entities are not measured.

Recovery  Install more memory.



4012

Unable to lock SQL control block space.

Cause  An attempt to lock memory for a structured query language (SQL) control block space failed.

Effect  Some SQL statements are not measured.

Recovery  Install more memory.



4013

Counter space overflow.

Cause  No more counter space was available.

Effect  No new entities are measured.

Recovery  Perform one or more of the following actions:

  • Do not start any new measurement until some active measurements have stopped.

  • Remove unnecessary entities from measurements.

  • Increase the CID table size.

  • Stop unnecessary measurements.

This event is burst suppressed so that no more than three of these events can occur in a five-minute interval for each MEASCTL process. Burst suppression lasts for a minimum of five minutes. At the end of burst suppression, a 4062 event is generated that displays a count of 4013 events that were suppressed. Conditions that can cause burst suppression are:

  • Frequently starting and stopping measurements that exhaust and free up counter space.

  • Frequently starting and stopping processes being measured by PROCESSH that exhaust and free up counter space.



4014

SQL control block space overflow.

Cause  No more structured query language (SQL) control block space was available for measurement.

Effect  Statement entities of newly created SQL processes are not measured.

Recovery  Do not start measurement on new SQL statements until some of the active SQL statement measurements stop.



4015

SQL Statement Control Block Pool operation failed.

Cause  A SQL statement control block pool structure was invalid.

Effect  A GETPOOL or PUTPOOL operation fails.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4016

Measurement num filename: Write to data file failed. File error errnum

num

is the measurement number.

filename

is the measurement data file name.

errnum

identifies a file-system error.

Cause  A file-system error occurred during an attempt to write to a data file.

Effect  MEASCTL aborts the specified measurement in the specified processor. Data is not written to the data file.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4017

Measurement num filename: Msg_Link_ to an I/O process failed.

num

is the measurement number.

filename

is the measurement data file name.

Cause  An attempt to send a message to an input/output (I/O) process failed. The linker or the listener had too many messages queued.

Effect  MEASCTL aborts the measurement in the specified processor.

Recovery  If this error occurs frequently, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4018

Unable to read message.

Cause  An attempt to read a request failed. The request was canceled or not enough memory could be locked.

Effect  The request is not read, so it cannot be performed.

Recovery  Investigate memory usage. The indicated processor might have insufficient memory.



4019

Measurement num filename: failed to complete message to the IOP.

num

is the measurement number.

filename

is the measurement data file name.

Cause  A message to the I/O process (IOP) where the measurement data file resides was not completed.

Effect  The measurement aborts in the specified processor.

Recovery  Informational message only; no corrective action is needed. If this problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4020

Measurement num filename: Open failed, File system error: errnum

num

is the measurement number.

filename

is the measurement data file name.

errnum

identifies a file-system error.

Cause  A file-system error occurred during an attempt to open a data file.

Effect  The measurement aborts in the specified processor. The data file is not opened.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4021

Measurement num filename: Failed to close data file Error: err.

num

is the measurement number.

filename

is the measurement data file name.

err

is the error returned from the MSG_SENDBUF_ procedure.

Cause  MEASCTL in the specified processor failed to close the specified measurement data file.

Effect  The data file remains open.

Recovery  Stop the Measure subsystem so the file can be closed when the MEASCTL process terminates.



4022

Measurement num filename: Message ID corrupted

num

is the measurement number.

filename

is the measurement data file name.

Cause  An internal message ID associated with the specified measurement had an illegal value.

Effect  The processor halts with code %14003.

Recovery  Take the processor dump; then contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4023

Call to USESEGMENT failed.

Cause  A call to the USESEGMENT procedure failed because of an internal error.

Effect  The call to USESEGMENT is ignored.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4024

Cid Table Overflow.

Cause  Space was not available in the counter identification (CID) table; too many entities were already under measurement.

Effect  No new entities are measured.

Recovery  Perform one or more of the following actions:

  • Do not start any new measurement until some active measurements have stopped.

  • Remove unnecessary entities from measurements.

  • Increase the CID table size.

  • Stop unnecessary measurements.



4025

Unable to access disk tables: Ldev: ldev

ldev

is a logical device identifier.

Cause  An attempt to access disk cache headers failed.

Effect  Some disk cache counters might have incorrect values on the specified logical device.

Recovery  Restart the measurement. If the error persists, check the status of the associated disk volume and bring the device up if it is down.



4026

Failed to start PROCESSH interrupts for sampling: num

num

is an internal number indicating the reason for the failure.

Cause  An attempt to start PROCESSH sampling failed.

Effect  No PROCESSH measurements are done.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4027

Failed to stop PROCESSH interrupts.

Cause  An attempt to stop PROCESSH sampling failed.

Effect  None.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4028

Unrecognized request type: type.

type

is a request type.

Cause  MEASCTL received a request with an unknown request type.

Effect  The request is ignored.

Recovery  No user action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4029

Open failed on data file num filename: Securityblock_build error errnum

num

is the measurement number.

filename

is the measurement data file name.

errnum

is an error code returned from the SECURITYBLOCK_BUILD procedure.

Cause  An attempt to open the specified data file failed.

Effect  The measurement is aborted in the indicated processor.

Recovery  Restart the measurement. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4030

Measurement num filename: Unable to lock memory for message send/receive.

num

is the measurement number.

filename

is the measurement data file name.

Cause  MEASCTL, in the specified processor, could not lock the memory required to send or receive a message for the measurement with the specified data file.

Effect  The measurement stops.

Recovery  Install more memory if this error occurs frequently. Otherwise, check to see whether you can reduce the memory consumption of other processes, including disk cache size.



4031

Unable to lock memory to read a message’s control buffer.

Cause  An attempt to lock memory for a message’s control buffer failed.

Effect  The message is not read, so the request cannot be performed.

Recovery  Investigate memory usage. The indicated processor might have insufficient memory.



4032

Unable to get information on Measmon; Process_Getpairinfo_ Err errnum.

errnum

is an error code returned from the PROCESS_GETPAIRINFO_ERR procedure.

Cause  An attempt to obtain information about MEASMON failed.

Effect  MEASCTL stops.

Recovery  Stop and restart the Measure subsystem using MEASCOM.



4033

Inconsistent CID on measurement num filename. CID allocated at timestamp, Entity entity, XPTRadr,errflag

num

is the measurement number.

filename

is the measurement data file name.

timestamp

is the internal timestamp (in hex) of when the CID was allocated.

entity

is the entity type the CID is measuring.

adr

is the counter address (in hex).

errflag

is the type of CID error.

Cause  There was an inconsistency between the entity control block and the counter identification (CID).

Effect  MEASCTL resolves the inconsistency internally. The measurement is not affected.

Recovery  Informational message only; no corrective action is needed.



4034

Inconsistent CID found on perhaps more than one measurement. CID allocated at timestamp, Entity entity, XPTR adr, errflag

timestamp

is the internal timestamp (in hex) of when the CID was allocated.

entity

is the entity type the CID is measuring.

adr

is the counter address (in hex).

errflag

is the type of CID error.

Cause  There was an inconsistency between the entity control block and the counter identification (CID).

Effect  MEASCTL resolves the inconsistency internally. The measurement is not affected.

Recovery  Informational message only; no corrective action is needed.



4035

Unable to get I/O controller info for measurement num filename; Error from Guardian = errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

is a Guardian error code.

Cause  An attempt to obtain controller information failed.

Effect  If a START MEASUREMENT command was issued, controllers are not measured. If a LISTACTIVE command was issued, no record is returned.

Recovery  For recovery information, see the Guardian Procedure Errors and Messages Manual. Correct the error and retry the measurement.



4036

Call to DEFINEPOOL failed, error errnum. Unable to get Contab Pool space. MEASCTL ABENDed.

Cause  The call to the DEFINEPOOL procedure failed because of an internal error.

Effect  MEASCTL stops.

Recovery  Restart the subsystem. If the error occurs again, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4037

Measctl has been compiled for a TNS/R machine. This version cannot run on a TNS.

Cause  The MEASCTL object file was compiled with the TARGET TNS/R option, which limits its operation to TNS/R systems only. However, an attempt was made to run MEASCTL on a TNS system.

Effect  MEASCTL stops.

Recovery  To run the program on a TNS/R system, compile the MEASCTL object file with the TARGET TNS/R option. To run the program on a TNS system, compile the MEASCTL object file with the TARGET TNS option.



4038

Measctl has been compiled for a TNS machine. This version cannot run on a TNS/R.

Cause  The MEASCTL object file was compiled with the TARGET TNS option, which limits its operation to TNS systems only. However, an attempt was made to run MEASCTL on a TNS/R system.

Effect  MEASCTL stops.

Recovery  To run the program on a TNS/R system, compile the MEASCTL object file with the TARGET TNS/R option. To run the program on a TNS system, compile the MEASCTL object file with the TARGET TNS option.



4039

Call to DEFINEPOOL failed, error errnum. Unable to get Bin address Pool space. Measctl ABENDed.

errnum

is the error returned from DEFINEPOOL.

Cause  The call to the DEFINEPOOL procedure failed because of an internal error.

Effect  MEASCTL stops.

Recovery  Restart the subsystem. If the error occurs again, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4041

Measurement num filename: Setmode failed, File System Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

identifies a file-system error.

Cause  A call to the Guardian SETMODE procedure failed.

Effect  MEASCTL aborts the measurement in the specified processor.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4042

Measurement num filename: IOPRM_MEASURE_SET_XPTR_ failed, Ldev: ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPRM_MEASURE_SET_XPTR_.

Cause  A request to the input/output process request manager (IOPRM) failed because of an internal error; the XPTR has not been cleared.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4043

Measurement num filename: IOPLIB_MEASURE_SET_XPTR_ failed, Ldev: ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPLIB_MEASURE_SET_XPTR_.

Cause  A request to the IOPLIB (a set of library routines used by the I/O process) failed because of an internal error; the XPTR has not been cleared.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4044

Unable to get XIO module info for measurement num filename; MEASCTL internal code = errnum1. Error from XIO =errnum2. Ldev ldev.

num

is the measurement number.

filename

is the measurement data file name.

errnum1

is a MEASCTL internal code.

errnum2

is an XIO error code.

ldev

is the logical device identifier.

Cause  A request to XIO for module information failed because of an internal error.

Effect  Only the SERVERNET IPC node class is measured; other SERVERNET entities are not measured.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4045

Unable to get WAN configuration info for measurement num filename; MEASCTL internal code = errnum1.Error from WAN = errnum2. Ldev ldev.

num

is the measurement number.

filename

is the measurement data file name.

errnum1

is a MEASCTL internal code.

errnum2

is a wide area network (WAN) error code.

ldev

is the logical device identifier.

Cause  A request to WAN for configuration information failed because of an internal error.

Effect  SERVERNET entities in the WAN node class are not measured.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4046

Unable to get SCSI configuration info for measurement num filename; MEASCTL internal code = errnum1. Error from SCSI = errnum2. Ldev ldev.

num

is the measurement number.

filename

is the measurement data file name.

errnum1

is a MEASCTL internal code.

errnum2

is a small computer system interface (SCSI) error code.

ldev

is the logical device identifier.

Cause  A request to the SCSI interface monitor for configuration information failed because of an internal error.

Effect  SERVERNET entities in the SCSI node class are not measured.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4047

Measurement num filename:FS_MEASURE_SETACB_ failed, Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

is the error returned from FS_MEASURE_SETACB_.

Cause  A request to the file system failed because of an internal error.

Effect  The measurement continues.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, additional messages will appear. Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4051

Measurement num filename: MEAS_EXPAND_SET_XPTR_ failed, Ldev ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPLIB_MEASURE_SET_XPTR_.

Cause  A request to the IOPLIB (a set of library routines used by the I/O process) failed because of an internal error; the XPTR had not been set or cleared.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4052

Measurement num filename: IOPRM_MEASURE_GET_SUBDEV_INFO_ failed, Ldev ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPRM_MEASURE_GET_SUBDEV_INFO_.

Cause  A request to the input/output process request manager (IOPRM) failed because of an internal error.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4053

Measurement num filename:IOPLIB_MEASURE_GET_SUBDEV_INFO_ failed, Ldev ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPLIB_MEASURE_GET_SUBDEV_INFO_.

Cause  A request to the IOPLIB (a set of library routines used by the I/O process) failed because of an internal error.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4054

Measurement num filename:IOPLIB_MEASURE_GET_DEV_INFO_ failed, Ldev ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPLIB_MEASURE_GET_DEV_INFO_.

Cause  A request to the IOPLIB (a set of library routines used by the I/O process) failed because of an internal error.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4055

Measurement num filename:MEAS_EXPAND_GET_XPTR_ failed, Ldev ldev. Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

ldev

is the logical device identifier.

errnum

is the error returned from IOPLIB_MEASURE_SET_XPTR_.

Cause  A request to the IOPLIB (a set of library routines used by the I/O process) failed because of an internal error.

Effect  If the problem can be resolved internally, MEASCTL continues and the measurement completes normally. If the problem cannot be resolved, the system will probably halt. This message is one of several that can help identify the problem.

Recovery  If the measurement completes normally, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4059

Segment allocation failed for SSRQ segment. Segment_Allocate_ num1 (num2)

num1

identifies a SEGMENT_ALLOCATE_ error.

num2

is a SEGMENT_ALLOCATE_ detail error.

Cause  An attempt to allocate a segment for the queue for deferred events (SSRQ) failed.

Effect  MEASCTL stops.

Recovery  For information on the specified error, see Appendix F. For information on the detail code and additional recovery actions, see the Guardian Procedure Errors and Messages Manual. Correct the error if possible, then restart the Measure subsystem.



4060

SSRQ Overflow.

Cause  The MEASCTL queue (SSRQ) for incoming requests is full. This event indicates serious MEASCTL performance problems. This can happen if there is extreme CPU and disk activity in the MEASCTL CPU and rapid configuration changes in the subsystems under measurement. MEASCTL itself can cause high disc activity if there are many (tens of thousands) of entities being measured and a low interval (like one second) is specified.

Effect  The incoming requests are rejected. The requests are from subsystems under measurement.

Recovery  Address the cause of the CPU, disk or configuration activity. Any measurements run when this event occurred could be missing some data because of missed subsystem configuration changes.



4062

Suppression of event evtnum ended. num events suppressed.

evtnum

is the event number of the event that was suppressed.

num

is the number of events that were suppressed.

Cause  Event suppression of the specified event number had occurred and is now ending. Currently, only event 4013 can be suppressed.

Effect  The specified event is no longer suppressed.

Recovery  None for this event. Look at the Recovery section for the event that was suppressed.



4063

Exceeded num % CID usage threshold.

num

identifies the threshold limit specified by the user.

Cause  CID usage for the CPU exceeded the specified threshold.

Effect  None for this event; informational message only.

Recovery  None for this event; informational message only.



4067
Call to NSK API num returned error  err.
num

is a number indicating which API.

err

is the error returned from the API.

Cause  A call to an internal NSK API failed. This is for diagnostics purposes only.

Effect  No visible effect.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4068
Invalid ARRAY INDEX when specifying a USERDEF measurement. 
For concurrent USERDEF measurements the INDEX for a named
counter must be the same as what already has been specified. 
Counter name name, original index num1. 
Measurement num2 filename: invalid index num3.
name

is the USERDEF counter name.

num1

is the already existing INDEX value.

num2

is the measurement number with the incorrect INDEX value.

filename

is the corresponding measurement data file name.

num3

is the invalid INDEX value.

Cause  When specifying a secondary USERDEF measurement for a process, the INDEX value for a specific counter must be the same as what was previously specified. This event indicates that it was not the case.

Effect  The specified USERDEF measurement will not be started.

Recovery  Correct the INDEX or the counter name and start the measurement again.



4069

Measurement num, ANSI Log File filename: File full – name translation truncated.

num

is the measurement number.

filename

is the measurement data file name.

Cause  An attempt to lock memory for a write from the ANSI journal to the data file failed.

Effect  The specified measurement number aborts in the specified processor.

Recovery  Add memory to the system.



4070

Measurement num, ANSI log file filename : write to MID log file failed, File errorerrnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

identifies a file-system error.

Cause  A file-system error occurred during an attempt to write the ANSI journal to a data file.

Effect  MEASCTL aborts the specified measurement in the specified processor. Data is not written to the data file.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4071

Measurement num, ANSI log file filename: Msg_Link_ to DP2 failed.

num

is the measurement number.

filename

is the measurement data file name.

Cause  An attempt to send a message to an input/output (I/O) process failed. The linker or the listener had too many messages queued.

Effect  MEASCTL aborts the measurement in the specified processor.

Recovery  If this error occurs frequently, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4072

Measurement num, ANSI log file filename: I/O to DP2 did not complete.

num

is the measurement number.

filename

is the measurement data file name.

Cause  A message to the I/O process (IOP) where the measurement data file resides was not completed.

Effect  The measurement aborts in the specified processor.

Recovery  Informational message only; no corrective action is needed. If this problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4073

Measurement num: Open of ANSI log file filename failed, File System Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

identifies a file-system error.

Cause  A file-system error occurred during an attempt to open a data file.

Effect  The measurement aborts in the specified processor. The data file is not opened.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4074

Measurement num: Close of ANSI log file filename failed, File System Error: errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

is the error returned from the MSG_SENDBUF_ procedure.

Cause  MEASCTL in the specified processor failed to close the specified measurement data file.

Effect  The data file remains open.

Recovery  Stop the Measure subsystem so the file can be closed when the MEASCTL process terminates.



4075

Measurement num: Open of ANSI log file filename failed, Securityblock_build error errnum.

num

is the measurement number.

filename

is the measurement data file name.

errnum

is an error code returned from the SECURITYBLOCK_BUILD procedure.

Cause  An attempt to open the specified data file failed.

Effect  The measurement is aborted in the indicated processor.

Recovery  Restart the measurement. If the problem persists, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4076

Measurement num, ANSI log file filename : Unable to lock memory for message send/receive.

num

is the measurement number.

filename

is the measurement data file name.

Cause  MEASCTL, in the specified processor, could not lock the memory required to send or receive a message for the measurement with the specified data file.

Effect  The measurement stops.

Recovery  Install more memory if this error occurs frequently. Otherwise, check to see whether you can reduce the memory consumption of other processes, including disk cache size.



4077

Measurement num, ANSI log file filename: File full -- name translation truncated.

num

is the measurement number.

filename

is the measurement data file name.

Cause  The temporary ANSI log file is full.

Effect  Some ANSI SQL names may not be found in the ANSI SQL journal, resulting in “*** Translation Not Available ***” output.

Recovery  Free up space on the disk and retry the measurement. When starting a measurement, verify that there is sufficient available disk space for the temporary ANSI log file (up to 64MB).



4078

Call to POOL_DEFINE_ failed, error errnum. Unable to get SQL Control Block Pool Space. MEASCTL Abended.

errnum

is the error number.

Cause  The call to the POOL_DEFINE_ procedure failed because of an internal error.

Effect  MEASCTL stops.

Recovery  Restart the subsystem. If the error occurs again, contact your service provider and provide relevant information:

  • Descriptions of the problem and accompanying symptoms.

  • Details from the message or messages generated.

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable.

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4080

Unable to allocate 64-bit counter space for entitynum. Guardian Error error1

entitynum

is the entity number of the entity being measured.

error1

is the Guardian error.

Cause  No more 64-bit counter space is available.

Effect  New entities that require counters in 64-bit memory will not be measured.

Recovery  Reduce the number of measurement entities in the configuration.



4081

Measurement of entity entitynum failed due to invalid xptr for pin pin : num1

entitynum

is the entity number of the entity being measured.

pin

is the PIN of the process.

num1

is a number which indicates where in MEASCTL the error was detected.

Cause  Invalid Process record pointer found during measurement.

Effect  Some SQLSTMT/SQLPROC/OSSNS entities are not measured.

Recovery  Reduce the scope of the specified measurement and retry the operation, or increase the number of CIDs and retry the operation.



4082

Measurement of entity entitynum failed due to internal inconsistency for pin pin : num1

entitynum

is the entity number of the entity being measured.

pin

is the PIN of the process.

num1

is a number which indicates where in MEASCTL the error was detected.

Cause  Invalid pointer to SQLPROC Control block or SQLSTMT pool space is found during measurement.

Effect  Some SQLSTMT/SQLPROC/OSSNS entities are not measured.

Recovery  Reduce the scope of the specified measurement and retry the operation.



4083

Measurement of entity entitynum failed as entity descriptor was not found in contab for pin pin

entitynum

is the entity number of the entity being measured.

pin

is the PIN of the process.

Cause  Specified entity descriptor is not found in contab.

Effect  Some SQLSTMT/SQLPROC/OSSNS entities are not measured.

Recovery  Reduce the scope of the specified measurement and retry the operation.



4084

Measurement of entity entitynum failed as measurement was inactive for pin pin : num1

entitynum

is the entity number of the entity being measured.

pin

is the PIN of the process.

num1

is a number which indicates where in MEASCTL the error was detected.

Cause  Specified entity measurement is not active.

Effect  Some SQLSTMT/SQLPROC/OSSNS entities are not measured.

Recovery  Retry the operation.



4085

Counter space associated with CID cidnum will not be released.

cidnum

is the CID number.

Cause  There is an internal inconsistency between Measure and DP2.

Effect  The CPU on which MEASCTL is running will halt.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4500

Unable to talk to backup process. File System Error errnum

errnum

identifies a file-system error.

Cause  A file-system error occurred during an attempt to write to the backup process.

Effect  The existing backup process stops; MEASMON continues without a backup.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4501

Backup unable to process checkpoint.

Cause  The backup process could not process a message from the primary process.

Effect  The backup process stops; MEASMON continues without a backup.

Recovery  Informational message only; no corrective action is needed.



4502

Unable to create backup in CPU cpu. Process_Create_ error errnum1; File System error errnum2

cpu

is the number of the processor that is involved in the problem.

errnum1

identifies a PROCESS_CREATE error.

errnum2

identifies a file-system error.

Cause  An attempt to create the MEASMON backup process failed.

Effect  The MEASMON process has no backup process at this time.

Recovery  If possible, correct the error specified and restart the subsystem. For a definition of the PROCESS_CREATE_ error, see Appendix D. For a definition of the file-system error, seeAppendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4503

Unable to obtain info on Measctl in CPU cpuProcess_Getinfo_ Err errnum.

cpu

is the number of the processor that is involved in the problem.

errnum

identifies a PROCESS_GETINFO_ error.

Cause  An attempt to obtain information about the MEASCTL process in the specified processor failed. The zmsr-tkn-pname contains the name of the MEASMON process where -P indicates the primary MEASMON process and -B indicates the backup MEASMON process.

Effect  There is no communication between MEASMON and the MEASCTL process in the specified processor.

Recovery  Check the status of the specified processor, then take appropriate action.



4504

Illegal Measctl process in CPU cpu.

cpu

is the number of the processor that is involved in the problem.

Cause  Another process was running under the MEASCTL-reserved name $XMcpu in the specified processor. P indicates the primary MEASMON process. The zmsr-tkn-pname contains the name of the MEASMON process where -P indicates the primary MEASMON process and -B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Stop $XMcpu, then start the Measure subsystem again.



4505

Unable to create Measctl in CPU cpu. Process_Create_ error errnum1, File System error errnum2.

errnum1

identifies a PROCESS_CREATE error.

errnum2

identifies a file-system error.

Cause  An attempt to create a MEASCTL process in the specified processor failed. P indicates the primary MEASMON process. The zmsr-tkn-pname contains the name of the MEASMON process where -P indicates the primary MEASMON process and -B indicates the backup MEASMON process.

Effect  There are no measurements in the specified processor.

Recovery  If possible, correct the error specified and restart the subsystem. For a definition of the process creation error, see Appendix D. For a definition of the file-system error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4506

Unable to lock memory. Stopping the Measure subsystem.

Cause  MEASMON could not lock the memory needed to send a message to MEASCTL. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  The Measure subsystem stops.

Recovery  Add more memory to the system.



4507

Internal Error: Trying to send a very large message to Measctl.

Cause  The message size was too large. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4508

Internal Error: Message request or reply control size too large

Cause  The message request or reply control size was larger than the message system allows.

Effect  The subsystem cannot run.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if pplicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4509

Msg_Link_ Err: errnum Unable to talk to Measctl in CPU cpu.

errnum

is an internal error number.

cpu

is the number of the processor that is involved in the problem.

Cause  An attempt to communicate with the MEASCTL process in the specified processor failed. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  All measurements in the specified processor abort.

Recovery  Check the status of the specified processor and take appropriate action. If nothing can be done externally, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4510

Measure Err: errnum Unable to start measurement num measname.

errnum

is a Measure error number.

num

is the measurement number.

measname

is the measurement name.

Cause  The specified measurement could not be started. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  The measurement is aborted.

Recovery  Check the error number reported in the message. For information on the specified error, see the Measure Reference Manual.



4511

Measure Err: errnum Unable to obtain CID entry while starting measurement num measname in CPU cpu.

errnum

is a Measure error number.

num

is the measurement number.

cpu

is the number of the processor that is involved in the problem.

measname

is the measurement name.

Cause  The indicated processor ran out of counter identification (CID) entries. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  Some of the entity information for the specified measurement will not be collected, but the measurement remains active.

Recovery  For information on the specified error, see the Measure Reference Manual.



4512

Measure Err: errnum Unable to obtain counter space while starting measurement num measname in CPU cpu.

errnum

is a Measure error number.

num

is the measurement number.

cpu

is the number of the processor that is involved in the problem.

measname

is the measurement name.

Cause  The indicated processor ran out of counter space. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  Some of the entity information for the specified measurement will not be collected, but the measurement remains active.

Recovery  For information on the specified error, see the Measure Reference Manual.



4513

Illegal access ID. Only super.* can start.

Cause  The access ID of the MEASMON creator or the access ID of MEASMON itself was not a super-group user (255, nn). P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  The Measure subsystem does not start.

Recovery  Only a super-group user (255, nn) can start the Measure subsystem. Have a super-group user start the Measure subsystem.



4514

Can't run. My process name is not $XMM.

Cause  The MEASMON process name was not $XMM. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Use the callable interface or MEASCOM to start the Measure subsystem.



4515

Can't run. Unable to allocate extended segment.

Cause  The extended-segment allocation failed because of insufficient disk space. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Purge any unnecessary files or add an additional disk.



4516

Can't run. $RECEIVE open failed.

Cause  The MEASMON process could not open $RECEIVE because of resource problems. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Run fewer processes or use another processor.



4517

Read on $RECEIVE failed. File-system error: errnum

errnum

identifies a file-system error.

Cause  MEASMON encountered a file-system error while trying to read $RECEIVE. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



4518

Internal Error. Unexpected message.

Cause  An unexpected duplicate message was received. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  The content of the message is ignored.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4519

DEFINEPOOL failed. Can't start.

Cause  A call to the DEFINEPOOL procedure failed. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4520

Contab space overflow.

Cause  The configuration table space that contains the entity descriptors to be measured overflowed. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  The measurement is not started.

Recovery  Start the measurement after some active measurements have stopped.



4521

Primary Measmon process died before updating me.

Cause  The primary process stopped before updating the backup process, resulting in a double failure. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Restart the Measure subsystem.



4522

Unable to open backup process.

Cause  The backup process died before the primary process could open it.

Effect  MEASMON runs without a backup process.

Recovery  Contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



4523

Backup failed too many times.

Cause  The backup process failed too many times. P indicates the primary MEASMON process. B indicates the backup MEASMON process. The message issued prior to this message indicates why the backup process failed.

Effect  The primary process runs without a backup process.

Recovery  Check the message displayed prior to this message, then correct the problem.



4524

Measmon has been compiled for a TNS/R machine. This version cannot run on a TNS.

Cause  The MEASMON object file was compiled with the TARGET TNS/R option, which limits its operation to TNS/R systems only. However, an attempt was made to run MEASMON on a TNS system. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  To run the program on a TNS/R system, compile the MEASMON object file with the TARGET TNS/R option. To run the program on a TNS system, compile the MEASMON object file with the TARGET TNS option.



4525

Measmon has been compiled for a TNS machine. This version cannot run on a TNS/R.

Cause  The MEASMON object file was compiled with the TARGET TNS option, which limits its operation to TNS systems only. However, an attempt was made to run MEASMON on a TNS/R system. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  To run the program on a TNS/R system, compile the MEASMON object file with the TARGET TNS/R option. To run the program on a TNS system, compile the MEASMON object file with the TARGET TNS option.



4526

The Measure subsystem has started.

Cause  You have issued a command that started the Measure subsystem.

Effect  The Measure subsystem has started.

Recovery  Informational message only; no corrective action is needed.



4527

The Measure subsystem has stopped in response to an operator command.

Cause  You have issued a command that stopped the Measure subsystem.

Effect  The Measure subsystem has stopped.

Recovery  Informational message only; no corrective action is needed.



4528

Can’t run. Incompatible Guardian version.

Cause  An attempt was made to run the Measure product with an incompatible version of the operating system. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Install a compatible version of the Measure product.



4529

Can't run. Illegal program files.

Cause  The MEASMON program file name was not SYSnn.MEASMON. P indicates the primary MEASMON process. B indicates the backup MEASMON process.

Effect  MEASMON stops.

Recovery  Correct the MEASMON program file name.



4530

CID table size set to 64,000

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4531

CID table size set to 96,000

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4532

CID table size set to 128,000

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4533

CID table size set to 32,000

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4534

CID table size set to 192K

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set a specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4535

CID table size set to 256K.

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4536

CID table size set to 512K.

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4537

CID table size set to 1024K.

Cause  At START MEASSUBSYS, a DEFINE was present specifying the indicated CID table size. This DEFINE is passed on to each MEASCTL process.

Effect  The CID table size in each processor is set as specified.

Recovery  Informational message. To verify CID table size, examine CPU.ending-free-cids. A small number of CIDs are used in internal table management.



4539

Recovery of ansi name journal failed.

Cause  Failed to create or access MEASFH for ANSI SQL journal recovery with the possible loss of name translation data.

Effect  There will be no ANSI SQL journal in the data file.

Recovery  If an ANSI SQL journal is required, the measurement has to be redone.



4540

Unable to obtain info on Measip process in CPU cpu. Process_Getinfo_ Err errnum.

cpu

is the number of the processor that is involved in the problem.

errnum

identifies a PROCESS_GETINFO_ error.

Cause  An attempt to obtain information about the MEASIP process in the specified processor failed. The zmsr-tkn-pname contains the name of the MEASMON process where -P indicates the primary MEASMON process and -B indicates the backup MEASMON process.

Effect  There is no communication between MEASMON and the MEASIP process in the specified processor. No ProcessH measurement is possible.

Recovery  Check the status of the specified processor, then take appropriate action.



4541

Illegal Measip process in CPU cpu.

cpu

is the number of the processor that is involved in the problem.

Cause  Some other process is running under MEASIP's reserved name.

Effect  No ProcessH measurement is possible.

Recovery  Stop that process and start the Measure subsystem again.



4542

Unable to create Measip process in CPU cpuProcess_Create_ error errnum1, File System error errnum2.

cpu

is the number of the processor that is involved in the problem.

errnum1

identifies a PROCESS_CREATE error.

errnum2

identifies a file-system error.

Cause  Process_Create failed to create a MEASIP process. Measure runs without the MEASIP process in this CPU.

Effect  No ProcessH measurement is possible.

Recovery  Take action appropriate to the process create error.



4543

Measure Err: errnum1. Measurement num filename: Backup MEASMON unable to open datafile. File System Error: errnum2.

errnum1

identifies a Measure error.

num

is the measurement number.

filename

is the measurement data file name.

errnum2

identifies a file-system error.

Cause  Backup MEASMON failed to open the datafile.

Effect  The existing backup process stops; MEASMON continues without a backup.

Recovery  Take action appropriate to the reported file-system error.



4544

Measctl or Measip process still alive.

Cause  MEASMON has asked all MEASCTL and MEASIP processes to go away, but after an interval there is still one or more of these processes alive.

Effect  MEASMON stops.

Recovery  Restart the Measure subsystem; if the same error occurs, contact your service provider.



4900

MEASIP internal code = errnum. Measip in CPU cpu is stopping.

errnum

identifies an internal error number.

cpu

is the number of the processor that is involved in the problem.

Cause  This is displayed every time MEASIP stops due to an abnormal event. The internal code shows where it happened. Zero means normal stop.

Effect  No ProcessH measurement is possible.

Recovery  If errnum = 0, no corrective action is needed. If the problem persists, contact your service provider and provide all relevant information.

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



5000

Open to HOMETERM failed. File system error: errnum. MEASFH will generate the required messages on the console.

errnum

is a file system error number.

Cause  MEASFH was unable to open a home terminal.

Effect  MEASFH writes its messages to the console.

Recovery  For a definition of the specified error, see Appendix B. For more detailed information including recovery actions, see the Guardian Procedure Errors and Messages Manual.



5001

Measure Err: 3273 MEASFH TRAPPED OUT; please report to Tandem Computers Incorporated. Trap trapnum, P = %p‑register, E = %e-register, L = %l-register, S = %s‑register.

trapnum

is the NonStop Kernel operating system trap number in decimal.

p-register

is the contents of the program register, in octal.

e-register

is the contents of the environment register, in octal.

l-register

is the contents of the local register, in octal.

s-register

is the contents of the stack register, in octal.

Cause  The MEASFH process has trapped out.

Effect  The MEASFH process stops abruptly, and a saveabend file is created.

Recovery  If the trap number is 12, check the disk where the MEASFH work files were created. If the disk is full or very fragmented, use the MEASCOM SWAPVOL command or the SWAP parameter in the Tandem Advanced Command Language (TACL) RUN command to request the MEASFH work files to be created on another disk. If the trap is not caused by the inability to create an extent, the CPU is short of memory, in which case try running the MEASFH process in a CPU with more memory.

For traps other than trap 12, contact your service provider and provide all relevant information:

  • Descriptions of the problem and accompanying symptoms

  • Details from the message or messages generated

  • Supporting documentation such as Event Management Service (EMS) logs, trace files, and a processor dump, if applicable

If your local operating procedures require contacting the Global NonStop Solution Center (GNSC), supply your system number and the numbers and versions of all related products as well.



5002

ABEND due to AWAITIO error. File System error: errnum.

errnum

identifies a file-system error.

Cause  MEASFH received the specified error code from AWAITIOX.

Effect  MEASFH abends.

Recovery  Take action appropriate to the reported file-system error.