JP2001350674A - Computer system - Google Patents

Computer system

Info

Publication number
JP2001350674A
JP2001350674A JP2000171399A JP2000171399A JP2001350674A JP 2001350674 A JP2001350674 A JP 2001350674A JP 2000171399 A JP2000171399 A JP 2000171399A JP 2000171399 A JP2000171399 A JP 2000171399A JP 2001350674 A JP2001350674 A JP 2001350674A
Authority
JP
Japan
Prior art keywords
expansion box
pci expansion
reset
computer system
input
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.)
Pending
Application number
JP2000171399A
Other languages
Japanese (ja)
Inventor
Masaaki Kotokawa
容朗 琴川
Takashi Hatada
貴史 畑田
Yasuyuki Ibaraki
康之 茨木
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2000171399A priority Critical patent/JP2001350674A/en
Publication of JP2001350674A publication Critical patent/JP2001350674A/en
Pending legal-status Critical Current

Links

Landscapes

  • Power Sources (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a computer system capable of preventing access to a PCI(protocol control information) device reset hardware-wise and not set with configuration information and suppressing the occurrence of multiple failures. SOLUTION: This computer system is provided with a device management table 9 retaining the status data of an IO(input-output) device 7 provided in a computer body 1 and in a PCI extended box 2, a RAS processing section 8 conducting error processing in reference to the device management table 9 when receiving an error interrupt signal (a), a determining means 8a determining whether the PCI extended box 2 is reset or not when an abnormality occurs on the PCI device. If the PCI extended box 2 is determined to be reset, the RAS processing section 8 conducts specific error processing on the I/O devices 7b and 7c in the PCI extended box 2.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は計算機システムに関
し、特に、計算機本体とは別電源が供給されているPC
I拡張バス(以下、PCI拡張ボックスとする)が接続
されている計算機システムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a computer system, and more particularly, to a PC to which power is supplied separately from a computer main body.
The present invention relates to a computer system to which an I expansion bus (hereinafter, referred to as a PCI expansion box) is connected.

【0002】[0002]

【従来の技術】汎用I/OバスであるPCIバスを接続
した計算機システムにおいて、PCIエラー割り込み通
知を受信したとき、障害が発生した入出力I/O装置ま
たはブリッジを特定し、適切なエラー処理を実施するR
AS処理部をOSは備える。
2. Description of the Related Art In a computer system to which a PCI bus, which is a general-purpose I / O bus, is connected, when a PCI error interrupt notification is received, a failed input / output I / O device or bridge is specified and appropriate error processing is performed. R that implements
The OS includes an AS processing unit.

【0003】図17は例えば特開平I/O−24723
4号公報に示されたRAS処理部を有する従来の計算機
システムの構成を示したブロック図である。図18及び
図19は、それぞれ、図17の従来の計算機システムに
設けられたRAS部及びデバイスドライバの動作を示す
フローチャートである。図17において、001は計算
機システム、008a,008b,008cは計算機シ
ステム001のホストバス005とホストブリッジ00
6を介して接続されているPCIバス007上に存在す
る入出力I/O装置、002は入出力I/O装置008
a,008b,008cからエラー割り込み信号aを受
けて適切なエラー処理を実施するRAS処理部である。
003は各入出力I/O装置008の状態を記録してお
くためのデバイス管理テーブルで、各々の入出力I/O
装置008を識別するデバイスID003a及びその状
態を示す状態データ003bを保持する。004a,0
04b,004cは各入出力I/O装置008を操作す
るためのデバイスドライバを示す。
FIG. 17 shows, for example, Japanese Patent Application Laid-Open No. HEI 24/723.
FIG. 4 is a block diagram illustrating a configuration of a conventional computer system having a RAS processing unit disclosed in Japanese Patent Application Publication No. 4 (JP-A) No. 4 (1999). FIGS. 18 and 19 are flowcharts showing the operation of the RAS unit and the device driver provided in the conventional computer system of FIG. 17, respectively. 17, 001 is a computer system, and 008a, 008b, and 008c are host bus 005 and host bridge 00 of the computer system 001.
6, an input / output I / O device 002 existing on a PCI bus 007 connected via
a, a 008b, and 008c, which are RAS processing units that receive an error interrupt signal a and perform appropriate error processing.
Reference numeral 003 denotes a device management table for recording the status of each input / output I / O device 008.
A device ID 003a for identifying the device 008 and status data 003b indicating the status are held. 004a, 0
04b and 004c denote device drivers for operating each input / output I / O device 008.

【0004】次に従来のRAS処理部が実施するエラー
処理内容について図18に示すフロー図に基づいて説明
する。入出力I/O装置008に故障が発生すると、エ
ラー割り込み信号aによりRAS処理部002に通知さ
れるエラー割り込み通知を受けたRAS処理部002
は、まず、障害が発生した入出力I/O装置008の特
定を行い(ステップA1)、装置を特定できたかどうか
で処理を変更する(ステップA2)。装置が特定できな
かった場合は、障害が発生した入出力I/O装置008
を特定できないことを通知(ステップA4)して終了
し、装置が特定できた場合には、デバイス管理テーブル
003の該当する装置の状態データ003bをNGに変
更(ステップA3)して終了する。
Next, the contents of error processing performed by a conventional RAS processing unit will be described with reference to a flowchart shown in FIG. When a failure occurs in the input / output I / O device 008, the RAS processing unit 002 receives the error interrupt notification notified to the RAS processing unit 002 by the error interrupt signal a.
First, an input / output I / O device 008 in which a failure has occurred is specified (step A1), and the process is changed depending on whether the device has been specified (step A2). If the device could not be specified, the failed input / output I / O device 008
Is notified (step A4), and the process ends. If the device can be specified, the status data 003b of the corresponding device in the device management table 003 is changed to NG (step A3), and the process ends.

【0005】次にこのRAS処理部002のフローチャ
ートとは非同期に動作するデバイスドライバ004の動
作について図19に示すフロー図に基づいて説明する。
I/O要求を受け付け(ステップA5)た、デバイスド
ライバ004は、これからI/O要求する入出力I/O
装置008に該当するデバイス管理テーブル003の装
置の状態003bを参照(ステップA6)し、確認(ス
テップA7)する。この時に、装置の状態003bがO
Kである場合はそのまま入出力処理を実施(ステップA
8)し、NGの場合は入出力処理を中断(ステップA
9)することで、障害が発生した入出力I/O装置00
8へのI/O要求を行うことを避けることができる。
Next, the operation of the device driver 004 which operates asynchronously with the flowchart of the RAS processing section 002 will be described with reference to the flowchart shown in FIG.
Upon receiving the I / O request (step A5), the device driver 004 issues the I / O request to the input / output I / O
The device status 003b of the device management table 003 corresponding to the device 008 is referred to (step A6) and confirmed (step A7). At this time, the state 003b of the device changes to O
If it is K, the input / output processing is performed as it is (step A
8) If NG, the input / output processing is interrupted (step A).
9) By doing so, the failed input / output I / O device 00
8 can be avoided.

【0006】[0006]

【発明が解決しようとする課題】計算機本体とは別電源
が供給されているPCI拡張ボックスが接続されている
計算機システムでは、PCI拡張ボックスの電源が瞬停
しPCI拡張ボックスのみがH/W(ハードウエア)的
にリセット(PCIバス初期化)されることや、何らか
の理由によりPCI拡張ボックスの電源供給が途絶え、
復帰しないという問題が発生する従来のRAS処理部0
02のエラー処理では、入出力I/O装置008で発生
する障害の対応のみが考慮されており、PCI拡張ボッ
クスがリセットされた場合やPCI拡張ボックスヘの電
源供給が途絶えた場合の処理が考慮されていなかった。
そのため、PCI拡張ボックスの電源がリセットされた
場合または電源断が発生した場合、RAS処理部002
で実施する故障した入出力I/O装置008を特定する
エラー処理において、リセットされコンフィグレーショ
ン情報の初期設定されていないPCIデバイスにアクセ
スしまうことや、PCI拡張ボックスの電源断によりO
Sからはアクセス不可になったコンフィグレーション空
間にアクセスするなどして、多重故障(エラー処理中に
エラー発生)が発生してしまうという問題点があった。
多重故障が発生した場合の処理については、記述されて
いないが、システムの強制停止という手段がとられるこ
とがある。またPCI拡張ボックスに配置される入出力
I/O装置の重要度に応じたエラー処理を実施できない
という問題もあった。
In a computer system to which a PCI expansion box to which power is supplied separately from the computer main body is connected, the power of the PCI expansion box is momentarily stopped and only the PCI expansion box is H / W ( Hardware) reset (PCI bus initialization), or the power supply of the PCI expansion box is cut off for some reason,
Conventional RAS processing unit 0 in which the problem of not returning occurs
In the error processing of 02, only the handling of a failure occurring in the input / output I / O device 008 is considered, and the processing when the PCI expansion box is reset or when the power supply to the PCI expansion box is cut off is considered. I didn't.
Therefore, when the power of the PCI expansion box is reset or the power is cut off, the RAS processing unit 002
In the error processing for identifying the failed input / output I / O device 008 performed in step 2, an access is made to a PCI device that has been reset and the configuration information has not been initialized,
There has been a problem that multiple failures (errors occurred during error processing) may occur, for example, by accessing a configuration space that has become inaccessible from S.
Although the processing when multiple failures occur is not described, a method of forcibly stopping the system may be employed. Another problem is that error processing cannot be performed in accordance with the importance of the input / output I / O devices arranged in the PCI expansion box.

【0007】この発明は、かかる問題点を解決するため
になされたものであり、H/W的にリセットされコンフ
ィグレーション情報が設定されていないPCIデバイス
へのアクセスを防止し、多重故障の発生を抑えることが
できる計算機システムを得ることを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve such a problem, and prevents access to a PCI device which has been reset in a hardware manner and has no configuration information set, thereby preventing the occurrence of multiple failures. The purpose is to obtain a computer system that can be suppressed.

