Apparatus and method of multicasting or broadcasting data from one partition of a partitioned computer system to a plurality of other partitions
Summary by NHIP
Partitioned system data multicasting
The apparatus transfers data from one partition to multiple others by storing it in shared memory and marking it read-only. Firmware or hardware coordinates the process, alerting recipients until all have read the data before reverting memory to read-write status.
Claim Score by NHIP
Abstract
A method, system and apparatus for multicasting or broadcasting a piece of data from one partition of a partitioned computer system to a plurality of partitions of the system are provided. When a partition needs to transfer data to more than one partition of the system, the partition first stores the data into a global memory accessible by all partitions of the system. The memory is then marked "read-only" to ensure that the data is not over-written and the Ids (identifications) of the recipient partitions are passed to a piece of firmware or hardware of the computer system. This firmware or hardware then alerts the recipient partitions that there is a piece of data ready to be read in the memory. Once all the recipient partitions have read the data, the global memory is reverted to a "read" and "write" memory.

Term
Term ended
Expired 1 March 2023, 3.6 years ago.
- Priority and filed
- Granted
- Expired
- Today
8 claims: 4 independent, 4 dependent
- 1An apparatus for transferring data from one partition of a partitioned computer system to one or more partitions of the system comprising:means for determining whether the data is to be transferred to one or more partitions of the system;means for storing the data, if it is to be transferred to the one or more partitions, into memory locations accessible by all partitions of the system;means for making the memory locations “read-only”;means for alerting the one or more partitions that there is data to be read;and means for determining, by tracking which partition has read the data, whether all recipient partitions have read the data before allowing another partition to write into the memory locations where the data has been stored.
- 3A computer system containing code data for transferring data from one partition of a partitioned computer system to one or more partitions of the system comprising:at least one memory device to store the code data;and at least one processor for processing the code data to determine whether the data is to be transferred to one or more partitions of the system, to store the data, if it is to be transferred to the one or more partitions, into memory locations accessible by all partitions of the system, to make the memory locations “read-only”, to alert the one or more partitions that there is data to be read, and to determine, by tracking which partition has read the data, whether all recipient partitions have read the data before allowing another partition to write into the memory locations where the data has been stored.
- 5Broadest claimClaim Score 75, broad(NHIP)A method of transferring data from one partition of a partitioned computer system to one or more partitions of the system comprising the steps of:determining whether the data is to be transferred to one or more partitions of the system;storing the data, if it is to be transferred to the one or more partitions, into memory locations accessible by all partitions of the system;making the memory locations “read-only”;alerting the one or more partitions that there is data to be read;and determining, by tracking which partition has read the data, whether all recipient partitions have read the data before allowing another partition to write into the memory locations where the data has been stored.
- 7A computer program product on a computer readable medium for transferring data from one partition of a partitioned computer system to one or more partitions of the system comprising:code means for determining whether the data is to be transferred to one or more partitions of the system;code means for storing the data, if it is to be transferred to the one or more partitions, into memory locations accessible by all partitions of the system;code means for making the memory locations “read-only”;code means for alerting the one or more partitions that there is data to be read;and code means for determining, by tracking which partition has read the data, whether all recipient partitions have read the data before allowing another partition to write into the memory locations where the data has been stored.
Independent claims4
44 paragraphs in 4 sections, as filed
BACKGROUND OF THE INVENTION
1. Technical Field
The present invention is directed to a method and apparatus for managing a computer system. More specifically, the present invention is directed to a method and apparatus for multicasting or broadcasting data from one partition of a partitioned computer system to a plurality of partitions.
2. Description of Related Art
Presently, many computer manufacturers design computer systems with partitioning capability. To partition a computer system is to divide the computer system's resources (i.e., memory devices, processors etc.) into groups; thus, allowing for a plurality of operating systems to be concurrently executing on the computer system.
Partitioning a computer system may be done for a variety of reasons. Firstly, it may be done for consolidation purposes. Clearly consolidating a variety of computer systems into one by running multiple application programs that previously resided on the different computer systems on only one reduces (i) cost of ownership of the system, (ii) system management requirements and (iii) footprint size.
Secondly, partitioning may be done to provide production environment and test environment consistency. This, in turn, may inspire more confidence that an application program that has been tested successfully will perform as expected.
Thirdly, partitioning a computer system may provide increased hardware utilization. For example, when an application program does not scale well across large numbers of processors, running multiple instances of the program on separate smaller partitions may provide better throughput.
Fourthly, partitioning a system may provide application program isolation. When application programs are running on different partitions, they are guaranteed not to interfere with each other. Thus, in the event of a failure in one partition, the other partitions will not be affected. Furthermore, none of the application programs may consume an excessive amount of hardware resources. Consequently, no application programs will be starved out of required hardware resources.
Lastly, partitioning provides increased flexibility of resource allocation. A workload that has resource requirements that vary over a period of time may be managed more easily if it is being run on a partition. That is, the partition may be easily altered to meet the varying demands of the workload.
Currently, if a partition of a partitioned system needs to pass data to a plurality of other partitions of the system, it has to use the network. Specifically, the data has to travel down the TCP/IP stack of the transmitting partition and enter the network. From the network, the data enters the recipient partitions through a network interface. The data then has to travel the TCP/IP stack of each recipient partition to be processed. This is a time consuming and CPU intensive task.
Thus, what is needed is an apparatus and method of passing data from one partition of a partitioned system to a plurality of other partitions of the system without using a network.
SUMMARY OF THE INVENTION
The present invention provides a method, system and apparatus for multicasting or broadcasting a piece of data from one partition of a partitioned computer system to a plurality of partitions of the system. When a partition needs to transfer data to more than one partition of the system, the partition first stores the data into a global memory accessible by all partitions of the system. The memory is then marked “read-only” to ensure that the data is not over-written by the other partitions. The Ids (identifications) of the recipient partitions are passed to a piece of firmware or hardware of the computer system. This piece of firmware or hardware then alerts the recipient partitions that there is a piece of data ready to be read in the memory. Once all the recipient partitions have read the data, the global memory is reverted to a “read” and “write” memory.
BRIEF DESCRIPTION OF THE DRAWINGS
The novel features believed characteristic of the invention are set forth in the appended claims. The invention itself, however, as well as a preferred mode of use, further objectives and advantages thereof, will best be understood by reference to the following detailed description of an illustrative embodiment when read in conjunction with the accompanying drawings, wherein:
FIG. 1 is an exemplary block diagram illustrating a distributed data processing system according to the present invention.
FIG. 2 is an exemplary block diagram of a server apparatus according to the present invention.
FIG. 3 is an exemplary block diagram of a client apparatus according to the present invention.
FIG. 4 illustrates logical a plurality of partitions of a computer system.
FIG. 5 illustrates a mapping table into which resources belonging to each partition are registered.
FIG. 6 depicts a mapping table of partitions and their identifications (Ids).
FIG. 7 depicts a mapping table of group Ids and the Ids they contain.
FIG. 8 is a flow chart of a process that may be used with the invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT
With reference now to the figures, FIG. 1 depicts a pictorial representation of a network of data processing systems in which the present invention may be implemented. Network data processing system <b>100</b> is a network of computers in which the present invention may be implemented. Network data processing system <b>100</b> contains a network <b>102</b>, which is the medium used to provide communications links between various devices and computers connected together within network data processing system <b>100</b>. Network <b>102</b> may include connections, such as wire, wireless communication links, or fiber optic cables.
In the depicted example, server <b>104</b> is connected to network <b>102</b> along with storage unit <b>106</b>. In addition, clients <b>108</b>, <b>110</b>, and <b>112</b> are connected to network <b>102</b>. These clients <b>108</b>, <b>110</b>, and <b>112</b> may be, for example, personal computers or network computers. In the depicted example, server <b>104</b> provides data, such as boot files, operating system images, and applications to clients <b>108</b>, <b>110</b> and <b>112</b>. Clients <b>108</b>, <b>110</b> and <b>112</b> are clients to server <b>104</b>. Network data processing system <b>100</b> may include additional servers, clients, and other devices not shown. In the depicted example, network data processing system <b>100</b> is the Internet with network <b>102</b> representing a worldwide collection of networks and gateways that use the TCP/IP suite of protocols to communicate with one another. At the heart of the Internet is a backbone of high-speed data communication lines between major nodes or host computers, consisting of thousands of commercial, government, educational and other computer systems that route data and messages. Of course, network data processing system <b>100</b> also may be implemented as a number of different types of networks, such as for example, an intranet, a local area network (LAN), or a wide area network (WAN). FIG. 1 is intended as an example, and not as an architectural limitation for the present invention.
Referring to FIG. 2, a block diagram of a data processing system that may be implemented as a server, such as server <b>104</b> in FIG. 1, is depicted in accordance with a preferred embodiment of the present invention. Data processing system <b>200</b> may be a symmetric multiprocessor (SMP) system including a plurality of processors <b>202</b> and <b>204</b> connected to system bus <b>206</b>. Alternatively, a single processor system may be employed. Also connected to system bus <b>206</b> is memory controller/cache <b>208</b>, which provides an interface to local memory <b>209</b>. I/O bus bridge <b>210</b> is connected to system bus <b>206</b> and provides an interface to I/O bus <b>212</b>. Memory controller/cache <b>208</b> and I/O bus bridge <b>210</b> may be integrated as depicted.
Peripheral component interconnect (PCI) bus bridge <b>214</b> connected to I/O bus <b>212</b> provides an interface to PCI local bus <b>216</b>. A number of modems may be connected to PCI local bus <b>216</b>. Typical PCI bus implementations will support four PCI expansion slots or add-in connectors. Communications links to network computers <b>108</b>, <b>110</b> and <b>112</b> in FIG. 1 may be provided through modem <b>218</b> and network adapter <b>220</b> connected to PCI local bus <b>216</b> through add-in boards.
Additional PCI bus bridges <b>222</b> and <b>224</b> provide interfaces for additional PCI local buses <b>226</b> and <b>228</b>, from which additional modems or network adapters may be supported. In this manner, data processing system <b>200</b> allows connections to multiple network computers. A memory-mapped graphics adapter <b>230</b> and hard disk <b>232</b> may also be connected to I/O bus <b>212</b> as depicted, either directly or indirectly.
Those of ordinary skill in the art will appreciate that the hardware depicted in FIG. 2 may vary. For example, other peripheral devices, such as optical disk drives and the like, also may be used in addition to or in place of the hardware depicted. The depicted example is not meant to imply architectural limitations with respect to the present invention.
The data processing system depicted in FIG. 2 may be, for example, an IBM e-Server pSeries system, a product of International Business Machines Corporation in Armonk, N.Y., running the Advanced Interactive Executive (AIX) operating system or LINUX operating system.
With reference now to FIG. 3, a block diagram illustrating a data processing system is depicted in which the present invention may be implemented. Data processing system <b>300</b> is an example of a client computer. Data processing system <b>300</b> employs a peripheral component interconnect (PCI) local bus architecture. Although the depicted example employs a PCI bus, other bus architectures such as Accelerated Graphics Port (AGP) and Industry Standard Architecture (ISA) may be used. Processor <b>302</b> and main memory <b>304</b> are connected to PCI local bus <b>306</b> through PCI bridge <b>308</b>. PCI bridge <b>308</b> also may include an integrated memory controller and cache memory for processor <b>302</b>. Additional connections to PCI local bus <b>306</b> may be made through direct component interconnection or through add-in boards. In the depicted example, local area network (LAN) adapter <b>310</b>, SCSI host bus adapter <b>312</b>, and expansion bus interface <b>314</b> are connected to PCI local bus <b>306</b> by direct component connection. In contrast, audio adapter <b>316</b>, graphics adapter <b>318</b>, and audio/video adapter <b>319</b> are connected to PCI local bus <b>306</b> by add-in boards inserted into expansion slots. Expansion bus interface <b>314</b> provides a connection for a keyboard and mouse adapter <b>320</b>, modem <b>322</b>, and additional memory <b>324</b>. Small computer system interface (SCSI) host bus adapter <b>312</b> provides a connection for hard disk drive <b>326</b>, tape drive <b>328</b>, and CD-ROM drive <b>330</b>. Typical PCI local bus implementations will support three or four PCI expansion slots or add-in connectors.
An operating system runs on processor <b>302</b> and is used to coordinate and provide control of various components within data processing system <b>300</b> in FIG. <b>3</b>. The operating system may be a commercially available operating system, such as Windows 2000, which is available from Microsoft Corporation. An object oriented programming system such as Java may run in conjunction with the operating system and provide calls to the operating system from Java programs or applications executing on data processing system <b>300</b>. “Java” is a trademark of Sun Microsystems, Inc. Instructions for the operating system, the object-oriented operating system, and applications or programs are located on storage devices, such as hard disk drive <b>326</b>, and may be loaded into main memory <b>304</b> for execution by processor <b>302</b>.
Those of ordinary skill in the art will appreciate that the hardware in FIG. 3 may vary depending on the implementation. Other internal hardware or peripheral devices, such as flash ROM (or equivalent nonvolatile memory) or optical disk drives and the like, may be used in addition to or in place of the hardware depicted in FIG. <b>3</b>. Also, the processes of the present invention may be applied to a multiprocessor data processing system.
As another example, data processing system <b>300</b> may be a stand-alone system configured to be bootable without relying on some type of network communication interface, whether or not data processing system <b>300</b> comprises some type of network communication interface. As a further example, data processing system <b>300</b> may be a Personal Digital Assistant (PDA) device, which is configured with ROM and/or flash ROM in order to provide non-volatile memory for storing operating system files and/or user-generated data.
The depicted example in FIG. <b>3</b> and above-described examples are not meant to imply architectural limitations. For example, data processing system <b>300</b> may also be a notebook computer or hand held computer in addition to taking the form of a PDA. Data processing system <b>300</b> also may be a kiosk or a Web appliance.
The present invention provides an apparatus and method of passing data from one partition of a partitioned system to a plurality of other partitions of the system without using a network. The invention may be local to client systems <b>108</b>, <b>110</b> and <b>112</b> of FIG. 1 or to the server <b>104</b> or to both the server <b>104</b> and clients <b>108</b>, <b>110</b> and <b>112</b>. Consequently, the present invention may reside on any data storage medium (i.e., floppy disk, compact disk, hard disk, ROM, RAM, etc.) used by a computer system.
FIG. 4 illustrates a plurality of partitions of a computer system. Partition <b>1</b><b>410</b> has two (2) processors, two (2) I/O slots and used a percentage of the memory device. Partition <b>2</b><b>420</b> uses one (1) processor, five (5) I/O slots and also used a smaller percentage of the memory device. Partition <b>3</b><b>430</b> uses four (4) processors, five (5) I/O slots and uses a larger percentage of the memory device. Areas <b>440</b> and <b>450</b> of the computer system are not assigned to a partition and are unused. Note that in FIG. 4 only subsets of resources needed to support an operating system are shown.
As shown, when a computer system is partitioned its resources are divided among the partitions. The resources that are not assigned to a partition are not used. More specifically, a resource may either belong to a single partition or not belong to any partition at all. If the resource belongs to a partition, it is known to and is only accessible to that partition. If the resource does not belong to any partition, it is neither known to nor is accessible to any partition. Note that one CPU may be shared by two or more partitions. In that case, the CPU will spend an equal amount of time processing data from the different partitions.
The computer system ensures that the resources assigned to one partition are not used by another partition through a mapping table. FIG. 5 illustrates such table. In FIG. 5, CPU<sub>1 </sub>and CPU<sub>2</sub>, memory location <b>1</b> to memory location <b>50</b> (i.e., M<sub>1</sub>-M<sub>50</sub>) and input/output (I/O) slot<sub>4 </sub>and slot<sub>5 </sub>are mapped to partition<sub>1 </sub><b>500</b>. Likewise, CPU<sub>3</sub>, M<sub>51</sub>-M<sub>75 </sub>and I/O slot<sub>6 </sub>to slot<sub>10 </sub>are mapped to partition<sub>2 </sub><b>502</b> and CPU<sub>4 </sub>to CPU<sub>7</sub>, M<sub>76</sub>-M<sub>150 </sub>and I/O slot<sub>11 </sub>to I/O slot<sub>15 </sub>are mapped to partition<sub>3 </sub><b>504</b>.
As mentioned before, when a partition of a partitioned system needs to pass a piece of data to a plurality of other partitions of the system, it does so using the network (i.e., the data travels through the TCP/IP stack of the transmitting partition and onto the network, from there it enters each of the receiving partitions, travels through their TCP/IP stack before being able to be processed). This requires quite a bit of processing time and power.
The invention uses a global memory accessible to all the partitions of the system to store the data. Specifically, the transmitting partition first stores the data into the global memory and then passes the identifications (Ids) of the recipient partitions to the firmware or hardware of the partitioned system. Upon receiving the Ids, the firmware or hardware notifies the recipient partitions that they need to read the stored data.
FIG. 6 is a table Of Ids that may be used to reference the partitions. For example, the Id of partition<sub>1 </sub>is LPAR<sub>1</sub>, partition<sub>2 </sub>LPAR<sub>2 </sub>etc. If partition<sub>1 </sub>wants to pass a piece of data to partition<sub>2</sub>, it may use partition<sub>2 </sub>ID LPAR<sub>2</sub>.
In certain instances, one partition may want to multicast or broadcast a piece of data to a plurality of partitions. To do so, the partition may use a group Id. FIG. 7 illustrates groups of Ids and the Ids each group contains. For instance, group, may contain LPAR<sub>1 </sub>and LPAR<sub>2</sub>, group<sub>2 </sub>may contain LPAR<sub>1 </sub>and LPAR<sub>3 </sub>etc. Any combination of Ids may be entered into the table. In any event, if the computer system has four partitions, and partition<sub>4 </sub>wants to broadcast a piece of data to all the other partitions, partition<sub>4 </sub>may pass group ID group<sub>4 </sub>to the firmware or hardware. If on the other hand, partition<sub>4 </sub>wants to multicast a piece of data to partition<sub>1 </sub>and partition<sub>3</sub>, it may pass group Id group<sub>2 </sub>to the hardware and firmware.
FIG. 8 is a flow chart of a process that may be used when a partition needs to transfer data to a plurality of partitions. The process starts when a piece of data is to be transferred (steps <b>800</b> and <b>805</b>). Then, the data is transferred to a global memory accessible by all partitions. The global memory is made to be a “read-only” memory. The global memory may have a method to track the partitions that have read the data. This will ensure that the data is not over-written by another partition that wants to transfer another piece of data to other partitions. Once all the receiving partitions have read the data, the global memory may be switched to a “read” and “write” memory allowing other partitions to write into it.
In any case, after marking the global memory as a “read-only” memory, the Id or group Id is passed to the firmware or hardware of the computer system. If the data is to be passed to a single partition, the firmware or hardware may simply alert the receiving partition there is data to be read in the global memory. If a group Id was used, the firmware or hardware needs only consult the group Id table to determine which partitions are the receiving partitions. Once done, the firmware or hardware then notifies the partitions that there is data in the global memory to be read and the process ends (steps <b>810</b>-<b>825</b>).
The description of the present invention has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art. The embodiment was chosen and described in order to best explain the principles of the invention, the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Contents4
9 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2008320244A1 | Cited by | United States of America | Pre-grant |
| US2007294276A1 | Cited by | United States of America | Pre-grant |
| US7966349B2 | Cited by | United States of America | Applicant |
| US9304833B2 | Cited by | United States of America | Applicant |
| US2009112965A1 | Cited by | United States of America | Pre-grant |
| US8862538B2 | Cited by | United States of America | Search report |
| US8352960B2 | Cited by | United States of America | Applicant |
| US9612888B2 | Cited by | United States of America | Applicant |
| US7512621B2 | Cited by | United States of America | Search report |
| US9389930B2 | Cited by | United States of America | Applicant |
| US2009112969A1 | Cited by | United States of America | Pre-grant |
| US2010161559A1 | Cited by | United States of America | Pre-grant |
| US7933976B2 | Cited by | United States of America | Applicant |
| US2009049457A1 | Cited by | United States of America | Pre-grant |
| US7933991B2 | Cited by | United States of America | Applicant |
| US2002144010A1 | Cites | United States of America | Search report |
| US2003149844A1 | Cites | United States of America | Search report |
| US2003212873A1 | Cites | United States of America | Search report |
| US6314501B1 | Cites | United States of America | Applicant |
6 members in 3 offices
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 8791902 | United States of America | A | |
| US20020087919 | – | – | – |
Members6
| Document | Office | Kind | |
|---|---|---|---|
| US2003167313A1 | United States of America | A1 | |
| JP2003271402A | Japan | A | |
| TW200304599A | Taiwan Province of China | A | |
| TW591414B | Taiwan Province of China | B | |
| US6834296B2This record | United States of America | B2 | |
| JP4452023B2 | Japan | B2 |
38 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | |
|---|---|
| Expire Patent | |
| Recordation of Patent Grant Mailed | |
| Patent Issue Date Used in PTA CalculationAllowed | |
| Issue Notification MailedAllowed | |
| Receipt into Pubs | |
| Dispatch to FDC | |
| Application Is Considered Ready for Issue | |
| Correspondence Address Change | |
| Receipt into Pubs | |
| Issue Fee Payment Verified | |
| Issue Fee Payment Received | |
| Receipt into Pubs | |
| Workflow - File Sent to Contractor | |
| Receipt into Pubs | |
| Dispatch to Publications | |
| Mail Notice of AllowanceAllowed | |
| Notice of Allowance Data Verification CompletedAllowed | |
| Date Forwarded to Examiner | |
| Mail Examiner Interview Summary (PTOL - 413) | |
| Response after Non-Final Action | |
| Mail Examiner Interview Summary (PTOL - 413) | |
| Information Disclosure Statement (IDS) Filed | |
| Information Disclosure Statement (IDS) Filed | |
| Workflow incoming amendment IFW | |
| Interview Summary Record | |
| Interview Summary Record | |
| Mail Non-Final RejectionNon-final rejection | |
| Non-Final RejectionNon-final rejection | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Case Docketed to Examiner in GAU | |
| Application Dispatched from OIPE | |
| Application Is Now Complete | |
| IFW Scan & PACR Auto Security Review | |
| Initial Exam Team nn |
7 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Lapse for failure to pay maintenance feesLapsedLAPS | LAPS | |
| Maintenance fee reminder mailedREMI | REMI | |
| Fee paymentFPAY | FPAY | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS |
Numbers
- Publication, DOCDB
- 6834296
- Publication, EPODOC
- US6834296
- Application
- 10087919
- Application, DOCDB
- 8791902
- Application, EPODOC
- US20020087919
Titles
- English
- Apparatus and method of multicasting or broadcasting data from one partition of a partitioned computer system to a plurality of other partitions
Patent term adjustment
- A delay
- +365 daysthe office missed an examination deadline
- Net adjustment
- 365 days
Classification
- CPC, 1
- G06F9/445
- IPC, 10
- G06F9 46
- G06F9 445
- G06F9 54
- G06F12 08
- G06F12 14
- G06F12 16
- G06F13 00
- G06F13 28
- G06F15 16
- G06F15 167
- USPC, 3
- 709215000
- 711129000
- 711173000