Method and data processing system providing file I/O across multiple heterogeneous computer systems7024467
Abstract
Bulk data is read or written by an application on a first computer system to a file on a second heterogeneous computer system. Alternatively it is read or written as bulk data directly between applications on these heterogeneous systems. Jobs or tasks are started from one system to execute on a second heterogeneous system. Results are then returned to the first system. Checkpointing and later restarting is also initiated from a first system for execution on the second heterogeneous system.
Claims
What is claimed is:
1. A method of accessing a first file on a disk system on one of a plurality of computer systems from a program executing on another of the plurality of computer systems, wherein:
the plurality of computer systems comprises:
a first computer system containing the program communicating through an API with a first interface system, and
a second computer system containing the disk system and a second interface system for communicating with the first interface system and for reading from and writing to the disk system;
the first computer system and the second computer system are heterogeneous computer systems having different file formats and word structures;
said method comprising:
A) opening a first session from the program via the API through the first interface system to the second interface system in order to access the first file on the disk system;
B) blocking via the API, the first plurality of records into a first plurality of blocks wherein the first plurality of blocks are to be written as a portion of the first file;
C) transmitting the first plurality of blocks over the first session from a first one of the plurality of computer systems to a second one of the plurality of computer systems;
D) unblocking the first plurality of blocks into a second plurality of records on the second one of the plurality of computer systems; and
E) automatically closing the first session after completing the transmitting in step (C).
2. The method in claim 1 wherein:
the first computer system is the first of the plurality of computer systems;
the second computer system is the second of the plurality of computer systems; and
the method further comprises:
F) receiving the first plurality of records via the API from the program; and
G) writing the second plurality of records as a portion of the first file on the disk system.
3. The method in claim 1 wherein:
the first computer system is the second of the plurality of computer systems; and
the second computer system is the first of the plurality of computer systems;
the method further comprises:
F) reading the first plurality of records from the portion of the first file of the disk system; and
G) receiving the second plurality of records in the program via the API.
4. The method in claim 1 wherein:
the transmitting in step (C) utilizes a credit based flow control mechanism to flow control the first plurality of blocks; and
the credit based flow control mechanism utilizes a block based credit counting each of the first plurality of blocks as one credit.
5. The method in claim 1 which further comprises:
F) opening a second session from the program via the API through the first interface system to the second interface system in order to access a second file on the disk system while the first session is still open;
G) blocking via the API, a third plurality of records into a second plurality of blocks wherein the second plurality of blocks is to be written as a portion of the second file;
H) transmitting the second plurality of blocks over the second session from a third one of the plurality of computer systems to a fourth one of the plurality of computer systems;
I) unblocking the second plurality of blocks into a fourth plurality of records on the fourth one of the plurality of computer systems; and
J) closing the second session after completing the transmitting over the second session in step (H).
6. The method in claim 5 wherein:
the first computer system is the first one of the plurality of computer systems and the third one of the plurality of computer systems;
the second computer system is the second one of the plurality of computer systems and the fourth one of the plurality of computer systems; and
the method further comprises:
K) receiving the first plurality of records via the API from the program for transmission over the first session;
L) receiving the third plurality of records via the API from the program for transmission over the second session;
M) writing the second plurality of records to the portion of the first file; and
N) writing the fourth plurality of records to the portion of the second file.
7. The method in claim 5 wherein:
the first computer system is the first one of the plurality of computer systems and the fourth one of the plurality of computer systems;
the second computer system is the second one of the plurality of computer systems and the third one of the plurality of computer systems; and
the method further comprises:
K) receiving the first plurality of records via the API from the program for transmission over the first session;
L) writing the second plurality of records to the portion of the first file;
M) reading the third plurality of records from the portion of the second file; and
N) receiving the fourth plurality of records in the program via the API.
8. The method in claim 1 wherein:
the first computer system is a mainframe computer system; and
the second computer system is a UNIX based computer system.
9. The method in claim 1 wherein:
character data is stored in the first computer system in a first one of a plurality of character formats;
character data is stored in the second computer system in a second one of a plurality of character formats; and
the method further comprises:
F) translating at least a portion of each of the records in the first plurality of blocks from one of the plurality of character formats to another one of the plurality of character formats.
10. The method in claim 1 wherein:
integer data is stored in the first computer system in a first one of a plurality of integer formats;
integer data is stored in the second computer system in a second one of a plurality of integer formats; and
the method further comprises:
F) translating at least a portion of each of the records in the first plurality of blocks from one of the plurality of integer formats to another one of the plurality of integer formats.
11. A data processing system having software stored in a set of Computer Software Storage Media for accessing a first file on a disk system on one of a plurality of computer systems from a program executing on another of the plurality of computer systems, wherein:
the plurality of computer systems comprises:
a first computer system containing the program communicating through an API with a first interface system, and
a second computer system containing the disk system and a second interface system for communicating with the first interface system and for reading from and writing to the disk system;
the first computer system and the second computer system are heterogeneous computer systems having different file formats and word structures;
said software comprising:
A) a set of computer instructions for opening a first session from the program via the API through the first interface system to the second interface system in order to access the first file on the disk system;
B) a set of computer instructions for blocking via the API, the first plurality of records into a first plurality of blocks wherein the first plurality of blocks is being written in a portion of the first file;
C) a set of computer instructions for transmitting the first plurality of blocks over the first session from a first one of the plurality of computer systems to a second one of the plurality of computer systems;
D) a set of computer instructions for unblocking the first plurality of blocks into a second plurality of records on the second one of the plurality of computer systems; and
E) a set of computer instructions for automatically closing the first session after completing the transmitting in set (C).
12. The software in claim 11 wherein:
the first computer system is the first of the plurality of computer systems;
the second computer system is the second of the plurality of computer systems; and
the software further comprises:
F) a set of computer instructions for receiving the first plurality of records via the API from the program; and
G) a set of computer instructions for writing the second plurality of records to the portion of the first file.
13. The software in claim 11 wherein:
the first computer system is the second of the plurality of computer systems; and
the second computer system is the first of the plurality of computer systems; the software further comprises:
F) a set of computer instructions for reading the first plurality of records from the portion of the first file; and
G) a set of computer instructions for receiving the second plurality of records in the program via the API.
14. The software in claim 11 wherein:
the transmitting in set (C) utilizes a credit based flow control mechanism to flow control the first plurality of blocks; and
the credit based flow control mechanism utilizes a block based credit counting each of the first plurality of blocks as one credit.
15. The software in claim 11 which further comprises:
F) a set of computer instructions for opening a second session from the program via the API through the first interface system to the second interface system in order to access a second file on the disk system while the first session is still open;
G) a set of computer instructions for blocking via the API, a third plurality of records into a second plurality of blocks wherein the second plurality of blocks constitutes a portion of the second file;
H) a set of computer instructions for transmitting the second plurality of blocks over the second session from a third one of the plurality of computer systems to a fourth one of the plurality of computer systems;
I) a set of computer instructions for unblocking the second plurality of blocks into a fourth plurality of records on the fourth one of the plurality of computer systems; and
J) a set of computer instructions for closing the second session after completing the transmitting over the second session in set (H).
16. The software in claim 15 wherein:
the first computer system is the first one of the plurality of computer systems and the third one of the plurality of computer systems;
the second computer system is the second one of the plurality of computer systems and the fourth one of the plurality of computer systems; and
the software further comprises:
K) a set of computer instructions for receiving the first plurality of records via the API from the program for transmission over the first session;
L) a set of computer instructions for receiving the third plurality of records via the API from the program for transmission over the second session;
M) a set of computer instructions for writing the second plurality of records to the portion of the first file; and
N) a set of computer instructions for writing the fourth plurality of records to the portion of the second file.
17. The software in claim 15 wherein:
the first computer system is the first one of the plurality of computer systems and the fourth one of the plurality of computer systems;
the second computer system is the second one of the plurality of computer systems and the third one of the plurality of computer systems; and
the software further comprises:
K) a set of computer instructions for receiving the first plurality of records via the API from the program for transmission over the first session;
L) a set of computer instructions for writing the second plurality of records to the portion of the first file;
M) a set of computer instructions for reading the third plurality of records from the portion of the second file; and
N) a set of computer instructions for receiving the fourth plurality of records in the program via the API.
18. The software in claim 11 wherein:
the first computer system is a mainframe computer system; and
the second computer system is a UNIX based computer system.
19. The software in claim 11 wherein:
character data is stored in the first computer system in a first one of a plurality of character formats;
character data is stored in the second computer system in a second one of a plurality of character formats; and
the software further comprises:
F) a set of computer instructions for translating at least a portion of each of the records in the first plurality of blocks from one of the plurality of character formats to another one of the plurality of character formats.
20. The software in claim 11 wherein:
integer data is stored in the first computer system in a first one of a plurality of integer formats;
integer data is stored in the second computer system in a second one of a plurality of integer formats; and
the software further comprises:
F) a set of computer instructions for translating at least a portion of each of the records in the first plurality of blocks from one of the plurality of integer formats to another one of the plurality of integer formats.
21. A computer readable Non-Volatile Storage Medium encoded with software for accessing a first file on a disk system on one of a plurality of computer systems from a program executing on another of the plurality of computer systems, wherein:
the plurality of computer systems comprises:
a first computer system containing the program communicating through an API with a first interface system, and
a second computer system containing the disk system and a second interface system for communicating with the first interface system and for reading from and writing to the disk system;
the first computer system and the second computer system are heterogeneous computer systems having different file formats and word structures;
said software comprising:
A) a set of computer instructions for opening via the API, a first session from the program through the first interface system to the second interface system in order to access the first file on the disk system;
B) a set of computer instructions blocking via the API, the first plurality of records into a first plurality of blocks wherein the first plurality of blocks is to be written as a portion of the first file;
C) a set of computer instructions for transmitting the first plurality of blocks over the first session from a first one of the plurality of computer systems to a second one of the plurality of computer systems;
D) a set of computer instructions for unblocking the first plurality of blocks into a second plurality of records on the second one of the plurality of computer systems; and
E) a set of computer instructions for automatically closing the first session after completing the transmitting in set (C).
22. A data processing system having software stored in a set of Computer Software Storage Media for accessing a first file on a disk system on one of a plurality of computer systems from a program executing on another of
the plurality of computer systems, wherein:
the plurality of computer systems comprises:
a first computer system containing the program communicating through an API with a first interface system, and
a second computer system containing the disk system and a second interface system for communicating with the first interface system and for reading from and writing to the disk system;
the first computer system and the second computer system are heterogeneous computer systems having different file formats and word structures;
said software comprising:
A) means for opening via the API, a first session from the program through the first interface system to the second interface system in order to access the first file on the disk system;
B) means for blocking via the API, the first plurality of records into a first plurality of blocks for writing in a portion of the first file;
C) means for transmitting the first plurality of blocks over the first session from a first one of the plurality of computer systems to a second one of the plurality of computer systems;
D) means for unblocking the first plurality of blocks into a second plurality of records on the second one of the plurality of computer systems; and
E) means for automatically closing the first session after completing the transmitting in means (D).
Description
CROSS REFERENCE TO RELATED APPLICATION
This application is related to our copending patent application entitled Ser. No. 09/896700 "METHOD AND DATA PROCESSING SYSTEM PROVIDING CHECKPOINT/RESTART ACROSS MULTIPLE HETEROGENEOUS COMPUTER SYSTEMS", filed of even date herewith and assigned to the assignee hereof.
This application is related to our copending patent application entitled Ser. No. 09/896037 "METHOD AND DATA PROCESSING SYSTEM PROVIDING REMOTE PROGRAM INITIATION AND CONTROL ACROSS MULTIPLE HETEROGENEOUS COMPUTER SYSTEMS", filed of even date herewith and assigned to the assignee hereof.
This application is related to our copending patent application entitled Ser. No. 09/896702 "METHOD AND DATA PROCESSING SYSTEM PROVIDING BULK RECORD MEMORY TRANSFERS ACROSS MULTIPLE HETEROGENEOUS COMPUTER SYSTEMS", filed on even date herewith and assigned to the assignee hereof, which issued as U.S. Pat. No. 6.615.217 on Sep. 2. 2003.
This application is related to our copending patent application entitled Ser. No. 09/896699 "METHOD AND DATA PROCESSING SYSTEM PROVIDING DATA CONVERSION ACROSS MULTIPLE HETEROGENEOUS COMPUTER SYSTEMS", filed of even date herewith and assigned to the assignee hereof.
FIELD OF THE INVENTION
The present invention generally relates to interconnected heterogeneous data processing systems, and more specifically to reading and writing files by an application on a first system to a disk on a heterogeneous second system.
BACKGROUND OF THE INVENTION
FIG. 1 is a block diagram illustrating a General Purpose Computer 20 in a data processing system. The General Purpose Computer 20 has a Computer Processor 22, and Memory 24, connected by a Bus 26. Memory 24 is a relatively high speed machine readable medium and includes Volatile Memories such as DRAM, and SRAM, and Non-Volatile Memories such as, ROM, FLASH, EPROM, and EEPROM. Also connected to the Bus are Secondary Storage 30, External Storage 32, output devices such as a monitor 34, input devices such as a keyboard 36 (with mouse 37), and printers 38. Secondary Storage 30 includes machine-readable media such as hard disk drives (or DASD) and disk sub-systems. External Storage 32 includes machine-readable media such as floppy disks, removable hard drives, magnetic tapes, CD-ROM, and even other computers, possibly connected via a communications line 28. The distinction drawn here between Secondary Storage 30 and External Storage 32 is primarily for convenience in describing the invention. As such, it should be appreciated that there is substantial functional overlap between these elements. Computer software such as data base management software, operating systems, and user programs can be stored in a Computer Software Storage Medium, such as memory 24, Secondary Storage 30, and External Storage 32. Executable versions of computer software 33, can be read from a Non-Volatile Storage Medium such as External Storage 32, Secondary Storage 30, and Non-Volatile Memory and loaded for execution directly into Volatile Memory, executed directly out of Non-Volatile Memory, or stored on the Secondary Storage 30 prior to loading into Volatile Memory for execution.
FIG. 2 is a block diagram illustrating file reading and writing across heterogeneous systems, in accordance with the Prior Art. In a first computer system 110, an application 120 writes records to a file 114. When the application 120 completes writing to the file 114, the file 114 is closed. Then, a utility, such as FTP, is utilized to transfer the file 114 to a second computer system 112, where a corresponding utility 124 writes the file 116 on disk on that second computer system 112. A second application 126 can then read and process the second file 116. Any necessary translations between the two heterogeneous computer systems is performed by the two utility programs 122, 124.
In the preferred embodiment of this invention, the first computer system 110 is a GCOS® 8 mainframe system that operates utilizing 36-bit words with either 4 9-bit or 6 6-bit characters per word. The preferred second computer system 112 is a UNIX system utilizing 8-bit bytes. The preferred UNIX variant is IBM's AIX. One application that is commonly utilized here is the dumping of a database on the GCOS 8 system 110 to a "flat" file 114. The "flat" file is then moved as bulk data to a Teradata system 112 from NCR, where the "flat" file 114 is loaded into a second database utilizing a "FastLoad" program 126 from NCR.
There are a number of problems with this implementation. Most notably, it is necessary to write the data twice, once on each system, and read it twice, again, once on each system. In large systems, this overhead can be substantial.
FIG. 3 is a block diagram illustrating writing of a file 116 on a second computer system 112 by an application 130 executing on a first computer system 110. The file 116 can then be read and processed by an application 136 on the second computer system 112.
This functionality is available in some homogeneous computer systems. For example, the Solaris operating system sold by Sun provides a Remote File System functionality that allows an application on a first computer system 110 to write files 116 on a second computer system 112. Microsoft Windows (various levels) also supports similar functionality.
However, this functionality has been limited in the prior art to homogeneous computer systems such as Solaris or Windows. It has not been available between heterogeneous computer systems. There are a number of reasons for this. One reason that this functionality has been limited in prior art systems to homogeneous computer systems is that in such cases, there is no requirement to perform any translation between systems, such as between 9 and 8 bit bytes as required in the preferred embodiment of this invention.
FIG. 4 is a block diagram illustrating transferring data directly between an application 130 on a first computer system 110 to a second application 136 on a second computer system 112. This is currently available between applications on heterogeneous computer systems as message passing. One example of a message passing mechanism between heterogeneous computer systems is the FlowBus product sold by the assignee of this invention. However, in the prior art, this is typically fairly slow and expensive due to the requirement to acknowledge messages. It would thus be advantageous to provide this functionality between heterogeneous computer systems utilizing more efficient protocols. In particular, it would be advantageous to provide this functionality for bulk data transfers.
Another problem encountered when utilizing heterogeneous computer systems is that of synchronizing jobs executing on the two computer systems 110, 112. Many variants of UNIX provide the capability to start jobs or tasks on other UNIX systems, to wait for results from the execution of those jobs or tasks, and to receive and act upon those results. However, this capability has not been available in the prior art between heterogeneous computer systems. Some of the problems that have prevented this in the prior art are different formats of data on the two systems, different methods of starting jobs or tasks, and different methods of returning job or task status information. It would thus be advantageous to be able to execute jobs or tasks on a second computer system 112 started from a first heterogeneous computer system 110, which then receives the results of that execution when the jobs or tasks complete.
Another problem encountered when utilizing heterogeneous computer systems is that of checkpointing and restarting jobs or tasks operating on. Again, this feature has been present to some extent when operating across multiple homogeneous computer systems, but not across multiple heterogeneous computer systems. Part of the reason for this problem is that each computer architecture involved utilizes its own unique methods of checkpointing and restarting jobs or tasks. It would thus be advantageous to be able to order checkpointing on a second computer system 112 from a first heterogeneous computer system 110, and then later optionally restarting the checkpointed job or task on that second computer system 112.
BRIEF DESCRIPTION OF THE DRAWINGS
The features and advantages of the present invention will be more clearly understood from the following detailed description taken in conjunction with the accompanying Figures where like numerals refer to like and corresponding parts and in which:
FIG. 1 is a block diagram illustrating a General Purpose Computer in a data processing system;
FIG. 2 is a block diagram illustrating file reading and writing across heterogeneous systems, in accordance with the Prior Art;
FIG. 3 is a block diagram illustrating writing of a file on a second computer system by an application executing on a first computer system;
FIG. 4 is a block diagram illustrating transferring data directly between an application on a first computer system to a second application on a second computer system;
FIG. 5 is a block diagram that illustrates in further detail the systems shown in FIG. 3, in accordance with a preferred embodiment of the present invention;
FIG. 6 is a block diagram that illustrates in further detail the systems shown in FIG. 5, in accordance with a preferred embodiment of the present invention;
FIG. 7 is a block diagram illustrating in further detail a channel connected implementation of a preferred embodiment of the present invention;
FIG. 8 is a block diagram illustrating in further detail a communications link connected implementation of a preferred embodiment of the present invention;
FIG. 9 is a block diagram that illustrates in further detail the modules utilized in a preferred embodiment of the present invention; and
FIG. 10 is a flowchart that illustrates the operation of UFAP application, in accordance with a preferred embodiment of the present invention; and
FIG. 11 is a flowchart illustrating the operation of USL software, in accordance with a preferred embodiment of the present invention.
DETAILED DESCRIPTION
Bulk data is read or written by an application on a first computer system to a file on a second heterogeneous computer system. Alternatively it is read or written as bulk data directly between applications on these heterogeneous systems. Jobs or tasks are started from one system to execute on a second heterogeneous system, Results are then returned to the first system. Checkpointing and later restarting is also initiated from a first system for execution on the second heterogeneous system.
Returning to FIG. 3, functionality is described hereinbelow that allows an application 130 on a first computer system 110 to read data from or write data to a file 116 on a second heterogeneous computer system 112. The data is read and/or written as bulk data, in a similar manner as provided by typical file read and writes. An application 136 on the second computer system 112 can then read or write the file 116. The two computer systems 110, 112, may be coupled 132 by a direct channel connection, such as SCSI or Fiber Channel. Alternatively, the two systems may be coupled utilizing communications links and a communications protocol such as TCP/IP. Finally (not shown), the two computer systems 110, 112, may share memory and utilize message passing between the two computer systems 110, 112 for this transfer.
In the preferred embodiment, a program 130 in the first computer system 110 opens one or more files 116 on the second heterogeneous computer system 112. The program 130 then writes to and/or reads from these files 116.
FIG. 5 is a block diagram that illustrates in further detail the systems shown in FIG. 3, in accordance with a preferred embodiment of the present invention. An application 140 executing on the first (mainframe) computer system 110 makes function calls to an Applications Programming Interface (API) 142. Data is written by or read from that API 142 from/to the application 140. The data is then transmitted to 144 or received from 146 the second (UNIX) system 112, where it is written to or read from disk drive(s) 148 on that second system 112.
This provides an efficient mechanism for bulk transfer data from one computer system 110 to files on another heterogeneous computer system 112.
Returning to FIG. 4, functionality is described hereinbelow that allows an application 130 on a first computer system 110 to read data from or write data directly to an application 136 on a second heterogeneous computer system 112. The data is read and/or written as bulk data, in a similar manner as provided by typical file read and writes. When the second computer system 112 is a UNIX system, the application 136 reading or writing the bulk data typically does so utilizing UNIX pipes. These can be coupled (by standard UNIX command language) to 'stdin' and 'stdout'. The two computer systems 110, 112, may be coupled 132 by a direct channel connection, such as SCSI or Fiber Channel. Alternatively, the two coupled utilizing communications links and a communications protocol such as TCP/IP. Finally (not shown), the two computer systems 110, 112, may share memory and utilize message passing between the two computer systems 110, 112 for this transfer.
In the preferred embodiment, a first program 130 in the first computer system 110 starts execution of one or more programs 136 on the second heterogeneous computer system 112. A first pipe is coupled to 'stdin' on each started program 136, and a second pipe is coupled to 'stdout' and 'stderr' on each such started program 136. Then, using the same file read and write interfaces used for remotely reading and writing files in FIG. 3, the first program 130 writes bulk record data that is read by the started program 136 via its 'stdin' file, and reads bulk record data that has been written by the started program 136 on its 'stdout' and 'stderr' files. The two programs 130, 136 receive end-of-file notifications from each other when so indicated. Finally, the started program 136 provides a result or error code and optionally an error string to the first program 130 upon completing. Note that when the second computer system 112 is a UNIX system, all of the standard UNIX utilities are available for remote execution in this manner. Also, as is typical in UNIX, multiple UNIX utilities can be concatenated together using pipes. The first program 130 would thus provide input to the first UNIX program, and receive output from the last in the piped chain. Finally note that a single program 130 on the first system 110 may have multiple files open on the second system 112, as well as pipe connections to multiple started programs on that second system. The same interface is utilized for reading and writing all of such.
FIG. 6 is a block diagram that illustrates in further detail the systems shown in FIG. 5, in accordance with a preferred embodiment of the present invention. An application 140 executing on the first (mainframe) computer system 110 makes function calls to an Applications Programming Interface (API) 142. Data is written by or read from that API 142 from/to the application 140. The data is then transmitted to 144 or received from 146 the second (UNIX) system 112, where it is written to or read from a pipe 147 on that second system 112, where it is read from or written by an application or script 148 on that second system 112.
This provides a mechanism to efficiently transmit bulk record data to/from an application 130 executing on a first computer system 110 from/to an application 136 executing on a second heterogeneous computer system 112.
FIG. 7 is a block diagram illustrating in further detail a channel connected implementation of a preferred embodiment of the present invention. An application 150 on the first (mainframe) computer system 110 is coupled to and communicates with an API 142. The API 142 in turn communicates with a File Interface Library 154. The File Interface Library 154 communicates with a Server Interface Domain (SID) 156. The SID 156 communicates over "Fast Links" 158 such as SCSI or Fiber Channel, to an IO-Manager (IO-MAN) 162 on the second, heterogeneous (UNIX) computer system 112. IO-MAN 162 communicates with a File Interface Library 164 on that system, which in turn either communicates with a File Read/Write utility (UFAP) 166 or via an API (not shown) or via "stdin" with an application 160 on that computer system 112. The File Read/Write utility 166 writes to or reads from a disk(s) on that computer system 112.
FIG. 8 is a block diagram illustrating in further detail a communications link connected implementation of a preferred embodiment of the present invention. An application 150 on the first (mainframe) computer system 110 is coupled to and communicates with an API 142. The API 142 in turn communicates with a File Interface Library 154. The File Interface Library 154 communicates over a communications link 152 utilizing a communications protocol such as TCP/IP with the second, heterogeneous (UNIX) computer system 112. Receiving communications calls on the second computer system 112 is a UNIX Sockets Listener (USL) 168. The USL 168 in turn either communicates with a File Read/Write utility (UFAP) 166 or via an API (not shown) with an application 160 on that computer system 112. The File Read/Write utility 166 writes to or reads from a disk(s) on that computer system 112.
FIG. 9 is a block diagram that illustrates in further detail the modules utilized in a preferred embodiment of the present invention. For the most part, the modules utilized in both heterogeneous computer systems are equivalent, and will be discussed together here. They are discussed more thoroughly below. An application 150 on the first system 110 communicates with a GCOS File Interface Procedure (GFIP) 171. An application 160 and/or the Unix File Read/Write Application (UFAP) 166 on the second system 112 communicates with a UNIX File Interface Procedure (UFIP) 181. Both the GFIP 171 and the UFIP 181 are comprised of an ETL Connection Manager (ECM) 170, 180 which communicate with a Record Manager 172, 182, which in turn either communicate with a SID Interface (SIDI) 174, 184, in the case of a "Fast Link" 158, or a Sockets Interface (SOCKI) 176, 186, in the case of a communications link 152. In the case of a "Fast Link" 158, the SIDI 174 on the first (mainframe) system 110 communicates with the SID 156, which in turn communicates over the "Fast Link" 158 with the IO-MAN 162 on the second system, which in turn communicates with the SIDI 184 on the second system 112. In the case of a communications link 152, the SOCKI 176 routine(s) on the first system 110 communicate with the sockets interface 167, which in turn communicates with the SOCKI routine(s) 186 on the second system 112. The sockets interface 167 also communicates with a UNIX Sockets Listener (USL) 168 which is a UNIX daemon that starts 178 application programs on UNIX 112 when requested to by GCOS 110 clients. The application 160 and/or UFAP 166 on the second system 112 read and write application files on disks 148 on that second system as well as checkpoint/restart files 188 on that system in response to commands received from the first (GCOS) system 110.
The USL 168 starts and monitors jobs or tasks on the second system 112 upon command from the first system 110. Results of the execution of those jobs or tasks are returned to the first system 110. This allows applications 150 on that first system 110 to control execution of applications 160 on the second system 112 in a similar way as applications are controlled in a single system. In the preferred embodiment, both an error code and/or an error message is returned to the application 150 on the first system 110 if the application 160 on the second system 112 fails to execute properly. Testing of the error return can allow the application 150 to determine whether subsequent steps of its execution should be eliminated because of the failure of application 160 to complete its task.
In the case of checkpoint/restart, typically the application 150 on the first system 110 will perform a checkpoint itself and issue a command that the application 160 on the second system 112 also perform a checkpoint. In the case of a UNIX system, this will typically consist of a "flush" followed by recording the position of the file being written or read. Then, if it is necessary to restart the applications 150, 160, the first application 150 with restart itself and rolling back as appropriate and command its peer application 160 to roll back as required. The information from the previous checkpoint needed to synchronize both applications 150, 160 is saved in a restart file 188 on the second system 112.
Another improvement has been made to the prior art. The application 130 on the first computer system 110 can specify what data conversions are to be performed by the interface between systems. Since the data transfers between systems is typically on a (blocked/buffered) record basis, this data conversion can be selected on a per field basis, and is performed on each selected field in each record transferred. Thus, some fields can be converted automatically from 36-bit integers to 32 bit integers (and potentially reversing the "endian" for the integers at the same time), while other fields can be converted from 9-bit ASCII to 8-bit ASCII.
In the preferred embodiment, a "Data Transform Request (DTR) File" (see Appendix A for format of this file) is a parameter to an X_ETL_DEEFINEREC API function call and specifies the conversions that are to be performed. In alternate embodiments, this information is specified by other means, such as by Cobol record formats or a database schema or subschema. Also, in other embodiments, this information can be provided in memory instead of as a file. In the preferred embodiment, this conversion is performed on the first system. However, in other embodiments, this conversion can be performed on the second (UNIX) system.
The preferred embodiment of the present invention consists of a GCOS 8 mainframe computer system as the first computer system 110, and an AIX UNIX computer system as the second computer system 112. It should be understood that this is illustrative only, and that the present invention includes other heterogeneous computer systems.
The remainder of this document describes the design of a product ("Fast ETL") that allows GCOS 8 applications to send a stream of bulk data to a UNIX system connected via normal TCP/IP communication links. GCOS 8 applications are provided with an API that can be accessed via Cobol 85. This API allows data to be streamed both to and from GCOS 8. The same API also allows GCOS 8 applications to stream data to or from a DBSP via its SCSI links. This API allows a GCOS application to open multiple files on a UNIX system. It also allows the GCOS application to start multiple programs on the UNIX system. UNIX pipes are connected to 'stdin', 'stdout', and 'stderr' for each started program. The GCOS application can then read and/or write these UNIX files and pipes interchangeably.
The Fast-ETL system described more fully below is constructed in part utilizing existing Data Base Server Processor (DBSP) code currently being sold by assignee of this invention. More extensive documentation for this product, including documentation for any modules not fully discussed below, is commercially available from assignee upon request. However, this added documentation is not required by persons of ordinary skill in this area of expertise to implement this invention.
1 Overview
1.1 Purpose
This document describes a Fast-ETL system. It discloses a system that allows a mainframe (such as GCOS® 8 sold commercially by the assignee of this invention) applications to send a stream of data to a UNIX system connected via normal TCP/IP communication links. It provides that the system provides an API that is accessible via Cobol 85, and that mainframe applications also be allowed to receive a stream of data. Furthermore, this disclosure provides the same data transmission capability with a DBSP via SCSI links.
The UNIX application that is streaming data with the mainframe (GCOS) application may be either a standard UNIX command, a user-written application, or an application provided with the Fast-ETL product. Assignee's application either reads or writes a UNIX file of standard UNIX file format, thereby allowing the mainframe application to either read or write a standard UNIX file. In the other cases, the Fast-ETL system provides a standard UNIX command or the application with a data stream through the UNIX 'stdin' and 'stdout' file descriptors.
1.2 Basic Design Approach
Two APIs are disclosed—a GCOS 8 Cobal 85 API and a UNIX C API. Those APIs are disclosed in more detail below. Run-time procedures are typically bound with the GCOS 8 and UNIX applications using the Fast-ETL service. In the case of Fast-ETL to a normal UNIX system, these procedures use sockets to transmit the data between GCOS 8 and the UNIX system. In the case of Fast-ETL to a DBSP, these procedures use the services of the SID and IO-MAN components of the DBSP product to transfer the data. SID and IO-MAN are enhanced over the existing products from assignee to provide new functions in support of data streaming; these functions are specifically designed to provide better performance for data streaming than the existing message-exchange service.
Since the Fast-ETL system relies upon the services of either sockets or SID to handle data transfers on the mainframe side, the remainder of this document often refers to Fast-ETL as working in the 'sockets environment' or the 'SID environment'. However, a Fast-ETL application may use data streams in both environments. Depending upon the environment being used to support a stream, the stream is referred to as a 'socket stream' or a 'SID stream'.
In general, the services of Fast-ETL are equally applicable to both the SID and sockets environments The exceptions to this rule are noted below, where the SID environment is more restrictive.
2 Architecture (Highest Level Design)
2.1 Description
Returning to FIGS. 7 and 8, FIG. 8 illustrates the major components of Fast-ETL over sockets. The new software components being developed for Fast-ETL are: - GCOS File Interface Procedure (GFIP)
- Unix File Interface Procedure (UFIP)
- Unix Server Routines (UFAP/UEXEC)
- Sockets Listener (USL)
FIG. 7 illustrates the major components of Fast-ETL to DBSP. The new software components being developed for Fast-ETL are: - GCOS File Interface Procedure (GFIP)
- Unix File Interface Procedure (UFIP)
- Unix File Read/Write Application(UFAP)
The UFAP shown in FIG. 7 is identical to its counterpart in FIG. 8. The GFIP and UFIP components shown in FIG. 7 are similar, but not identical, to their counterparts in FIG. 8. The primary difference between the components in the two FIGS. is that in FIG. 8 the components interface to sockets while in FIG. 7 they interface with SID and IO-MAN.
In FIG. 7, there is no Unix Sockets Listener. The functions of listening for data from GCOS 8 and starting UNIX applications are performed by IO-MAN, an already existing component of the DBSP product. SID and IO-MAN are being enhanced to provide better performance for Fast-ETL.
Use of the Fast-ETL system is the same for both Fast-ETL over Unix and Fast-ETL to the DBSP. Operation of Fast-ETL starts with a user application on GCOS 8. This application uses the Fast-ETL API to open a connection to and start a UNIX application. Once this step is complete, the GCOS 8 application may use one of four modes of operation: 1. the GCOS 8 application may use the Fast-ETL API to write to a UNIX file using the UFAP application 2. the GCOS 8 application may use the Fast-ETL API to read from a UNIX file using the UFAP application 3. the GCOS 8 application may use the Fast-ETL API to send data to a UNIX application 4. the GCOS 8 application may use the Fast-ETL API to receive data from a UNIX application
At any time while the connection is open, either the UNIX or the GCOS 8 application may signal an error condition to its partner using the Fast-ETL API. Also at any time while the connection is open, the GCOS 8 application may use the Fast-ETL API to signal the UNIX application that a commitment or a rollback to a previous commitment point is required. These requests from the GCOS 8 application are NOT tied to GCOS 8 commitments and rollbacks. The following is suggested: 1. Perform a GCOS 8 commitment immediately after requesting a Fast-ETL commit 2. Perform a Fast-ETL rollback immediately after a GCOS 8 rollback and restart occurs
When a UFAP application receives a Fast-ETL commitment request, it saves restart information in a file in the UNIX user's home directory. The information that it saves in this file includes: - the path name of the UNIX file
- the mode (sending or receiving)
- the position in the GCOS 8 file
- the record number of the position in the GCOS 8 file.
- the position in the UNIX file
- the record number of the position in the UNIX file.
Either the UNIX or the GCOS 8 application may use the Fast-ETL API to close the connection and terminate the use of the Fast-ETL service. The termination of the connection causes the UNIX application to terminate.
In order to provide a Fast-ETL for RDBC functionality, two GCOS activities are utilized. This solution allows a GCOS application to gather data and write it to a UNIX file using the Fast-ETL API. The second activity that would normally run a Teradata utility that had been ported to GCOS 8, would now use an RSHELL activity in the GCOS JCL to start and monitor the Teradata utility on the Teradata machine. In this way the RDBC users can move from an environment where execution of the utilities are on GCOS 8 to an environment where the utilities are executed on UNIX but controlled from GCOS 8.
A temporary file is no longer created on GCOS, but is created instead on UNIX using the ETL function. The RDBC utility is started by an RSHELL command that transfers the results of the utility execution back to GCOS for analysis and action.
For Teradata utilities, such as FastExport, that return data to GCOS 8; the two activity GCOS process uses RSHELL in activity one to run the utility, then a Fast-ETL in activity two to read the data from the UNIX output file and into a GCOS program for storage in a GCOS file.
In moving the data between GCOS 8 and the Teradata UNIX, the Fast-ETL will typically handle data conversions.
RDBC utilities that will be supported include BTEQ, FastLoad, MultiLoad, FastExport, and TPUMP.
2.2 Environment
While the target environment for the UNIX components is any UNIX platform (SUN, HP, BULL), these components are being built and initially tested on Assignee platforms running UNIX.
3 Component Design
FIG. 9 shows all of the major components of Fast-ETL. The entirely new components for Fast-ETL are: 1. GFIP 171—GCOS File Interface Procedure 2. UFIP 181—Unix File Interface Procedure 3. UFAP 166 and UEXEC 4. USL 168—Sockets Listener
The existing DBSP components that are being enhanced for Fast-ETL are SID 156 and IO-MAN 162.
3.1 GCOS File Interface Procedures (GFIP) 171
As FIG. 9 shows, GFIP 171 and UFIP 181 are similar in their decomposition and they consist of the sub-components entitled: 1. ECM 170, 180—ETL Connection Manager 2. RM 172, 182—Record Manager 3. SIDI 174, 184—SID Interface 4. SOCKI 176, 186—Sockets Interface 3.1.1 ETL Connection Manager (ECM) 170
"GFIP's ECM 170 component provides the GCOS 8 user application with the API defined in the Section entitled "EIS GCOS 8 Cobol-85 APT". ECM 170 manages the Fast-ETL connections established by an application, creates and responds to records with the record-type codes defined herein below, and uses the services of Record Manager 172 to block records into buffers and unblock records from buffers.
GCOS 8 Cobol-85 API". ECM 170 manages the Fast-ETL connections established by an application, creates and responds to records with the record-type codes defined hereinbelow, and uses the services of Record Manager 172 to block and unblock records.
The remainder of this section uses a number of diagrams that portray the actions taken by GFIP and UFIP for various ETL calls. In these diagrams, the lines with arrows (e.g., ##CHR1## show when data crosses the socket from GFIP to UFIP or vice versa. These diagrams do not show successful status being returned for an ETL call; the return status is shown only when it is an error or exception status.
3.1.1.1 Open
A transfer between GCOS 110 and UNIX 112 is typically initiated by the GCOS application calling X_ETL_OPEN. One of the parameters to this function indicates which direction records are being transferred. The following Table 3.1.1.1 illustrates the interaction between GFIP 171 and UFIP 181 for this function:
When records are being sent from UNIX to GCOS, GRIP immediately flushes the buffer containing the open request record (as is shown in the preceding paragraph). However, when records are being sent from GCOS to UNIX, GFIIP does not immediately flush the buffer containing the open request record. Instead, it waits until the application performs a subsequent ETL call such as X_ETL_WRITEREC or X_ETL_CLOSE.
There is no response to the open request. The response is not present in order to speed up transfers, especially short ones. If the UNIX application encounters an error processing the open request, the error is reported to the GCOS application when it performs a subsequent ETL call (e.g., X_ETL_CLOSE).
3.1.1.2 Close
The close function terminates a transfer. The close process is started by the node sending records. The close function waits for a response from the other node, that the sender can verify that all the records sent have been processed successfully.
When GCOS is sending records to UNIX, the GCOS application calls the close function first to indicate the end of the transfer. The following Table 3.1.1.2.1 illustrates the interaction between GFIP 171 and UFIP 181 in this case:
When GCOS is receiving records from UNIX, the UNIX application calls the close function first to indicate the end of the transfer. The following Table 3.1.1.2.2 illustrates the interaction between GFIP and UFIP in this case: 3.1.1.3 Abnormal Close
The close function terminates a transfer. The close process is normally started by the node sending records. In case of an error, the receiving node can call close to initiate an abnormal close.
The following Table 3.1.1.3.1 shows an abnormal close occurring while sending data from GCOS to UNIX.
The following Table 3.1.1.3.2 shows an abnormal close occurring while sending data from UNIX to GCOS. | TABLE 3.1.1.3.2 | | | ##STR5## | | | NOTE: | | When either node sends an error record, that node enters a loop receiving records sent by the other node. While in this loop, records are discarded until the error response record is received. | 3.1.1.4 Write Record
The write record function works in conjunction with the read record function on the other node.
The following Table 3.1.1.4.1 shows the GCOS application sending records to the UNIX application. The write is shown occurring before the read, but this is not required. If the read is executed before the sender has executed a write, the read will be delayed until a record is received (or until the specified timeout occurs).
The following Table 3.1.1.4.2 shows the GCOS application receiving records from the UNIX application. The write is shown occurring before the read, but this is not required. If the read is executed before the sender has executed a write, the read will be delayed until a record is received (or until the specified timeout occurs). 3.1.1.5 Read Record
The read record function works in conjunction with the write record function the other node. The diagrams in the previous section show this.
3.1.1.6 Execute Command
The following Table 3.1.1.6.1 shows the GCOS application executing a UNIX command: | TABLE 3.1.1.6.1 | | | ##STR8## | | | | ##STR9## | | | | ##STR10## | | 3.1.1.7 Checkpoint
The following Table 3.1.1.7.1 shows the GCOS application executing a checkpoint Request. | TABLE 3.1.1.7.1 | | | ##STR11## | |
The following Table 3.1.1.7.2 shows the GCOS application executing a Rollback Request. | TABLE 3.1.1.7.2 | | | ##STR12## | | 3.1.2 Record Manager 172
GFIP's Record Manager 172 component is called by ECM 170 and provides ECM 170 with services that are independent of Fast-ETL record-type. These services include: - packing records into buffers and sending these buffers to UFIP
- receiving buffers from UFIP, unpacking the records from the buffers, & giving the records to ECM 170
Record Manager provides the following functions to ECM 170: - putrec
- getrec
- flush
- open
- terminate
3.1.2.1 SIDI—SID Interface 174
Record Manager 172 calls SIDI 174 when a Fast-ETL connection is established over SCSI hardware to a DBSP. SIDI 174 calls SID's Send Message and Receive Message functions. SIDI 174 provides the following functions to Record Manager: - Send a Buffer
- Get a Buffer
3.1.3 SOCKI—Sockets Interface 176
Record Manager 172 calls SOCKI 176 when a Fast-ETL connection is established over TCP/IP to a UNIX platform. SOCKI 176 calls the Sockets 167 functions of Accept, Close, Connect, Send, and Recv. SOCKI 176 provides the same functions to Record Manager as SIDI 174, and those functions are described in the preceding section.
3.2 UNIX File Interface Procedures (UFIP)
UFIP 181 is identical in its design to GFIP 171, which is described above. The code is not identical because of the following differences: - GFIP employs a VMPS based status return structure. UFIP uses the UNIX convention of an integer status return value.
- UFIP supports a caller specified timeout value. GFIP blocks until UFIP returns an error, or disconnects.
- GFIP performs the 9 to 8-bit conversions required for integers. This occurs in the integer fields of the ETL buffer header, in the ETL record header, and in user data for ETLBITS data format. In addition, GFIP calls the data conversion routines required for NCR RDBC support.
3.3 UNIX File Read/Write Application—UNIX Execute Command (UFAP/UEXEC)
This application is used when the records sent to and received from GCOS are to be written to or read from a UNIX file. It supports all three formats described below (i.e. ETLASCII, ETLRAW, ETLBITS). It uses the interface described below. It will be described in the documentation as an example.
FIG. 10 is a flowchart that illustrates the operation of UFAP application, in accordance with a preferred embodiment of the present invention. It starts by calling ETL_AcceptOpen to obtain parameters from the GCOS client, namely the path name, mode, and format, step 210. It then opens the specified file in the specified mode, step 212. Next, if the GCOS client is sending, UFAP calls ETL_ReadRecord for each record until EOF (or an Error) is detected, step 214. For each record read, convert it to the specified format and write it to the specified file. In case an error is detected, Alternatively, if the GCOS client is receiving, the specified file is read until EOF (or an Error), step 216. For each record read, ETL_WriteRecord is called. In case an error is detected, ETL_SendInterrupt is called. When EOF has been detected, ETL_Close is called, the UNIX file is closed, and statistics are printed, step 218. UFAP then exits indicating either success or failure as required, step 219.
3.4 UNIX Sockets Listener (USL) 168
The USL 168 component is a daemon to start application programs on UNIX when requested to by GCOS clients. It is used when the sockets 167 interface is used. When the SCSI hardware interface is used, IO-MAN 162 performs the function of starting application programs.
When the UFAP 166 server is requested, USL 168 will execute it from the installed location. When a command is to be executed, a Korn shell will be launched to process the command.
The USL 168 is typically started when UNIX starts and executes continuously. This is usually done by placing an entry in the UNIX/etc/inittab file. The ETL installation script typically provides a mechanism to help a user do this. If the USL 168 aborts for some reason, administrator intervention will be required. There is no interaction between the service processor and the USL 168.
The USL 168 requires "root" privilege. This allows it to load and execute each application program as the requested userid. The GCOS userid in use will be sent by GFIP to the USL. The USL will expect to find a UNIX userid of the same name. Its home directory will be made the current directory for the command/open. In addition, a file must be present in this home directory with the name '.etlhosts'.
The USL will search for an optional file in the home directory, with the name '.environment.etl'. If found, this file will be passed to the KORN shell to establish environment variables for the command.
FIG. 11 is a flowchart illustrating the operation of USL 168 software, in accordance with a preferred embodiment of the present invention. USL starts by initializing the appropriate socket or port, step 220. Then USL enters a loop, where it starts by waiting for the Mainframe client on the specified port or socket, step 222. When a connection is tendered, it is accepted, causing the connection to use a new socket, making the original socket available to continue listening on, step 224. Then, a new process is started (in UNIX, by FORKing) to execute the application program in, step 226. USL 168 then loops, starting again with step 222 Meanwhile, the new child process, started in step 222, reads the first record received to get the applicable application group and executable names. The presence of the application program is then verified, and if an error occurs, a buffer is sent with the interrupt record. Then, the application program is 'exec'ed (or called), passing it the socket to use, so that it can continue the interaction, step 228.
3.5 Server Interface Domain (SID) 156
To support optimal Fast-ETL performance, SID 156 provides two new functions, Send Message and Receive Message. These functions differ from SID's Pass Messages function, which is the function used to exchange SQL data with a DBSS, in that they do not require a DBSS message for every GCOS message and vice-versa.
Like the Pass Messages function, the Send Message and Receive Message functions do not send the GCOS UNLINK message to IO-MAN 162. SID sends the GCOS UNLINK message as a result of calls to SID 156 from GCOS 8's Integrity Control Software. Since UFIP 181 always tells SID 156 that the commitment mode is Oracle Mode, SID 156 sends the GCOS UNLINK message for a Fast-ETL application at end of program for batch or end of transaction for TP8.
SID 156 does not allow a GCOS application to mix stream (Fast-ETL) and DBSP modes. SID 156 determines the mode of the application when the application calls SID 156 for the first time. If the first call to SID 156 is a Pass Messages call, then SID 156 classifies the application as a DBSP application and returns an error status if the application subsequently calls its Send Message or Receive Message functions. Similarly, if the first call to SID 156 is a Send Message or Receive Message call, then SID 156 classifies the application as a stream application and returns an error status if the application subsequently calls its Pass Messages function.
The interface to SID's Send Message and Receive Message functions is specified below. The remainder of this section provides an operational description of these new functions.
3.5.1 Send Message Function
When its Send Message function is called, SID sends the caller's data in a GCOS_stream message to the designated DBSS. SID does not wait for a response from the DBSS.
SID and the DBSS employ a flow-control mechanism to ensure that a GCOS application does not overflow the buffers of the DBSS when the GCOS application is sending data faster than it can be processed by the DBSS. This flow-control mechanism works as follows. 1. SID assumes that it has the right to send a pre-defined number of GCOS_stream messages to a DBSS following the GCOS_link message. This pre-defined number is defined at compile time; its initial value is 8. 2. To allow SID to send more than the initial pre-defined number of GCOS_stream messages, the DBSS must send to SID a dbsp_credit message for the application. 3. If an application calls Send Message after SID has exhausted its credit (the right to send more GCOS_stream messages) for the application, then SID performs a read I/O and waits for the DBSS to extend additional credit via the dbsp_credit message. If SID fails to obtain any credit within the timeout period, then SID returns a timeout status to the application. 4. Both SID and the DBSS count each message that they send on behalf of an application, and they pass this counter value in the message header of each message. The first message that SID sends on behalf of an application, the dbsp_link, message has a message_count value of one. SID increments this count for each subsequent message. The DBSS grants SID credit in the dbsp_credit message by specifying the highest message_count value that SID may issue before it must wait for additional credit. 5. A DBSS may not withdraw credit that it has extended to SID. This means that a DBSS is not allowed to send a dbsp_credit message with a message_count value that is less than the value sent in a previous dbsp_credit message for that application. The only exception to this rule is in the case where the message_count value rolls over; i.e., the 36-bit counter overflows because more than 68 billion messages have been sent for an application. In this case, the message_count value goes from a very high value to a very low value in consecutive dbsp_credit messages. The message_count value in the later message should not exceed the maximum number of credits that a DBSS extends at one time. Upon receiving a dbsp_credit message reflecting message_count rollover, SID clears its internal counter so that the next GCOS_stream message that it builds has a message_count of one. 6. Credits apply only the GCOS-stream and dbsp-stream messages. Other message types, e.g., the GCOS unlink message, may be sent without regard to credit.
Because of this flow-control mechanism, a Send Message caller may be delayed while SID waits for credit. If credit is not received within the caller's timeout period, SID returns to the caller with a timeout status. The Send Message caller may specify a small timeout value (e.g., 5 milliseconds) to prevent a significant delay.
The following four Tables illustrate the message exchanges between SID and IO-MAN when an application is streaming data to a DBSS. If you view this document on your PC, use the page layout view for these diagrams. | TABLE 3.5.1.1 | | | Send Message that is the initial call to SID from a GCOS application: | | | ##STR13## | | | TABLE 3.5.1.2 | | | Send Message that is not the initial call to SID from a GCOS application: | | | ##STR14## | | | TABLE 3.5.1.3 | | | Steady stream from a GCOS application (UNIX application is not receiving): | | | ##STR15## | | | TABLE 3.5.1.4 | | | Steady stream from a GCOS application (UNIX application is receiving): | | | ##STR16## | | | Note that the dbsp_credit message can be received in response to any read I/O performed by SID. If all of SID's users are sending stream data, then SID does not issue a read I/O until it is close to exhausting its credit for one of the users. SID issues this read I/O for the sole purpose of obtaining one or more dbsp_credit messages. | 3.5.2 The Receive Message Function
When its Receive Message function is called, SID examines its buffers to determine whether it has a dbsp_stream message for the application. If it does, SID returns this message to the application. If not, then SID waits for a dbsp_stream message to be transmitted by the specified DBSS. If this message does not arrive within the caller's timeout period, then SID returns to the caller with a timeout status. The Receive Message caller may specify a very small timeout value (e.g., 5 milliseconds) indicating that it cannot be delayed waiting for a message to arrive.
SID and the DBSS employ a flow-control mechanism to ensure that a DBSS does not overflow SID's buffers when the DBSS is sending data faster than it can be processed by the GCOS application. This flow-control mechanism works like the mechanism for the Send Message function. 1. The DBSS assumes that it has the right to send a pre-defined number of dbsp_stream messages to SID following the GCOS_link message. 2. To allow a DBSS to send more than the initial pre-defined number of dbsp_stream messages, SID must send a GCOS_credit message for the application. 3. SID replenishes the credits for an application only when the application calls the Receive Message function. When an application receives a dbsp_stream message that is close to exhausting the credit extended to a server, SID places a GCOS_credit message in one its output buffers and immediately issues a write I/O to transmit it to the DBSS. 4. Both SID and the DBSS count each message that they send on behalf of an application, and they pass this counter value in the message header of each message. The first message that a DBSS sends on behalf of an application has a message_count value of one. The DBSS increments this count for each subsequent message. SID grants a DBSS credit in the GCOS_credit message by specifying the highest message_count value that the DBSS may issue before it must wait for additional credit. 5. SID may not withdraw credit that it has extended to a DBSS. This means that SID is not allowed to send a GCOS_credit message with a message_count value that is less than the value that it sent in a previous GCOS_credit message for that application. The only exception to this rule is in the case where the message_count value rolls over; i.e., the 36-bit counter overflows because SID has received more than 68 billion messages for an application. In this case, the message_count value that SID uses in the GCOS_credit message goes from a very high value to a very low value in consecutive GCOS_credit message. The value that SID places in the later message does not exceed the maximum number of credits that may be extended at one time, which is a value that is pre-defined at compile time.
SID typically must buffer multiple messages for an application when a DBSS sends dbsp_stream messages faster than the GCOS application receives them. Because of the credit mechanism, SID is not required to buffer more messages than the number of credits that it has extended to a DBSS. When SID buffers multiple messages for an application, it leaves the messages in their original input buffers and employs fields in the message header to place the messages in a receive queue for the application.
The following four Tables illustrate the message exchanges between SID and IO-MAN when a DBSS is streaming data to a GCOS application. | TABLE 3.5.2.1 | | | Receive Message that is the initial call to SID from a GCOS application: | | | ##STR17## | | | TABLE 3.5.2.2 | | | Receive Message that is not the initial call to SID from a GCOS application: | | | ##STR18## | | | TABLE 3.5.2.3 | | | Steady stream to a GCOS application that is not calling Receive Message: | | | ##STR19## | | | TABLE 3.5.2.4 | | | Steady stream to a GCOS application: | | | ##STR20## | |
Table 3.5.2.5 below depicts the interactions between the Fast-ETL components for a GCOS stream (i.e. a data stream going from GCOS 8 to UNIX). | TABLE 3.5.2.5 | | | Component interactions for a GCOS stream | | | ##STR21## | |
Table 3.5.2.6 below depicts the interactions between the Fast-ETL components for a UNIX stream (i.e. a data stream going from UNIX to GCOS 8). | TABLE 3.5.2.6 | | | Component interactions for a UNIX stream | | | ##STR22## | | 3.6 DBSP I/O Manager (IO-MAN) 3.6.1 Link Support 3.6.1.1 Link Change
The typical buffer containing the link request to start a stream is expected to contain more than one GCOS_streaming message following the link request. These GCOS_streaming messages will not have been associated with a linked SC (their DBSP_Token's are zero), so there is no SC to send them to. Previously, if a data message was received with a DBSP_Token of zero, it was treated as an "orphan". It was determined that the existing "orphan" processing logic was insufficient because it could handle only one message. The fact that this logic would require some work to handle what is expected to be a common case led to an evaluation of many alternatives.
3.6.1.1.1 Replacement of Orphan Processing with Immediate Queuing
The existing orphan logic in idt.c and scct.c will be replaced. Rather than putting an entry in the orphan list, data messages received without a DBSP_Token will be placed into the appropriate SC message queue.
Table 5.6.1 below for a state transition diagram that depicts the sequence of events for a typical link followed by GCOS_stream messages that have an undefined dbsp token.
3.6.2 Buffer Sequencing Support
Message buffers coming from GCOS will contain a 36 bit sequence number as previously mentioned in the Issues section. Module idt.c, the definition of structure MsgHdr in dct.h and function decoder.c will be expanded to handle the 36 bit number and corresponding rollover potential.
3.6.3 Credit Support
A credit extension will be issued from idut.c to SID once the number of processed messages for the SC equals the issued credit minus 4. For example, if the credit extended to SID is 32, than once 28 messages (predominately GCOS_stream messages) have been processed, idut.c will send a dbsp_credit message with an additional 8 credits (40 total). The reason for sending the credit before it is exhausted is to ensure that SID does not stall and possibly time-out waiting for the credit. Either of those two reactions would be detrimental to performance.
The key variables used to support credit management are: | TABLE 3.6.3 | | | variable name | description | | | maxHHInputSeqNum | This is the credit extended to GCOS, | | | initialized to 8. | | outMsgSeqNum | Controlled by IDUT, used to sequence output | | | messages. | | maxOutMsgSeqNum | This is the credit issued by GCOS, initialized | | | to 8. | | | This is checked by IDUT and if a dbsp_stream | | | message has a msgSeqNum> | | | maxOutMsgSeqNum,IDUT will return | | | badCredit status to the requesting SC. | | | Otherwise, the dbsp_stream message will be | | | passed to GCOS and status of ok returned to | | | the requesting SC. No other message type will | | | be impeded by this. | |
The input message sequence number is the MsgHdr lgBufSeqNum which is defined in dct.h and decoded from the SID DBSP Protocol Message Header by decoder.c.
3.6.4 GCOS_Stream Message Handling Strategy
The strategy for sending GCOS_stream messages from idt to the ETL SC will differ from other transfers (e.g., data messages). The prior art message passing implementation consists of IDT placing the message header in the SC queue and the message content into shared memory (shared memory 4). The problem is that with this strategy the SC must have visibility to IO_MAN's shared memory 4. With users writing SC stream processing code, this could lead to both accidental and malicious problems.
An efficient solution to getting the GCOS_stream to the SC without using shared memory is to put the entire message in the SC queue. The data content memory is then managed by AIX and IO_MAN's shared memory will not be visible to the SC application's GCOS_stream processing software.
3.6.5 The New IOMI Module
New functions are added to interface the ETL processing logic with IO_MAN in a new module named IOMI. These include: - ETLgetBuffer
- ETLsendBuffer
- ETLclose
- ETLsendInterrupt
ETLgetBuffer will read the SC's queue searching for the next GCOS_stream message and pass it with its 36K buffer back to the SC. A second function, ETLsendBuffer will send dbsp_stream buffers to idut. The ETLgetBuffer function will register the fact that it processed a buffer with idut's credit management logic. The ETLclose function will send a message that the stream is closed to SID. The ETLsendInterrupt will be used to send status to SID. It could also be used to initiate a checkpoint. 4 Global Cross Reference 4.1 Data Structures and Tables 4.1.1 Socket Header Format
Both GFIP and UFIP send a socket header before each buffer. The socket header is shown below in Table 4.1.1: | Word | 0 | socket header length in ASCII decimal = '0016' | | | 1 | RFU | | | 2-3 | length of the following message (buffer) in ASCII | | | | decimal | | | | (number of 8-bit bytes in the message plus the length | | | | of the Socket Header) | | 4.1.2 GFIP/UFIP Buffer Format
GFIP 171 and UFIP 181 block records into buffers for efficiency. In the preferred embodiment, in order to maintain compatibility with the LCB interface, the buffer size is limited to 32 k bytes.
In the preferred embodiment, buffers are defined and exchanged in a 9-bit byte format. This allows GFIP 171 to be more efficient in GCOS CPU cycles, with the tradeoff being more UNIX CPU cycles.
The buffer format is defined below in Table 4.1.2.1: | TABLE 4.1.2.1 | | | GFIP/UFIP Buffer Format | | | Bytes | Width | Field | | | | | | 00-03 | 04 | ID = "ETL" (4 ASCII Characters) | | | 04-07 | 04 | Buffer_length (in 9-bit bytes) | | | 08-11 | 04 | Number of records | | | 12-19 | 08 | Buffer_sequence number | | | 20-27 | 08 | RFU | | | 28-31 | 04 | Debug_options | | | 32-127 | 96 | RFU | | | 128-9999 | | Records | | | |
Records are NOT split across buffers. Therefore, the maximum record size in bytes that can be accommodated is calculated as follows: ##EQU1##
However, the X_ETL_WRITEREC function and its counterpart on UNIX restrict the amount of data that an application can send in one record to an even 64,000 bytes.
4.1.3 Fast-ETL Record Types
The data exchanged between GFIP and UFIP consists of records, each with a header, supplying its type and length. These records are grouped into a buffer, to improve performance by avoiding a call to SIDI or SOCKI for each record. When the SCSI hardware is used, the buffer built by GFIP or UFIP is encapsulated by SID or IO-MAN respectively, into GCOS Stream Messages and DBSP Stream Messages. These stream messages are described hereinbelow. When the sockets interface is used, GFIP/UFIP buffers are encapsulated by a socket header.
The following record types are exchanged between GFIP and UFIP: - Checkpoint Request Record
- Checkpoint Response
- Close Request Record
- Close Response Record
- Data Record
- EOF Record
- Error Record
- Error Response Record
- Execute Request Record
- Open Request Record
- Rollback Request Record
- Rollback Response Record
- Terminate Request Record
- Terminate Response Record
The following records are only sent from GFIP to UFIP. They do not normally have a response. An error record can be sent in response if an error occurs. - Execute Request Record
- Open Request Record
The following records are only sent from GFIP to UFIP and have a record defined for a successful response. An error record can be sent instead of the normal response, if an error occurs. - Checkpoint Request Record
- Rollback Request Record
- Terminate Request Record
The following records are only sent from UFIP to GFIP and do not have a response. - Checkpoint Response Record
- Rollback Response Record
- Terminate Response Record
The following records may be sent by either GFIP or UFIP. The Close Request Record and the Error Record have a response; the other records in the list do not. - Close Request Record
- Close Response Record
- Data Record
- EOF Record
- Error Record
- Error Response Record
Integers in the following definitions are multiples of 8-bit bytes, i.e. 8-bits, 16-bits, or 32-bits. Integers are unsigned and restricted in value: 8-bit fields: 0<=value<=511 16-bit fields: 0<=value<=65535 32-bit fields: 0 <=value<=2**32-1
Integers are passed between the GCOS and UNIX with the most significant byte sent first with less significant bytes following. This is the natural GCOS byte order. However, other orders are also within the scope of this invention.
'C' strings in the following definitions are ASCII characters, each in an 8-bit byte. Trailing white space has been truncated and a NULL character terminates the string.
Records have a common header with the following format shown below in Table 4.1.3: | TABLE 4.1.3 | | | Record Format | | | 00-01 | 02 | data size | | | 02-03 | 02 | record type | | | 04-64003 | <64004 | Records | | | | | | Both 'data size' and 'record type' are integers with the most significant byte in the lowest addressed byte. The values in these two fields have maximum value of 65535. | | | 'data size' is the number of bytes in the record; it includes itself (2 bytes), the record type (2 bytes), and the record data. The maximum value is 64004; this is arbitrarily set, the actual maximum could be 65152. | | | 'record type' is an integer with values between 0 and 65535. Zero is not used. Values 32768 and higher are reserved for system types. Values from 1 to 32767 are user types (there is no mechanism provided for users to use this field). | 4.1.4 Open Request
An Open Request record is sent from GCOS to UNIX when an application calls the X_ETL_OPEN procedure: | TABLE 4.1.4 | | | Open Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-07 | 04 | ETL-OPEN-ACTION | | | 08-11 | 04 | ETL-DATA-FORMAT | | | 12-15 | 04 | Length of path name | | | 16-19 | 04 | ETL-MAX-RESPONSE-TIME | | | 20-23 | 04 | ETL-RCV-REC-SIZE | | | 24-63 | 40 | RFU | | | 64-127 | 64 | UserID | | | 128-xx | xx | Path Name (null terminated "C" string) | | | | | | Userid is a NULL-terminated C string. Its maximum length is 63 characters, excluding the NULL-terminator. Some systems may have lower limits. It is the Userid assigned to the GCOS program that is making the ETL calls. | | | Pathname is a NULL-terminated C string. Its maximum length is 1024 characters, excluding the NULL-terminator. It is the same as the ETL-PATHNAME parameter except that trailing white space has been deleted and the NULL-terminator has been added. | | | If the UNIX server detects an error processing the open request record, it sends an error record to GCOS. Otherwise, it does not send a response record; i.e., there is no execute response record. | 4.1.5 Execute Request
An Execute Request record is sent from GCOS to UNIX when an application calls the X_ETL_EXECUTE procedure. It is utilized to remotely execute commands on a UNIX system from a GCOS system. | TABLE 4.1.4 | | | Execute Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 05-08 | 04 | Length of command | | | 09-11 | 04 | RFU | | | 12-15 | 04 | ETL-MAX-RESPONSE-TIME | | | 16-64 | 48 | RFU | | | 65-127 | 64 | UserID | | | 128-xx | | Command (null terminated "C" string) | | | | | | Userid is a NULL-terminated C string. Its maximum length is 63 characters, excluding the NULL-terminator. Some systems may have lower limits. It is the Userid assigned to the GCOS program that is making the ETL calls. | | | Command is a NULL-terminated C string. It is the same as the ETL-COMMAND parameter except that trailing white space has been deleted and the NULL-terminator has been added. | | | If the UNIX server detects an error processing the execute request record, it sends an error record to GCOS. Otherwise, it does not send a response record; i.e., there is no execute response record. | 4.1.6 Close Request
The close request record is only used for connections established by X_ETL_OPEN. It is sent from the sender to the receiver. If the 'Open Action' field in the open request record was ETLWRITE, GCOS is the sender. If it was ETLREAD, Unix is the sender. This record is sent following the data records. | TABLE 4.1.5 | | | 4.1.5 Close Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | | 4.1.7 Close Response
A Close Response record is sent by the receiving node when a Close Request record is received from the sending node. | TABLE 4.1.6 | | | 4.1.6 Close Response Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | |
This record is sent by the UNIX server when a Close Request is successfully processed.
4.1.8 Terminate Request The terminate request record is sent by GCOS to UNIX to terminate a command. | TABLE 4.1.8 | | | Terminate Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-07 | 04 | ETL-MAX-TIME | | | 08-31 | 24 | RFU | | | | 4.1.9 Terminate Response
The Terminate Response record is sent by Unix to GCOS when a terminate request has been processed. | TABLE 4.1.9 | | | Terminate Response | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-07 | 04 | ETL-COMMAND-STATUS | | | 08-31 | 24 | RFU | | | | 4.1.10 Data Record
The GCOS data record contains application data sent from GCOS to UNIX or from UNIX to GCOS | TABLE 4.1.7 | | | 4.1.10 Data Record | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-xx | yy | Application Data | | | | 4.1.11 Checkpoint Request Record
A Checkpoint Request record is sent from GCOS to UNIX. | TABLE 4.1.9 | | | Checkpoint Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-12 | 08 | Last record number processed by GCOS | | | 08-11 | 04 | ETL-CKPT-DATA-LENGTH | | | 12-31 | 20 | RFU | | | 32-xx | yy | ETL-CKPT-DATA | | | | 4.1.12 Checkpoint Response Record
The checkpoint response record is sent from UNIX to GCOS after a checkpoint request is successfully processed. If there is a processing a checkpoint request, an error record is sent instead of a checkpoint response record. | TABLE 4.1.12 | | | Checkpoint Response Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | | 4.1.13 Rollback Request Record
A Rollback Request record is sent from GCOS to UNIX requesting a rollback. | TABLE 4.1.13 | | | Rollback Request Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | | 4.1.14 Rollback Response Record
A Rollback Response record is sent from UNIX to GCOS after a Rollback Request is successfully processed. If an error is encountered processing a Rollback Request, an Error Record is sent instead of a Rollback Response record. | TABLE 4.1.14 | | | Rollback Response Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-11 | 08 | Last record number processed by GCOS | | | 12-15 | 04 | Checkpoint data length (bytes) | | | 16-31 | 16 | RFU | | | 32-xx | Yy | Checkpoint data | | | | 4.1.15 Error Record
An Error record is sent when an error has been encountered. These are discussed above. | TABLE 4.1.15 | | | Error Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-07 | 04 | Error Source | | | 08-11 | 04 | Error Code | | | 12-15 | 04 | Length of Error Message | | | 16-31 | 16 | RFU | | | 32-xx | yy | Error Message (null terminated "C" string) | | | |
The Error Source is defined as: - 1 UFIP
- 2 UFAP
- 3 UEXEC
- 4 AIX
An Error Code is a 4 byte integer. The following statuses are recognized by both nodes, and translated to the status appropriate for the node: - 1 no checkpoint for rollback request
- 2 connection closed prematurely
- 3 executable not found
- 4 executable not executable (e.g. insufficient permission)
4.1.16 Response Record
The error response record is sent to acknowledge an error record. | TABLE 4.1.16 | | | Error Response Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | | 4.1.17 EOF Record
The EOF record is used only for connections established by X_ETL_EXECUTE. GCOS sends this record type to UNIX to close stdin. UNIX sends it to GCOS to close stdout. There is no EOF response record. | TABLE 4.1.17 | | | EOF Record Format | | | Bytes | Width | Field | | | | | | 00-01 | 02 | Data size | | | 02-03 | 02 | Record Type | | | 04-31 | 28 | RFU | | | | 4.2 Fast-ETL Message Types
SID and IO-MAN utilize four new message types to support Fast-ETL. These message types are: - GCOS Stream Message
- DBSP Stream Message
- GCOS Credit Message
- DBSP Credit Message
4.3 Data Files 4.3.1 Restart Information File
The Restart Information File is used only for connections established by X_ETL_OPEN. This file is used by UFAP to process 'X_ETL_CHECKPOINT' and 'X_ETL_ROLLBACK' requests from the GCOS client. It is located in the following directory: - ˜<userid>/etl
The file name has two variations: - 1. <base file name>
- 2. <base file name> <sequence number>
The 'base file name' is the first 24 characters of the AIX file name after removing leading directory names. If necessary to ensure uniqueness, a sequence number is added to the base file name to produce the file name. The 'sequence number' is a decimal number consisting of eight ASCII digits.
Whenever Restart Information File is used, the path name contained within it (see Table 4.3.1) must be compared to be sure that the correct file is being accessed. | TABLE 4.3.1 | | | Restart Information File Format | | 00-03 | 04 | ID = "ETL" (4 ASCII Characters) | | 04-07 | 04 | Version | | 08-11 | 04 | ETL-OPEN-ACTION | | 12-15 | 04 | ETL-DATA-FORMAT | | 16-23 | 08 | Number of data records processed since Open | | | | Request Record | | 20-23 | 04 | Number of bytes in GCOS recovery data | | 24-27 | 04 | ETL-CKPT-DATA-LENGTH | | 28-31 | 12 | RFU | | 32-1055 | 1024 | AIX path name | | 1056-xx | ww | ETL-CKPT-DATA | | A Restart Information File is used by UFAP to process 'X_ETL_CHECKPOINT' and 'X_ETL_ROLLBACK' requests from the GCOS client. It is typically saved in the following directory: The file name is: <base file name> <sequence number> The 'base file name' is the first 24 characters of the UNIX file name after removing leading directory names. The 'sequence number' number is a 8 digit decimal string that is used to make the file name unique. Whenever this file is used, the path name contained within it (see Table 8.3.1) must be compared to be sure that the correct file is being accessed. 5 EIS 5.1 GCOS 8 Cobol-85 API
This section specifies the GCOS 8 Cobol-85 interface for the Fast-ETL product. The interface provides a record oriented connection between the programs using it. The program on GCOS 8 acts as a client, and the Fast-ETL program on UNIX acts as a server.
5.1.1 Copy File
The copy file 'ETL_DATA_H' contains the following definitions in Table 5.1.1: | | | | Default | | Structure & Name | Description | Value | | | | | 01 ETL-FILE-ID | COMP-6. | 0 | | 01 ETL-REC-LENGTH | COMP-6. | 0 | | 01 ETL-MAX-LENGTH | COMP-6. | 0 | | 01 ETL-RETURNED-LENGTH. | COMP-6. | 0 | | | 02 ETL-VERSION | COMP-6. | 1 | | | 02 FILLER | PIC X(60). | | | 02 ETL-IPADDRESS | PIC X(256). | Spaces | | | 02 ETL-PORT | COMP-6. | 0 | | | 02 ETL-MAX-RESPONSE-TIME | COMP-6. | 1000 | | | 02 ETL-OPEN-ACTION | COMP-6. | | | 88 ETLSEND | 1 | | | 88 ETLRECV | 2 | | | 02 ETL-DATA-FORMAT | COMP-6. | | | | 88 ETLASCII | 1 | | | 88 ETLRAW | 2 | | | 88 ETLBITS | 3 | | | 02 ETL-RCV-REC-SIZE | COMP-6 | 80. | | | 02 FILLER | PIC X(128) | Low-value | | | 02 ETL-CKPT-DATA-LENGTH | COMP-6. | 0 | | | 02 FILLER | PIC X(12). | | | 02 ETL-CKPT-DATA | PIC X(4096). | Low-value | | | 02 ETL-PRIMARY-STATUS | COMP-6. | | | | 02 ETL-TOKEN | COMP-6. | | | 02 FILLER | COMP-6 | | | 03 ETL-IMMD-FCGI | PIC X(4). | | | | 03 ETL-IMMD-FUNC | COMP-6. | | | 03 ETL-IMMD-MAJOR | COMP-6. | | | 03 ETL-IMMD-MINOR | COMP-6. | | | 03 ETL-ORIG-FCGI | PIC X(4). | | | | 03 ETL-ORIG-FUNC | COMP-6. | | | 03 ETL-ORIG-MAJOR | COMP-6. | | | 03 ETL-ORIG-MINOR | COMP-6. | | | 03 ETL-ERROR-MESSAGE-LENGTH | COMP-6. | | | | 03 ETL-ERROR-MESSAGE-TEXT | PIC X(1024). | | | | 5.1.2 GCOS Status Return Structure and Codes
GFIP (GCOS File Interface Procedures) is the name of the software component of the ETL product that provides the GCOS API for ETL. GFIP returns status to the caller in the ETL-STATUS-RTN structure, which is located in the copy file described in Section A.1.1. This structure follows the format defined for Virtual Mode Programmatic Services (VMPS). Specifically, it follows the format identified as 'unpacked' in the VMPS Reference Manual (LC35). The remainder of this section describes the individual fields of the ETL-STATUS-RTN structure.
GFIP uses the ETL-PRIMARY-STATUS field to report the overall result of the call to the ETL function. GFIP sets ETL-PRIMARY-STATUS to one of three values: - 1. Service Successful (a value of 0)
- 2. Service Exception (a value of 2)
- 3. Service Failed (a value of 3)
- GFIP returns 'Service Successful' when an ETL function executes successfully.
- GFIP returns 'Service Exception' when the ETL function executes successfully, but does not complete normally. GFIP returns this result in only five instances:
- 1. The X_ETL_READREC function needs to report the end-of-file condition.
- 2. The X_ETL_READREC function needs to report that a record was truncated.
- 3. The X_ETL_TERMINATE function needs to report that the UNIX command was forcibly terminated.
- 4. The X_ETL_TERMINATE function needs to report that stdout data was discarded.
- 5. The X_ETL_TERMINATE function needs to report that both stdout data was discarded and the UNIX command was forcibly terminated.
- GFIP returns 'Service Failed' when an error occurs. In this case, the ETL-IMMEDIATE and ETL-ORIGINAL fields provide more information regarding the error.
GFIP places a non-zero value in ETL-ERR-MSG-LENGTH field when ETL-ERR-MSG-TEXT contains a text message pertaining to the status. The value of ETL-ERR-MSG-LENGTH is the number of characters in the message. If ETL-ERR-MSG-LENGTH is zero, no message is present and the content of ETL-ERR-MSG-TEXT is undefined. When the status is ETLCONNERR, ETL-ERR-MSG-TEXT contains the text provided by UFAP when it closed the connection. ETL-ERR-MSG-TEXT may contain more than a one-line message. When this is the case, each message line is terminated by a line-feed character, and no line exceeds 80 characters excluding the line-feed character. GFIP always sets the ETL-TOKEN field to zero. GFIP always sets the ETL-IMMD-FCGI field to a value of "AFTA". This value indicates that GFIP is the source of the values contained in the ETL-IMMEDIATE fields. GFIP does not place a fixed value in the ETL-ORIG-FCGI field. GFIP usually places one of the following values in ETL-ORIG-FCGI: AFTA, AFTB, AFTC, or ARNS. - GFIP puts 'AFTA' in ETL-ORIG-FCGI when it is the original source of an error status, as opposed to being a propagator of an error status produced elsewhere.
- GFIP puts 'AFTB' in ETL-ORIG-FCGI when a status originates from one of the UNIX components of the ETL product.
- GFIP puts 'AFTC' in ETL-ORIG-FCGI when a status originates from one of the procedures that perform RDBC data conversion.
- GFIP puts 'ARNS' in ETL-ORIG-FCGI when a status originates from GCOS 8's Sockets software. In this case, the ETL-ORIG-MAJOR field always contains a value of one, and the ETL-ORIG-MINOR field contains the error number provided by Sockets.
Table 5.1.2 below shows all the codes that GFIP stores in the ETL-PRIMARY-STATUS, ETL-IMMD-MAJOR, and ETL-IMMD-MINOR fields. GFIP also places the major and minor codes shown in Table A.1.2 in the ETL-ORIG-MAJOR and ETL-ORIG-MINOR fields whenever it places 'AFTA' in ETL-ORIG-FCGI. | TABLE 5.1.2 | | | GCOS Status Return Structure and Codes | | Primary Status | Major Status | | Minor | | | Codes | Codes | Minor Status | Code | | (numerical value) | (numerical value) | Codes | Value | Meaning | | | ETLSUCCESSFUL | ETLSUCCESSFUL | ETLSUCCESSFUL | 0 | Successful | | (0) | (0) | | ETLEXCEPTION | ETLCOMPLETED | ETLEOF | 1 | End of File | | (2) | (0) | ETLFORCED | 2 | Terminate forced due to timeout | | | | ETLSTDOUT | 3 | Stdout data discarded | | | | ETLFORCEDOUT | 4 | Forced termination and stdout | | | | | | discarded | | | | ETLBUFSIZE | 5 | Buffer too small for record | | ETLSVCFAILED | ETLUSERERR | ETLINVID | 1 | ETL-FILE-ID is not valid. | | (3) | (1) | ETLINVACTION | 2 | ETL-OPEN-ACTION is not valid | | | | ETLINVFORMAT | 3 | ETL-DATA-FORMAT is not valid | | | | ETLINVRECLEN | 5 | Record is too large | | | | ETLINVRCVSIZE | 6 | ETL-RCV-REC-SIZE is not valid | | | | ETLINVPATH | 7 | ETL-PATHNAME is all spaces | | | | ETLINVIPA | 8 | ETL-IPADDRESS is all spaces | | | | ETLSTATE | 10 | Call not valid for the connection | | | | | | state | | | | ETLARGMISSING | 11 | Too few arguments for the function | | | | ETLARGEXTRA | 12 | Too many arguments for the | | | | | | function | | | | ETLINVREC | 13 | Bit 0 of the GCOS 8 byte is not zero | | | ETLSVCERR | ETLCONNERR | 1 | Error from server | | | (2) | ETLTIMEOUT | 2 | Maximum time has expired | | | | ETLSOCKERR | 3 | Error from socket routine | | | | ETLNOCONN | 4 | No connections available - all in use | | | ETLINTERR | ETLMODE | 1 | Invalid mode (LCB) detected | | | (3) | ETLUBUFID | 2 | UNIX buffer - ID invalid | | | | ETLUBUFLEN | 3 | UNIX buffer - length invalid | | | | ETLUBUFCNT | 4 | UNIX buffer - record count invalid | | | | ETLUBUFREC | 5 | UNIX buffer - record length invalid | | | | ETLUBUFEMPTY | 6 | UNIX buffer - no records | | | | ETLSOCKHDR | 7 | Invalid socket header | | | | ETLSOCKHDRLEN | 8 | Invalid socket header length | | | | ETLUBUFSIZE | 9 | UNIX buffer larger than internal | | | | | | buffer | | | | ETLWRONGREC | 10 | Record invalid for connection state | | | | ETLERRCODE | 11 | Undefined error code in an error | | | | | | record | | | | ETLERRMSGLEN | 12 | Invalid error message length | | 5.1.3 Open | | CALL "X_ETL_OPEN" USING | ETL-STATUS-RTN, | | | ETL-FILE-ID, | | | ETL-PARAMETER-BLOCK, | | | ETL-PATH-NAME. | |
This procedure is one of two (X_ETL_EXECUTE is the other) that establish a connection to a server on UNIX. This procedure establishes a connection to the UNIX file server (UFAP) using the sockets interface.
The connection established by this procedure is a uni-directional connection used to read or write UNIX files from a GCOS program. Subsequent READ, or WRITE procedures get data from or put data to the specified UNIX file. The direction supported by a connection (i.e. read or write) is determined by the ETL-OPEN-ACTION parameter. Each invocation of this procedure starts a new instance of the file server, and the UNIX file specified will be created or accessed.
The "X_ETL_OPEN" procedure blocks execution until a connection is established or an error occurs. - ETL-STATUS-RTN
- ETL-STATUS-RTN is an output parameter used to determine the success of this procedure. When successful, this procedure sets ETL-PRIMARY-STATUS to zero. If an error occurs, ETL-PRIMARY-STATUS is set to a non-zero value. The ETL-IMMEDIATE and ETL-ORIGINAL fields identify the error.
- ETL-FILE-ID
- ETL-FILE-ID is an output parameter that is meaningful only when ETL-STATUS-RTN reports success. It identifies the connection to the server, and it is an input parameter on subsequent procedures (e.g. X_ETL_READREC or X_ETL_WRITEREC) using this connection.
- ETL-PARAMETER-BLOCK
- ETL-PARAMETER-BLOCK is an input parameter containing several fields:
- The ETL-IPADDRESS and ETL-PORT values identify the machine to be accessed. If ETL-PORT is zero (low-value), the default port is used.
- ETL-MAX-RESPONSE-TIME specifies the number of seconds that GFIP allows sockets to wait before sockets must return with a timeout status. This time value applies for the duration of the connection; i.e., it applies to all subsequent ETL calls for the connection.
- ETL-OPEN-ACTION must contain one of the following values:
- ETLWRITE—The client is writing records; i.e., it is sending records to the UNIX server. "X_ETL_READREC" calls are not allowed for this connection.
- ETLREAD—The client is reading records; i.e., it is receiving records from the UNIX server. "X_ETL_WRITEREC" calls are not allowed for this connection.
- ETL-DATA-FORMAT must contain one of the following values:
- ETLASCII Records sent over this connection are formatted as a standard text file record for the node that is receiving them. Records sent by GCOS have all trailing white space characters stripped from them. Records received by GCOS also have no trailing white space characters.
- This format is convenient when transferring standard text files, such as source files or comma-delimited data files. Neither application needs to be aware of the file formats used by the other node.
- ETLRAW Records sent over this connection are transferred as 8-bit characters. When received by GCOS, each 8-bit character is put into a 9-bit byte. No other changes are made. With the possible exception of the last record read, the length returned by the X_ETL_READREC function is the value specified by ETL-RCV-REC-SIZE.
- This format is typically used by a GCOS application that needs to construct a non-text file on UNIX, and needs to be able to specify exactly what will be in the UNIX file.
- The sending application needs to be aware of the exact details of the other nodes file formats for this mode.
- ETLBITS Records sent over this connection are transferred as a bit stream. Every 8 bytes from GCOS occupies 9 bytes in a UNIX buffer. Except for the bit padding that occurs when the record sent or received by GCOS is not a modulo 8 value, no change is made to the data.
- With the possible exception of the last record read, the length returned by the X_ETL_READREC function is the value specified by ETL-RCV-REC-SIZE.
- This format is useful for saving an arbitrary GCOS file on UNIX. It generally won't be usable on UNIX, but it can be transferred back intact to GCOS.
- ETL-RCV-REC-SIZE specifies the size in bytes of the records that X_ETL_READREC returns when both of the following conditions are true:
- 1. ETL-OPEN-ACTION contains ETLREAD.
- 2. ETL-DATA-FORMAT contains either ETLRAW or ETLBITS.
- ETL-PATHNAME
- ETL-PATHNAME is an input parameter. This parameter is passed to the server and identifies a UNIX file. This parameter is processed to be convenient for the server to use as a pathname. Specifically, trailing white space characters are stripped.
- The pathname may be either an absolute or relative pathname. Relative pathnames are relative to the home directory of the server process spawned by ETL's UNIX software. The home directory is derived from the USERID (account) name associated with the GCOS program performing the X_ETL_OPEN call. The USERID is converted to lower case in deriving the home directory.
- If the ETL-OPEN-ACTION parameter is ETL-RECV, the file referenced by ETL-PATHNAME is accessed for reading. If ETL-SEND is specified, the file is created when it doesn't exist, and it is overwritten when it does exist.
Status Codes:
Status codes returned by X_ETL_EXECUTE include: | TABLE 5.1.3 | | | Status codes returned by X_ETL_OPEN | | | | | Minor | | | | | | Code | | Primary Status | Major Status | Minor Status | Value | Meaning | | | ETLSUCCESSFUL | ETLSUCCESSFUL | ETLSUCCESSFUL | 0 | Successful | | ETLSVCFAILED | ETLUSERERR | ETLINVACTION | 2 | ETL-OPEN-ACTION is | | | | | | not valid | | | | ETLINVFORMAT | 3 | ETL-DATA-FORMAT is | | | | | | not valid | | | | ETLINVRCVSIZE | 6 | ETL-RCV-REC-SIZE is | | | | | | not valid | | | | ETLINVPATH | 7 | ETL-PATHNAME is all | | | | | | spaces | | | | ETLINVIPA | 8 | ETL-IPADDRESS is all | | | | | | spaces | | | | ETLARGMISSING | 11 | Too few arguments for the | | | | | | function | | | | ETLARGEXTRA | 12 | Too many arguments for | | | | | | the fun | |