【0008】[0008]

【課題を解決するための手段】この発明は、計算機本体
とは別電源が供給されるPCI拡張ボックスが接続され
ている計算機システムであって、計算機本体内及びPC
I拡張ボックス内に設けられた1以上の入出力I/O装
置と、各入出力I/O装置の状態データを保持するデバ
イス管理テーブルと、入出力I/O装置のいずれかから
エラー割り込み通知を受けたときに、当該入出力I/O
装置を特定し、デバイス管理テーブルを参照して、エラ
ー処理を行うエラー処理手段と、PCI拡張ボックスま
たはPCI拡張ボックス内の入出力I/O装置に異常が
発生したときに、PCI拡張ボックスがリセットされた
か否かを判定する判定手段とを備え、判定手段によりP
CI拡張ボックスがリセットされたと判定された場合
に、エラー処理手段が、PCI拡張ボックス内に設けら
れたすべての入出力I/O装置に関して特定のエラー処
理を行う計算機システムである。
SUMMARY OF THE INVENTION The present invention relates to a computer system to which a PCI expansion box to which power is supplied separately from a computer main body is connected.
One or more input / output I / O devices provided in the I expansion box, a device management table for holding status data of each input / output I / O device, and an error interrupt notification from one of the input / output I / O devices Input / output I / O
An error processing unit for specifying an apparatus and performing error processing with reference to the device management table, and resetting the PCI expansion box when an error occurs in the PCI expansion box or an input / output I / O device in the PCI expansion box. Determination means for determining whether or not the operation has been performed.
An error processing unit is a computer system that performs a specific error process on all input / output I / O devices provided in the PCI expansion box when it is determined that the CI expansion box has been reset.

【0009】また、PCI拡張ボックスがリセットされ
たと判定した場合に、特定のエラー処理として縮退運転
処理を実施する。
When it is determined that the PCI expansion box has been reset, a degenerate operation process is performed as a specific error process.

【0010】また、判定手段が、入出力I/O装置への
実際のI/O要求とは非同期に判定を実施する。
[0010] The determination means performs the determination asynchronously with the actual I / O request to the input / output I / O device.

【0011】また、PCI拡張ボックスヘの電源供給が
途絶えたことを検出して、当該電源異常をエラー処理手
段に通知する電源断検出手段をさらに備えている。
In addition, the power supply apparatus further includes a power-off detection unit that detects that power supply to the PCI expansion box has been interrupted, and notifies the error processing unit of the power supply abnormality.

【0012】また、PCI拡張ボックスがリセットされ
たと判定した場合に、特定のエラー処理としてシャット
ダウン処理を実施する。
When it is determined that the PCI expansion box has been reset, a shutdown process is performed as a specific error process.

【0013】また、計算機システムの立ち上がり時に最
初に動作するシステム初期化ROMと、システム初期化
ROMによりPCI拡張ボックス内の入出力1/O装置
に対して設定されるコンフィグレーション情報を記録す
るコンフィグレーション情報記録手段とをさらに備え、
PCI拡張ボックスがリセットされたと判定した場合
に、特定のエラー処理として、PCI拡張ボックス内の
各入出力I/O装置に対してコンフィグレーション情報
を再設定する。
Also, a system initialization ROM that operates first when the computer system is started up, and a configuration that records configuration information set for the input / output 1 / O device in the PCI expansion box by the system initialization ROM. Further comprising information recording means,
When it is determined that the PCI expansion box has been reset, the configuration information is reset for each input / output I / O device in the PCI expansion box as specific error processing.

【0014】また、コンフィグレーション情報を再設定
する回数の上限を設けている。
An upper limit is set for the number of times the configuration information is reset.

【0015】また、エラー処理手段により実行する特定
のエラー処理の内容を選択するエラー処理切り替え手段
をさらに備えている。
Further, there is further provided an error processing switching means for selecting the contents of a specific error processing to be executed by the error processing means.

【0016】また、PCI拡張ボックスが複数接続され
ている場合に、各PCI拡張ボックスごとに特定のエラ
ー処理の内容を設定するエラー処理定義手段をさらに備
えている。
When a plurality of PCI expansion boxes are connected, the system further comprises error processing definition means for setting specific error processing contents for each PCI expansion box.

【0017】[0017]

【発明の実施の形態】実施の形態1.図1は本発明の実
施の形態1の計算機システムの構成を示したブロック図
を示すもので、図において、1は計算機システム、2は
PCI拡張ボックスで、計算機システム1とPCI拡張
ボックス2はそれぞれ別電源3a,3bが供給されてい
る。計算機システム1内に設けられたホストバス4は、
ホストブリッジ6を介して、PCI拡張ボックス2内に
設けられたPCI拡張バス5に接続されている。7a,
7b,7cは入出力I/O装置を示し、入出力I/O装
置7aはホストバス4上に存在し、入出力I/O装置7
b、7cはPCI拡張ボックス2上に存在する。8は入
出力I/O装置7a,7b,7cからPCIエラー割込
み通知を受けて適切な処理を実行するRAS処理部、8
aはエラー処理として縮退運転を行う縮態運転処理手段
である。9は入出力I/O装置7の状態を記録するデバ
イス管理テーブルで、各々の入出力I/O装置7を識別
するためのデータが格納された項目9aと、入出力I/
O装置7が存在するバス上の位置を示す項目9bと、入
出力I/O装置7にI/O要求しているプロセスまたは
スレッドを識別する番号を記録しておく項目9cと、入
出力I/O装置7の状態を示す項目9dとを有する。
尚、デバイス管理テーブルの初期化は、計算機システム
起動時にPCIの規約にしたがってコンフィグレーショ
ンする過程で獲得できる情報であるので、ここではデバ
イス管理は準備できているものとする。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 FIG. 1 is a block diagram showing a configuration of a computer system according to a first embodiment of the present invention. In FIG. 1, 1 is a computer system, 2 is a PCI expansion box, and the computer system 1 and the PCI expansion box 2 are respectively Separate power supplies 3a and 3b are supplied. The host bus 4 provided in the computer system 1 includes:
It is connected to a PCI expansion bus 5 provided in the PCI expansion box 2 via a host bridge 6. 7a,
Reference numerals 7b and 7c denote input / output I / O devices. The input / output I / O device 7a exists on the host bus 4, and the input / output I / O device 7
b and 7c exist on the PCI expansion box 2. Reference numeral 8 denotes a RAS processing unit that receives a PCI error interrupt notification from the input / output I / O devices 7a, 7b, 7c and executes appropriate processing.
Reference numeral a denotes a degenerated operation processing unit that performs a degenerate operation as error processing. Reference numeral 9 denotes a device management table for recording the status of the input / output I / O device 7, an item 9 a storing data for identifying each input / output I / O device 7, and an input / output I / O device 7.
An item 9b indicating the position on the bus where the O device 7 exists; an item 9c for recording a number for identifying a process or thread requesting I / O to the I / O device 7; Item 9d indicating the state of the / O device 7.
Since the initialization of the device management table is information that can be obtained in the process of configuring the computer system according to the PCI rules when the computer system is started, it is assumed here that the device management is ready.

【0018】次に処理フローを図2を用いて説明する。
入出力I/O装置7にI/O要求を行うプロセスまたは
スレッドを識別する番号を、デバイス管理テーブル9の
項目9cに登録する(ステップS1)。入出力I/O装
置7にI/O要求を実施している最中に、PCIデバイ
ス7b,7cまたはPCIバス5に異常が発生すると、
エラー通知割り込み信号aによりRAS処理部8に通知
される(ステップS2)。エラー通知割り込み信号aを
受けたRAS処理部8は、まずPCI拡張ボックス2が
リセットされたかどうかの判定をホストブリッジ6のコ
ンフィグレーション空間がH/W的に再初期化されてい
るかどうか判定することにより行って、処理を分岐する
(ステップS3)。PCI拡張ボックス2がリセットさ
れていると判定した場合は、デバイス管理テーブル9の
項目9cを参照することでPCI拡張ボックス2の入出
力I/O装置7b,7cにI/O要求しているプロセス
またはスレッドを停止し、PCI拡張ボックス2上の入
出力I/O装置7b,7cに対応するデバイス管理テー
ブル9の項目9dをNGに変更する(ステップS4a)
ことで、計算機システムとして縮退運転(ステップS
5)を実施する。PCI拡張ボックス2がリセットされ
ていないと判定した場合は、従来例のRAS処理部と同
様の処理を実施する。すなわち、PCIデバイス7b,
7c上のステータスを順に調査していくことで故障が発
生した入出力I/O装置7を特定する。その後、故障が
発生した入出力1/O装置7に対応するデバイス管理テ
ーブル9の項目9cを参照することで、故障が発生した
入出力1/O装置7にI/O要求しているプロセスまた
はスレッドの停止させ、対応するデバイス管理テーブル
9の項目9dをNGに変更(ステップS4b)し、縮退
運転(ステップS5)を実施する。
Next, the processing flow will be described with reference to FIG.
A number for identifying a process or a thread that issues an I / O request to the input / output I / O device 7 is registered in the item 9c of the device management table 9 (step S1). If an error occurs in the PCI device 7b, 7c or the PCI bus 5 while an I / O request is being made to the input / output I / O device 7,
The RAS processing unit 8 is notified by the error notification interrupt signal a (step S2). Upon receiving the error notification interrupt signal a, the RAS processing unit 8 first determines whether or not the PCI expansion box 2 has been reset, by determining whether or not the configuration space of the host bridge 6 has been reinitialized H / W. And the process branches (step S3). If it is determined that the PCI expansion box 2 has been reset, the process requesting the I / O I / O devices 7b and 7c of the PCI expansion box 2 by referring to the item 9c of the device management table 9 Alternatively, the thread is stopped, and the item 9d of the device management table 9 corresponding to the input / output I / O devices 7b and 7c on the PCI expansion box 2 is changed to NG (step S4a).
As a result, the degenerate operation (step S
Perform 5). If it is determined that the PCI expansion box 2 has not been reset, the same processing as that of the RAS processing unit of the conventional example is performed. That is, the PCI devices 7b,
The input / output I / O device 7 in which the failure has occurred is identified by sequentially examining the status on the 7c. Thereafter, by referring to the item 9c of the device management table 9 corresponding to the input / output 1 / O device 7 in which the failure has occurred, the process or the I / O request to the input / output 1 / O device 7 in which the error has occurred or The thread is stopped, the item 9d of the corresponding device management table 9 is changed to NG (step S4b), and the degenerate operation (step S5) is performed.

