Guardian Procedure Errors and Messages Manual

sysmsg[8] = Length in bytes of the returned name
(zero if none present because of an
error)
sysmsg[9] FOR 4 = The tag parameter from
FILENAME_FINDNEXT64_
sysmsg[11] = Reserved, subject to change
sysmsg[14] FOR * = The returned name, in external form
with a length given in sysmsg[8]
Response The process can use the information returned (if sysmsg(2) indicates no error occurred).
-110 LOSS OF COMMUNICATION WITH NETWORK NODE
Cause The remote node has either gone down or become partitioned from this node, and the
process had called MONITORNET to enable reception of remote status change messages.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -110
sysmsg[1] FOR 3 = Reserved, subject to change
sysmsg[4] FOR 2 = Node identifier
sysmsg[6] = Length of node name, in bytes
sysmsg[7] FOR n = Node name (including the \)
Response The response, if any, is application dependent.
-111 ESTABLISHMENT OF COMMUNICATION WITH NETWORK NODE
Cause The remote node has established connection with this node, and the process had called
MONITORNET to enable reception of remote status change messages.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -111
sysmsg[1] FOR 3 = Reserved, subject to change
sysmsg[4] FOR 2 = Node identifier
sysmsg[6] = Length of node name, in bytes
sysmsg[7] FOR n = Node name (including the \)
Response The response, if any, is application-dependent.
-112 JOB PROCESS CREATION
Cause The receiving process is the supervisor of a job and a process running under the supervisor's
GMOM job ID created a third process.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -112
sysmsg[1] = Job ID
sysmsg[2] FOR 10 = Process handle of the newly created
process
Response The response, if any, is application-dependent.
-113 REMOTE PROCESSOR UP
Cause The remote operating system has reloaded a processor, and the process had called
MONITORNET to monitor remote status changes.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0] = -113
sysmsg[1] FOR 2 = Node identifier
sysmsg[3] = Processor number
Message Descriptions 269