CA1187190A - Method and apparatus for restarting a computing system - Google Patents

Method and apparatus for restarting a computing system

Info

Publication number
CA1187190A
CA1187190A CA000426781A CA426781A CA1187190A CA 1187190 A CA1187190 A CA 1187190A CA 000426781 A CA000426781 A CA 000426781A CA 426781 A CA426781 A CA 426781A CA 1187190 A CA1187190 A CA 1187190A
Authority
CA
Canada
Prior art keywords
recovery
log
resource
manager
records
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired
Application number
CA000426781A
Other languages
French (fr)
Inventor
Earle H. Jenner
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Application granted granted Critical
Publication of CA1187190A publication Critical patent/CA1187190A/en
Expired legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1441Resetting or repowering
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/461Saving or restoring of program or task context
    • G06F9/463Program control block organisation

Abstract

ABSTRACT

METHOD AND APPARATUS FOR RESTARTING A COMPUTING SYSTEM

A programming method and structure for operating a computing system to restart a total subsystem or a subset of that subsystem to an operable state following a total interruptions (system failure or termination, either normal or abnormal). The subsystem isolates inoperable resources while permitting the others to resume by independently maintaining in a first structure recording the completion state of a resource manager's recovery responsibility with respect to each interrupted work unit and in a second structure the operational states and recovery log interest scopes of each resource manager.
The completion state can be influenced by the starting or not of a resource manager, and if restarted, the presence or absence of a resource subset required to accomplish the work unit recovery.

Description

7~

METHOD AND APPARATUS FOR RESTARTING A COMPUTING SYSTEM

BACKGROUND OF THE INVENTION

Field of the Invention This invention relates to a new system configuration and method for operating a computing apparatus. More specifically, it relates to tha use of a recovery log for restarting a computing system following normal or abnormal termination.

Description of the Prior Art In the operation of computing systems, it is the practice to provide a programming subsystem which includes a plurality of resource managers. Such resource managers con-trol the operation of system resources such as data bases, teleprocessing or other communication facilities, and ~he system itself.
Further, there may be a plurality of data base resource managers managing separate or shared data base facilities, a plurality of teleprocessing resource managers, and a plurality of system resource managers --such as in a multi-programming, multi-processor environment.

It is, unfortunately, a characteristic of computing systems that failures occur which cause the abnormal termination of the system, the communication links, the data bases, and/or their managers. Such failures may leave, for example, a data base in an inconsistent state, or re~uire that other resources or their ~anagers not directly affected by the failure also suspend operation.

~37~

:
In order to facilitate the recovery of resource managers and the facilities or objects which they mana~e, it is known to provide on non-volatile storage a system log containing checkpoint states and before and after images of changes to the data base, system state, or other such objects. Examples of systems using such a system log are the IBM Information Management System (IMS/VS), Program No. 5740-XX2, and Customer Information Control System (CICS/VS), the latter being described in \CICS/VS Version 1.5 System/Application Design Guide, SC33-0068, at pages 237-246. In these, the log is used following a system failure, during an emergency restart operation, to restore the data base to a consistent state, reestablish control block content, and back out the effect o~ interrupted work unit activity on resources. However, there is no provision for restarting a subset of the resource managers, nor to defer the recovery of selected work units due to the unavailability of certain resources.

~onsequently, there i5 a need in the art for the capability to restart all or a subset of the resource manager components of a subsystem, and all or a subset of the subsystem's resources. When components or the resources they manage are not available to the restart process, and have been made inconsistent by the actions of interrupted work unit activity, there is a need for mechanisms to remember these outstanding work unit recovery re~uirements until the compo~ents or resources become available.

SU~ARY OF THE INVENTION

The invention provides an improved control structure and method for operating a computing appara-tus. ~he computing apparatus includes a plurality * Re~istered Trade Mark .~,~ ....