【0019】以上のように、本実施の形態においては、
RAS処理部が、コンフィグレーション空間を参照し、
PCI拡張ボックスがリセットされたかどうかを判定す
るようにしたので、PCI拡張ボックスがリセットされ
ていた場合、RAS処理部で実施する故障I/O装置を
特定するための処理において、H/W的に初期化された
PCIデバイスにアクセスしてしまうことを未然に防止
し、多重故障が発生することを回避することができると
いう効果が得られる。
As described above, in the present embodiment,
The RAS processing unit refers to the configuration space,
Since it is determined whether or not the PCI expansion box has been reset, if the PCI expansion box has been reset, in the processing for specifying the failed I / O device performed by the RAS processing unit, H / W It is possible to prevent an access to the initialized PCI device from occurring, and to prevent multiple failures from occurring.

【0020】実施の形態2.図3は本発明の実施の形態
2の計算機システムの構成を示したブロック図を示すも
ので、図においては、図1で示した実施の形態1の構成
要素と同一の構成要素は同一の記号を付けている。図に
おいて、10は、PCI拡張ボックス2に配置されてい
る入出力I/O装置7へのI/O要求とは非同期にPC
I拡張ボックス2がリセットがされたかどうかを所定の
一定周期で判定する定周期チェック手段を示す。それ以
外の構成要素は前出のものと同様である。
Embodiment 2 FIG. 3 is a block diagram showing the configuration of the computer system according to the second embodiment of the present invention. In the figure, the same components as those of the first embodiment shown in FIG. Is attached. In the figure, reference numeral 10 denotes a PC asynchronous with an I / O request to the input / output I / O device 7 arranged in the PCI expansion box 2.
A periodic check means for determining whether or not the I extension box 2 has been reset at a predetermined constant cycle is shown. Other components are the same as those described above.

【0021】次に処埋フローを図4(a)を用いて説明
する。定周期チェック手段10が起動されると、ホスト
ブリッジ6のコンフィグレーション空間の情報より、P
CI拡張ボックス2がリセットされているかどうか判定
し処理を分岐する(ステップS10)。PCI拡張ボッ
クス2がリセットされていない場合は、所定の一定期間
休眠(ステップS11)した後、再び、ステップS10
の処理を実施する。ステップS10でPCI拡張ボック
ス2がリセットされたと判定した場合は、RAS処理部
8にPCI拡張ボックスがリセットされたことを通知す
る(ステップS12)。PCI拡張ボックス2がリセッ
トされたことを通知されたRAS処理部8では、図4
(b)のフローチャートに示すように、PCI拡張ボッ
クス2内の入出力I/O装置7b,7cにI/O要求し
ているプロセスまたはスレッドが存在すれば停止する
(ステップS4a)。さらに対応する入出力I/O装置
7のデバイス管理テーブル9の項目9dをNGに変更す
る(ステップS4a)ことで、縮退処理を実施する(ス
テップS5)。
Next, the processing flow will be described with reference to FIG. When the periodic check unit 10 is activated, the information of the configuration space of the host bridge 6 is used to determine P
It is determined whether or not the CI extension box 2 has been reset, and the process branches (step S10). If the PCI expansion box 2 has not been reset, after sleeping for a predetermined period of time (step S11), step S10 is performed again.
Is performed. If it is determined in step S10 that the PCI expansion box 2 has been reset, the RAS processing unit 8 is notified that the PCI expansion box has been reset (step S12). In the RAS processing unit 8 notified that the PCI expansion box 2 has been reset, the RAS processing unit 8 shown in FIG.
As shown in the flowchart of (b), if there is a process or thread requesting I / O in the input / output I / O devices 7b and 7c in the PCI expansion box 2, the operation is stopped (step S4a). Further, by changing the item 9d of the device management table 9 of the corresponding input / output I / O device 7 to NG (step S4a), the degeneration processing is performed (step S5).

【0022】以上のように、本実施の形態においては、
PCI拡張ボックスがリセットされたどうかを一定周期
で判定する定周期チェック手段10を加えることで、P
CI拡張ボックス内の入出力I/O装置へのI/O要求
とは非同期に、PCI拡張ボックスがリセットされてい
るかどうか知ることを可能にするという効果がある。
As described above, in the present embodiment,
By adding a periodic check means 10 for determining at regular intervals whether or not the PCI expansion box has been reset,
There is an effect that it is possible to know whether or not the PCI expansion box has been reset asynchronously with an I / O request to an input / output I / O device in the CI expansion box.

【0023】実施の形態3.図5は本発明の実施の形態
3の計算機システムの構成を示したブロック図を示すも
ので、図においては、前出の実施の形態と同一の構成要
素には同一の記号をつけている。図において、11は、
PCI拡張ボックス2の電源3bを監視し、電源の供給
が途絶えた場合にRAS処理部8へ通知する電源断検出
手段を示している。それ以外の構成要素は前出のものと
同様である。
Embodiment 3 FIG. FIG. 5 is a block diagram showing a configuration of a computer system according to the third embodiment of the present invention. In the figure, the same components as those in the above embodiment are denoted by the same reference numerals. In the figure, 11 is
A power-off detection unit that monitors the power supply 3b of the PCI expansion box 2 and notifies the RAS processing unit 8 when power supply is interrupted is shown. Other components are the same as those described above.

【0024】次に処理フローを図6を用いて説明する。
図6のフローチャートにおいては、前出の実施の形態と
同じ処理を行うステップには同一のステップ番号を付
し、その詳細な説明については省略する。電源断検出手
段11は、図6(a)に示すように、PCI拡張ボック
ス2への電源供給が途絶えたことを検出(ステップS2
1)すると、RAS処理部8に電源異常が発生したこと
を通知する(ステップS22)。電源断検出手段11か
らPCI拡張ボックス2の電源断を通知されたRAS処
理部8では、図6(b)に示すように、PCI拡張ボッ
クス2上の入出力I/O装置7b,7cにI/O要求し
ているプロセスまたはスレッドが存在すれば停止する。
さらに対応する入出力I/O装置のデバイス管理テーブ
ル9の項目9dをNGに変更する(ステップS4a)こ
とで、縮退運転を実施する(ステップS5)。
Next, the processing flow will be described with reference to FIG.
In the flowchart of FIG. 6, steps for performing the same processing as in the above-described embodiment are denoted by the same step numbers, and detailed description thereof will be omitted. As shown in FIG. 6A, the power-off detecting means 11 detects that the power supply to the PCI expansion box 2 has been interrupted (step S2).
1) Then, the RAS processing unit 8 is notified that a power failure has occurred (step S22). As shown in FIG. 6B, the RAS processing unit 8 notified of the power-off of the PCI expansion box 2 from the power-off detection unit 11 sends the I / O devices 7b and 7c on the PCI expansion box 2 to the I / O devices 7b and 7c. If there is a process or thread requesting / O, it stops.
Further, by changing the item 9d of the device management table 9 of the corresponding input / output I / O device to NG (step S4a), the degenerate operation is performed (step S5).

【0025】以上のように、本実施の形態においては、
PCI拡張ボックスの電源断が発生した場合にRAS処
理部に通知する電源断検出手段を加えることで、PCI
拡張ボックスの電源供給が途絶えた場合に、OSから参
照不可となるコンフィグレーション空間にアクセスする
ことなく縮退運転が可能になるという効果が得られる。
As described above, in the present embodiment,
By adding a power-off detection unit that notifies the RAS processing unit when the power-off of the PCI expansion box occurs,
When the power supply to the expansion box is interrupted, the effect is obtained that the degraded operation becomes possible without accessing the configuration space that cannot be referenced from the OS.

【0026】実施の形態4.図7は本発明の実施の形態
4の計算機システムの構成を示したブロック図を示すも
ので、図においては、前出の実施の形態と同一の構成要
素には同一の記号を付けている。図において、8bはR
AS処理部8でPCI拡張ボックス2がリセットされた
と判定した場合、PCI拡張ボックス2へのアクセスに
対するシャットダウン処理を行うためのシャットダウン
処理手段を示している。それ以外の構成要素は前出のも
のと同様である。
Embodiment 4 FIG. 7 is a block diagram showing the configuration of a computer system according to the fourth embodiment of the present invention. In the figure, the same components as those in the above embodiment are denoted by the same reference numerals. In the figure, 8b is R
A shutdown processing unit for performing shutdown processing for access to the PCI expansion box 2 when the AS processing unit 8 determines that the PCI expansion box 2 has been reset is shown. Other components are the same as those described above.

