IP Library Granted Patent US 7,478,273
Granted Patent B2
US 7,478,273 · App. 11/001,292 · Granted Jan 13, 2009

Computer system including active system and redundant system and state acquisition method

Assignee: NEC Corporation
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 7,478,273
App. No.
11/001,292
Granted
Jan 13, 2009
Kind
B2
Abstract

To make it possible to store a state immediately before occurrence of a trouble with little influence on normal program processing, separately from an active system in which a program operates, a redundant system is provided in which the same program as the program operates in the same execution environment as the active system. A delay execution control section gives the redundant system the same processing request as a processing request given to the active system, with a delay. When a trouble monitoring section detects a trouble of the active system, a state storage control section acquires data indicating a state of the redundant system and stores it in a state data storing section. Because the same program is executed with a delay in the redundant system having the same execution environment as the active system, a state of the redundant system at the time when the trouble occurs in the active system is equivalent to a state immediately before the occurrence of the trouble in the active system.

Claims (85)

1. A computer system comprising:

an active system in which a program operates;

a redundant system in which the same program as the program operates with a delay in the same execution environment as the active system;

state storing means for storing a state of the redundant system when a trouble occurs in the active system;

a buffer that stores therein the same processing request as a processing request given to the active system; and

communication means for reading out a processing request from the buffer and for giving it to the redundant system.

2. A computer system comprising: an active system in which a program operates;

a redundant system in which the same program as the program operates in the same execution environment as the active system;

delay execution control means for giving the redundant system the same processing request as a processing request given to the active system, with a delay;

trouble monitoring means for detecting presence/absence of a trouble of the active system;

state storage control means for storing, in a state data storing section, data indicating a state of the redundant system at the time when the trouble monitoring means detects a trouble of the active system;

wherein the delay execution control means includes a buffer that stores therein the same processing request as a processing request given to the active system; and

communication means for reading out a processing request from the buffer and for giving it to the redundant system.

3. The computer system according to claim 2 ,

wherein the communication means reads out a processing request from the buffer after the processing request is kept in the buffer for at least a predetermined time.

4. The computer system according to claim 2 ,

wherein the communication means reads out the oldest one of processing requests stored in the buffer when the number of processing requests stored in the buffer exceeds a predetermined number.

5. The computer system according to claim 2 ,

wherein the communication means reads out, from the buffer, the same processing request as a processing request given to the active system, when processing of the processing request given to the active system is completed.

6. The computer system according to claim 2 , further comprising: state recovery control means for recovering a state of the redundant system using data stored in the state data storing section;

processing reproduction control means for restarting processing of the redundant system from the recovered state; and

processing result output means for outputting processing results of the redundant system restarted.

7. A computer system comprising: an active system in which a program operates;

a redundant system in which the same program as the program operates in the same execution environment as the active system;

delay execution control means for giving the redundant system the same processing request as a processing request given to the active system, with a delay;

trouble monitoring means for detecting presence/absence of a trouble of the active system; and

state storage control means for storing, in a state data storing section, data indicating a state of the redundant system at the time when the trouble monitoring means detects a trouble of the active system;

wherein the delay execution control means includes a buffer that stores therein the same processing request as a processing request given to the active system, and the computer system further comprises converting means for converting a value of a predetermined parameter contained in a processing request into a converted value by referring to a conversion table holding therein the converted value of the predetermined parameter, before the processing request stored in the buffer is read out to be given to the redundant system.

8. The computer system according to claim 7 , wherein the converting means sets the converted value of the conversion table in accordance with processing results of the processing request given to the redundant system.

9. A state acquisition method comprising:

executing the same program as a program that operates in an active system, with a delay in a redundant system having the same execution environment as the active system;

storing, in a state data storing section, data indicating a state of the redundant system at the time when a trouble occurs in the active system;

storing, in a buffer, the same processing request as a processing request given to the active system; and

reading out a processing request from the buffer to be given to the redundant system.

10. A state acquisition method comprising:

a first step of an act of executing the same program as a program that operates in an active system, in parallel in a redundant system having the same execution environment as the active system;

a second step of an act of giving the redundant system the same processing request as a processing request given to the active system, with a delay;

a third step of an act of detecting presence/absence of a trouble of the active system; and

a fourth step of an act of storing, in a state data storing section, data indicating a state of the redundant system at the time when a trouble of the active system is detected;

wherein the second step of the act of giving includes processing of storing, in a buffer, the same processing request as a processing request given to the active system; and

reading out a processing request from the buffer to be given to the redundant system.

11. The state acquisition method according to claim 10 , wherein the second step of the act of giving includes

keeping each processing request in the buffer for at least a predetermined time.

12. The state acquisition method according to claim 10 , wherein the second step of the act of giving includes

reading out the oldest one of processing requests stored in the buffer, when the number of processing requests stored in the buffer exceeds a predetermined number.