.. ... , _ . _ _, _ _ _ _ . _ _ _ . . , ,, _ _ _ _ _ ~ _ , , , , _ of resource managers and resource collections including a recovery log. The computing apparatus is operated according to the method of e~ecuting work unit instructions, and writing log records to the recovery log, the log records including checkpointed states and records of changes to the resource collections and resource managers resulting from execution of work unit instructions. Each log record is assigned a relative byte address within a continuous address space. The Q method of the invention is characteriæed by the steps of:
maintaining in a first structure with respect to each of a subset of resource managers the completion state of its recovery responsibility with respect to each interrupted work unit, the completion state defining whether or not the resource manager has been restarted and, if restarted, the availability of the subset of resource collections required to complete the work unit; and maintaining in a second structure with respect to each of said subset of said resource managers (1~ its operational state and (2) the relative byte addresses in the recovery log of the beginning and ending of its inter~st scope.

BRIEF DESCRIPTION OF THE DRAWINGS

Fi~ure 1 is a diagrammatic illustration of computing system showing the recovery manager component of the invention.

Figure 2 is a diagrammatic illustration of the manner in which log records are linked on the recovery log shown in Figure 1.

Figure 3 is a diagram of a resource manager status table maintained in the subsystem recovery data set o~
Figure 1 by the recov~ry manager component.

~37~9~
`~

Figure 4 is a diagrammatic illustration showing the relationship between the resource manager status table of Figure 3 and the recovery log of Fiyure 2.

Figure 5 is a diagram of a restart unit of recovery element maintained by the recovery manager component of E'igure 1.

Figures 6 and 7 are diagrammatic illustrations of recovery log for use in explaining the UNDO~ TODO, and REDO
procedures executed by the recovery manager component of the invention.

Figure 8 is a diagrammatic illustration of the relationship between the various modules comprising the recovery manager component.

Figure 9 is a diagrammatic illustration of various control structures maintained or accessed in main storage by the recovery manager component.

DESCRIPTION OF THE PREFERRED EMBODIMENT

This application is related to U.S. Patent No.
3,904,454, issued June 21, 1982 for "Method and Apparatus for Logging Journal Data in a Continuous Address Space Across Main Storage, Direct Access, and Sequential Access Devices," by C. Mellow, et al. The apparatus and method of this invention makes use of the continuous journal log of Mellow, et al, to enhance the recovery characteristics of a data base management system.

Referriny to Figure 1, there is illustrated a portion of a computing apparatus, showing participant domain 20 and coordinating domain 32 within the volatile SA9~81 047 ~?,- .

. .

SA9-81~047 ~37~9~J

main storage address space of a central electronic complex, or computing apparatus, together with recovery log 40, subsystem recovery data set 42, and data bases 44 in non-volatile storage. The computing apparatus may be 3 an IBM System/360 or System/370, described in U. S.
Patent 3,400,371 by G. M. Amdahl, et al, and in IBM
~ System/370 Principles of Operation, IBM Publication ; GA22-7000-6.

Participant domain, or subsystem 20 is a data base subsystem 22, including for example, initialization ; procedures component 24, recovery log manager component 26, recovery manayer component 28, data base accessing and management component 29, and connection component 30. Components 24, 26, 28, 29, and 30 are examples o lS resource managers 21, and data base 44 is an example of recoverable objects or resources.

Coordinating domain 32 includes a transaction management subsystem 34, and one or more application programs 36. Application programs 36 originate work units, which are passed by transaction management subs~stem 34 to the participant domain for execution by ~ the resource managers 21, for example, against resources ; 44.

Recovery manager (RM) 2~ is responsible for the coordination, control, and log record retrieval and presentation functions which occur during the restart process. When participant domain 20 is cold started, it undergoes an initialization process under the control of initialization procedures component 24 to bring it to an operable cold state having no knowledge of a prior existence. However, when participant domain 20 is restarted, following either a normal or an abnormal termination, it enters a warm state by refreshing its SA9-81~047 ~7~

memory from information found in recovery log 40.
Recovery log 40 represents a chronological record of the events and actions of work units originated by, for example, applications 36, upon the resource collections 44 managed by domain 20. The contents of recovery log ~0 reflect events which advance the progress states of work units, and which alter the content of recoverable resources and change the state of resource collections 44.

10Recovery manager 28 supports the restoration of recoverable resources 44 managed by participant domain 20 resource managers 21 to their most recent consistent state which existed prior to or at the time of the previous termination of participant domain 20, controls the use of recovery log 40, provides a restart environment that supports both a total domain 20 restart and the restarting of a subset of that domain, provides a restart and operation environment wherein a subset of the domain can be restarted after the rest of the domain is operational with the existence of the operational subset transparent to the restarting subset, and provides the capability to cold start a resource manager 21 such that its recovery responsibilities are performed outside of the participant domain 20 environment with the resource manager started but its participation in the restart process bypassed.

Resource Mana~ers 21 Resource managers 21 are participant domain 20 components which provide services to other components and to application programs 36. Initialiæation procedures component 24 controls the initialization process, above.
Recovery manager component 28 controls the memory re~reshing ; process, above. Recovery log manager component 26 provides log 40 recording and retrieving services; the Mellow, et al application previously mentioned is an example of a recovery log manager component 26. Data base accessing and management component 29 provides databases 44 recording and retrieving services.

Resource managers 21 participate in various domain 20 events by providing event notification exit routines which are invoked bv the controllers of those events through broadcasts, to be described hereafter. Resource managers 21 participate in their own initialization process through this broadcast mechanism, and in attaining the warm restart state by providing routines which receive event notification and log record presentation broadcasts from recovery manager component 2~.

Linked Log Records Referring now to Figure 2, a description will be given of the format of Log 40 and of the function provided by recovery log manager component 26 to support the recovery activity managed ~y recovery manager component 26. In U.S.
Patent No. 3,904,454 of C. Mellow, et al, r~covery log 40 and recovery log manager component 26 are further described.
Recovex~ log manager component 26, responsive to a request from recovery SA9~81-047 ,~

SA9-81-047 ~87~

manager 28 to write a log record at the beginning of a unit of recovery ~begin UR record 60), creates log write cursor 50, including unit of recovery ID (URID) field 52 and link field 54. A log write cursor 50 is created and maintained for the life of each work unit, or unit of recovery, and is used to provide certain header information in UR log records written to recovery log 40.
In Figure 2, three such log records 60, 61, and 62 are shown, each having in its header U fields 63-65 and L
fields 66-68, respectively. Recovery log manager 26 inserts into URID field 52 the log relative byte address (RBA) of the begin UR record 60, the first UR record for this unit of recovery, or work unit. The same URID 52 RBA
value will be inserted into the U field 63, 64, 65,....
of each log record 60, 61, 62,.. , created for this unit of recovery. When begin UR record 60 is created, L field 66 is set to null, thus identifying log record 60 as the beginning record in the chain. Also, LINK field 54 is set e~ual to URID 52 RBA to point to record 60, as it is also the last record of the chain at the time it is written originally to the log. In response to a request from data base accessing and management component 29 to write a log record 61 for a unit of recovery which already exists, recovery log manager component 26 updates the link field 54 with the RBA value of record 61, inserts the previous I.INK 54 field value into L field 67, to poin~ to the previous UR log record 60, and inserts the URID 52 value into U field 64. UR log record 62 is similarly created, resulting in the log record chain illustrated in Figure 2 for a given unit of recovery which, in this exampleJ includes three log records, with the pointer arrows pointing to the location specified by the RBA values stored in each of the log write cursor 50 and log records 60-62 fields.

~l 517~9~

Resource Manager Status Table (RMST~

In order that recovery manager component 28 support the early termination and deferred restarting of selected resource managers 21, (herein a component 29 is the only logical candidate) the operational states and ; recovery log interest scopes of each resource manager 21 are independently maintained. Also, the recovery responsibilities of resource managers 21 as they apply to interrupted recoverable work units are maintained for each work unit. The two recovery manager 28 structures which perform this function are resource manager status table 70 and restart unit of recovery element 90.

Relative byte addresses (RBAs) refer to the continuous log data addressing range value assigned to any record written to recovery log 40. An RBA value is ~ime-ordered and unique within domain 20 and the recovery log ~0 it manages. Two such RBA values are used to delimit the upper and lower bounds of the log 40 interest scope of a resource manager 21 or the log activity scope of a work unit.

Referring to Figure 3 in connection with Figure ~, a description will be given of the resource manager status table (RMST) 70. RMST 70 includes in its header most recent checkpoint RBA field 72, flip/flop control field 74, and RMST entries changed flag field 76. Then follow entries for each resource manager 21, including RM
identifier 80, operational status 82, beginning log interest scope RBA 84, and ending log in-terest scope RBA
86. Operational status 82 fields indicate if the resource manager is active or terminatQd, and if terminated, whether the termination was normal or early.
For terminated resource managers only, fields 84 and 86 contain RBA values pointing to recovery log g0 records.

7:~L9~

An operational copy of RMST 70 is constructed during recovery manager 28 initialization from a copy externalized on subsystem recovery data set 42. The content of the recovery data set 42 copy of RMST 70 5 describes the last consistent configuration of the resource managers 21 comprising subsystem 20 prior to or as of its last termination. The operational copy of RMST
70, maintained by recovery manager component 28 in main storage, is updated as resource managers 21 restart or 10 terminate and is externalized to recovery data set 42 during checkpoint events which write checkpoints 9~, 94, 96,..., to recovery log 40. Each checkpoint 92, 94, 96 includes one or more checkpoint records 101-103, with zero to 'n' checkpoint records for each resource manager 15 21 participating in the checkpoint. Header portion 71 of the operational CQpy of RMST 70 is externalized to subsystem recovery data set 42 during each subsystem 20 checkpoint. RMST 70 entries 73 identifying each resource manager 21 known -to recovery manayer 28 are only 20 externalized to subsystem recovery data set 42 in connection with the writing of checkpoints 92, 94, 96,..., to recovery loy 40 associated with a change in status o a resource manager 21. Dual copies of RMST
header 71 and o~ RMST entries 73 are maintained by 25 recovery manager 2~3 on recovery data set 42 using flip/flop control key 74, the value of which alternates with each successive wri-te to recovery data set 42. This procedure assures that a prior consistent copy of RMST
entries 73 will not be destroyed as a result of a failure 30 while externalizing a new copy of RMST entries 73 to recovery data set 42.

Most recent checkpoint RBA 72 field gives the RBA of the record on log 40 delimiting the start, or beyinning checkpoint ~BCP) recorc3 98 of most recent subsystem 35 checkpoint 96. The ending checkpoint (ECP) record 98 7~

delimits the end of checkpoint 96. The most recent checkpoint RBA 72 value is used during recovery manager 28 initialization in determining which of the dual copies of RMST header 71 represents the most recent checkpoint taken. It is also used to establish the beginning log interest scope o~ all resource managers 21 which, according to the copy of RMST 70 on recovery data set ~2, were in an active operational state at the time of the prior ter~,ination of subsystem 20.

Flip/flop control field 74 is the key suffix used when externalizing the most recent copy of RMST entries 73. This value is used during recovery manager 28 initialization to determine which of the dual copies of RMST entries 73 on recovery data set ~2 represents the most recent configuration.

RMST entries changed flag 76 provides an indication of whether or not the status information maintained in ! fields 82 of the operational copy of RMST 70 have changed since the last checkpoint was taken. This field 76 is used to determine if entries 73, in addition to header 71, must be externalized to recovery data set 42 during the next checkpoint to recovery log 40.

Operational status fields 82 identify the operational states of the resource managers 21 (RMl, RM2,...,RMN) as represented by recovery manager 28.
Status fields 82 are used during recovery manager 28 initialization to determine whether or not related resource manager ~1 was operationally active as of the prior subsystem 20 termination. Status field 82 is set upon completion of a restart or termination involving the related resource manager 21, as well as during recovery manager 28 initialization. Operating states include active, terminated, and cold. An operational 7~

status 82 of active state indicates that the related resource manage~ 21 has undergone restart and is currently operational. Terminated state indicates that the related resource manager 21 has terminated, with state subqualifiers indicating if the related resource manager 21 terminated early or concurrent with subsystem 20. Cold state indicates that related resource manager 21 is to be restarted to an operational state with no knowledge of a prior existence; this status 82 allows the recovery responsibilities of one or more resource managers 21 to be performed outside of participant domain ~0. Any outstanding recovery responsibilities being remembered by recovery manager 28 are treated as completed for cold starting resource managers 21.

Beginning log interest scope RBA field 84 specifies the RBA of the log 40 checkpoint record delimiting the start of the most recent checkpoint 94 participated in by the related resource manager 21. Its value is established during a termination checkpoint involving ~ 20 the related resource manager 21, or during recovery i manager 28 initialization if the related resource manager 21 was in an active operational state 82 as of the prior subsystem 20 termination. It is used as the lower bound for positioning the log when restarting the related resource manager 21.

Ending log interest scope RBA field 86 specifies the RBA of the log 40 checkpoint record delimiting the end o~ the most recent checkpoint 94 participated in by the related resource man~ger 21. This value is established during a termination checkpoint involving the related resource manager 21, or by recovery manager 28 during the first phase of the next subsystem 20 restart. It is used as the upper bound for positioning recovery log 40 when restarting the related resource manager 73.

7~

Recovery manager 28 uses the independent resource manager beginning and ending log interest scope RBA
fields 84 and 86 to restart with subsystem 20 those resource managers 21 which terminated early, or alternatively to restart them after the rest of subsystem 20 is operational.

Restart Unit of Recovery Element (RURE) The second of the two recovery manager 28 - structures which perform the function of independently maintaining the operational states and recovery log interests scopes of each resource manager 21 is restart unit of recovery element (RURE) 90. The first such structure, RMST 70, is described above.

A unit of recovery (UR) is a term referring to the actions of a recoverable work unit between points of logical consistency; that is, between commit points.
Generally, the term "work unit" will be used to refer to a unit of recovery.

RURE 9a is the recovery manager 28 structure representing a recoverable work unit which was interrupted by subsystem 20 termination. The exact extent of the effect of the work unit on subsystem 20 managed resources, such as recoverable objects in data bases 44, cannot be determined without examining recover~ log 40. The recovery responsibilities of resource managers 21 which provide services to the work units will depend on the records 106 those resource managers contributed to log 40 on behalf of the work unit, and the progress state attained by the work unit, and tracked on log 40 by recovery manager 28. Referring to Figure 5, RURE 90 contains unit of recovery activity scope delimiters 110, including unit of recovery ~7~

1~

identifier (which is the beginning log activity scope RBA 112 of the work unit) and work unit ending log activity scope RBA 114, progress state 116, resource manager participation maps 120 including remembered map 5 122 and handled map 124, and restart completion flag 126.

Resource manager participation maps 120 are provided in each RURE 90 to reflect the disposition of r~source manager 28 recovery responsibilities on a per-work-unit basis. A resource manager identifier 80 value 10 is used as the bit index into each participation map 12~.
The bit settings in the -two maps 122, 124 indicate the resource managers 21 which have an interest in log records 106 contributed on behalf of the work unit, and whether or not the resource managers 21 have performed 15 the recovery responsibilities associated with the work unit.

During creation of the participation maps 120:

1. A zero in a given index position in both maps 122, 124 indicates no log records 106 of interes~ to that 20 resource manager 21 whose identifier 80 indexes to the given index position have been encountered in log 40 within the work ~mit's activity scope 110. If the work unit's entire log activity scope 110 is processed and both map 122, 124 positions remain zero, the resource 25 manager had no recovery responsibilities associated with the work unit. That resource manager will not be involved if a subse~uent recovery process on behalf of the work unit is re~uired.
2. A 7ero in a given index position in remembered 30 map 122 and a one in the same position in handled map 124 indicates that the resource manager has an interest in log 40 records 106 contributed on behalf of the work unit ' SA9-81-Og7 and has handled its recovery responsibilities for all records thus far encountered within the work unit's log activity scope llO. If the entire work unit's log activity scope 110 is processed and both map 120 positions remain as described it indicates the resource manager had a recovery responsibility associated with the work unit and completed that responsibility. The resource manager will be bypassed if a subsequent recovery processing of the work unit is required.
3. A one in a given index position in remembered map 122 indicates the resource manager has an interest in log records contributed on behalf of the work unit but for some reason has been unable to perform its recovery actions. A resource manager 21 may have contributed log records 106 on behalf of the work unit but, because the resource manager 21 was either not restarting, or was restarting but activation of a needed resource within collection 44 was deferred, has not fulfilled its responsibilities. The resource manager 21 will participate in a subsequent work unit recovery processing when the resource manager 21 next restarts, or when the resource within collection 44 is activated.
.
4. If, after a work unit's log activity scope 110 has been processed, all bit positions in remembered map 122 are zero, it indicates that all resource managers 21 have fulfilled their recovery responsibil~ties associated with the work unit. In this case, recovery manager 28 drops the associated work unit from its collection of work units still requiring r~covery processing.

Restart completed flag 126 indicates whether or not the work unit has undergone its restart processing before. If it has, previously created handled 124 and 17~

remembered 122 participation maps 120 exist, and are used in determining which resource managers 21 should or should not participate in the recovery processing of a given work unit. If the work unit has not been through restart processing the participation maps must be created, and therefore cannot be used in determining resource manager participation.

Recovery manager 28 builds RURE's 90 from checkpoint records 101, 102, ... , 103, and from log records 106 recorded by resource managers 21 outside of the checkpoint which reflect the addition, deletion, or modification of work units.

REDO/TODO/UNDO

Referring now to Figure 6, recovery processes REDO, TODO, and UNDO will be described. Restarting following ; an unplanned subsystem 20 termination involves the restoration of resources 44 left in a potentially inconsistent state due to work unit interruption. The three work unit recovery processes are REDO, TODO, and U~DO. The three possible points of interruption are shown at points 130, 132, and 134, each following the unit of recovery beginning (BUR) 112, but in varying positions with respect to lo~ records recorded with respect to end of commit phase 1 (EOl), beginning of commit phase 2 (B02), and end of commit phase 2 (E02).

REDO is the forward recovery process of insuring recoverable resource 44 consistency when a work unit is interrupted at point 134 after subsystem 20 and all other interested participant domains have agreed (as is ; 30 represented by B02) to commit the actions of the work unit, but before completion of the committed actions (at E02). Res~urce managers 21 are expected to insure that ~37~510 the most recent agreed-to resource state is externalized, ~or example, onto data base 44.

TODO is the forward recovery process necessary to relock, or otherwise exclusively reallocate the use of recoverable resources 44 to a work unit interrupted at point 132 while in an indoubt state (between EOl and B02). An indoubt state exists when a participant domain 20, requested by a coordinating domain 32 (a subsystem connected to subsystem 20) to vote on continuing a work unit's commit processing, returns a positive vote and is awaiting the final commit decision (vote outcome) ~rom coordinating domain 32. The work unit affected is said to be "indoubt" within participant domain 20 until the final vote outcome has been received. Resource managers 21 are expected to insure the recoverable resources 44 altered by the work unit remain inaccessible to other work units until the indoubt situation has been resolved, and resource consistency has been established.

UNDO is the backward recovery process of insuring recoverable resource 44 consistency when a work unit is interrupted at point 130 before subsystem 20 has agreed ~EOl) to commit t;he actions of the work unit. Resource managers are expected to reverse the affect of the work unit's activity on recoverable resources 44 such that the resources are restored to their most recent committed state BUR 112 which e~isted prior to the point 130 of the interruption.

Recovery manager 28 is responsible for recording commit control records BUR, EO1, B02, and E02 Once E02 has been recorded, the worX unit is completed. Image records 135 on log 40 are recorded by the various resource mana~ers 21~ and are used to roll forward and backward objects 44 that are inconsistent.

~137~

Restart _nvocatlon The restart process is requested by an initialization process which occurs at the beginning of time or following some system interruption. Recovery manager 28 not only controls the entire restart process, but as a resource manager 21, participates in the restart event notification and log record presentation broadcasts through the same mechanisms used by other participating resource managers 21.

Referring to Figure 7, restart processing comprises three phases: (1) restart first phase, including the current status phase; (2) restart second phase, including an UR forward recovery and a RM forward recovery process; and (3) restart third phase including UR backward recovery.

Two event notification broadcasts, a BEGIN and an END, delimit the entire restart process. In addition, each phase has BEGIN and END phase delimiting broadcasts. These broadcasts are made to all resource managers 21 involved in the current restart processing.
Parameter lists are passed as input to the resource managers 21 receiving a broadcast, and in some cases include a feedback area in which the resource managers 21 return information relative to the broadcast. ~esource managers 21 supporting these broadcasts do any necessary preparatory or completion work appropriate to that portion of the restart process.

Other restart broadcasts for each phase are directed to participating resource managers 21, as will be described hereafter.

37~9~

Current Status P ase Referring to Figure 7, the objective of the current status phase is to reestablish the representation of the states of resources 44 as of the point of prior termination 136. During normal processing, subsystem 20 uses a checkpoint technique to periodically record : summary resource status information 101, 102,~.. ,103 on recovery log 40. The identity of the most recent checkpoint 96 is retained by subsystem 20 across any termination 136 by recording it in the subsystem recovery data set 42 and/or recovery log 40. During the :~current status phase, that checkpoint's 96 content is used by the contributing resource managers 21 (RM1, RM2,...,RMN) as a base representation of their resource collection 44 states. Examples of these resources 44 and their checkpointed states are: ~1) all defined data bases 44 and the identity of those on-line or off-line at the time of the termination 136; (2) the identity and progress state of all recoverable work units (such as ;20 those originated by applications 36) interrupted by the termination 136; (3) the identity of external media collections 44 whose content is potentially older than one committed version, or internally maintained queues, and the log positioning information needed to rebuild their content.

During the current status phase, recovery manager ~28 requests positioning of the log 40 at the start 98 of :the most recently completed checkpoint 96. It then reads log 40 in a forward direction making the records of interest availablP to their contributing ~esource managers ~1. A multiple pass operation will be required if different resource managers 21 last participated in different checkpoints 96, 94,.... The irst pass starts reading at the most recent checkpoint 96 and goes forward ~L~87~0 through the log 40 to the end of file 136. Subsequent passes for those resource managers which did not paxticipate in the most recent checkpoint start with the last checkpoint they did participate in ~such as 94 or 92) and go forward to the end of their respective log interest scopes 86.

During this restart phase all non-cold starting resource managers 21 are eligible to receive the records they contributed, via log record presentation broadcasts from recovery manager 28. Typically, resource managers 21 which record summary information during a checkpoint 96 also log event records 106 indicating a change in the status of a resource 44 during normal processing. As an example, the transition of a recoverable work unit to a committing state is logged. Records of this type supplement the checkpoint records of the states of active recoverable work units. Records which represent additions to, or deletions from, an internal queue supplement checkpoint records which list the log positions of other elements on the ~ueue as of the checkpoint event. Therefore, during this phase, in addition to their checkpoint records, resource managers 21 will also be interested in the individual event records 106 which follow the checkpoint records 96 and signify resource 44 state changes.

Recovery manager 28 provides resource managers 21 with the ability to establish record selection criteria for restart log record presentation broadcasts. The header portion of all recovery log 40 records 60, 61, 62,... (Figure 2) contains the contributing resource manager's 21 identifier 80, generic record type, and where applicable a work unit identifier 63, 64, 65,....
Recovery manager 28 uses this information in determining the interest of a given resource manager 21 in a record.

.
.

Upon completion of the current status phase of restart each resource manager 21 i5 expected to have reconstructed the internal representation of the state of the resources 44 they manage. They also may have collected log ~0 positioning information needed to retrieve and reconstruct obsoletP data base media content, internal queues, and so forth, during the subse~uent restart phases. As an example, recovery manager 28 as a participating resource manager 21, has reconstructed restart unit of recovery elements 90 representing all recoverable work units interrupted by a prior subsystem 20 termination 136, identified the type of work unit recovery (REDO, TODO, or UNDO) each must undergo based on its interrupted progress state, and established log positioning boundaries for each.

Unit of Recovery (UR) Eorward RecoverY Phase Referring still to Figure 7, the forward recovery phase includes work unit UR forward recovery and resource manager RM forward reco~ery. The UR forward recovery phase deals with those wor~ units which were interrupted by an unplanned subsystem 20 termination 136 after the subsystem domain 20 had agreed to commit the work unit'sanc-tions, but before the completion of those actions was guaranteed by resource managers 21. Two types of interrupted work units are addressed: (l) Work units whose actions have been committed by all domains 20, 32, .... These are identifiable by the presence of logged events. By participating in REDO work unit recovery processes resource managers repeat the committed actions and insure externalization of those actions. (2) A subset of the work units may be "in-doubt", where the commit decision of coordinating domain 32 is unknown. The work units in this subset are identifiable by the absence of events logged to recovery 7~

log 40. Resource managers 21 participate in TOD0 work unit recovery processes, and make the resources 44 affected inaccessible to further activity until the decision is known and acted upon.

Resource Manager (RM) Forward Recovery Phase Referring still to Figure 7 in connection with Figure 6, the second purpose of the forward recovery phase is to provide resource managers 21 with the means of collecting information from log 40 which is not 1~ associated with interrupted work units. This information is typically used when the data base 44 media contains objects potentially older than one committed version. Segments of the media must be updated to reflect the actions of completed (not interrupted) work units. Another use is to rebuild the contents of a queue whose elements only exist on log 40. When establishing their record selection criteria for this phase, resource managers can provide recovery manager 28 with a beginning interest scope log position, or a list of log positions.

Recovery manager 28 re~uests the log be positioned at the earliest log position o interest to any resource manager. As shown in Figure 7, this may be before, at, or ater BUR 112. It then reads log 40 in a forward direction. All non-COLD starting resource managers are eligible to participate in the forward recovery phase of restart. This RM forward recovery phase then proceeds as follows:

~; (1) Records of interest within a resource manager's specified interest scope or list are passed to the resource manager by way of log record presentation broadcasts.

S~9-81-047 L9~

(2) Each resource manager 21 which may have recovery responsibilities associated with a work unit receives an appropriate BEGIN REDO or TODO event notification broadcast on a per-work-unit basis.

(3) Participating resource managers 21 receive their records of interest for REDO or TODO work unit recovery processing via log record presentation broadcasts. Typically they would be interested in the log records containing the after-~pdate images of altered recoverable objects. Eor REDO processes, resource managers 21 can indicate whether or not they handled the recovery responsibilities when responding to the broadcasts. A not-handled situation would exist if the activation of a subset of the resources 44 managed by the resource manager 21 and needed for work unit recovery was being deferred. For TODO processes, recovery manager 28 remembers resource managers as having outstanding recovery responsibilities based on the existence of, and their interest in, records contributed on behalf of those work units.

(4) Each resource manager which received a BEGIN
REDO or TODO broadcast also receives a log record presentation broadcast indicating the end of the work unit's logged activiky has been reached.
(5) Recovery manager 28 recognizes those resource managers 21 which have completed their recovery responsibilities associated with a given work unit, and bypasses them if other resource managers 21 having outstanding responsibilities necessitate subse~uent REDO or TODO processing of the work unit.
(6) Recover~ manager 28 remembers the outstanding work unit recovery responsibilities of non-restarting SA9~81-0~7
7~

resource managers 21 based on the existence of lo~ 40 records contributed by them on behalf of interrupted work units.

(7) Recovery manager 2~ remembers the implied completion o~ work unit recovery responsibilities for all COLD starting resource managers 21.

Backward Recovery Phase Referring to Eigure 7, during the backward r~covery phase the processes necessary to recover those work units which were interrupted by an unplanned subsystem 20 termination 136 before they reached a new point o~
consistency are performed. By participating in UNDO
work unit recovery processes, resource managers 21 reverse the actions of each interrupted work unit such that resources 44 altered by the work unit are restored to their prior consistent state.

To start the phase, recovery manager 2~ re~uests log positioning at the end of the most recent interrupted log activity scope 136. It then reads log 40 in a backward direction until the log activity scopes of all work units requiring UNDO processing ~ave been read. All non-COLD startin~ resource managers 21 are eligible to participate in this backward recovery phase of restart, which proceeds as follows:

~1) Each resource manager 21 which may have recovery responsibilities associated with a work unit receives a BEGIN UNDO event notification broadcast on a "per-work-unit" basis.

(2) Participating resource managers 21 receive their records of interest for UNDO work unit recovery ~37~

processing via log record presentation broadcasts.
Resource managers 21 are typically interested in the log records containing the before-update images of altered recoverable objects 44. Resource managers 21 can indicate whether or not they handled the recovery responsibilities when responding to the broadcasts.
Deferred activation of a resource 44 subset could result in a non-handled response.

; (3) Each resource manager 21 which received a BEGIN UNDO broadcast also receives a log record presentation broadcast indicating the end o~ the work unit's logged activity when it is reached.

(4) ~ecovery manager 28 recognizes those resource ; managers 21 which have completed their recovery responsibilities associated with a given work unit, and bypasses them if other resource managers having outstanding responsibilities necessitate subse~uent UNDO work unit processing.

(5) Recovery manager 28 remembers the outstanding work unit recovery responsibilities of non-restarting resource managers 21 based on the existence of log records contributed by them on behalf of interrupted work units.

~6) Recovery manager 28 remembers the implied completion of work unit recovery responsibilities for all COLD starting resource managers 21.

` Restart Completion Prior to returning to the invoker, restart recovery manager 2~, in its own control structure~ indicates as active the resource managers 21 that were involved in the 9~

restart process. Control then returns to the initialization process. The initialization process invokes a checkpoint to record on recovery log 40 the completion of the startup and restart process. The resource manager status table 70 containing the operational states of the resource managers 21 is externalized to subsystem recovery data set 42 during the checkpoint event. Upon completion of the checkpoint the initialization process causes activation of the resource managers 21 and they become part of the operational subsystem 20.

Restart Process Modules Referring now to Figure 8, an introduction will be given to the procedures executed by recovery manager component 28. These procedures include recovery manager initialization (RIT) Tl, restart processor (PRC) T2, current status controller (CSC) T3, RMC participate be~in current status (PBC) T4, RMC participate end current status (PEC) T5, current status phase log read (CSL) T6, R~IC participate log record current status (PLC) T7, forward recovery controller (FRC) T8, UR
forward recovery processor (URF) T9, RM forward recovery processor (RMF) T10, participation maps update (PMU) Tll, backward recovery controller (BRC) T12, and UR
backward recovery processor (URB) T13. These procedures are each implemented in code modules in the tables which follow, and are interrelated as shown in Figure 8. The reference numbers Tl, T2,... refer to the table number designations. The code of the tables is in pseudo code, selected for its clarity of presentation, and readily converted to executable code by those skilled in the art without undue experimentation.

~37~

Restart Process Storage Map The code in the following tables references certain work areas and control blocks, including these already described and others set forth in Figure 9. Figure 9 is a diagrammatic ~iew of the virtual storage of domain 20, and the various areas should not be considered to be contiguous as shown. Log input/output buffers interface recovery log 40 to recovery manager component 28, and are pointed to by one of common restart control structures 154, others of which anchor sort elements 156 forward and backward recovery chains, restart unit of recovery elements chain 90, and resource manager status table 70.
Broadcast parameter lists 152 poi~t to feedback areas 160, and the various RURE chain 90 elements point to maps 122, 124 pairs for each RURE. Also shown is temporary remembered skip map 158, the use of which will be described in the tables.

Recovery Manager Initiali~ation Recover~ manager initialization, Table 1, performs the initial loading of the resource manager status table RMST 70 from subsystem recovery data set 42. This module RIT is entered as part of the subsystem 20 startup process, wherein each resource manager RM 21 participates in its own initialiæation. The RMST 70 as recorded in recovery data set 42 represents the latest existing copy of the RMST 70 as of the most recent checkpoint 96 taken prior to the subsystem terminating 135. The RMST entries 73 as recorded indicate the status of all resource managers 21 ~nown to the system 20 at the time of the checkpoint 95. The RMST header 71 is written at the completion of each checkpoint and contains the log RBA 72 of the start of that checkpoint. The RMST entries 73 are only written ~hen one or more RMs 21 either start ~187~9~

up or shut down. A TERMINATED status 82, and the BEGIN_SCOPE 84 and END_SCOPE 86 values delimiting an RM's 21 normal termination checkpoint are indicated in the RMs 21 RMST entry 73 during the checkpoint 96.

; 5 If an RMST 70 does not exist (and other appropriate checks are met) an initial RMST 70 is formatted and recorded to recovery data set 42.

.

~L3L87~9~

~PSEUDOCODE~
RIT: PROCEDURE RECQVERY MANAGER INITlALIZATION.
OBTAIN STORAGE FOR THE RMST AND AN I/O BUFFER.
P~EAD TIIE RMST HEADER INTO THE RMST HEADER AREA.
IF NO RECORD IS FCUND tASSU`lES 15T TIME
AND A RMST MUST BE BUILT) THEN
DO.
. IIJITIALIZE THE RMST HEADER.
. IliITIALIZE ALL RMST ENTRIES AS UNDEFINED.
. DO FOR ALL RMST ENTRY RECORDS. --MOVE THE P~MST ENTRIES TO THE I/O BUFFER.
W~ITE THE RMST ENTRY RECORDS.
. END.
END.
ELSE
DO.
. DO UNTIL ALL RMST ENTRY RECORDS ARE READ.
READ THE RMST INTO THE I/O BUFFER.
MOVE THE P~MST ENTRY TO THE RMST ENTRY AREA.
. END.
. DO FOR ALL RrlST ENTRIES.
IF THE Rrl IS KIJO!!N TO 8E COLD STARTING THEN
. DO.
. SET THE Rr15T STATUS TO COLD_STARTING .
. SET BEGIN_SCOrE - EllD_SCOPE = MINIMUrl LOG RBA VALUE
. tABSOLUTE BEGINNING OF THE LOG).
. E~D.
. ELSE.
I . IF THE RMST SHOWS THE RM WAS ACTIVE THEN
i ` . . DO.
. SET THE RMST STATUS TO TERMINATED_WITH_SUBSYSTEM .
. . SET BEGIN_SCOPE = MOST_RECENT_CHEC~POINT_RBA
! . . FROM THE RrlST HEADER.
i . . SET END_SCOPE = MAXIMUM LOG RBA VALUE
. tABSOLUTE END OF THE LOG).
. END.
. ELSE.
` . END.
END.
RELEASE STORAGE FOR I/O BUFFER.
RETUP~li TO CALLER.
~ENDPCODE:

7~

_covery Manager Restart Processor Recovery manager restart processor (PRC) T2 is the high level module that controls the entire restart process. It is called by the subsystem component which controls the starting of all or a subset of the resource managers RM 21 that make up subsystem 20. It is called as part of a total subsystem 20 restart, and also when any subset of subsystem 20 is restarting aftex the rest of subsystem 20 is operational. An input parameter to this function is a 256 bit map, whose bit positions represent RM 21 identifiers. A '1' in a given bit position indlcates the corresponding RM 21 is restarting. A '0' indicates the corresponding RM 21 is either undefined (not known to subsystem 20), or not restarting. Bit position '0' (i.e. RM 21 identifier '0') is reserved as unused. This format is also used in the participation ; maps 120 which indicate resource managers 21 completed or uncompleted recovery responsibilities associated with interrupted work unit activity as well as several other restart control maps.

Restart processor T2 calls the modules T3, T8, T12 that control the three restart phases. When the three phases complete, it insures that the RMST 70 entries representing the restarting RMs 21 nvw reflect them as being active (status field 82). It insures that the proper end of log interest scope 86 is reflected in the RMST entries 73 for RMs 21 which previously terminated with subsystem 20 but which are not restarting now.

; After restart processor T2 returns control to its caller, the chec~point function is initiated. This in turn causes RMST 70 to be ext~rnalized to recovery data set ~2, thereby establishing a new point from which any subsequent restart processing would begin.

SA9-81-047 ~18719 ~PSEUDQCODE~
; PRC: PP~QCEDUP~E RESTART PROCESSOR.
Q3ThIN CO~TROL STRUCTURE. PARAMETER LISTS, LOG I/O BUFFER, AIID h'ORKING STORASE.
SA'IE THE INPUT T3IT MAP AS THE RESTARTING~ M MAP.
DO FOR ALL RESTARTING RMS.
NOTIFY THE P~11 OF THE START OF RESTART.
IF F'ED3ACK INDICATES THE Ri1 IS COLD STARTING THEN
. DO.
. SET THE Ri1ST STATUS AS 'COLD STARTING'.
SET BEGIN_SCOPE = END SCOPE - MINIMUM Lt)G RBA VALUE.
. END.
ELSE.
IF TIIE RMST SThTUS IS 'COLD STARTING' THEN
INDICATE THE i7M IN A COLD_STARTING_BIT_MAP.
END.
CALL THE CURRENT STATUS CONTROLLER (CSC~.
CALL TIIE FOi'l!ARD RECOVEi'Y CONTROLLEP~ tFRC).
CALL THE GACKWARD i'ECOVERY CONTROLLER tBRC).
DO FOP~ ALL Rl,ST ENTRIES.
IF THE P~M IS P~ESTAP~TING THEN
. DO.
. SET THE RMST STATUS TO 'ACTIVE'.
. NOTIFY THE RM OF THE END OF RESTART.
. END.
ELSE
! . DO.
IF THE RMST END SCOPE = MAXIMUM LOG RBA VALUE THEN
. SET END SCOPE = CURRENT END OF LOG RBA.
ELSE.
IF THE P~MST STATUS IS 'TERMINATED' THEN
. . SET THE RT15T STATUS AS 'TERMINATED EARLY'.
; . ELSE.
` . END.
; END.
RE!i--ASE ALL STORAGE.
P~ETUi''N TO CALLE2.
~ENDPCODE:

SA9-81-047 ~7~9~

Recovery Manager Current Status Controller Recovery manager current status controller (CSC) T3 controls the current status phase of restart. It is called by restart processor T2 and is passed pointers to the bit maps and other common restart control structures ; 152. This module performs the notification broadcasts that delimit this restart phase. It performs the phase .
for each group of RMs 21 which previously terminated as a group and are restarting as a group at this time ~i.e.
those having common beginning log scopes of interest 84). When restarting after a complete subsystem 20 termination, those RMs 21 which terminated with subsystem 20 and are restarting as a group this time will be processed through the current status phase first. If one or more RMs 21 are restarting with subsystem 20, but terminated as a group prior the termination of subsystem 20, they will be processed as a subsequent group.

The same process occurs when one or more RMs 21, or RM 21 groups, are being activated after subsystem 20 is operational.

~87~

~ TABLE 3 - RECOVERY MANAGER CURRENT STATUS CONTROLLER

~PSEUDOCODE~
CSC: P~OCEDURE CURRENT STATUS CONTROLLER
Dn FOR ALL RESTARTING RMS
DO FOR ALL RMS HA\IING A COMMON BEGIN SCOPE
. IF THE Rr1 IS NOT COLD STARTING THEN
SET TO BEGIN READING THE LOG AT THE BEGIN~SCOPE RBA.
. NOTIFY THE RESTARTING RM OF THE START OF THE
. CURP~ENT STATUS PHASE
. IF THE RM IS NOT COLD STARTING THEN
SA~E RECORD_SELECTION_CRITERIA FEEDBACK FROM THE RM.
CALL THE CURP~ENT STATUS PHASE LOG READ (CSL).
I NOTIFY THE RESTARTING RM OF THE END OF THE
CURREIT STATUS PllASF.
IF THE RM IS NOT COLD STARTING THEN
. IF THE Rtl RETURNED ANY FEEDBACK TO THE
. END Pi;ASE NOTIFICATION THEN
j . SAVE Ti- RM S NEXT PHASE LOG POSITIONING RBAS
A D RECORD_SELECTION_CRITEP~IA RETURNED AS FEEDBACK.
ELSE.
` END.
i RETURH TO CALLER.
ENDPCDDE:

S~9-81-0~7 ~7~9~

3~

Recovery Manager Partici~e ~ t Status Broadcast ;

Recovery manager participate begin current status broadcast (PBC) T5 receives the begin current status phase event notification broadcast from current status controller T3. It is passed a broadcast parameter list 152 and a feedback area 160 as input. Recovery manager 28 as a subsystem component participates in this event notification broadcast just like other RMs 21 of subsystem 20. This module performs the phase ; initializing functions on behalf of recovery manager component 28, including declaring interest in certain log 40 records during the phase. It then returns control to the broadcasting module, current status controller 15 T3.

7~9~) STATUS BROADCAST

~PSEUDOCODE~
FBC: PROCEDURE R~IC PARTICIPATE SEGIN CURRENT STATUS.
03TAIN IOR~ AREA STORAGE
PROVIDE FEEDBAC~ DECLARI~;G INTEREST IN CHECKPOINT
RETDU~UR TCo~BTROoLDcAsTEpD TYPES DURING THE CURRENT STATUS PHASE~
~ENDPCODE:

Recovery Mana~er Particlpate End Current Stat_ Broadcast Recovery manager participate end current status broadcast (PEC) T5 receives the end current status phase event notification broadcast from current sta-tus controller T3. It is passed a broadcast parameter list 152 and a feedback area 160 as input. It performs the phase cleanup functions on behalf of recovery manager component 28, and declares that recovery manager 28 has no interest in log 40 records during the next phase. The module then returns control to the broadcasting module.

SA9-81-047 ~7~9~

STATUS BROADCAST

YPSEUDOCODE?~
PEC- FRnCEDURE RMC PARTICIPATE END CURRENT STATUS.
RELEASE 1!0RK AhEA STQRAGE.
FROVIDE FEEDBACK DECLARING NO INTEREST IN LOG RECORDS
DURIliG TIIE ~E~T RESTAP~T PHASE.
RFTURN TO ERnQDCASTEP~.
~ENDPCODE:

7~L9~

Recovery Manager Cur ent Status Phase Log Read Recovery manager current status phase log read (CSL) T6 performs the functions of reading log 40 forward from a RM 21 group's common beginning log interest scope 84, and passing each record to those RMs 21 whose record selection criteria the record meets. One selection criteria is that it must be within the RM's log interest scope 84, 86. Except for certain subsystem 20 records, a record on log 40 can only be viewed by its contributing RM 21.

This module returns to its caller, the current status controller T3, when either the end of log 40 is reached, or the log is read beyond the ending interest scope 86 of all the RMs 21 in the group.

This module also recognizes log records ; representing work unit activity and advances the end of activity scope RBA 114 in RUREs 90 representing work units which may require UNDO recovery processing.

~87~3~) 3~

~PSEUDOCODE~
CSL: PRCCEDURE CL!RRENT STATUS LOG READ.
DO FOR ALL ~MS HAVING A CO~`iON BEGIN_SCOPE AND NOT COLD STARTING.
DO UNTIL THE END_SCOPE RBAS FOR ALL RMS HAVE BEEN REACHED, . O,D THE END OF LOG I5 REACHED.
. DO UNTIL A RECOP~D IS READ OR THE END OF LOG IS REACHED.
i . READ THE LOG FORLJARD.
. END.
. IF THE END OF LOG IS NOT REACHED THEN
DO.
. DO FOP~ EACH RM l'HERE THE RECORU MEETS THE RM'S
. P~ECORD_SELECTIOII CRITERIA.
. . PASS THE RECORD TO THE RM.
; . . END.
. IF THE RECORD IS FOR A UNIT OF RECOVERY ~UR) THEN
DO
. . . LOCATE THE RURE USING THE LOG RECORDtS UR IDENTIFIER.
. . IF A ~lATCHING RURE IS FOUND
. . AND THE STATUS INDICATES 'UNDO' PROCESSING IS
. . . NEEDED
. . AND THE RECORD'S RBA IS GREATER THAN THE RURE
. . 'END_ACTIVITY_SCQPE' THEN
SAVE RECORD'S R~A IN RUP~E AS 'END_ACTIVITY_SCOPE'.
. El~D.
. ELSE.
. EIID.
. ELSE.
END.
END.
RETURN TO CALLER.
; ~ENDPCODE:

~7~3~

Recovery Manager Participate Lo~ Record Current Status Broadcast Recovery manager participate log record current status broadcast (PLC) T7 creates recovery manager's 28 structural representation of a unit of recovery (UR) for which recovery actions are required. The structures are known as restart unit of recovery elements 90 (XUREs).
They may represent those URs which were active at the most recent subsystem 20 termination 136, or may be URs carried over from a previous restart process because all recovery actions had not been completed on their behalf.
The module is passed log ~0 records which are of interest to recovery manager 2~ from the current status phase log read module T6. The records it receives are recovery manager's 28 contributed checkpoint type records and UR
control type records. A broadcast parameter list 152 and a feedback area l~0 are also provided as input.

From the checkpoint records 101/..., PLC T7 builds new RUREs 90 representing URs which were active at the time of checkpoir~t 96. It also builds RUREs 90 from ; checkpoint records representing previously interrupted URs which have been remembered and carried forward by recovery manager 28 because recovery responsibilities have not yet been completed.

Using UR control log records 106, PLC T7 advances the progress states of the URs as represented by RUREs 90. It builds new RUREs 90 when 'begin-UR' log records are encountered, and deletes RUREs when they reach a 'UR
completed' state. The module returns control to the ~0 broadcasting module after processing each record o~
in~erest.

SA9~ 047 ~137:~0 TABLE 7 - RMC PA~TICIPATE LOG ~ECORD CURR~NT STATUS