【0027】次に処理フローを図8を用いて説明する。
図8のフローチャートにおいては、前出の実施の形態と
同じ処理を行うステップには同一のステップ番号を付
し、その詳細な説明については省略する。入出力I/O
装置7にI/O要求を行うプロセスまたはスレッドを識
別する番号をデバイス管理テーブル9の項目9cに登録
する(ステップS1)。入出力I/O装置7にI/O要
求を実施している最中に、PCIデバイス7b,7cま
たはPCIバス5に異常が発生すると、エラー割り込み
信号aによりRAS処理部8に通知される(ステップS
2)。エラー割り込み通知を受けたRAS処理部8は、
PCI拡張ボックス2がリセットされたかどうか判定を
実施することで処理を分岐する(ステップS3)。PC
I拡張ボックス2がリセットされていると判定した場合
は、デバイス管理テーブル9の項目9cを参照すること
でPCI拡張ボックス2上の入出力I/O装置7b,7
cにI/O要求しているプロセスまたはスレッドを停止
し、対応するデバイス管理テーブル9の項目9dをNG
に変更(ステップS4a)した後、シャットダウン処理
(ステップS6)を実施することで計算機システムを正
常に終了させる。PCI拡張ボックス2がリセットされ
ていないと判定した場合は、従来例のRAS処理部と同
様のエラー処理(ステップS4b)を実施し、縮退運転
(ステップS5)を実施する。
Next, the processing flow will be described with reference to FIG.
In the flowchart of FIG. 8, steps for performing the same processing as in the above-described embodiment are denoted by the same step numbers, and detailed descriptions thereof will be omitted. Input / output I / O
A number for identifying a process or a thread that makes an I / O request to the device 7 is registered in the item 9c of the device management table 9 (step S1). If an error occurs in the PCI device 7b, 7c or the PCI bus 5 while an I / O request is being made to the input / output I / O device 7, the RAS processing unit 8 is notified by an error interrupt signal a ( Step S
2). Upon receiving the error interrupt notification, the RAS processing unit 8
The process branches by determining whether the PCI expansion box 2 has been reset (step S3). PC
If it is determined that the I extension box 2 has been reset, the input / output I / O devices 7 b and 7 on the PCI extension box 2 are referred to by referring to item 9 c of the device management table 9.
c, stop the process or thread that is requesting I / O, and set the corresponding item 9d of the device management table 9 to NG.
(Step S4a), the computer system is normally terminated by executing a shutdown process (Step S6). If it is determined that the PCI expansion box 2 has not been reset, the same error processing (step S4b) as in the conventional RAS processing unit is performed, and the degenerate operation (step S5) is performed.

【0028】以上のように、本実施の形態においては、
PCI拡張ボックスがリセットされていた場合に、RA
S処理部で実施するエラー処理として、シャットダウン
処理を行うように変更することで、PCI拡張ボックス
がリセットされるという異常状態が発生した場合でも、
計算機システムとして正常終了することが可能になると
いう効果がある。
As described above, in the present embodiment,
If the PCI expansion box has been reset, RA
By changing to perform the shutdown processing as the error processing performed by the S processing unit, even if an abnormal state occurs in which the PCI expansion box is reset,
There is an effect that the computer system can be normally terminated.

【0029】実施の形態5.図9は本発明の実施の形態
5の計算機システムの構成を示したブロック図を示すも
ので、図においては、前出の実施の形態と同一の構成要
素は同一の記号を付けている。図において、8cは、R
AS処理部8でPCI拡張ボックス2がリセットされた
と判定した場合、コンフィグレーション情報の再設定処
理を行うためのPCIデバイスの再設定処理手段を示し
ている。13は、計算機システム立ち上がり時に最初に
動作するシステム初期化ROMを示し、OS(図示せ
ず)からホストブリッジ6や入出力I/O装置7にアク
セス可能とするためにコンフィグレーション情報14を
PCIデバイス6、7に設定する。デバイス管理テーブ
ル9の項目9eは、システム初期化ROMによって各入
出力I/O装置7に設定されるコンフィグレーション情
報14を示す。12はシステム初期化ROM13によっ
て各ブリッジに設定されるコンフィグレーション情報1
4を保持するためのブリッジ情報テーブルで、ブリッジ
を識別するための情報12aと、コンフィグレーション
情報12bの項目をもつ。尚、デバイス管理テーブル9
の項目9e、ブリッジ情報テーブルの項目12bはOS
初期化時に設定されるものであり、ここでは既に登録さ
れているものとする。それ以外の構成要素を前出のもの
と同様である。
Embodiment 5 FIG. 9 is a block diagram showing a configuration of a computer system according to the fifth embodiment of the present invention. In the figure, the same components as those in the above embodiment are denoted by the same reference numerals. In the figure, 8c is R
The figure shows a PCI device re-setting processing means for performing a reset process of the configuration information when the AS processing unit 8 determines that the PCI expansion box 2 is reset. Reference numeral 13 denotes a system initialization ROM that operates first when the computer system starts up, and stores configuration information 14 in a PCI device so that the host bridge 6 and the input / output I / O device 7 can be accessed from an OS (not shown). Set to 6 and 7. Item 9e of the device management table 9 indicates the configuration information 14 set in each input / output I / O device 7 by the system initialization ROM. Reference numeral 12 denotes configuration information 1 set for each bridge by the system initialization ROM 13
4 is a bridge information table for holding information 12a for identifying a bridge and configuration information 12b. The device management table 9
Item 9e of the bridge information table and item 12b of the bridge information table
It is set at the time of initialization, and here it is assumed that it has already been registered. Other components are the same as those described above.

【0030】次に処理フローを図10を用いて説明す
る。図10のフローチャートにおいては、前出と同じ処
理を行うステップには同一のステップ番号を付し、その
詳細な説明については省略する。入出力I/O装置7に
I/O要求を行うプロセスまたはスレッドを識別する番
号をデバイス管理テーブル9の項目9cに登録する(ス
テップS1)。入出力I/O装置7にI/O要求を実施
している最中に、PCIデバイスまたはPCIバスに異
常が発生すると、エラー割り込み信号aによりRAS処
理部8に通知される(ステップS2)。エラー割り込み
通知を受けたRAS処理部8は、まずPCI拡張ボック
ス2がリセットされたかどうかの判定(ステップS3)
を実施することで処理を分岐する。PCI拡張ボックス
2がリセットされていると判定した場合は、PCI拡張
ボックス2上に存在するPCIデバイス6,7b,7c
に対して、ブリッジ情報テーブル12の項目12b,デ
バイス管理テーブル9の項目9eを参照することで、コ
ンフィグレーション情報を再設定(ステップS4c)
し、終了する。PCI拡張ボックス2がリセットされて
いないと判定した場合は、従来例のRAS処理と同様の
処理(ステップS4b)を実施し、縮退運転を実施(ス
テップS5)する。
Next, the processing flow will be described with reference to FIG. In the flowchart of FIG. 10, steps for performing the same processing as described above are given the same step numbers, and detailed descriptions thereof will be omitted. A number for identifying a process or a thread that issues an I / O request to the input / output I / O device 7 is registered in the item 9c of the device management table 9 (step S1). If an abnormality occurs in a PCI device or a PCI bus while an I / O request is being made to the input / output I / O device 7, the RAS processing unit 8 is notified by an error interrupt signal a (step S2). Upon receiving the error interrupt notification, the RAS processing unit 8 first determines whether the PCI expansion box 2 has been reset (step S3).
Is performed, the process branches. If it is determined that the PCI expansion box 2 has been reset, the PCI devices 6, 7b, 7c existing on the PCI expansion box 2
, The configuration information is reset by referring to the item 12b of the bridge information table 12 and the item 9e of the device management table 9 (step S4c).
And exit. If it is determined that the PCI expansion box 2 has not been reset, the same process (step S4b) as the conventional RAS process is performed, and the degenerate operation is performed (step S5).

【0031】以上のように、本実施の形態においては、
PCI拡張ボックスがリセットされていた場合に、PC
I拡張ボックス上に配置されているPCIデバイスにコ
ンフィグレーション情報を再設定するPCIデバイスの
再設定処理手段を加えることで、PCI拡張ボックスに
単発的な瞬停が発生しても、計算機システムを縮退処理
することなく、正常状態で連続運転することが可能にな
るという効果がある。
As described above, in the present embodiment,
If the PCI expansion box has been reset,
By adding a PCI device reset processing means for resetting configuration information to a PCI device arranged on the I extension box, the computer system is degraded even if a single momentary blackout occurs in the PCI extension box. There is an effect that continuous operation can be performed in a normal state without processing.

【0032】実施の形態6.図11は本発明の実施の形
態6の計算機システムの構成を示したブロック図を示す
もので、図においては、前出の実施の形態と同一の構成
要素は同一の記号を付けている。8dは、PCIデバイ
スにコンフィグレーション情報の再設定処理を行うPC
Iデバイスの再設定処理手段8cが実施した再設定処理
の回数と上限回数を保持する再設定回数チェック機能を
示している。それ以外の構成要素は前出のものと同様で
ある。
Embodiment 6 FIG. FIG. 11 is a block diagram showing a configuration of a computer system according to the sixth embodiment of the present invention. In the figure, the same components as those in the previous embodiment are denoted by the same reference numerals. 8d is a PC that performs a process of resetting configuration information on a PCI device.
It shows a reset count check function that holds the reset count and the upper limit count executed by the resetting processing means 8c of the I device. Other components are the same as those described above.