13. The state acquisition method according to claim 10 , wherein the second step of the act of giving includes

reading out, from the buffer, the same processing request as a processing request given to the active system, when processing of the processing request given to the active system is completed.

14. The state acquisition method according to claim 10 , further comprising:

a step of an act of recovering a state of the redundant system using data stored in the state data storing section;

a step of an act of restarting processing of the redundant system from the recovered state; and

a step of an act of outputting processing results of the redundant system restarted.

15. A state acquisition method comprising:

a first step of an act of executing the same program as a program that operates in an active system, in parallel in a redundant system having the same execution environment as the active system;

a second step of an act of giving the redundant system the same processing request as a processing request given to the active system, with a delay;

a third step of an act of detecting presence/absence of a trouble of the active system; and

a fourth step of an act of storing, in a state data storing section, data indicating a state of the redundant system at the time when a trouble of the active system is detected;

wherein the second step the act of giving includes processing of storing, in a buffer, the same processing request as a processing request given to the active system, and the method further comprises a fifth step of an act of converting a value of a predetermined parameter contained in a processing request into a converted value by referring to a conversion table holding therein the converted value of the predetermined parameter, before the processing request stored in the buffer is read out to be given to the redundant system.

16. The state acquisition method according to claim 15 , further comprising: a step of an act of setting the converted value of the conversion table in accordance with processing results of the processing request given to the redundant system.

17. A computer readable medium containing a state acquisition program state acquisition program product causing a computer to function as:

delay execution control means for executing the same program as a program that operates in an active system, with a delay in a redundant system having the same execution environment as the active system;

state storing means for storing a state of the redundant system at the time when a trouble occurs in the active system;

a buffer that stores therein the same processing request as a processing request given to the active system; and

communication means for reading out a processing request from the buffer and for giving it to the redundant system.

18. A computer readable medium containing a state acquisition program state acquisition program product causing a computer to function as:

delay execution control means for giving the same processing request as a processing request given to an active system in which a program operates, to a redundant system in which the same program as the program operates in the same execution environment as the active system, with a delay;

trouble monitoring means for detecting presence/absence of a trouble of the active system; and

state storage control means for storing, in a state data storing section, data indicating a state of the redundant system at the time when the trouble monitoring means detects a trouble of the active system;

wherein the delay execution control means includes a buffer that stores therein the same processing request as a processing request given to the active system; and

communication means for reading out a processing request from the buffer and for giving it to the redundant system.

19. The computer readable medium containing a state acquisition program state acquisition program product according to claim 18 , wherein the

communication means reads out a processing request from the buffer after the processing request is kept in the buffer for at least a predetermined time.

20. The computer readable medium containing a state acquisition program state acquisition program product according to claim 18 , wherein the

communication means reads out the oldest one of processing requests stored in the buffer when the number of processing requests stored in the buffer exceeds a predetermined number.

21. The computer readable medium containing a state acquisition program state acquisition program product according to claim 18 , wherein the

communication means reads out, from the buffer, the same processing request as a processing request given to the active system, when processing of the processing request given to the active system is completed.

22. The computer readable medium containing a state acquisition program state acquisition program product according to claim 18 causing the computer to further function as:

state recovery control means for recovering a state of the redundant system using data stored in the state data storing section;

processing reproduction control means for restarting processing of the redundant system from the recovered state; and

processing result output means for outputting processing results of the redundant system restarted.

23. A computer readable medium containing a state acquisition program state acquisition program product causing a computer to function as:

delay execution control means for giving the same processing request as a processing request given to an active system in which a program operates, to a redundant system in which the same program as the program operates in the same execution environment as the active system, with a delay;

trouble monitoring means for detecting presence/absence of a trouble of the active system; and

state storage control means for storing, in a state data storing section, data indicating a state of the redundant system at the time when the trouble monitoring means detects a trouble of the active system

wherein the delay execution control means includes a buffer that stores therein the same processing request as a processing request given to the active system, and the state acquisition program product causes the computer to further function as converting means for converting a value of a predetermined parameter contained in a processing request into a converted value by referring to a conversion table holding therein the converted value of the predetermined parameter, before the processing request stored in the buffer is read out to be given to the redundant system.

24. The computer readable medium containing a state acquisition program state acquisition program product according to claim 23 , wherein the converting means sets the converted value of the conversion table in accordance with processing results of the processing request given to the redundant system.

Assignments (2)
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Mar 25, 2026
From: NEC CORPORATION
To: NEC ASIA PACIFIC PTE LTD.
Reel/Frame 074814/0461 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Dec 2, 2004
From: NAKAMURA, NOBUTATSU; HIRAIKE, RYUICHI
To: NEC CORPORATION
Reel/Frame 016048/0746 →
Priority Claims (1)
JP 2003-402742 · Dec 2, 2003 · national
Continuity (1)
Related Publication 20050144513A1 · Jun 30, 2005