~PSEUDOCODE~
PLC: PP~OCEDURE RMC PARTICIPATE LOGREC CURRENT STATUS
IF TI~E RECORD TYPE IS CHECKPOINT THEH
IF THE RECORD SUBTrPE IS FOP~ CHECKPOINTED ACTIVE URS THEN
. DO FOR ALL URS IN T;!E RECORD.
CREATE A NEW RURE WITH NULL RM PARTICIPATION MAPS.
IF THE UP~ STATUS I5 INSURE-CO,-lr1IT OR COMMIT-INDOUBT THEN
. SET THE RU~E END_ACTI~tITY SCOPE FROM THE CONTENTS OF
. . THE P~ECORD.
ELSE
j SET THE RURE END_ACTIVITY_SCOPE TO BE THE CHECKPOINT
. GhAIN THE RURE.
. END.
ELSE (THE P~ECORD IS A CARRYOVER RURE CHEC~POINT RECORD) . DO FOR ALL THE RURES IN THE REGORD.
GREATE A RURE IJITH THE PRIQR PARTICIPATION MAPS CONTENTS
IF THE RURE END_ACTIVITY_SCOPE IS NOT PREVIOUSLY KNO~-IN
. SET THE RURE END_ACTIVITY_SCOPE TO BE THE CHECKPOINT
. REGORD RBA.
ELSE.
GHAIN THE RURE.
. END.
ELSE tTHE RECORD IS A UR CONTROL TYPE) IF THE REGORD SUBTYPE IS EITHER END_REDO, END TODO
~ . OR END UNDO THEN
; ~ DO~
LOCATE THE UR S RURE USING THE UR IDENTIFIER FROM THE
. RECORD.
IF A MhTCHING RURE IS FOUND THEN
. DO.
UPDATE THE RURE PARTICIPATION MAPS WITH THE RECORD
. IF THE RURE_REMEMBERED_rlAP IS ALL ZEROS
. . tRM RESPONSIBILITIES HAVE BEEN COMPLETED) THEN
. . UICHAIN AND FREE THE RURE.
. ELSE.
. END.
. ELSE.
. END.
ELSE (THE P~EGORD IS SOME OTHER UR CONTROL SUBTYPE) . IF THE REGORD SUBTYPE IS BEGIN_UR THEN
DO.
. CP~EATE A NEW RURE WITH NULL RM PARTICIPATION MAPS.
. CHAIN THE RURE.
END.
. ELSE
IF THE RECORD HAS A MATCHING RURE. USING THE UR
. IDENTIFIER, THEN
. DO.
. AD~tANCE THE UR STATE lN THE RURE BASED ON THE UR
. CONTROL REGORD SUBTYPE.
. IF THE UR IS IN A COMPLETED STATE (I.E END_COMMIT
. . OP~ END_A30RT) THEN
. . U~CHAIN AND FREE THE RURE.
. ELSE.
. END.
. cLSE.
RETURN TO BROADGASTER.
~ENDPCODE:

SA9~81-047 7~9~

Recovery_Manager Forward Recovery Controller Recovery manager forward recovery controller (FRC) T8 controls all of the forward recovery functions o the restart process, and sets up for the backward recovery functions. It is called by restart processor T2 and is passed pointers to the common restart control structures 154. Log positioning information optionally returned by an RM 21 as feedback to the end of the current status phase broadcast together with the RM's 21 end of log interest scope 86 as contained in its RMST entry 73 are placed in sort elements 156. Sort elements containing the beginning and ending log activity scope values 110 for RUREs 90 requiring recovery actions are also created by this module.

The RM 21 log positioning and end of log interest scope sort elements are combined with the sort elements created for URs requiring forward recovery (REDO or TODO) processing and sorted in ascending RBA sequence.

The sort e~ements created for URs requiring backward recovery (UNDO) processing are sorted in descending RBA sequence and are processed later by backward recovery controller T12.

Forward recovery controller T8 notifies RMs 21 of the start o the phase. Using the ascending sequenced sort elements module T8 then positions the log, bypassing the gaps where the records are outside any scope of int~rest 84, 86 or UR activity scope 110.
Records within scopes of,interest or UR activity are read in a forward direction. As each record is read, it is passed to two routines: UR forward recovery processor (URF) T9 passes the log records associated with URs re~uiring REDO or TODO processing to the RMs 21 having an ~87~L~3~
~3 interest in those records; and RM forward recovery processor (RMF) T10 passes to RMs 21 the records which meet their specific forward recovery selection criteria.

When all records required for forward recovery have been read and processed, this module calls participation maps update (PMU) Tll. PMU Tll determines whether or not the recovery responsibilities of all RMs 21 have been handled on behalf of the work units requiring REDO or TODO forward recovery processing.

The forward recovery controller T8 broadcasts the end of the phase to the restarting R~s 21 and returns control to its caller, restart processor T2.

9~) TABLE 8 - RECOVERY MANAGER FORWARD R~COVERY CONTROLLER

YPSEUDOCODE~
FRC: PROCErUP~E FOrW4RD RECOVERY CONTROLLER.
DO FGR ALL RESTARTING RMS.
DO FOR ALL NON-COLD STAPTING RMS.
. DO FOR ALL RrlS l~liICH NOMINATED A LOG POSITIONING RBA FOR
THIS PHASF.
BUILD OtlE SORT ELEMENT WITH THE R~l S END_SCOPE RBA
(FROM THE R~lST).
BUILD ONE SOPT ELEMENT FOP~ THE RM S NOMINATED RBA.
SORT IN ASCEliDING RBA SEQUENCE FOR FORWARD P~ECOVERY.
. END.
END.
END.
DO FOR ALL RURES REPRESENTING URS REQUIRING RECOVERY ACTIONS.
INDICATE CUP~RENTLY_IN_RECOVERY IN THE RURE.
BUILD ONE SORT ELEl1ENT WITH BEGIN_ACTIVITY_SCOPE RBA FOR EACH
UP
BUILD ONE SORT ELErlENT WITH E~D_ACTIVITY_SCOPE RBA FOR EACH
UR.
OBTAIN STORAGE FOR TWO CURRENT PARTICIPATION BIT MAPS FOR
EACH UR.
DO.
. INDICATE IN THE UR S CURRENT HANDLED ~lAP ANY COLD
. STAPTING R~1S l`HlCH HAD RECOVERY RESPONSIBILITIES CARRIED
. OVER AS OUTSTANDING IN TllE UP~ S RURE_REt~lEilBERED_rlAP.
END.
IF THE RURE STATUS INDICATES REDO~ OR TODO PROCESSING THEN
. DO.
IIERGE THE SOP~T ELEMENTS WITH THE RM SORT ELEMENTS
IN ASCENUING RBA SEQUENCE FOR FORWARD RECOVERY.
. END.
ELSE (THE RURE STATUS MUST INDICATE UNDO PROCESSING) . DO.
SORT THE SORT ELEMENTS IN DESCENDING RBA SEQUENCE
FOR BACr~l~!ARD RECOVERY.
. EllD.
END.
ro FOP~ ALL P~ESTARTING P~MS
NnTIFY TH P~l OF THE START OF THE FORWARD RECOVERY PHASE
SAVE THE REDO AND TODO RECORD_SELECTION_CRITERIA FEEDBACK.
END.
OBTAIN THE FIRST FOP~WAP~D RECOVERY SORT ELEMENT.
DO FOR ALL FORWARD P~ECOVERY SOPiT E-EilENTS
OR UNTIL THE EIID OF LOG IS P~EAC11ED.
IF THE SORT ELEtiENTS INDICATE THE LOG IS POSITIONED OUTSIDE
. AN INTErEST OR ACTIVITY SCOPE THEN
. SET TO BEC.IN LOG READING AT THE GEGINNING OF THE NEXT SCOPE.
ELSE. (THE LOG IS POSITIONED WITHIN A SCOPE) DO UNTIL A R CORD IS READ OR THE END OF LOG IS REACHED.
. READ THE LOG FORWARD
END
IF THE END OF THE LOG HAS NOT BEEN P~EACHED THEN
. DO.
CALL THE UR FOP~l~ARD RECOVEP~Y PP~QCESSOR (URF).
CALL THE æM FORWARD RECOVERr PR~CESSOR (RMF).
IF JUST PROCESSED A RECORD REPRESENTED BY THE RBA IN THE
. CURRENT SOP~T ELEMENT THEN
. OBTAIN THE NEXT SORT ELEMENT IN SEQUENCE.
ELSE.
. END.
ELSE.
END.
DO FOR ALL P~URES REPRESENTING URS REQLIIRING RECOVERY ACTIONS.
IF THE P~URE STATU5 I~JDICATES REDO OR TODO PROCESSING
. AND THE P~URE I5 CURREI.TLY_IN RECO/ERY THEN
. CALL TtlE PARTICIPATION MAPS UPDATE ROUTINE ~PMU).
ELSE.
E~D.
DO FOP~ ALL RESTARTING RMS.
IlOTIFY THE RM OF THE END OF THE FORWARD RECOVERY PHASE.
END.
RETURN TO CALLER.
~ENDPCODE:

9~

_covery Manager UR Forward Recovery Processor Recovery manager UR forward recovery processor (URF) T9 is called by FRC T8 and is passed pointers to the common restart control structures 154, and to a log 40 record. The module determines whether or not the record is part of the log activity scope 110 of a UR requiring REDO or TODO forward recovery actions.

If forward recovery actions are required for the UR, each restarting RM 21 which has unfulfilled recovery responsibilities associated with the UR and is interested in the record type is first notified that recovery actions are beginning for the UR, and is then passed the record. For URs requiring REDO recovery processing, the RMs 21 can respond and indicate whether or not they handled the record. This is retained by the module in participation maps 120 associated with the UR.
If the UR requires TODO recovery processing) or for the ~ non-restarting RM which contributed the log record and ; has not fulfilled its recovery responsibilities, the module remembers the RM's 21 outstanding responsibilities in participation maps 120 associated with the UR. The module returns control to its caller FRC T8, after processing a single record.

37~9~

~PSEUDOCODE~
URF: PROCEDURE UR FORWARD RECOVERY PROCESSOR.
IF 7HE RECORD REPRESENTS UR ACTIVITY ~HAS A UR IDENTIFIER) THEN
DO.
- . LOCATE ITS MATC11ING RURE USING THE REGORD'S UR IDENTIFIER.
. IF A MATCHING RURE IS FOUND
AND lHE RURE STATUS INDICATES 'REDO' OR 'TODO' PROCESSING
AND THE RURE IS 'CURRENTLY_IN_RECOVERY' THEN
DO.
. IF IT IS THE lST RECORD READ FOR THE UR THEN
. NOTIFY RESTARTING RMS HAVING UNFULFILLED
RESPONSIBILITIES THAT A NEW UR IS BEING RECOVERED.
. D~ FOR ALL RMS.
. IF THE RM IS RESTARTING THEM
. . IF THE RM IS NOT COLD STARTING
. . AND THE RECORD MEETS THE RM'S SELECTIO~ CRITERIA
. . AND THE RM HAS NOT PREVIOUSLY FULFILLED ITS
. . RECOUERY RESPONSIBILITIES FOR THIS UR THEN
. . IF THE RURE STATUS INDICATES 'REDO' . . . PROCESSING THEN
. . . DO.
. . . PASS THE RECORD TO THE RM.
. . . SAVE THE 'REMEMBERED~HANDLED' FEEDLACK IN THE
. UR'S CURRENT PARTICPATION MAPS
. . . END.
. . ELSE ~MUST BE 'TODO' PROCESSIN~) . . . DO.
. . . PASS THE RECORD TO THE RM.
. . . INDICATE THE OUTSTANDING RECOVERY
. . . RESPONSIBILITY IN THE UR'S
CURRENT_REl`lEMBERED_MAP .
. . ELSE
. . IF TNE RM IS COLD STARTING
. . . AND THE RECORD MEETS THE RM'S SELECTION
. . . CRITERIA THEN
. . . INDICATE THE RM HAS COMPLETED ITS
RESPONSI~ILITIES IN THE CURRENT_HANDLED_MAP.
. ELSE
. . DO ~THE RM IS EITHER NUT RESTARTING OR IS UNDEFINED
. . IN T11E RMST).
. . IF THE RM WHICH CONTRI~UTED THE LOG RECORD IS NOT
. . . RESTARTING
. . . AND THE RM HAS NOT PREVIOUSLY FULFILLED ITS
. . . RECOVERY RESPONSIBILITIES FOR THIS UR THEN
. DO.
. . . INDICATE THE OUTSTANDING RECOVERY
. . . RESPONSIBILITY IN THE UR15 . . . CURRENT REMEMBERED MAP.
. . . END.
. . ELSE.
. . END.
. END.
END.
. ELSE.
. ~RURE WASN'T FaUND OR ITS STATUS WASN'T FOR THIS PHASE~
END.
ELSE. ~RECORD DOESN'T REPRESENT UR ACTIVITY) RETURN TO CALLER.
~ENDPCODE:

7~

Recovery Manager RM Forward Recovery Processor Recovery manager RM forward recovery processor (RMF) T10 is called by forward recovery controller T8 and is passed pointers to the common restart control structures 154, and to a log 40 record. It passes to restarting RMs 21, other than those that are cold starting, a record which is within the RMs' scopes of interest and meets the RMs' record selection criteria.
The module returns control to its caller after processing each record.

~13719~

PROCESSOR