【0033】次に処理フローを図12を用いて説明す
る。図12のフローチャートにおいては前出と同じ処理
を行うステップには同一ステップ番号を付し、その詳細
な説明については省略する。入出力I/O装置7にI/
O要求を行う前に、I/O要求を発行するプロセスまた
はスレッドを識別する番号をデバイス管理テーブル9の
項目9cに登録(ステップS1)し、入出力I/O装置
7に対してI/O要求を行う。入出力I/O装置7にI
/O要求を実施している最中に、PCIデバイス6,7
b,7cまたはPCIバス5に異常が発生すると、エラ
ー割り込み信号aによりRAS処理部8に通知される
(ステップS2)。エラー割り込み通知を受信したRA
S処理部8は、PCI拡張ボックス2がリセットされて
いないかどうかの判定(ステップS3)を行うことで処
理を分岐する。PCI拡張ボックス2がリセットされて
いない場合は、従来のRAS処理と同様の処理(ステッ
プS4b)を行い、縮退運転(ステップS5)を実施す
る。PCI拡張ボックス2がリセットされていると判定
した場合は、さらに再設定回数が上限値を超えているか
どうかチェック(ステップS7)することで処理を分岐
する。再設定回数が上限値を超えていない場合は、PC
I拡張ボックス2上に存在するPCIデバイスに対し
て、ブリッジ情報テーブルの項目12b、デバイス管理
テーブルの項目9eを参照することで、コンフィグレー
ション情報を再設定(ステップS4c)し、終了する。
再設定回数が上限値を超えている場合は、PCI拡張ボ
ックス2上の入出力I/O装置にI/O要求しているプ
ロセスまたはスレッドを停止し、PCI拡張ボックス2
上の入出力I/O装置7b,7cに対応するデバイス管
理テーブル9の項目9dをNGに変更する(ステップS
4a)ことで、縮退運転を実施(ステップS5)する。
Next, the processing flow will be described with reference to FIG. In the flowchart of FIG. 12, steps for performing the same processing as those described above are denoted by the same step numbers, and detailed description thereof will be omitted. I / O I / O device 7
Before making an O request, a number for identifying the process or thread that issues the I / O request is registered in the item 9c of the device management table 9 (step S1), and the I / O device 7 receives the I / O request. Make a request. I / O I / O device 7
While executing the / O request, the PCI devices 6, 7
When an error occurs in the b, 7c or the PCI bus 5, the RAS processing unit 8 is notified by an error interrupt signal a (step S2). RA that received the error interrupt notification
The S processing unit 8 branches the processing by determining whether or not the PCI expansion box 2 has been reset (step S3). If the PCI expansion box 2 has not been reset, the same process (step S4b) as the conventional RAS process is performed, and the degenerate operation (step S5) is performed. If it is determined that the PCI expansion box 2 has been reset, the process branches by further checking whether or not the number of resets has exceeded the upper limit (step S7). If the number of resets does not exceed the upper limit,
The configuration information is reset for the PCI device existing on the I extension box 2 by referring to the bridge information table item 12b and the device management table item 9e (step S4c), and the process ends.
If the number of resets exceeds the upper limit, the process or thread that is requesting I / O to the input / output I / O device on the PCI expansion box 2 is stopped, and the PCI expansion box 2
The item 9d of the device management table 9 corresponding to the above input / output I / O devices 7b and 7c is changed to NG (Step S)
4a), the degeneration operation is performed (step S5).

【0034】以上のように、本実施の形態においては、
PCIデバイスにコンフィグレーション情報を再設定す
る回数に上限を設けることで、PCI拡張ボックスのリ
セットが頻発している場合に、PCI拡張ボックス上の
PCIデバイスにコンフィグレーション情報を再設定す
る処理が連続的に発生することを避けることが可能にな
るという効果がある。
As described above, in the present embodiment,
By setting an upper limit on the number of times the configuration information is reset in the PCI device, the process of resetting the configuration information in the PCI device on the PCI expansion box is continuous if the PCI expansion box is frequently reset. This has the effect that it is possible to avoid the occurrence of the problem.

【0035】実施の形態7.図13は本発明の実施の形
態7の計算機システムの構成を示したブロック図を示す
もので、図においては、前出の実施の形態と同じ構成要
素には同一の記号を付けている。図において、16はR
AS処理部8が実施するエラー処理内容を指定する変数
が格納されているリセット処理定義変数である。リセッ
ト処理定義変数16には、縮退運転処理か、シャットダ
ウン処理か、または、PCIデバイスの再設定処理のい
ずれかが指定されている。8eは、リセット処理定義変
数16を参照しながら、RAS処理部8で実施するエラ
ー処理を決定するエラー処理切り替え手段を示す。尚、
リセット処理定義変数16は、計算機システム起動時
に、外部記憶装置15にファイルなどで格納されてい
る、ユーザにより選択されたエラー処理を指定する定義
を読み出(リード)して、リセット処理定義変数16に
格納するため、ここでは既にリセット処理定義変数16
には所定の値が設定されているものとする。それ以外の
構成要素は前出のものと同様である。
Embodiment 7 FIG. FIG. 13 is a block diagram showing the configuration of a computer system according to the seventh embodiment of the present invention. In the figure, the same components as those in the above embodiment are given the same symbols. In the figure, 16 is R
This is a reset process definition variable in which a variable that specifies the content of the error process performed by the AS processing unit 8 is stored. The reset process definition variable 16 specifies one of a degenerate operation process, a shutdown process, and a PCI device resetting process. Reference numeral 8e denotes an error processing switching unit that determines error processing to be performed by the RAS processing unit 8 while referring to the reset processing definition variable 16. still,
The reset process definition variable 16 reads out (reads) a definition that specifies an error process selected by the user and is stored in a file or the like in the external storage device 15 when the computer system starts up. Here, the reset processing definition variable 16
Is set to a predetermined value. Other components are the same as those described above.

【0036】次に処理フローを図14を用いて説明す
る。図14のフローチャートにおいては前出と同じ処理
を行うステップには同一ステップ番号を付し、その詳細
な説明については省略する。入出力I/O装置7にI/
O要求を行う前に、I/O要求を発行するプロセスまた
はスレッドを識別する番号をデバイス管理テーブル9の
項目9cに登録(ステップS1)し、入出力I/O装置
7に対してI/O要求を行う。入出力I/O装置7にI
/O要求を発行している最中に、PCIデバイスまたは
PCIバスに異常が発生すると、エラー割り込み信号a
によりRAS処理部8に通知される(ステップS2)。
エラー割り込み通知を受けたRAS処理部8は、PCI
拡張ボックスがリセットされていないかどうかの判定
(ステップS3)を行うことで処理を分岐する。PCI
拡張ボックス2がリセットされていないと判定した場合
は、従来のRAS処理と同様の処理(ステップS4b)
を行い、縮退運転(ステップS5)を実施する。
Next, the processing flow will be described with reference to FIG. In the flowchart of FIG. 14, steps for performing the same processing as those described above are given the same step numbers, and detailed descriptions thereof are omitted. I / O I / O device 7
Before making an O request, a number for identifying the process or thread that issues the I / O request is registered in the item 9c of the device management table 9 (step S1), and the I / O device 7 receives the I / O request. Make a request. I / O I / O device 7
If an error occurs in the PCI device or the PCI bus while the / O request is being issued, the error interrupt signal a
Is notified to the RAS processing unit 8 (step S2).
Upon receiving the error interrupt notification, the RAS processing unit 8
The process branches by determining whether or not the extension box has been reset (step S3). PCI
If it is determined that the extension box 2 has not been reset, the same processing as the conventional RAS processing (step S4b)
And the degenerate operation (step S5) is performed.

【0037】PCI拡張ボックス2がリセットされたと
判定した場合は、エラー処理切り替え手段8eでリセッ
ト処理定義変数16を参照することで、エラー処理内容
の分岐を行う(ステップS8)。
If it is determined that the PCI expansion box 2 has been reset, the error processing switching means 8e refers to the reset processing definition variable 16 to branch the error processing contents (step S8).

【0038】リセット処理定義変数16に縮退運転が指
定されていた場合は、デバイス管理テーブル9の項目9
cを参照し、PCI拡張ボックス2上の入出力I/O装
置7b,7cにI/O要求しているプロセスまたはスレ
ッドを停止する。また対応するデバイス管理テーブル9
の項目9dをNGに変更(ステップS4a)した後、縮
退運転を実施する(ステップS5)。
When the degenerate operation is specified in the reset process definition variable 16, item 9 of the device management table 9
With reference to c, the process or thread that requests I / O to the input / output I / O devices 7b and 7c on the PCI expansion box 2 is stopped. Also, the corresponding device management table 9
Is changed to NG (step S4a), and then the degenerate operation is performed (step S5).

【0039】リセット処理定義変数16にシャットダウ
ン処理が指定されていた場合は、デバイス管理テーブル
9の項目9cを参照し、PCI拡張ボックス2上の入出
力I/O装置7b,7cにI/O要求しているプロセス
またはスレッドを停止する。また対応するデバイス管理
テーブル9の項目9dをNGに変更(ステップS4a)
した後、シャットダウン処理を実施する(ステップS
6)。
When the shutdown process is specified in the reset process definition variable 16, the I / O request is sent to the input / output I / O devices 7b and 7c on the PCI expansion box 2 by referring to the item 9c of the device management table 9. Stop the running process or thread. Further, the item 9d of the corresponding device management table 9 is changed to NG (step S4a).
After that, a shutdown process is performed (step S
6).

【0040】リセット処理定義変数16にコンフィグレ
ーション情報再設定が指定されていた場合は、PCI拡
張ボックス2上に存在するブリッジ6、入出力I/O装
置7に対して、ブリッジ情報テーブルの項目12b、デ
バイス管理テーブルの項目9eを参照することで、コン
フィグレーション情報を再設定(ステップS4c)し、
終了する。
When the resetting of the configuration information is specified in the reset processing definition variable 16, the bridge information table item 12b for the bridge 6 and the input / output I / O device 7 existing on the PCI expansion box 2 is set. The configuration information is reset by referring to the item 9e of the device management table (step S4c).
finish.

【0041】以上のように、本実施の形態においては、
RAS処理部で実施するエラー処理内容をユーザ側で変
更するためのエラー処理切り替え手段を設けることで、
PCI拡張ボックス上の入出力I/O装置の重要度に応
じたエラー処理を行うことが可能になるという効果があ
る。
As described above, in the present embodiment,
By providing error processing switching means for changing the content of error processing performed by the RAS processing unit on the user side,
There is an effect that error processing according to the importance of the input / output I / O device on the PCI expansion box can be performed.

【0042】実施の形態8.図15は本発明の実施の形
態8の計算機システムの構成を示したブロック図を示す
もので、図においては、前出の実施の形態と同一の構成
要素には同一の記号を付けている。2a,2bはそれぞ
れホストブリッジ6a,6bを介してホストバス4と接
続されているPCI拡張ボックス(なおこれまでの実施
の形態でもPCI拡張ボックスは複数存在してよかった
が特に意識する必要がなかったため省略してあった。便
宜上、図ではPCI拡張ボックスは2つ存在するものと
する)で、それぞれ計算機本体1とは異なる電源3b,
3cが供給されている。7a〜7eは入出力I/O装置
を表わし、存在するバスの位置はデバイス管理テーブル
9の項目9bに登録される。17はリセット処理定義テ
ーブルを表わし、PCI拡張ボックスを識別する項目1
7aと、エラー処理内容を示す項目17bの2つの項目
を持つ。8eは、リセット処理定義テーブル17を参照
しながら、RAS処理部8で実施するエラー処理を決定
するエラー切り替え手段を表わす。尚、計算機システム
起動時に外部記憶装置15ファイル形式などで格納され
ているユーザ定義を読み出(リード)し、リセット処理
定義テーブル17を生成するため、ここでは既にリセッ
ト処理定義テーブルの初期化はされているものとする。
それ以外の構成要素は前出のものと同じである。
Embodiment 8 FIG. FIG. 15 is a block diagram showing a configuration of a computer system according to the eighth embodiment of the present invention. In the figure, the same components as those in the above embodiment are denoted by the same reference numerals. Reference numerals 2a and 2b denote PCI expansion boxes connected to the host bus 4 via the host bridges 6a and 6b, respectively. For the sake of convenience, it is assumed that there are two PCI expansion boxes in the figure).
3c is supplied. Reference numerals 7a to 7e denote input / output I / O devices, and the locations of existing buses are registered in item 9b of the device management table 9. Reference numeral 17 denotes a reset process definition table, and item 1 for identifying a PCI extension box
7a and an item 17b indicating the content of error processing. Reference numeral 8e denotes an error switching unit that determines error processing to be performed by the RAS processing unit 8 with reference to the reset processing definition table 17. Note that the user definition stored in the external storage device 15 file format or the like is read (read) at the time of starting the computer system, and the reset processing definition table 17 is generated. Therefore, the reset processing definition table has already been initialized here. It is assumed that
The other components are the same as those described above.

【0043】次に処理フローを図16を用いて説明す
る。図16のフローチャートにおいては前出と同じ処理
を行うステップには同一ステップ番号を付し、その詳細
な説明については省略する。入出力装置7にI/O要求
を行う前に、I/O要求を発行するプロセスまたはスレ
ッドを識別する番号をデバイス管理テーブル9の項目9
cに登録(ステップS1)し、入出力I/O装置7に対
してI/O要求を行う。入出力I/O装置7にI/O要
求を発行している最中に、PCIデバイスまたはPCI
バスに異常が発生すると、エラー割り込み信号aにより
RAS処理部8に通知される(ステップS2)。エラー
割り込み通知を受けたRAS処理部8では、PCI拡張
ボックスがリセットされていないかどうかの判定(ステ
ップS3)を、リセットされたPCI拡張ボックスが決
定するまで繰り返す(ステップS9a−S9b)。
Next, the processing flow will be described with reference to FIG. In the flowchart of FIG. 16, steps that perform the same processing as described above are given the same step numbers, and detailed descriptions thereof are omitted. Before making an I / O request to the input / output device 7, a number identifying the process or thread that issues the I / O request is entered in item 9 of the device management table 9.
c (step S1), and issues an I / O request to the input / output I / O device 7. While issuing an I / O request to the input / output I / O device 7, a PCI device or a PCI
When an abnormality occurs in the bus, the RAS processing unit 8 is notified by an error interrupt signal a (step S2). Upon receiving the error interrupt notification, the RAS processing unit 8 repeats the determination whether the PCI expansion box has been reset (step S3) until the reset PCI expansion box is determined (steps S9a-S9b).

【0044】ステップS9a−S9b間で、すべてのP
CI拡張ボックスがリセットされていないと判定した場
合は、従来のRAS処理と同様の処理(ステップS4
b)を行い、縮退運転(ステップS5)を実施する。
In steps S9a-S9b, all P
If it is determined that the CI extension box has not been reset, processing similar to the conventional RAS processing (step S4)
b) is performed, and the degenerate operation (step S5) is performed.

【0045】ステップS9a−S9b間で、リセットさ
れたPCI拡張ボックスが特定できた場合は、エラー処
理切り替え手段8eでリセット処理テーブル17を参照
し、故障が発生したと特定されたPCI拡張ボックスに
指定されているエラー処理内容によって処理を分岐する
(ステップS4e)。
If a reset PCI expansion box can be specified between steps S9a and S9b, the error processing switching means 8e refers to the reset processing table 17 and designates the PCI expansion box specified as having a failure. The processing branches depending on the error processing being performed (step S4e).

【0046】エラー処理内容として縮退運転が指定され
ていた場合は、デバイス管理テーブル9の項目9b,9
cを参照することで、故障が発生したPCIボックス2
上の入出力I/O装置7にI/O要求しているプロセス
またはスレッドを停止する。また対応するデバイス管理
テーブル9の項目9dをNGに変更(ステップS4a)
した後、縮退運転を実施する(ステップS5)。
When the degenerate operation is specified as the error processing content, the items 9b and 9 in the device management table 9
By referring to c, the PCI box 2 in which the failure occurred
The process or thread that is requesting I / O to the above input / output I / O device 7 is stopped. Further, the item 9d of the corresponding device management table 9 is changed to NG (step S4a).
After that, the degenerate operation is performed (step S5).

【0047】エラー処理内容としてシャットダウン処理
が指定されていた場合は、デバイス管理テーブル9の項
目9b,9cを参照することで、故障が発生したPCI
拡張ボックス2上の入出力I/O装置7にI/O要求し
ているプロセスまたはスレッドを停止する。また対応す
るデバイス管理テーブル9の項目9dをNGに変更(ス
テップS4a)した後、シャットダウン処理を実施する
(ステップS6)。
If the shutdown processing is specified as the error processing content, the failure PCI is referenced by referring to the items 9 b and 9 c of the device management table 9.
The process or thread that is requesting I / O to the input / output I / O device 7 on the expansion box 2 is stopped. After changing the item 9d of the corresponding device management table 9 to NG (Step S4a), the shutdown process is performed (Step S6).

【0048】エラー処理内容としてコンフィグレーショ
ン情報の再設定が指定されていた場合は、故障が発生し
たPCI拡張ボックス2上に存在するブリッジ6、入出
力I/O装置7に対して、ブリッジ情報テーブルの項目
12b、デバイス管理テーブル9の項目9eを参照する
ことで、コンフィグレーション情報を再設定(ステップ
S4c)し、終了する。
If the resetting of the configuration information is specified as the content of the error processing, the bridge information table is sent to the bridge 6 and the input / output I / O device 7 existing on the PCI expansion box 2 where the failure has occurred. The configuration information is reset (step S4c) by referring to item 12b of item 12e and item 9e of the device management table 9, and the process ends.

【0049】以上のように、本実施の形態においては、
RAS処理部で実施するエラー処理内容をPCI拡張ボ
ックスごとに設定できるようにすることで、PCI拡張
ボックスが複数接続されているシステムにおいて、故障
が発生したPCI拡張ボックスの重要度に応じたエラー
処理を行うことが可能になるという効果がある。
As described above, in the present embodiment,
In the system in which a plurality of PCI expansion boxes are connected, error processing corresponding to the degree of importance of the failed PCI expansion box can be performed by enabling the content of the error processing performed by the RAS processing unit to be set for each PCI expansion box. Has the effect of being able to perform

【0050】[0050]

【発明の効果】この発明は、計算機本体とは別電源が供
給されるPCI拡張ボックスが接続されている計算機シ
ステムであって、計算機本体内及びPCI拡張ボックス
内に設けられた1以上の入出力I/O装置と、各入出力
I/O装置の状態データを保持するデバイス管理テーブ
ルと、入出力I/O装置のいずれかからエラー割り込み
通知を受けたときに、当該入出力I/O装置を特定し、
デバイス管理テーブルを参照して、エラー処理を行うエ
ラー処理手段と、PCI拡張ボックスまたはPCI拡張
ボックス内の入出力I/O装置に異常が発生したとき
に、PCI拡張ボックスがリセットされたか否かを判定
する判定手段とを備え、判定手段によりPCI拡張ボッ
クスがリセットされたと判定された場合に、エラー処理
手段が、PCI拡張ボックス内に設けられたすべての入
出力I/O装置に関して特定のエラー処理を行う計算機
システムであるので、H/W的にリセットされコンフィ
グレーション情報が設定されていないPCI拡張ボック
ス内の入出力I/O装置ヘのアクセスを防ぎ、多重故障
の発生を回避することができるという効果が得られる。
According to the present invention, there is provided a computer system to which a PCI expansion box to which power is supplied separately from a computer main body is connected, wherein one or more input / output devices provided in the computer main body and the PCI expansion box are provided. An I / O device, a device management table for holding status data of each input / output I / O device, and, when an error interrupt notification is received from any of the input / output I / O devices, the input / output I / O device To identify
An error processing means for performing error processing with reference to the device management table, and whether or not the PCI expansion box has been reset when an abnormality has occurred in the PCI expansion box or an input / output I / O device in the PCI expansion box. Determining means for determining whether or not the PCI expansion box has been reset, the error processing means including a specific error processing for all input / output I / O devices provided in the PCI expansion box. , It is possible to prevent access to the input / output I / O device in the PCI expansion box which is reset in H / W and has no configuration information set, thereby avoiding occurrence of multiple failures. The effect is obtained.