YFSEUDocoDE?~
P~MF: PROCEDUP~E R~l FOP~!ARD RECO~'ERY PR0CESSOP
DO FnR ALL RESTARTING P~lS THAT ARE NOT COLD_STARTING .
IF THE RECORD IS
. WITHIN THE R~l S LOG POSITIONING AND EN~D-SCnPE RBA RANGE
. AIJD MEETS THE RM S RECORD_SELECTIOIJ_CRITERIA THEN
. PASS Tt~E P~ECORD TO THE R~l.
ELSE.
END.
RETURN TO CALLER.
YENDPCODE:

SA9-81-047 ~187190 Recovery Mana~er Participation Maps Update Routine Recovery manager participation maps update routine (PMU) Tll is called by forward recovery controller T8 and backward recovery controller T12 to establish the final settings of the participation maps 120 of a RURE 90. The module receives as input pointers to common restart control areas 154 and to a single RURE 90. After updating the maps, it unchains and frees any RUXEs 90 whose maps 120 indicate that all recovery ; 10 responsibilities have been completed. It returns control to its caller after processing each RURE 90.

~87~

~P5EUDncoDE~
FMU: PROCEDURE Ph~TICIPATInN MAPS UPDATE ROUTINE
TEiiP RErl~ SKIP MAP = CURP~EIT REMErlBEP~ED_MAP
L~ CURRENT_HANDLED MAP.
(A REllEIlB R~S~IP FEEDE5ACR OPTION IS AVAILABLE TO RMS
l!HEN PASSED RECORDS DURING LR P~ECOVEP~Y~ THE
OPTION IS TEMFOrARILY RETAINED IN THE CURRENT MAPS
AS A BIT SET IN BOTH MAPS. THE ABOVE STEP OE5TAINS
A MAP OF ALL PU S l-!HICH SELECTED THIS OPTION ) IF THIS IS THE 15T TIliE THE P~URE HAS BEEN THROUGH RESTART
(DOES NOT HAVE A PRIOR SET OF PARTICIPATION MAPS) THEN
DO~ (THE SPACE IN THE RURE FOR MAPS IS USED FOID
THE CURRENT PARTICIPATION MAPS) . RURE_P~EMEllBEDED MAP IS THE CURRENT REM~MBERED MAP
. RURE HAIDLED MAP = CURRENT HAIlDLED_rlAP
. && TEMP_REMEM_SKIP_MAP.
. (THE AE50VE STEP CLEARS THE BIT SETTINGS IN THE
. ?h`AllDLED l1AP FOR RMS ~HICH SELECTED THE REMEtlE5ER~S~IP
. OPTION.) END.
ELSE tTHE RUP~E IS A CARRY-OVER RURE) -`
DO~ (UPDATE THE RURE PARTICIPATION MAPS WITH THE
. CONTENTS OF THE CUP~,RENT MAPS) . RUriE_H41tD!ED_MAP = PREV RURE_HANDLED_MAP
. ¦ (CURP~ENT_HANDLED MAP &~ (TEMP_REMErl S~IP MAP)) . (THE ABOVE STEP COllBINES THE SETTINGS OF THE PREVIOUS
. AND CURRENT HANDLED MAPS AND INSURES THAT THE
. REiiEM.;ER/SRIP OPTION SETTINGS ARE CLEARED.) . RESULT_A = RESTARTING_RM_rlAP
; . ~& CURRENT REMEllBEP~ED_MAP
. (THE A~OVE STEP CREATES A MAP OF RESTARTING RMS THAT
EITHEP~ HANDLED ALL THEIP~ LnG RECORDS THIS TIPlE, OR
DID NOT RECEIVE ANY LOG RECORDS THIS TIIIE.) . P~ESULT_B = PREV_P~URE_REMEMBERED_rlAP
. & P~ESULT_A.
. (THE ABOVE STEP CREATES A MAP OF RMS THAT ~ECEIVED
. RECOP~DS I~HICH MET THEIR SELECTION CRITERIA PREVIOUSLY, . AliD HAD NOT COMPrETED THEIR RESPONSIE5ILITIES PREVIOUSLY, ; . BUT EITHEP~ HANDLED ALL THEIR RESPONSIE5ILITIES THIS
. TIME, OR CHANGED THEIR RECORD SELECTION CRITERIA SUCH
. THAT THEY P~ECEIVED NO PECODDS TllIS TIME ) . RU~E_REMEI 5ERED_MAP - PREV RURE_REMEM.5EPED MAP
. g'g RESULT_E3.
. (THE ABOVE STEP CLEARS THE BITS IN THE REMEMSERED
. MAP FOR THOSE RMS l~HICH EITHER HANDLED THEIR
. RESPONSIE5ILITIES THIS TIi`lE, OR RECEIVED NO PECOPDS
. OF INTEDE5T THIS TIME.) . FREE THE CURREtT PAgTICIPATION MAP STORAGE.
END.
BUILD THE APPROPRIATE EltD_REDO, END TODO OR END UNDO LOG RECORD
WITII THE CONTENTS OF THE RURE PARTICIPATION MAPS.
IRITE THE RECORD TO THE LOG.
IF THE RURE REMEMBERED_MAP IS ALL ZEROS
~RM RESFONSIBILITIES HAVE BEEN COMPLETED) THEN
UltCHAIN AND FREE THE RURE.
ELSE.
P~ETURN TO CALLER.
~ENDPCODE:

7:~''3~

Recoverv Manager Backward Recovery Co troller Recovery manager backward recovery controller (BRC) T12 is called by restart processor T2 and is passed pointers to the common restart control structures 154.
It controls all of the backward recovery functions of the restart process. During the forward recovery restart phase, forward recovery controller T8 created and sorted sort elements 156 for those work units requiring backward recovery actions. These are now processed by this module.

Backward recovery controller T12 notifies RMs 21 of the start of the phase. It then positions the log 40, bypassing the gaps where the records are outside of UR's activity scope 110. Records within the URs' activity scopes 110 are read in a backward direction and are passed to the UR backward recovery processor T13. UR
backward recovery processor T13 performs the backward recovery control functions associated with interrupted work units.

When all records re~uired for backward recovery have been read and processed this module calls the participation maps update routine Tll, which determines whether or not the recovery responsibilities of all RMs 21 have been handled on behalf of the work units requiring UN~0 backward recovery processing.

Backward recovery controller T12 broadcasts the end of the phase to the restarting RMs 21 and returns control to its caller, PRC T2.

9~

~PSEUDOCODE~
BRC: FP~OCEDURE 8ACKlJARD RECOVERY CONTROLLER.
DO FOR ALL RESTARrING RMS.
NOTIFY THE RM OF THE START OF THE BACKl~ARD RECOVERY PHASE.
S~VE THE UNDO RECORD_SELECTI011_CRITERIA FEEDBACK.
QBTAIN THE FIPiST BACKl~ARD FiECOVERY SORT ELEMENT.
DO FOD ALL BAC~ARD RECOVERY SOPT ELE~1ENTS.
. ANY UFi ACTIVITY SCOPE THEN
SET TO BEGIN LOG READINC AT THE END OF THE NEXT SCOPE.
DO UNTIL A RECORD IS PEAD
P~EAD THE LOG BACKl~AP~D.
CALL THE UR BACKlJARD RECOVERY PROCESSOR (URB) IF JUST PROCESSED A RECORD REPRESENTED BY THE RBA IN THE
. CURRENT SORT ELEMENT THEN
OBTAIN THE l.E~T SORT ELEllENT IN SEQUENCE.
END.
DO FOR ALL RURES REPPESENTING URS PEQl)IRING RECOVEP~Y ACTIONS
IF THE RUFiE STATUS I11DICATES UNDQ PROCESSING
. AND THE P~URE IS CURRENTLY_I11 P~ECOVERY THEN
. CALL THE PARTICIPATION MAPS UFDATE PiOUTINE tPMU).
END.
DO FOR ALL RESTARTING RMS.
NOTIFY THE RM OF THE END OF THE BACK~JARD RECOVERY PHASE.
RETURN TO CALLER.
~ENDPCnDE:

Recovery Manager UR Backward Recovery Processor _ Recovery manager UR backward recovery processor (URB) T13 is called by backward recovery controller T12 and is passed pointers to the common restart control structures 154, and to a log 40 record. The module determines whether or not the record is part of the log activity scope 110 of a UR requiring UND0 backward recovery actions.

If backward recovery actions are required for the UR, each restarting RM 21 which has not previously fulfilled its recovery responsibilities associated with the UR and is interested in the record type is ~irst notified that recovery actions are beginning for the UR, and is then passed the record. The RMs 21 respond indicating whether or not they handled the record. This is retained by the module in participation maps 120 associated with the RURE. For the non-restarting RM 21 ; which contributed the log record and has not ful~illed its recovery responsibilities, this module remembers the RM's outstanding responsibilities in the participation maps 120 associated with the UR. The module returns control to its caller, ~RC T12, after processing each record.

SA9-81-0~7 5~

PROCESSOR

~PSEUDOCODE*
URB: PROCEDURE UR BAC~WARD RECOVERY PROCESSOR.
IF THE RECORD REPRESENTS UR ACTIVITY IHAS A UR IDENTIFIER~ THEN
DO.
. LOCATE ITS MATCHING RURE USING THE RECORD S UR IDENTIFIER.
. IF A MATCHING RURE IS FOUND
AND THE RURE STATUS INDICATES UNDO PROCESSING
AND TIIE RURE IS CURRENTLY IN RECOVERY THEN
DO. - -. IF IT IS THE lST RECORD READ FOR THE UR THEN
. NOTIFY RESTARTING RMS HAVING UNFULFILLED
. RESPONSIBILITIES Ti-lAT A NEW UR IS BEING RECOVERED.
. ELSE.
. DO FOR ALL RMS.
. IF THE RM IS RESTARTING THEN
. . IF THE RM IS NOT COLD STARIING
. . AND TIIE RECORD MEETS THE RM S SELECTION CRITERIA
. . AND THE RM HAS NOT PREVIOUSLY FULFILLED ITS
. . RECO~ERY RESPONSIBILITIES FOR THIS UR THEN
. . DO.
. . . PASS THE RECORD TO THE RM.
. . . SAVE THE REMEMBERED~HANDLED FEEDBAC~ IN THE
. . . UR S CURRENT P~RTICPATION MAPS
. . END.
. . . ELSE
. . . IF THE RM IS COLD STARTING
. . . AND THE RECORD MEETS THE RM S SELECTION
. . . CRITERIA THEN
. . . . INDICATE THE RM HAS COMPLETED ITS
RESPONSIBILITIES IN Tl;E CURRENT_HANDLED_MAP.
i . . ELSE
. . DO ~THE RM IS EITHER NOT RESTARTING OR IS UNDEFINED
. . IN THE RMST).
. . IF THE RM WHICH CONTRIBUTED THE LOG RECORD IS NOT
. . . RESTARTING AND THE RM HAS NOT PREVIOUSLY
. . . . FULFILLED ITS RECOVERY RESPONSIBILITIES
. . . FOR THIS UR THEN
. . . DO.
. . . INDICATE THE OUTSTANDING RECOVERY
. . . RESPONSIBILITY IN THE UR S
. . . CURRENT_REMEMBERED MAP.
. . . END.
. . ELSE.
. . END.
. END.
END.
. ELSE.
. (RURE WASN T FOUND OR ITS STATUS I~ASN T FOR THIS PHASE~
END.
ELSE. ~RECORD DOESN T REPRESENT UR ACTIVITY~
RETURN TO CALLER.
~ENDPCODE:

Claims (16)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A method for operating a computing apparatus including a plurality of resource managers and resource collections, and further including a recovery log, the computing apparatus being operated according to the method of executing work unit instructions, and writing log records to said recovery log, said log records including checkpointed states and records of changes resulting from execution of work unit instructions to said resource collections and resource managers, with each log record assigned a relative byte address within a continuous address space, the method characterized by the steps of:
maintaining in a first structure with respect to each of a subset of resource managers the completion state of its recovery responsibility with respect to each interrupted work unit, the completion state defining whether or not the resource manager has been restarted and, if restarted, the availability of the subset of resource collections required to complete the work unit; and maintaining in a second structure with respect to each of said subset of said resource managers (1) its operational state and (2) the relative byte addresses in said recovery log of the beginning and ending of its interest scope.
2. The method of claim 1, further characterized by the steps of:
restarting a plurality of resource managers following an interruption by (1) reestablishing during a current status phase the state of the resource collections managed by each resource manager being restarted, starting with the most recent checkpointed state advanced by subsequent records of changes in the log to the point of interruption;
(2) for each resource manager being restarted, extending during a forward recovery phase the state of resource collections it manages to include the information from records of changes within its interest scope; exclusively reallocating resource collections to work units interrupted while in a commit-in-doubt state;
and externalizing the most recent committed resource state of work units interrupted after a new point of consistency has been committed; and (3) for each resource manager being restarted, restoring during a backward recovery phase the resource collections altered by interrupted work units between points of consistency.
3. Apparatus for restarting a computing system following termination, the computing system including a plurality of recoverable resources, a plurality of resource managers, and non-volatile storage on which to record a log of checkpoint states and images of changes made on behalf of work units to recoverable resources, the improved apparatus characterized by:
first data structure means for recording for an interrupted work unit its log activity scope and the recovery responsibilities of said resource managers;
second data structure means for recording for each resource manager its operational state and its log scope of interest; and recovery means responsive to information recorded in said first and second data structures for warm and cold restarting of selected resource managers following termination and for deferring the restarting of other resource managers or resources managed by restarting resource managers.
4. The apparatus of claim 3 wherein said recovery means further includes means for periodically recording on non-volatile storage a copy of the first data structure when, at the conclusion of a restart operation, the recovery responsibilities of at least one resource manager have not been completed.
5. The apparatus of claim 4 wherein said recovery means further includes means for periodically recording on non-volatile storage a copy of said second data structure means and of changes thereto.
6. The apparatus of claim 5 wherein said recovery means further includes means for reading log records during a recovery operation to build from information therein said first data structure.
7. The apparatus of claim 6 wherein said recovery means further includes means for reestablishing during a current status phase the state of recoverable resources managed by each resource manager being restarted, starting with the most recent checkpointed state advanced by subsequent records of changes in the log to the point of interruption.
8. The apparatus of claim 7 wherein said recovery means further includes means for extending during a forward recovery phase for each resource manager being restarted the state of the resources it manages to include the information for records of changes within its scope of interest, for exclusively reallocating resources to work units interrupted while in a commit-in-doubt state, and for externalizing to said non-volatile storage the most recent committed resource state of work units interrupted after a new point of consistency has been committed.
9. The apparatus of claim 8 wherein said recovery means further includes means for restoring during a backward recovery phase the resource collections altered by each resource manager being restarted on behalf of interrupted work units between points of consistency.
10. Method for restarting a computing system following termination, the computing system including a plurality of recoverable resources, a plurality of resource managers, and non-volatile storage on which to record a log of checkpoint states and images of changes made on behalf of work units to recoverable resources, the improved method characterized by the steps of:
recording in a first data structure means for an interrupted work unit its log activity scope and the recovery responsibilities of said resource managers;
recording in a second data structure for each resource manager its operational state and its log scope of interest; and responsive to information recorded in said first and second data structures, restarting selected resource managers following termination while deferring the restarting of other resource managers.
11. The method of claim 10 further including the steps of periodically recording on non-volatile storage a copy of the first data structure when, at the conclusion of a restart operation, the recovery responsibilities of at least one resource manager have not been completed.
12. The method of claim 11 including the further steps of periodically recording on non-volatile storage a copy of said second data structure means and of changes thereto.
13. The method of claim 12 further including the step of reading log records during a recovery operation to build from information therein said first data structure.
14. The method of claim 13 further including the step of reestablishing during a current status phase the state of recoverable resources managed by each resource manager being restarted, starting with the most recent checkpointed state advanced by subsequent records of changes in the log to the point of interruption.
15. The method of claim 14 further including the steps of extending during a forward recovery phase for each resource manager being restarted the state of the resources it manages to include the information for records of changes within its scope of interest, exclusively reallocating resources to work units interrupted while in a commit-in-doubt state, and externalizing to said non-volatile storage the most recent committed resource state of work units interrupted after a new point of consistency has been committed.
16. The method of claim 15 including the further step of restoring during a backward recovery phase the resource collections altered by each resource manager being restarted on behalf of interrupted work units between points of consistency.
CA000426781A 1982-06-21 1983-04-27 Method and apparatus for restarting a computing system Expired CA1187190A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US390,163 1982-06-21
US05/390,163 US4648031A (en) 1982-06-21 1982-06-21 Method and apparatus for restarting a computing system

Publications (1)

Publication Number Publication Date
CA1187190A true CA1187190A (en) 1985-05-14

Family

ID=23541349

Family Applications (1)

Application Number Title Priority Date Filing Date
CA000426781A Expired CA1187190A (en) 1982-06-21 1983-04-27 Method and apparatus for restarting a computing system

Country Status (5)

Country Link
US (1) US4648031A (en)
EP (1) EP0097234B1 (en)
JP (1) JPS58225447A (en)
CA (1) CA1187190A (en)
DE (1) DE3379353D1 (en)

Families Citing this family (126)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0820992B2 (en) * 1984-11-07 1996-03-04 日本電気株式会社 Control journal output device
US4814971A (en) * 1985-09-11 1989-03-21 Texas Instruments Incorporated Virtual memory recovery system using persistent roots for selective garbage collection and sibling page timestamping for defining checkpoint state
US4868744A (en) * 1986-03-03 1989-09-19 International Business Machines Corporation Method for restarting a long-running, fault-tolerant operation in a transaction-oriented data base system without burdening the system log
US4878167A (en) * 1986-06-30 1989-10-31 International Business Machines Corporation Method for managing reuse of hard log space by mapping log data during state changes and discarding the log data
JPS6375963A (en) * 1986-09-19 1988-04-06 Hitachi Ltd System recovery system
US5128943A (en) * 1986-10-24 1992-07-07 United Technologies Corporation Independent backup mode transfer and mechanism for digital control computers
US5065311A (en) * 1987-04-20 1991-11-12 Hitachi, Ltd. Distributed data base system of composite subsystem type, and method fault recovery for the system
JP2718031B2 (en) * 1987-07-17 1998-02-25 株式会社日立製作所 History information acquisition method
JPH01147727A (en) * 1987-12-04 1989-06-09 Hitachi Ltd Fault restoring method for on-line program
US4945474A (en) * 1988-04-08 1990-07-31 Internatinal Business Machines Corporation Method for restoring a database after I/O error employing write-ahead logging protocols
JPH01298455A (en) * 1988-05-27 1989-12-01 Fujitsu Ltd Communication terminal device
JP2510696B2 (en) * 1988-09-26 1996-06-26 株式会社日立製作所 Computer system automatic operation control method
US5278983A (en) * 1988-09-30 1994-01-11 International Business Machines Corporation Boundary representation solid modeling system
US5247659A (en) * 1988-10-06 1993-09-21 International Computers Limited Method for bootstrap loading in a data processing system comprising searching a plurality of program source devices for a bootstrap program if initial data indicating a bootstrap program source device fails a validity check
US5089958A (en) * 1989-01-23 1992-02-18 Vortex Systems, Inc. Fault tolerant computer backup system
JP2728724B2 (en) * 1989-04-28 1998-03-18 株式会社東芝 Computer system and system startup method
JPH02310665A (en) * 1989-05-25 1990-12-26 Toshiba Corp Data restoration method for distributed transaction processing system
JP3293839B2 (en) * 1990-05-16 2002-06-17 インターナショナル・ビジネス・マシーンズ・コーポレーション Computer system that adjusts the commit scope to the unit of work
US5276876A (en) * 1990-05-16 1994-01-04 International Business Machines Corporation Registration of resources for commit procedures
JP2691081B2 (en) * 1990-05-16 1997-12-17 インターナショナル・ビジネス・マシーンズ・コーポレイション Computer network
US5327532A (en) * 1990-05-16 1994-07-05 International Business Machines Corporation Coordinated sync point management of protected resources
US5319774A (en) * 1990-05-16 1994-06-07 International Business Machines Corporation Recovery facility for incomplete sync points for distributed application
US5319773A (en) * 1990-05-16 1994-06-07 International Business Machines Corporation Asynchronous resynchronization of a commit procedure
US5165031A (en) * 1990-05-16 1992-11-17 International Business Machines Corporation Coordinated handling of error codes and information describing errors in a commit procedure
US5261089A (en) * 1990-05-16 1993-11-09 International Business Machines Corporation Optimization of commit procedures by utilizing a two-phase commit procedure only when necessary
US5206860A (en) * 1990-08-31 1993-04-27 International Business Machines Corporation Recovery from a possible switching error in a computer i/o system
US5220668A (en) * 1990-09-21 1993-06-15 Stratus Computer, Inc. Digital data processor with maintenance and diagnostic system
ATE147568T1 (en) * 1991-02-01 1997-01-15 Siemens Ag METHOD FOR REBOOTING A MULTIPROCESSOR COMPUTER IN A TELECOMMUNICATION SYSTEM IN CAUSE OF ERROR
US5287501A (en) * 1991-07-11 1994-02-15 Digital Equipment Corporation Multilevel transaction recovery in a database system which loss parent transaction undo operation upon commit of child transaction
GB9116268D0 (en) * 1991-07-27 1991-09-11 Int Computers Ltd Data processing system
DE4232024C2 (en) * 1991-10-11 1997-03-27 Toshiba Kawasaki Kk Computer with password processing function and method for password processing on a computer
US5878256A (en) * 1991-10-16 1999-03-02 International Business Machine Corp. Method and apparatus for providing updated firmware in a data processing system
US5499367A (en) * 1991-11-15 1996-03-12 Oracle Corporation System for database integrity with multiple logs assigned to client subsets
WO1993018484A1 (en) * 1992-03-10 1993-09-16 Oracle Corporation Method and apparatus for comparison of data strings
US5392397A (en) * 1992-03-30 1995-02-21 International Business Machines Corporation Command execution system for using first and second commands to reserve and store second command related status information in memory portion respectively
US5544083A (en) * 1992-04-27 1996-08-06 Kabushiki Kaisha Toshiba Password management method and apparatus
US5596718A (en) * 1992-07-10 1997-01-21 Secure Computing Corporation Secure computer network using trusted path subsystem which encrypts/decrypts and communicates with user through local workstation user I/O devices without utilizing workstation processor
JP2675968B2 (en) * 1992-08-20 1997-11-12 インターナショナル・ビジネス・マシーンズ・コーポレイション Extension of subscriber distributed two-phase commit protocol
US5421003A (en) * 1992-09-17 1995-05-30 International Business Machines Corporation Disk storage system with fault tolerant media maintenance
US5432926A (en) * 1992-12-04 1995-07-11 International Business Machines Corporation Method and apparatus for improving database reliability and response time in a distributed transaction processing system
SE500656C2 (en) * 1992-12-08 1994-08-01 Ellemtel Utvecklings Ab Backup capture system in a distributed database
JPH06274354A (en) * 1993-03-12 1994-09-30 Internatl Business Mach Corp <Ibm> Method and system for control of operation of destructive hardware
US5544359A (en) * 1993-03-30 1996-08-06 Fujitsu Limited Apparatus and method for classifying and acquiring log data by updating and storing log data
US5386551A (en) * 1993-04-16 1995-01-31 Storage Technology Corporation Deferred resource recovery
US5666514A (en) * 1994-07-01 1997-09-09 Board Of Trustees Of The Leland Stanford Junior University Cache memory containing extra status bits to indicate memory regions where logging of data should occur
US5864683A (en) * 1994-10-12 1999-01-26 Secure Computing Corporartion System for providing secure internetwork by connecting type enforcing secure computers to external network for limiting access to data based on user and process access rights
US5649152A (en) * 1994-10-13 1997-07-15 Vinca Corporation Method and system for providing a static snapshot of data stored on a mass storage system
US5835953A (en) * 1994-10-13 1998-11-10 Vinca Corporation Backup system that takes a snapshot of the locations in a mass storage device that has been identified for updating prior to updating
EP0813707B1 (en) * 1995-03-06 2005-11-09 Intel Corporation A computer system with unattended on-demand availability
US5902352A (en) * 1995-03-06 1999-05-11 Intel Corporation Method and apparatus for task scheduling across multiple execution sessions
US5729733A (en) * 1995-05-05 1998-03-17 Harris Corporation Method of operating a distributed databse based on object ownership and transaction classification utilizing an aggressive reverse one phase commit protocol
SE506534C2 (en) * 1995-06-15 1998-01-12 Ericsson Telefon Ab L M Way to determine content in restoration log
US5721918A (en) * 1996-02-06 1998-02-24 Telefonaktiebolaget Lm Ericsson Method and system for fast recovery of a primary store database using selective recovery by data type
US5918018A (en) 1996-02-09 1999-06-29 Secure Computing Corporation System and method for achieving network separation
US5913024A (en) * 1996-02-09 1999-06-15 Secure Computing Corporation Secure server utilizing separate protocol stacks
US5867647A (en) * 1996-02-09 1999-02-02 Secure Computing Corporation System and method for securing compiled program code
US6031978A (en) * 1996-06-28 2000-02-29 International Business Machines Corporation System, method and program for enabling a client to reconnect to a same server in a network of computer systems after the server has moved to a different network address
US6003084A (en) * 1996-09-13 1999-12-14 Secure Computing Corporation Secure network proxy for connecting entities
US5950195A (en) * 1996-09-18 1999-09-07 Secure Computing Corporation Generalized security policy management system and method
US5983350A (en) * 1996-09-18 1999-11-09 Secure Computing Corporation Secure firewall supporting different levels of authentication based on address or encryption status
US6144934A (en) * 1996-09-18 2000-11-07 Secure Computing Corporation Binary filter using pattern recognition
US6072942A (en) * 1996-09-18 2000-06-06 Secure Computing Corporation System and method of electronic mail filtering using interconnected nodes
US5884327A (en) * 1996-09-25 1999-03-16 International Business Machines Corporation System, method and program for performing two-phase commit with a coordinator that performs no logging
US5915087A (en) * 1996-12-12 1999-06-22 Secure Computing Corporation Transparent security proxy for unreliable message exchange protocols
US5930824A (en) * 1997-02-04 1999-07-27 International Business Machines Corporation System and method for demand-base data recovery
US6321336B1 (en) 1998-03-13 2001-11-20 Secure Computing Corporation System and method for redirecting network traffic to provide secure communication
US6016501A (en) * 1998-03-18 2000-01-18 Bmc Software Enterprise data movement system and method which performs data load and changed data propagation operations
US6182226B1 (en) 1998-03-18 2001-01-30 Secure Computing Corporation System and method for controlling interactions between networks
US6453419B1 (en) 1998-03-18 2002-09-17 Secure Computing Corporation System and method for implementing a security policy
US7013305B2 (en) 2001-10-01 2006-03-14 International Business Machines Corporation Managing the state of coupling facility structures, detecting by one or more systems coupled to the coupling facility, the suspended state of the duplexed command, detecting being independent of message exchange
US6594779B1 (en) 1999-03-30 2003-07-15 International Business Machines Corporation Method, system and program products for managing the checkpointing/restarting of resources of a computing environment
CA2279119C (en) 1999-07-29 2004-10-19 Ibm Canada Limited-Ibm Canada Limitee Heuristic-based conditional data indexing
US6564376B1 (en) * 1999-09-30 2003-05-13 International Business Machines Corporation Method, system and program products for operationally backing out components of a cluster through emulation
US7805423B1 (en) 1999-11-15 2010-09-28 Quest Software, Inc. System and method for quiescing select data modification operations against an object of a database during one or more structural operations
US7065538B2 (en) * 2000-02-11 2006-06-20 Quest Software, Inc. System and method for reconciling transactions between a replication system and a recovered database
US6820213B1 (en) 2000-04-13 2004-11-16 Stratus Technologies Bermuda, Ltd. Fault-tolerant computer system with voter delay buffer
US6687851B1 (en) 2000-04-13 2004-02-03 Stratus Technologies Bermuda Ltd. Method and system for upgrading fault-tolerant systems
US6802022B1 (en) 2000-04-14 2004-10-05 Stratus Technologies Bermuda Ltd. Maintenance of consistent, redundant mass storage images
US6901481B2 (en) 2000-04-14 2005-05-31 Stratus Technologies Bermuda Ltd. Method and apparatus for storing transactional information in persistent memory
US6691225B1 (en) 2000-04-14 2004-02-10 Stratus Technologies Bermuda Ltd. Method and apparatus for deterministically booting a computer system having redundant components
US20040073617A1 (en) 2000-06-19 2004-04-15 Milliken Walter Clark Hash-based systems and methods for detecting and preventing transmission of unwanted e-mail
US7065672B2 (en) * 2001-03-28 2006-06-20 Stratus Technologies Bermuda Ltd. Apparatus and methods for fault-tolerant computing using a switching fabric
US6928583B2 (en) * 2001-04-11 2005-08-09 Stratus Technologies Bermuda Ltd. Apparatus and method for two computing elements in a fault-tolerant server to execute instructions in lockstep
JP2003280963A (en) * 2002-03-22 2003-10-03 Ricoh Co Ltd Document management system, restoration method, program for performing restoration, and recording medium with program recorded thereon
JP4166056B2 (en) * 2002-08-16 2008-10-15 富士通株式会社 Database operation history management device, database operation history management method, and database operation history management program
US7707181B2 (en) * 2003-02-19 2010-04-27 Microsoft Corporation System and method of distributing replication commands
US7596790B2 (en) * 2003-08-29 2009-09-29 Intel Corporation Allocating computing resources in a distributed environment
US7239581B2 (en) * 2004-08-24 2007-07-03 Symantec Operating Corporation Systems and methods for synchronizing the internal clocks of a plurality of processor modules
US7631120B2 (en) * 2004-08-24 2009-12-08 Symantec Operating Corporation Methods and apparatus for optimally selecting a storage buffer for the storage of data
US7991748B2 (en) * 2003-09-23 2011-08-02 Symantec Corporation Virtual data store creation and use
US7730222B2 (en) * 2004-08-24 2010-06-01 Symantec Operating System Processing storage-related I/O requests using binary tree data structures
US7725760B2 (en) * 2003-09-23 2010-05-25 Symantec Operating Corporation Data storage system
US7577807B2 (en) * 2003-09-23 2009-08-18 Symantec Operating Corporation Methods and devices for restoring a portion of a data store
US7904428B2 (en) * 2003-09-23 2011-03-08 Symantec Corporation Methods and apparatus for recording write requests directed to a data store
US7296008B2 (en) * 2004-08-24 2007-11-13 Symantec Operating Corporation Generation and use of a time map for accessing a prior image of a storage device
US7577806B2 (en) 2003-09-23 2009-08-18 Symantec Operating Corporation Systems and methods for time dependent data storage and recovery
US7827362B2 (en) * 2004-08-24 2010-11-02 Symantec Corporation Systems, apparatus, and methods for processing I/O requests
US7409587B2 (en) * 2004-08-24 2008-08-05 Symantec Operating Corporation Recovering from storage transaction failures using checkpoints
US7287133B2 (en) * 2004-08-24 2007-10-23 Symantec Operating Corporation Systems and methods for providing a modification history for a location within a data store
US8140348B2 (en) * 2004-01-30 2012-03-20 International Business Machines Corporation Method, system, and program for facilitating flow control
US7366801B2 (en) * 2004-01-30 2008-04-29 International Business Machines Corporation Method for buffering work requests
US7650606B2 (en) * 2004-01-30 2010-01-19 International Business Machines Corporation System recovery
US20050177600A1 (en) * 2004-02-11 2005-08-11 International Business Machines Corporation Provisioning of services based on declarative descriptions of a resource structure of a service
US20060085491A1 (en) * 2004-10-08 2006-04-20 Foote Jane E System and method for recovering from interruptions during data loading
US7484126B2 (en) 2005-02-08 2009-01-27 Honeywell International Inc. Power system providing power to at least one component including circuit for minimizing effects of power interruptions and method of using same
US20060222126A1 (en) * 2005-03-31 2006-10-05 Stratus Technologies Bermuda Ltd. Systems and methods for maintaining synchronicity during signal transmission
US20060222125A1 (en) * 2005-03-31 2006-10-05 Edwards John W Jr Systems and methods for maintaining synchronicity during signal transmission
CN103927238B (en) * 2005-10-14 2017-04-12 塞门铁克操作公司 Technique For Timeline Compression In Data Store
US7565340B2 (en) * 2006-01-09 2009-07-21 The State Of Oregon Acting By And Through The State Board Of Higher Education On Behalf Of Oregon State University Methods for assisting computer users performing multiple tasks
KR101109603B1 (en) * 2007-03-29 2012-01-31 삼성전자주식회사 Application execution method and apparatus
US8046550B2 (en) * 2008-07-14 2011-10-25 Quest Software, Inc. Systems and methods for performing backup operations of virtual machine files
US8060476B1 (en) 2008-07-14 2011-11-15 Quest Software, Inc. Backup systems and methods for a virtual computing environment
US8135930B1 (en) 2008-07-14 2012-03-13 Vizioncore, Inc. Replication systems and methods for a virtual computing environment
US9021485B2 (en) * 2008-08-20 2015-04-28 Wal-Mart Stores, Inc. Automatically restarting a first child process based on presence of SQL code in a list
US8429649B1 (en) 2008-09-25 2013-04-23 Quest Software, Inc. Systems and methods for data management in a virtual computing environment
US8996468B1 (en) 2009-04-17 2015-03-31 Dell Software Inc. Block status mapping system for reducing virtual machine backup storage
US9778946B2 (en) * 2009-08-07 2017-10-03 Dell Software Inc. Optimized copy of virtual machine storage files
US8453145B1 (en) 2010-05-06 2013-05-28 Quest Software, Inc. Systems and methods for instant provisioning of virtual machine files
US9292533B2 (en) 2010-06-08 2016-03-22 Dell Products L.P. Systems and methods for improving storage efficiency in an information handling system
US9569446B1 (en) 2010-06-08 2017-02-14 Dell Software Inc. Cataloging system for image-based backup
US9547562B1 (en) 2010-08-11 2017-01-17 Dell Software Inc. Boot restore system for rapidly restoring virtual machine backups
US8898114B1 (en) 2010-08-27 2014-11-25 Dell Software Inc. Multitier deduplication systems and methods
US8924398B2 (en) * 2011-03-23 2014-12-30 Bmc Software, Inc. Log-based DDL generation
US9311375B1 (en) 2012-02-07 2016-04-12 Dell Software Inc. Systems and methods for compacting a virtual machine file
US9836353B2 (en) * 2012-09-12 2017-12-05 International Business Machines Corporation Reconstruction of system definitional and state information
US8959402B2 (en) 2012-10-04 2015-02-17 Qualcomm Incorporated Method for preemptively restarting software in a multi-subsystem mobile communication device to increase mean time between failures

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CS164932B2 (en) * 1971-09-07 1975-11-28
US3905023A (en) * 1973-08-15 1975-09-09 Burroughs Corp Large scale multi-level information processing system employing improved failsaft techniques
US4438494A (en) * 1981-08-25 1984-03-20 Intel Corporation Apparatus of fault-handling in a multiprocessing system

Also Published As

Publication number Publication date
EP0097234A3 (en) 1987-04-29
EP0097234A2 (en) 1984-01-04
JPS633341B2 (en) 1988-01-22
EP0097234B1 (en) 1989-03-08
DE3379353D1 (en) 1989-04-13
US4648031A (en) 1987-03-03
JPS58225447A (en) 1983-12-27

Similar Documents

Publication Publication Date Title
CA1187190A (en) Method and apparatus for restarting a computing system
US4878167A (en) Method for managing reuse of hard log space by mapping log data during state changes and discarding the log data
EP0465019B1 (en) Method and apparatus for managing state identifiers for efficient recovery
EP0465018B1 (en) Method and apparatus for optimizing undo log usage
KR100271342B1 (en) A system for taking backup in a database
US4868744A (en) Method for restarting a long-running, fault-tolerant operation in a transaction-oriented data base system without burdening the system log
US5923833A (en) Restart and recovery of OMG-compliant transaction systems
JP3675802B2 (en) Method and system for reconfiguring the state of computation
US5465328A (en) Fault-tolerant transaction-oriented data processing
US6061769A (en) Data set backup in a shared environment
US6895529B2 (en) Rebuilding “in-doubt” states reliably after multiple system failures in a data processing system performing two-phase transaction processing
Mueller et al. A nested transaction mechanism for LOCUS
JPH06168169A (en) Distributed transaction processing using two-phase commit protocol provided with assumption commit without log force
JPH0784815A (en) System and method for processing of fault-tolerant transaction-oriented data
US5745674A (en) Management of units of work on a computer system log
Oki et al. Reliable object storage to support atomic actions
Spector et al. Camelot: A distributed transaction facility for Mach and the Internet-an interim report
Little et al. Object replication in Arjuna
Schumann et al. Recovery-management in the RelaX distributed transaction layer
Strom et al. A recoverable object store
EP0834128B1 (en) Data set backup in a shared environment
Weiler et al. Speed Log: A Generic Log Service Supporting Efficient Node-Crash Recovery
Ng Highly available atomic objects
Lai et al. On distributing JASMIN's optimistic multiversioning page manager
Rothermel Communication Support for Distributed Database Systems

Legal Events

Date Code Title Description
MKEC Expiry (correction)
MKEX Expiry