【0051】また、PCI拡張ボックスがリセットされ
たと判定した場合に、特定のエラー処理として縮退運転
処理を実施するようにしたので、H/W的にリセットさ
れたPCI拡張ボックス内の入出力I/O装置ヘのアク
セスを防ぎ、多重故障の発生を回避することができると
いう効果が得られる。
Further, when it is determined that the PCI expansion box has been reset, the degenerate operation processing is performed as a specific error processing. Therefore, the input / output I / O in the H / W reset PCI expansion box is performed. This has the effect of preventing access to the O device and avoiding multiple failures.

【0052】また、判定手段が、入出力I/O装置への
実際のI/O要求とは非同期に判定を実施するようにし
たので、PCI拡張ボックスヘの実際のI/O要求とは
非同期にPCI拡張ボックスがリセットされたことを知
ることが可能になるという効果が得られる。
Further, since the determination means performs the determination asynchronously with the actual I / O request to the input / output I / O device, it is asynchronous with the actual I / O request to the PCI expansion box. The effect is obtained that it is possible to know that the PCI expansion box has been reset.

【0053】また、PCI拡張ボックスヘの電源供給が
途絶えたことを検出して、当該電源異常をエラー処理手
段に通知する電源断検出手段をさらに備えているので、
PCI拡張ボックスヘの電源供給が途絶えた場合でも、
計算機システムとして、連続縮退運転を可能にするとい
う効果が得られる。
[0053] Further, since the power supply to the PCI expansion box is detected to be interrupted and power failure detection means for notifying the error processing means of the power failure is further provided.
Even if the power supply to the PCI expansion box is interrupted,
As a computer system, the effect of enabling continuous degenerate operation is obtained.

【0054】また、PCI拡張ボックスがリセットされ
たと判定した場合に、特定のエラー処理としてシャット
ダウン処理を実施するようにしたので、PCI拡張ボッ
クスがリセットされた場合に、計算機システムとして正
常にシャットダウンすることを可能にするという効果が
得られる。
Further, when it is determined that the PCI expansion box has been reset, the shutdown processing is executed as a specific error processing. Therefore, when the PCI expansion box is reset, the computer system can be normally shut down. Is obtained.

【0055】また、計算機システムの立ち上がり時に最
初に動作するシステム初期化ROMと、システム初期化
ROMによりPCI拡張ボックス内の入出力1/O装置
に対して設定されるコンフィグレーション情報を記録す
るコンフィグレーション情報記録手段とをさらに備え、
PCI拡張ボックスがリセットされたと判定した場合
に、特定のエラー処理として、PCI拡張ボックス内の
各入出力I/O装置に対してコンフィグレーション情報
を再設定するようにしたので、PCI拡張ボックスの電
源に単発的な瞬停が発生しても、縮退運転することなく
連続動作することが可能になるという効果が得られる。
A system initialization ROM that operates first when the computer system starts up, and a configuration that records configuration information set for the input / output 1 / O device in the PCI expansion box by the system initialization ROM. Further comprising information recording means,
When it is determined that the PCI expansion box has been reset, the configuration information is reset for each input / output I / O device in the PCI expansion box as a specific error processing. Thus, even if a single momentary blackout occurs, it is possible to continuously operate without degenerate operation.

【0056】また、コンフィグレーション情報を再設定
する回数の上限を設けるようにしたので、PCI拡張ボ
ックスの電源に断続的な瞬停が発生したときに、コンフ
ィグレーション情報の再設定処理が連続的に行われるこ
とを回避できるという効果が得られる。
Since the upper limit of the number of times of resetting the configuration information is set, when an intermittent momentary power failure occurs in the power supply of the PCI expansion box, the resetting process of the configuration information is continuously performed. An effect is obtained that the execution can be avoided.

【0057】また、エラー処理手段により実行する特定
のエラー処理の内容を選択するエラー処理切り替え手段
をさらに備えているので、PCI拡張ボックス上に配置
される入出力I/O装置の重要度やシステム構成に応じ
たエラー処理を選択することが可能になるという効果が
得られる。
Further, since the apparatus further comprises an error processing switching means for selecting the content of a specific error processing to be executed by the error processing means, the importance of the input / output I / O device arranged on the PCI expansion box and the system The effect is obtained that it is possible to select the error processing according to the configuration.

【0058】また、PCI拡張ボックスが複数接続され
ている場合に、各PCI拡張ボックスごとに特定のエラ
ー処理の内容を設定するエラー処理定義手段をさらに備
えているので、PCI拡張ボックスごとの重要度に応じ
たエラー処理を実施することが可能になるという効果が
得られる。
When a plurality of PCI expansion boxes are connected, error processing definition means for setting specific error processing contents for each PCI expansion box is further provided. This makes it possible to execute an error process according to the above.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 この発明の実施の形態1における計算機シス
テムの構成を示したブロック図である。
FIG. 1 is a block diagram showing a configuration of a computer system according to Embodiment 1 of the present invention.

【図2】 この発明の実施の形態1の計算機システムの
処理手順を示すフローチャート図である。
FIG. 2 is a flowchart showing a processing procedure of the computer system according to the first embodiment of the present invention.

【図3】 この発明の実施の形態2における計算機シス
テムの構成を示したブロック図である。
FIG. 3 is a block diagram showing a configuration of a computer system according to a second embodiment of the present invention.

【図4】 この発明の実施の形態2の計算機システムの
処理手順を示すフローチャート図である。
FIG. 4 is a flowchart showing a processing procedure of the computer system according to the second embodiment of the present invention.

【図5】 この発明の実施の形態3における計算機シス
テムの構成を示したブロック図である。
FIG. 5 is a block diagram showing a configuration of a computer system according to Embodiment 3 of the present invention.

【図6】 この発明の実施の形態3の計算機システムの
処理手順を示すフローチャート図である。
FIG. 6 is a flowchart illustrating a processing procedure of the computer system according to the third embodiment of the present invention.

【図7】 この発明の実施の形態4における計算機シス
テムの構成を示したブロック図である。
FIG. 7 is a block diagram showing a configuration of a computer system according to Embodiment 4 of the present invention.

【図8】 この発明の実施の形態4の計算機システムの
処理手順を示すフローチャート図である。
FIG. 8 is a flowchart showing a processing procedure of the computer system according to the fourth embodiment of the present invention.

【図9】 この発明の実施の形態5における計算機シス
テムの構成を示したブロック図である。
FIG. 9 is a block diagram showing a configuration of a computer system according to Embodiment 5 of the present invention.

【図10】 この発明の実施の形態5の計算機システム
の処理手順を示すフローチャート図である。
FIG. 10 is a flowchart showing a processing procedure of the computer system according to the fifth embodiment of the present invention.

【図11】 この発明の実施の形態6における計算機シ
ステムの構成を示したブロック図である。
FIG. 11 is a block diagram showing a configuration of a computer system according to Embodiment 6 of the present invention.

【図12】 この発明の実施の形態6の計算機システム
の処理手順を示すフローチャート図である。
FIG. 12 is a flowchart illustrating a processing procedure of a computer system according to Embodiment 6 of the present invention.

【図13】 この発明の実施の形態7における計算機シ
ステムの構成を示したブロック図である。
FIG. 13 is a block diagram showing a configuration of a computer system according to Embodiment 7 of the present invention.

【図14】 この発明の実施の形態7の計算機システム
の処理手順を示すフローチャート図である。
FIG. 14 is a flowchart illustrating a processing procedure of the computer system according to the seventh embodiment of the present invention.

【図15】 この発明の実施の形態8における計算機シ
ステムの構成を示したブロック図である。
FIG. 15 is a block diagram showing a configuration of a computer system according to Embodiment 8 of the present invention.

【図16】 この発明の実施の形態8の計算機システム
の処理手順を示すフローチャート図である。
FIG. 16 is a flowchart showing a processing procedure of the computer system according to the eighth embodiment of the present invention.

【図17】 従来の計算機システムの構成を示したブロ
ック図である。
FIG. 17 is a block diagram showing a configuration of a conventional computer system.

【図18】 従来の計算機システムの処理手順を示すフ
ローチャート図である。
And FIG. 18 is a flowchart illustrating a processing procedure of a conventional computer system.

【図19】 従来の計算機システムの処理手順を示すフ
ローチャート図である。
FIG. 19 is a flowchart showing a processing procedure of a conventional computer system.

【符号の説明】[Explanation of symbols]

1 計算機システム本体、2 PCI拡張ボックス、3
a,3b 電源、4ホストバス、5 PCI拡張バス、
6 ホストブリッジ、7a,7b,7c 入出力I/O
装置、8 RAS処理部、8a 縮退運転処理、8b
シャットダウン、8c PCIデバイスの再設定処理、
8d 再設定回数チェック機能、8eエラー処理切り替
え手段、9 デバイス管理テーブル、10 定周期チェ
ック手段、11 電源断検出手段、12 ブリッジテー
ブル、13 システム初期化ROM、14 コンフィグ
レーション情報、15 外部記憶装置、16 リセット
処理定義変数、17 リセット処理定義テーブル。
1 Computer system main body, 2 PCI expansion box, 3
a, 3b power supply, 4 host bus, 5 PCI expansion bus,
6 Host bridge, 7a, 7b, 7c I / O I / O
Device, 8 RAS processing section, 8a degeneration operation processing, 8b
Shutdown, 8c PCI device reset processing,
8d reset number check function, 8e error processing switching means, 9 device management table, 10 fixed cycle check means, 11 power cutoff detection means, 12 bridge table, 13 system initialization ROM, 14 configuration information, 15 external storage device, 16 reset process definition variable, 17 reset process definition table.

フロントページの続き (72)発明者 茨木 康之 東京都千代田区丸の内二丁目2番3号 三 菱電機株式会社内 Fターム(参考) 5B011 DA01 EA02 EB03 EB06 GG01 JA02 KK01 5B014 EA04 EB03 FA09 FA16 FB04 GD05 GD25 GD34 GD35 GD37 GE05 HC03 HC08 HC09 5B083 AA08 BB01 BB03 CD07 DD09 DD10 DD13 EE01 EE06 EE07 GG08 Continued on the front page (72) Inventor Yasuyuki Ibaraki 2-3-2 Marunouchi, Chiyoda-ku, Tokyo Mitsubishi Electric Corporation F-term (reference) 5B011 DA01 EA02 EB03 EB06 GG01 JA02 KK01 5B014 EA04 EB03 FA09 FA16 FB04 GD05 GD25 GD34 GD35 GD37 GE05 HC03 HC08 HC09 5B083 AA08 BB01 BB03 CD07 DD09 DD10 DD13 EE01 EE06 EE07 GG08

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 計算機本体とは別電源が供給されるPC
I拡張ボックスが接続されている計算機システムであっ
て、 上記計算機本体内及び上記PCI拡張ボックス内に設け
られた1以上の入出力I/O装置と、 各上記入出力I/O装置の状態データを保持するデバイ
ス管理テーブルと、 上記入出力I/O装置のいずれかからエラー割り込み通
知を受けたときに、当該入出力I/O装置を特定し、上
記デバイス管理テーブルを参照して、エラー処理を行う
エラー処理手段と、 上記PCI拡張ボックスまたは上記PCI拡張ボックス
内の上記入出力I/O装置に異常が発生したときに、上
記PCI拡張ボックスがリセットされたか否かを判定す
る判定手段とを備え、 上記判定手段により上記PCI拡張ボックスがリセット
されたと判定された場合に、上記エラー処理手段が、上
記PCI拡張ボックス内に設けられたすべての上記入出
力I/O装置に関して特定のエラー処理を行うことを特
徴とする計算機システム。
1. A PC to which power is supplied separately from a computer main body
A computer system to which an I / O expansion box is connected, wherein one or more input / output I / O devices provided in the computer main body and the PCI expansion box, and status data of each of the input / output I / O devices When receiving an error interrupt notification from any of the input / output I / O devices, the input / output I / O device is identified and error processing is performed with reference to the device management table. Error determination means for determining whether or not the PCI expansion box has been reset when an abnormality has occurred in the PCI expansion box or the input / output I / O device in the PCI expansion box. When the determination unit determines that the PCI expansion box has been reset, the error processing unit determines whether the PCI expansion box has been reset. Computer system and performing specific error processing with respect to all of the above input-output I / O device provided within.
【請求項2】 上記PCI拡張ボックスがリセットされ
たと判定した場合に、上記特定のエラー処理として縮退
運転処理を実施することを特徴とする請求項1に記載の
計算機システム。
2. The computer system according to claim 1, wherein when it is determined that the PCI expansion box has been reset, a degenerate operation process is performed as the specific error process.
【請求項3】 上記判定手段が、上記入出力I/O装置
への実際のI/O要求とは非同期に上記判定を実施する
ことを特徴とする請求項1または2に記載の計算機シス
テム。
3. The computer system according to claim 1, wherein the determination unit performs the determination asynchronously with an actual I / O request to the input / output I / O device.
【請求項4】 上記PCI拡張ボックスヘの電源供給が
途絶えたことを検出して、当該電源異常を上記エラー処
理手段に通知する電源断検出手段をさらに備えたことを
特徴とする請求項1ないし3のいずれかに記載の計算機
システム。
4. A power cut-off detecting means for detecting that power supply to said PCI expansion box has been cut off and notifying said error processing means of said power supply abnormality. The computer system according to any one of the above.
【請求項5】 上記PCI拡張ボックスがリセットされ
たと判定した場合に、上記特定のエラー処理としてシャ
ットダウン処理を実施することを特徴とする請求項1な
いし4のいずれかに記載の計算機システム。
5. The computer system according to claim 1, wherein when it is determined that the PCI expansion box has been reset, a shutdown process is performed as the specific error process.
【請求項6】 上記計算機システムの立ち上がり時に最
初に動作するシステム初期化ROMと、 上記システム初期化ROMにより上記PCI拡張ボック
ス内の上記入出力1/O装置に対して設定されるコンフ
ィグレーション情報を記録するコンフィグレーション情
報記録手段とをさらに備え、 上記PCI拡張ボックスがリセットされたと判定した場
合に、上記特定のエラー処理として、上記PCI拡張ボ
ックス内の各上記入出力I/O装置に対してコンフィグ
レーション情報を再設定することを特徴とする請求項1
ないし5のいずれかに記載の計算機システム。
6. A system initialization ROM that operates first when the computer system starts up, and configuration information set for the input / output 1 / O device in the PCI expansion box by the system initialization ROM. Configuration information recording means for recording, and when it is determined that the PCI expansion box has been reset, as the specific error processing, a configuration is performed for each of the input / output I / O devices in the PCI expansion box. 2. The method according to claim 1, further comprising resetting the translation information.
6. The computer system according to any one of claims 1 to 5.
【請求項7】 上記コンフィグレーション情報を再設定
する回数の上限を設けたことを特徴とする請求項6に記
載の計算機システム。
7. The computer system according to claim 6, wherein an upper limit is set for the number of times the configuration information is reset.
【請求項8】 上記エラー処理手段により実行する上記
特定のエラー処理の内容を選択するエラー処理切り替え
手段をさらに備えたことを特徴とする請求項1ないし7
のいずれかに記載の計算機システム。
8. An apparatus according to claim 1, further comprising an error processing switching means for selecting the content of said specific error processing to be executed by said error processing means.
The computer system according to any one of the above.
【請求項9】 上記PCI拡張ボックスが複数接続され
ている場合に、各上記PCI拡張ボックスごとに上記特
定のエラー処理の内容を設定するエラー処理定義手段を
さらに備えたことを特徴とする請求項1ないし8のいず
れかに記載の計算機システム。
9. The system according to claim 1, further comprising an error processing definition unit configured to set the content of the specific error processing for each of the PCI expansion boxes when a plurality of the PCI expansion boxes are connected. 9. The computer system according to any one of 1 to 8.
JP2000171399A 2000-06-08 2000-06-08 Computer system Pending JP2001350674A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000171399A JP2001350674A (en) 2000-06-08 2000-06-08 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000171399A JP2001350674A (en) 2000-06-08 2000-06-08 Computer system

Publications (1)

Publication Number Publication Date
JP2001350674A true JP2001350674A (en) 2001-12-21

Family

ID=18673957

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000171399A Pending JP2001350674A (en) 2000-06-08 2000-06-08 Computer system

Country Status (1)

Country Link
JP (1) JP2001350674A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004088522A1 (en) * 2003-03-31 2004-10-14 Fujitsu Limited Bus bridge device, bus bridge method, and i/o control device
US7631226B2 (en) 2004-01-28 2009-12-08 Nec Corporation Computer system, bus controller, and bus fault handling method used in the same computer system and bus controller
US7912992B2 (en) 2007-02-09 2011-03-22 Fujitsu Limited Disk-drive automatic recognition/setting apparatus and disk-drive automatic recognition/setting method

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004088522A1 (en) * 2003-03-31 2004-10-14 Fujitsu Limited Bus bridge device, bus bridge method, and i/o control device
US7415555B2 (en) 2003-03-31 2008-08-19 Fujitsu Limited Bus bridge device
US7631226B2 (en) 2004-01-28 2009-12-08 Nec Corporation Computer system, bus controller, and bus fault handling method used in the same computer system and bus controller
US7912992B2 (en) 2007-02-09 2011-03-22 Fujitsu Limited Disk-drive automatic recognition/setting apparatus and disk-drive automatic recognition/setting method

Similar Documents

Publication Publication Date Title
US20040039892A1 (en) System and method of accessing vital product data
JP2011070655A (en) Information processing apparatus, memory dump system and memory dump method
US10379931B2 (en) Computer system
US8423162B2 (en) Control method for information processing system, information processing system, and program
JP4182948B2 (en) Fault tolerant computer system and interrupt control method therefor
US11163630B2 (en) Using real-time analytics to manage application features
JP2001350674A (en) Computer system
JP6241323B2 (en) Switch apparatus, information processing apparatus, information processing apparatus control method, and information processing apparatus control program
JP4487756B2 (en) Computer system and system monitoring program
US6519687B2 (en) File mirroring drive that mirrors data on a file basis
JP2004078683A (en) Computer system and shared memory controlling method
US7668837B2 (en) Multiplex apparatus and method for multiplexing legacy device
EP3428799B1 (en) Data access device and access error notification method
US7188202B1 (en) Techniques for accessing devices through a set of serial buses
CN108874578B (en) Device for supervising and initializing ports
EP2096550A1 (en) Information processing apparatus and control method thereof
JP3208885B2 (en) Fault monitoring system
JP2004213122A (en) Stable operation method of control system by client/server and program therefor
WO2020086177A1 (en) Managing power request during cluster operations
JPH07334468A (en) Load distribution system
JP2845616B2 (en) Multiprocessor system
JPH05224964A (en) Bus abnormality information system
US5307488A (en) System interruption apparatus
WO2015015544A1 (en) Information processing system, device, method, and program
JP2000089971A (en) Method and device for controlling interruption order