JP2020030660A - Information processor and program - Google Patents

Information processor and program Download PDF

Info

Publication number
JP2020030660A
JP2020030660A JP2018156359A JP2018156359A JP2020030660A JP 2020030660 A JP2020030660 A JP 2020030660A JP 2018156359 A JP2018156359 A JP 2018156359A JP 2018156359 A JP2018156359 A JP 2018156359A JP 2020030660 A JP2020030660 A JP 2020030660A
Authority
JP
Japan
Prior art keywords
storage unit
firmware
information
bud
read
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.)
Granted
Application number
JP2018156359A
Other languages
Japanese (ja)
Other versions
JP7100255B2 (en
Inventor
秀史 小林
Hideshi Kobayashi
秀史 小林
玲菜 岡野
Reina Okano
玲菜 岡野
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2018156359A priority Critical patent/JP7100255B2/en
Publication of JP2020030660A publication Critical patent/JP2020030660A/en
Application granted granted Critical
Publication of JP7100255B2 publication Critical patent/JP7100255B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Hardware Redundancy (AREA)
  • Debugging And Monitoring (AREA)

Abstract

To realize active maintenance to suppress service interruption.SOLUTION: An information processor 1-1 comprises a controller 1 and a storage device 2. The controller 1 includes a storage unit 1a1, a control unit 1a that is activated based on start information read from the storage unit 1a1, a storage unit 1b1, and a control unit 1b that is activated based on start information read from the storage unit 1b1. The storage device 2 stores data to be input/output controlled by the controller 1 and the start information. In a case where the storage unit 1b1 is replaced with a new storage unit 1b11, when the start information can be read from the storage unit 1a1, the control unit 1a writes the start information read from the storage unit 1a1 to the new storage unit 1b11. Further, when the start information cannot be read from the storage unit 1a1, the control unit 1a writes the start information read from the storage device 2 to the new storage unit 1b11.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置およびプログラムに関する。   The present invention relates to an information processing device and a program.

ストレージシステムは、記憶装置と、記憶装置の制御を行う制御装置とを備えて、情報処理で扱う大量のデータを記録管理する。記憶装置には、例えば、HDD(Hard Disk Drive)や、HDDよりも高速なSSD(Solid State Drive)が用いられる。   The storage system includes a storage device and a control device that controls the storage device, and records and manages a large amount of data handled in information processing. For the storage device, for example, an HDD (Hard Disk Drive) or an SSD (Solid State Drive) faster than the HDD is used.

ストレージシステムでは、信頼性の確保のため冗長構成が組まれており、例えば、制御装置内には複数のコントローラが設けられ、コントローラと記憶装置間のパスはマルチパスで形成されている。このような冗長構成によるストレージシステムでは、高いパフォーマンスで運用するために保守性の向上が求められている。   In a storage system, a redundant configuration is formed to ensure reliability. For example, a plurality of controllers are provided in a control device, and a path between the controller and the storage device is formed by multipath. In a storage system having such a redundant configuration, improvement in maintainability is required to operate with high performance.

ストレージシステムの保守関連の従来技術としては、例えば、交換対象のユニットのファームウェア版数とディスクアレイ装置内で動作するユニットのファームウェア版数とを統一させる技術が提案されている。   As a conventional technique related to storage system maintenance, for example, a technique for unifying the firmware version of a unit to be replaced and the firmware version of a unit operating in a disk array device has been proposed.

また、システム運用中にディスク交換が判定された場合、ディスク交換が行われたディスク装置以外の基準ディスク装置が選択され、基準ディスク装置のファームウェアが交換ディスク装置にコピーされる技術が提案されている。   Further, a technology has been proposed in which, when a disk replacement is determined during system operation, a reference disk device other than the disk device for which the disk was replaced is selected, and the firmware of the reference disk device is copied to the replacement disk device. .

特開2013−77331号公報JP 2013-77331 A 特開平11−134114号公報JP-A-11-134114

制御装置内のコントローラには、BUD(Backup Utility Device)と呼ばれるバックアップ媒体が搭載されており、BUDには、例えば、コントローラを起動させるためのファームウェアが格納されている。   A backup medium called a BUD (Backup Utility Device) is mounted on the controller in the control device, and the BUD stores, for example, firmware for activating the controller.

また、BUDが故障したときの保守では、故障BUDが搭載されているコントローラが制御装置から取り出されて故障BUDは保守BUDに交換され、保守BUDが搭載されたコントローラが制御装置に挿入される。   In the maintenance when the BUD fails, the controller on which the failure BUD is mounted is taken out of the control device, the failure BUD is replaced with the maintenance BUD, and the controller on which the maintenance BUD is mounted is inserted into the control device.

しかし、制御装置内の複数のコントローラの全BUDが故障した場合、BUDからファームウェアを読み出すことができないことに起因して、従来ではコントローラの活性状態での保守交換ができない。   However, when all the BUDs of a plurality of controllers in the control device have failed, the maintenance and replacement in the active state of the controllers cannot be performed conventionally because the firmware cannot be read from the BUDs.

このため、複数のコントローラの電源をすべて落としてから、各コントローラの故障BUDを保守BUDに交換する作業が行われており、サービス中断が発生している。
1つの側面では、本発明は、コントローラの活性保守を可能にしてサービス中断の抑止を図った情報処理装置およびプログラムを提供することを目的とする。
For this reason, after all the power supplies of the plurality of controllers are turned off, the work of replacing the failed BUD of each controller with the maintenance BUD is performed, and the service is interrupted.
In one aspect, an object of the present invention is to provide an information processing apparatus and a program that enable active maintenance of a controller to suppress service interruption.

上記課題を解決するために、情報処理装置が提供される。情報処理装置は、起動情報を格納する第1の記憶部と、第1の記憶部から読み出した起動情報にもとづいて起動する第1の制御部と、起動情報を格納する第2の記憶部と、第2の記憶部から読み出した起動情報にもとづいて起動する第2の制御部とを有する制御装置と、制御装置が入出力制御の対象とするデータと、起動情報とを格納する記憶装置とを備え、第1の制御部は、第2の記憶部が新記憶部に交換された場合に、第1の記憶部から起動情報を読み出せるとき、新記憶部に第1の記憶部から読み出した起動情報を書き込み、第1の記憶部から起動情報を読み出せないとき、新記憶部に記憶装置から読み出した起動情報を書き込む。   In order to solve the above problems, an information processing device is provided. The information processing device includes: a first storage unit that stores the start information; a first control unit that starts based on the start information read from the first storage unit; and a second storage unit that stores the start information. A control device having a second control unit that starts based on the start information read from the second storage unit, and a storage device that stores data to be subjected to input / output control by the control device and start information. The first control unit reads the start information from the first storage unit when the second storage unit is replaced with the new storage unit, and reads the start information from the first storage unit when the second storage unit is replaced with the new storage unit. When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the new storage unit.

また、上記課題を解決するために、コンピュータに上記情報処理装置と同様の制御を実行させるプログラムが提供される。   Further, in order to solve the above-mentioned problem, there is provided a program for causing a computer to execute the same control as that of the information processing apparatus.

1側面によれば、活性保守が可能になる。   According to one aspect, active maintenance is possible.

情報処理装置の一例を説明するための図である。FIG. 3 is a diagram illustrating an example of an information processing device. ストレージシステムの構成の一例を示す図である。FIG. 2 illustrates an example of a configuration of a storage system. 2台のCM構成でBUDが順番に故障したときの運用例を示す図である。FIG. 14 is a diagram illustrating an operation example when BUDs fail in order in a two-CM configuration. ファームウェア版数の合わせ込み処理の一例を示す図である。FIG. 14 is a diagram illustrating an example of a firmware version number matching process. 活性保守交換が不可となる理由を説明するための図である。It is a figure for explaining the reason why active maintenance exchange becomes impossible. CMのハードウェア構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of a hardware configuration of a CM. システムエリアの一例を示す図である。FIG. 3 is a diagram illustrating an example of a system area. BUDに格納される情報の一例を示す図である。FIG. 6 is a diagram illustrating an example of information stored in a BUD. 保守BUDに格納される情報の一例を示す図である。FIG. 9 is a diagram illustrating an example of information stored in a maintenance BUD. 稼動側のCMのファームウェア版数合わせ込み処理の一例を示す図である。It is a figure which shows an example of the firmware version number adjustment process of CM of an active side. 保守側のCMのファームウェア版数合わせ込み処理の一例を示す図である。It is a figure which shows an example of the firmware version number adjustment process of CM of the maintenance side. 全BUD故障時の保守におけるファームウェア版数合わせ込み処理の流れを示す図である。FIG. 12 is a diagram showing a flow of a firmware version number matching process in maintenance at the time of failure of all BUDs. 全BUD故障時の保守におけるファームウェア版数合わせ込み処理の流れを示す図である。FIG. 12 is a diagram showing a flow of a firmware version number matching process in maintenance at the time of failure of all BUDs. 活性状態におけるファームウェア更新処理から起動までの動作の一例を示す図である。FIG. 11 is a diagram illustrating an example of an operation from a firmware update process to activation in an active state.

以下、本実施の形態について図面を参照して説明する。
[第1の実施の形態]
第1の実施の形態について図1を用いて説明する。図1は情報処理装置の一例を説明するための図である。情報処理装置1−1は、制御装置1と記憶装置2を備える。制御装置1は、モジュールma、mbを有し、モジュールmaは、制御部1aおよび記憶部1a1を含み、モジュールmbは、制御部1bおよび記憶部1b1を含む。
Hereinafter, the present embodiment will be described with reference to the drawings.
[First Embodiment]
A first embodiment will be described with reference to FIG. FIG. 1 is a diagram illustrating an example of an information processing apparatus. The information processing device 1-1 includes a control device 1 and a storage device 2. The control device 1 has modules ma and mb. The module ma includes a control unit 1a and a storage unit 1a1, and the module mb includes a control unit 1b and a storage unit 1b1.

記憶部1a1は、起動情報を格納する。制御部1aは、記憶部1a1から読み出した起動情報にもとづいて起動する。記憶部1b1は、起動情報を格納する。制御部1bは、記憶部1b1から読み出した起動情報にもとづいて起動する。記憶装置2は、制御装置1の配下にあって、制御装置1が入出力制御の対象とするデータが格納される。さらに記憶装置2には起動情報が格納される。   The storage unit 1a1 stores activation information. The control unit 1a is activated based on the activation information read from the storage unit 1a1. The storage unit 1b1 stores activation information. The control unit 1b is activated based on the activation information read from the storage unit 1b1. The storage device 2 is subordinate to the control device 1 and stores data to be subjected to input / output control by the control device 1. Further, the storage device 2 stores activation information.

ここで、制御部1aは、記憶部1b1が新記憶部1b11に交換された場合、記憶部1a1から起動情報を読み出せるとき、新記憶部1b11に記憶部1a1から読み出した起動情報を書き込む。   Here, when the storage unit 1b1 is replaced with the new storage unit 1b11, the control unit 1a writes the startup information read from the storage unit 1a1 to the new storage unit 1b11 when the startup information can be read from the storage unit 1a1.

また、制御部1aは、記憶部1a1から起動情報を読み出せないとき、新記憶部1b11に記憶装置2から読み出した起動情報を書き込む。
図1に示す例を用いて動作について説明する。なお、以下のステップS1a、S2a、S3aは、記憶部1a1から起動情報の読み出しが可であるときの動作を示している。また、ステップS1b、S2b、S3bは、記憶部1a1から起動情報の読み出しが不可であるときの動作を示している。
When the control unit 1a cannot read the start information from the storage unit 1a1, it writes the start information read from the storage device 2 to the new storage unit 1b11.
The operation will be described using the example shown in FIG. The following steps S1a, S2a, and S3a show the operation when the start information can be read from the storage unit 1a1. Steps S1b, S2b, and S3b show the operation when it is impossible to read out the start-up information from the storage unit 1a1.

〔ステップS1a〕情報処理装置1−1の運用中、制御装置1内のモジュールmbに含まれる記憶部1b1が故障したとする。
〔ステップS2a〕記憶部1b1が交換対象となった場合、記憶部1b1から新記憶部1b11への載せ替えが行われたモジュールmb−1が、制御装置1に搭載される。
[Step S1a] It is assumed that the storage unit 1b1 included in the module mb in the control device 1 has failed during the operation of the information processing device 1-1.
[Step S2a] When the storage unit 1b1 is to be replaced, the module mb-1 that has been replaced from the storage unit 1b1 to the new storage unit 1b11 is mounted on the control device 1.

〔ステップS3a〕制御部1aは、記憶部1a1から起動情報を読み出して、記憶部1b1の載せ替え後の新記憶部1b11に起動情報を書き込む。その後、制御部1bは、新記憶部1b11に書き込まれた起動情報にもとづいて起動する。   [Step S3a] The control unit 1a reads the startup information from the storage unit 1a1, and writes the startup information in the new storage unit 1b11 after the replacement of the storage unit 1b1. Thereafter, the control unit 1b starts based on the start information written in the new storage unit 1b11.

このように、制御装置1の運用中に、記憶部1b1が故障した場合、制御部1aは、記憶部1a1に格納されている起動情報を、交換後に搭載された新記憶部1b11に書き込んで制御部1bを起動させる。   As described above, when the storage unit 1b1 fails during the operation of the control device 1, the control unit 1a writes the startup information stored in the storage unit 1a1 into the new storage unit 1b11 mounted after the replacement and performs control. Activate the unit 1b.

これにより、制御装置1の電源を落とすことなく活性状態を維持したまま、制御部1bの活性交換を行うことが可能になる。また、保守効率の向上およびサービス中断の抑止が可能になる。   Thus, the active exchange of the control unit 1b can be performed while maintaining the active state without turning off the power of the control device 1. In addition, maintenance efficiency can be improved and service interruption can be suppressed.

〔ステップS1b〕情報処理装置1−1の運用中、制御装置1内のモジュールma、mbにそれぞれ含まれる記憶部1a1と記憶部1b1の両方が故障したとする。
〔ステップS2b〕記憶部1b1が交換対象となった場合、記憶部1b1から新記憶部1b11への載せ替えが行われたモジュールmb−1が、制御装置1に搭載される。
[Step S1b] It is assumed that both the storage units 1a1 and 1b1 included in the modules ma and mb in the control device 1 fail during the operation of the information processing apparatus 1-1.
[Step S2b] When the storage unit 1b1 is to be replaced, the module mb-1 that has been replaced from the storage unit 1b1 to the new storage unit 1b11 is mounted on the control device 1.

〔ステップS3b〕制御部1aは、記憶部1a1は故障しているため、記憶装置2から起動情報を読み出して、記憶部1b1の載せ替え後の新記憶部1b11に起動情報を書き込む。その後、制御部1bは、新記憶部1b11に書き込まれた起動情報にもとづいて起動する。   [Step S3b] Since the storage unit 1a1 has failed, the control unit 1a reads the start information from the storage device 2 and writes the start information into the new storage unit 1b11 after the replacement of the storage unit 1b1. Thereafter, the control unit 1b starts based on the start information written in the new storage unit 1b11.

このように、制御装置1の運用中に、記憶部1a1、1b1が故障した場合、制御部1aは、記憶装置2に格納されている起動情報を、交換後の新記憶部1b11に書き込んで制御部1bを起動させる。   As described above, when the storage units 1a1 and 1b1 fail during the operation of the control device 1, the control unit 1a writes the startup information stored in the storage device 2 into the new storage unit 1b11 after the replacement and performs control. Activate the unit 1b.

これにより、制御装置1の電源を落とすことなく活性状態を維持したまま、制御部1bの活性交換を行うことが可能になる。また、保守効率の向上およびサービス中断の抑止が可能になる(なお、記憶部1a1側の活性交換については図13で後述する)。   Thus, the active exchange of the control unit 1b can be performed while maintaining the active state without turning off the power of the control device 1. Further, it is possible to improve the maintenance efficiency and suppress the interruption of the service (the active exchange on the storage unit 1a1 side will be described later with reference to FIG. 13).

[第2の実施の形態]
次に第2の実施の形態について説明する。第2の実施の形態は、図1に示した情報処理装置1−1の機能をストレージシステムに適用したものである。図2はストレージシステムの構成の一例を示す図である。ストレージシステム1−2は、ストレージ装置10−1と、DE(Disk Enclosure)2aを備え、例えば、記憶装置を多重化したRAID(Redundant Array of Inexpensive Disks)システムである。
[Second embodiment]
Next, a second embodiment will be described. In the second embodiment, the functions of the information processing apparatus 1-1 shown in FIG. 1 are applied to a storage system. FIG. 2 is a diagram illustrating an example of a configuration of a storage system. The storage system 1-2 includes a storage device 10-1 and a DE (Disk Enclosure) 2a, and is, for example, a RAID (Redundant Array of Inexpensive Disks) system in which storage devices are multiplexed.

ストレージ装置10−1は、2台以上の冗長化されたCM(Controller Module)を有し、図2では、CM10a、10b(総称する場合はCM10)の2台を備える例を示している。   The storage device 10-1 includes two or more redundant CMs (Controller Modules), and FIG. 2 illustrates an example including two CMs 10a and 10b (CM 10 in a generic name).

CM10aは、プロセッサ11a、メモリ12aおよびBUD13aを含み、CM10bは、プロセッサ11b、メモリ12bおよびBUD13bを含む。また、DE2aは、記憶装置(ディスク)20−1、・・・、20−nを含む。   The CM 10a includes a processor 11a, a memory 12a, and a BUD 13a, and the CM 10b includes a processor 11b, a memory 12b, and a BUD 13b. The DE 2a includes storage devices (disks) 20-1,..., 20-n.

プロセッサ11a、11b(総称する場合はプロセッサ11)には、例えば、CPU(Central Processing Unit)が使用される。プロセッサ11a、11bは、ホストからのデータ読み出し(Read IO)およびデータ書き込み(Write IO)の要求にもとづいて、記憶装置20−1、・・・、20−nに対してI/O制御を行う。   For example, a CPU (Central Processing Unit) is used for the processors 11a and 11b (the processor 11 in a generic term). The processors 11a and 11b perform I / O control on the storage devices 20-1,..., 20-n based on data read (Read IO) and data write (Write IO) requests from the host. .

メモリ12a、12b(総称する場合はメモリ12)は、記憶装置20−1、・・・、20−nを制御するためのデータをプロセッサ11a、11bと授受するためのキャッシュメモリである。メモリ12a、12bは、例えば、DRAM(Dynamic Random Access Memory)等の揮発性の記憶デバイスが使用される。   The memories 12a and 12b (the memory 12 when collectively referred to) are cache memories for exchanging data for controlling the storage devices 20-1,..., 20-n with the processors 11a and 11b. As the memories 12a and 12b, for example, volatile storage devices such as DRAM (Dynamic Random Access Memory) are used.

BUD13a、13b(総称する場合はBUD13)は、メモリサイズが数十GBであって、記憶領域が複数に分かれており、記憶領域毎にバックアップデータやファームウェア等が格納される。なお、ファームウェアの1つには、CMの起動時に用いられる起動情報がある。   The BUDs 13a and 13b (the BUD 13 in a generic case) have a memory size of several tens GB, have a plurality of storage areas, and store backup data, firmware, and the like for each storage area. Note that one of the firmware has activation information used when the CM is activated.

また、BUD13a、13bは、電源のオフ/オンにまたがってバックアップすべきデータが保全できるように、フラッシュメモリ等の不揮発性の記憶デバイスが使用される。BUD13a、13bは、電源オフ時にデータをバックアップし、電源オン時にデータをリストアすることで、電源オフ直前のデータのバックアップ状態を保存してバックアップ状態の維持を図る。   The BUDs 13a and 13b use a nonvolatile storage device such as a flash memory so that data to be backed up can be maintained across power off / on. The BUDs 13a and 13b back up data when the power is turned off and restore data when the power is turned on, thereby saving the backup state of the data immediately before the power is turned off and maintaining the backup state.

記憶装置20−1、・・・、20−n(総称する場合は記憶装置20)は、例えば、SSDであり、ディスクアレイ化されて、ストレージ装置10−1からI/O制御が行われるデータを格納する。また、記憶装置20−1、・・・、20−nは、図示しない中継部(例えば、IOM(Input Output Module))を介して、CM10a、10bの双方に接続してCM10a、10b間で共有される。   The storage devices 20-1,..., 20-n (storage device 20 when collectively referred to) are, for example, SSDs, which are formed into a disk array, and are subjected to I / O control from the storage device 10-1. Is stored. Also, the storage devices 20-1,..., 20-n are connected to both the CMs 10a and 10b via a not-shown relay unit (for example, an IOM (Input Output Module)) and shared between the CMs 10a and 10b. Is done.

<2台のCM構成でBUDが順番に故障したときの運用>
図3は2台のCM構成でBUDが順番に故障したときの運用例を示す図である。システムの運用中、CM10bのBUD13bが故障したとする。この場合、BUD13bの故障に伴いCM10b全体の動作が停止されるとする。
<Operation when BUDs fail sequentially in a two-CM configuration>
FIG. 3 is a diagram showing an operation example when BUDs fail sequentially in a two-CM configuration. It is assumed that the BUD 13b of the CM 10b fails during the operation of the system. In this case, it is assumed that the operation of the entire CM 10b is stopped due to the failure of the BUD 13b.

その後、CM10aのみで運用しているときに、CM10aのBUD13aが故障したとする。この場合、システムのサービス運用を維持するために、CM10a内のプロセッサ11aおよびメモリ12aを生かして限定的に運用する限定運用(縮退運用)が行われる。   After that, it is assumed that the BUD 13a of the CM 10a breaks down when operating only with the CM 10a. In this case, in order to maintain the service operation of the system, limited operation (degraded operation) is performed in which the processor 11a and the memory 12a in the CM 10a are operated in a limited manner.

CM10aの限定運用では、BUD13aは故障しているので、CM10aはライトスルーモードでの運用となる。ライトスルーモードは、DE2a内の記憶装置20へのデータ書込みが発生した場合、メモリ12aにも同じ内容のデータを書き込み、記憶装置20への書き込みが完了するのを待ってから書き込み完了と判断するモードである。   In the limited operation of the CM 10a, since the BUD 13a is out of order, the CM 10a is operated in the write-through mode. In the write-through mode, when data writing to the storage device 20 in the DE 2a occurs, the same data is written to the memory 12a, and it is determined that the writing is completed after the writing to the storage device 20 is completed. Mode.

<ライトバックモードとライトスルーモード>
ストレージシステム1−2では、ホストから記憶装置20へのデータ書込み要求があった場合、通常はライトバックモードによる書込みを行う。ライトバックモードは、メモリ12にデータを書き込んだ直後に書き込み完了となり、実際の記憶装置20への書き込みは、CM10のOS(Operating System)動作とは非同期に行われる。
<Write-back mode and write-through mode>
In the storage system 1-2, when there is a data write request from the host to the storage device 20, writing is usually performed in the write-back mode. In the write-back mode, writing is completed immediately after writing data to the memory 12, and actual writing to the storage device 20 is performed asynchronously with an OS (Operating System) operation of the CM 10.

また、ライトバックモードで運用している状態で、停電が発生した場合、メモリ12上に蓄えておいたライトデータは、BUD13に書き込まれてバックアップされてデータが保全される。   When a power failure occurs in the operation in the write-back mode, the write data stored in the memory 12 is written to the BUD 13 and backed up to preserve the data.

一方、BUD13が故障している場合、メモリ12上のデータをBUD13にバックアップできないため、ライトバックモードではなく、ライトスルーモードによる書込みが行われる。   On the other hand, when the BUD 13 is out of order, the data in the memory 12 cannot be backed up to the BUD 13, so that writing is performed not in the write-back mode but in the write-through mode.

ライトスルーモードは、メモリ12上にライトデータを貯めず、記憶装置20へデータを直接書き込んで、記憶装置20への書き込みが完了するのを待ってから書き込み完了とするものである。   In the write-through mode, write data is directly stored in the storage device 20 without storing write data in the memory 12, and the writing is completed after waiting for completion of writing to the storage device 20.

記憶装置20に直接アクセスするライトスルーモードは、記憶装置20に直接アクセスせずにメモリ12で制御を完了するライトバックモードに比べて性能が低下する。このため、ライトスルーモードの長期間の運用は、システムの性能要件に合わないため、可能な限り速やかに故障したBUD13の保守を行って、ライトバックモードに復旧させることが望ましい。   The performance of the write-through mode in which the storage device 20 is directly accessed is lower than that of the write-back mode in which the control is completed in the memory 12 without directly accessing the storage device 20. For this reason, since the long-term operation of the write-through mode does not meet the performance requirements of the system, it is desirable to perform maintenance of the failed BUD 13 as soon as possible to restore the write-back mode.

<CM保守時のファームウェア版数の合わせ込み>
システム内で冗長化されている複数のCMは、各BUDに格納されたファームウェアで起動するが、ファームウェア版数は同一であることが求められる。これは、ファームウェア版数によって機能仕様やインタフェース仕様に違いがある可能性があるので、版数の違いによって仕様の不整合が生じると、システムの正常運用ができなくなるからである。
<Adjustment of firmware version during CM maintenance>
A plurality of CMs that are made redundant in the system are activated by firmware stored in each BUD, but are required to have the same firmware version. This is because there is a possibility that the function specifications and interface specifications may differ depending on the firmware version, and if the specifications are inconsistent due to the difference in the version numbers, the system cannot be normally operated.

したがって、システムを正常に起動させるには、ファームウェア版数を同一にすることが重要であり、CM保守時にはファームウェア版数の合わせ込みが行われる。
図4はファームウェア版数の合わせ込み処理の一例を示す図である。起動に要するファームウェア版数をVer.1とする。また、CM10aがオンライン状態であり、CM10bが保守対象とする。
Therefore, it is important to make the firmware versions the same in order to normally start the system, and the firmware versions are adjusted during CM maintenance.
FIG. 4 is a diagram illustrating an example of the firmware version number matching process. The firmware version required for startup is Ver. Let it be 1. Also, the CM 10a is online and the CM 10b is to be maintained.

〔ステップS11〕CM10aは、BUD13aに格納されている版数Ver.1のファームウェアにもとづき稼動しておりオンライン状態である。CM10bの状態はシステムに組み込み中であって、BUD13bには版数Ver.2のファームウェアが格納されているとする。   [Step S11] The CM 10a checks the version Ver. Stored in the BUD 13a. 1 and is online based on firmware 1. The state of the CM 10b is being incorporated into the system, and the BUD 13b has the version number Ver. Assume that firmware 2 is stored.

〔ステップS12〕CM10aは、組み込み中のCM10bに対し、CM10bのBUD13bに格納されているファームウェア版数チェックを行う。CM10aは、現在稼動中のファームウェア版数と異なることを検出した場合、CM10bのBUD13bに対して、現在稼動中の版数のファームウェアを書き込む。この例では、CM10aは、版数=Ver.1のファームウェアの書込みを行う。   [Step S12] The CM 10a checks the firmware version stored in the BUD 13b of the CM 10b for the CM 10b being installed. When detecting that the firmware version is different from the currently operating firmware version, the CM 10a writes the currently operating firmware version to the BUD 13b of the CM 10b. In this example, the CM 10a stores the version number = Ver. 1 is written.

〔ステップS13〕CM10bは、CM10aから書き込まれた版数Ver.1のファームウェアで再起動する。
〔ステップS14〕CM10bは、オンライン状態になる。
[Step S13] The CM 10b stores the version number Ver. Reboot with firmware 1
[Step S14] The CM 10b goes online.

上記のように、現在稼動中のファームウェア版数と異なる版数のファームウェアを持つCMが組み込まれたとしても、ファームウェア版数のチェックが行われて、同一版数となるようにファームウェア版数の合わせ込みが実施される。   As described above, even if a CM with a firmware version different from the currently running firmware version is installed, the firmware version is checked and the firmware versions are adjusted so that they have the same version. Is performed.

<活性保守交換が不可となる理由(従来構成)>
図5は活性保守交換が不可となる理由を説明するための図である。ストレージシステム3は、ストレージ装置30−1と、DE4aを備える。ストレージ装置30−1は、2台のCM30a、30bを有し、CM30aは、BUD33aを含み、CM30bは、BUD33bを含むとする。
<Why active maintenance replacement is not possible (conventional configuration)>
FIG. 5 is a diagram for explaining the reason why active maintenance replacement is not possible. The storage system 3 includes a storage device 30-1 and a DE 4a. It is assumed that the storage device 30-1 has two CMs 30a and 30b, the CM 30a includes a BUD 33a, and the CM 30b includes a BUD 33b.

2台のCM構成のうち、例えば、CM30bのBUD33bが故障してCM30bの動作が停止し、その後、CM30aのBUD33aが故障したとする。この場合、CM30aにサービスを継続させるため、CM30aは限定運用となる。   It is assumed that, of the two CM configurations, for example, the BUD 33b of the CM 30b fails and the operation of the CM 30b stops, and thereafter, the BUD 33a of the CM 30a fails. In this case, since the service is continued by the CM 30a, the CM 30a is in limited operation.

すなわち、CM30aは、BUD33aへのデータバックアップが行えないので、上述のように、データ保全の観点からライトスルーモードでの限定運用を行う。
(CM30aの保守)
CM30aの運用中にBUD33aを保守する場合、ハードウェアの構造上、BUD33aのみを引き抜いて、代わりの保守BUDを搭載するという作業は行えない。したがって、BUD単体での保守交換ができないため、BUDの交換を行う場合は、CMの筐体抜き差しを伴うCM保守になる。
That is, since the CM 30a cannot perform data backup to the BUD 33a, it performs limited operation in the write-through mode from the viewpoint of data security as described above.
(Maintenance of CM30a)
When the BUD 33a is maintained during the operation of the CM 30a, it is not possible to pull out only the BUD 33a and mount an alternative maintenance BUD due to the hardware structure. Therefore, since maintenance replacement of the BUD alone cannot be performed, when performing replacement of the BUD, CM maintenance involving removal and insertion of a CM housing is performed.

故障したBUD33aを保守するには、CM30aの電源をオフし、システムの筐体からCM30aを抜いて、BUD33aから新たな保守BUDへの載せ替えを行う。しかし、このような保守では、CM30aの電源を落とすことになりサービス中断が生じることになる。   To maintain the failed BUD 33a, the power of the CM 30a is turned off, the CM 30a is removed from the system housing, and the BUD 33a is replaced with a new maintenance BUD. However, in such maintenance, the power of the CM 30a is turned off, and the service is interrupted.

(CM30bの保守)
一方、CM30aは限定運用でそのまま稼動させておき、CM30b側のBUD33bを保守することが考えられる。この場合、CM30bを筐体から抜いて、故障したBUD33bから保守BUDへの載せ替えを行って、保守後のCM30bが筐体に挿入される。この場合、上述のようにファームウェアの合わせ込み処理が行われる。
(Maintenance of CM30b)
On the other hand, it is conceivable that the CM 30a is operated as it is in limited operation and the BUD 33b on the CM 30b side is maintained. In this case, the CM 30b is removed from the housing, the failed BUD 33b is replaced with the maintenance BUD, and the CM 30b after the maintenance is inserted into the housing. In this case, the firmware matching process is performed as described above.

ファームウェアの合わせ込み処理を行うためには、現在稼動しているCM30a内のBUD33aに格納されているファームウェアが読み出されることになるが、BUD33aは故障しているため、ファームウェアが読み出せず合わせ込み処理ができない。したがって、CM30aを稼動させたままで、CM30b側のBUD33bについての保守を行うことができない。   In order to perform the firmware matching process, the firmware stored in the BUD 33a in the currently operating CM 30a is read. However, since the BUD 33a is out of order, the firmware cannot be read and the matching process is not performed. Can not. Therefore, maintenance of the BUD 33b on the CM 30b side cannot be performed while the CM 30a is running.

このように、従来システムでは、CMの運用中での保守(活性保守)を行うことができない。このため、従来システムでは、すべてのCM30a、30bの電源を落として(ストレージ装置30−1の電源を落として)システムを停止し、非活性状態にしてからCM保守を行うことになる。しかし、システム停止は、顧客の運用スケジュールとの調整になるため、即時のシステム停止は困難である。   As described above, the conventional system cannot perform maintenance (active maintenance) during the operation of the CM. For this reason, in the conventional system, all the CMs 30a and 30b are powered down (the power of the storage device 30-1 is powered down), the system is stopped, and the CM is maintained after being deactivated. However, since the system stoppage is adjusted with the operation schedule of the customer, it is difficult to stop the system immediately.

このため、スケジュールが調整されるまで1台のCM構成の非冗長状態で長時間運用することになり、信頼性の低下が引き起こされる。また、1台のCMによる限定運用は、ライトスルーモードでの動作となるからストレージ制御のパフォーマンスの低下を引き起こすことになる。   For this reason, the operation is performed for a long time in the non-redundant state of one CM configuration until the schedule is adjusted, and the reliability is reduced. In addition, since limited operation by one CM is performed in the write-through mode, the performance of storage control is degraded.

本発明はこのような点に鑑みてなされたものであり、システム内の全BUDが故障した場合でも、ファームウェア版数の合わせ込み処理を可能にし、活性状態でのCMの保守を可能にするものである。   SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and enables a firmware version matching process even when all BUDs in a system have failed, and enables maintenance of a CM in an active state. It is.

<ハードウェア>
図6はCMのハードウェア構成の一例を示す図である。CM10は、プロセッサ(コンピュータ)100によって装置全体が制御されている。プロセッサ100は、図2に示した、プロセッサ11a、11bの機能を実現する。
<Hardware>
FIG. 6 is a diagram illustrating an example of a hardware configuration of a CM. The entire CM 10 is controlled by a processor (computer) 100. The processor 100 implements the functions of the processors 11a and 11b shown in FIG.

プロセッサ100には、バス103を介して、メモリ101および複数の周辺機器が接続されている。プロセッサ100は、マルチプロセッサであってもよい。プロセッサ100は、例えば、CPU、MPU(Micro Processing Unit)、DSP(Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、またはPLD(Programmable Logic Device)である。またプロセッサ100は、CPU、MPU、DSP、ASIC、PLDのうちの2以上の要素の組み合わせであってもよい。   The memory 101 and a plurality of peripheral devices are connected to the processor 100 via a bus 103. Processor 100 may be a multiprocessor. The processor 100 is, for example, a CPU, an MPU (Micro Processing Unit), a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device). Further, the processor 100 may be a combination of two or more elements among a CPU, an MPU, a DSP, an ASIC, and a PLD.

メモリ101は、CM10の主記憶装置として使用される。メモリ101には、プロセッサ100に実行させるOSのプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、メモリ101には、プロセッサ100による処理に要する各種データが格納される。   The memory 101 is used as a main storage device of the CM 10. The memory 101 temporarily stores at least a part of an OS program and an application program to be executed by the processor 100. Further, the memory 101 stores various data required for processing by the processor 100.

また、メモリ101は、CM10の補助記憶装置としても使用され、OSのプログラム、アプリケーションプログラム、および各種データが格納される。メモリ101は、補助記憶装置として、フラッシュメモリやSSD等の半導体記憶装置やHDD等の磁気記録媒体を含んでもよい。なお、メモリ101は、図2に示した、メモリ12a、12bおよびBUD13a、13bの機能を実現する。   The memory 101 is also used as an auxiliary storage device of the CM 10, and stores an OS program, an application program, and various data. The memory 101 may include a semiconductor storage device such as a flash memory or an SSD or a magnetic recording medium such as an HDD as an auxiliary storage device. The memory 101 implements the functions of the memories 12a and 12b and the BUDs 13a and 13b shown in FIG.

バス103に接続されている周辺機器としては、入出力インタフェース102、ネットワークインタフェース104およびストレージインタフェース105がある。入出力インタフェース102は、プロセッサ100からの命令にしたがってCM10の状態を表示する表示装置として機能するモニタ(例えば、LED(Light Emitting Diode)やLCD(Liquid Crystal Display)等)が接続されている。   Peripheral devices connected to the bus 103 include an input / output interface 102, a network interface 104, and a storage interface 105. The input / output interface 102 is connected to a monitor (for example, an LED (Light Emitting Diode) or an LCD (Liquid Crystal Display)) that functions as a display device that displays the status of the CM 10 according to an instruction from the processor 100.

また、入出力インタフェース102は、キーボードやマウス等の情報入力装置を接続可能であって、情報入力装置から送られてくる信号をプロセッサ100に送信する。
さらにまた、入出力インタフェース102は、周辺機器を接続するための通信インタフェースとしても機能する。例えば、入出力インタフェース102は、レーザ光等を利用して、光ディスクに記録されたデータの読み取りを行う光学ドライブ装置を接続することができる。光ディスクには、Blu−rayDisc(登録商標)、CD−ROM(Compact Disc Read Only Memory)、CD−R(Recordable)/RW(Rewritable)等がある。
The input / output interface 102 is connectable to an information input device such as a keyboard and a mouse, and transmits a signal sent from the information input device to the processor 100.
Furthermore, the input / output interface 102 also functions as a communication interface for connecting peripheral devices. For example, the input / output interface 102 can be connected to an optical drive device that reads data recorded on an optical disc using laser light or the like. Optical discs include Blu-ray Disc (registered trademark), CD-ROM (Compact Disc Read Only Memory), and CD-R (Recordable) / RW (Rewritable).

また、入出力インタフェース102は、メモリ装置やメモリリーダライタを接続することができる。メモリ装置は、入出力インタフェース102との通信機能を搭載した記録媒体である。メモリリーダライタは、メモリカードへのデータの書き込み、またはメモリカードからのデータの読み出しを行う装置である。メモリカードは、カード型の記録媒体である。   Further, the input / output interface 102 can connect a memory device or a memory reader / writer. The memory device is a recording medium having a communication function with the input / output interface 102. A memory reader / writer is a device that writes data to a memory card or reads data from a memory card. The memory card is a card-type recording medium.

ネットワークインタフェース104は、外部ネットワークとのインタフェース制御を有してホスト等に接続される。ネットワークインタフェース104は、例えば、NIC(Network Interface Card)、無線LAN(Local Area Network)カード等が使用できる。ネットワークインタフェース104で受信されたデータは、メモリ101やプロセッサ100に出力される。ストレージインタフェース105は、例えば、CM10とDE2aとの接続を行う拡張デバイスであり、図2に示したDE2aとのインタフェース制御を行う。   The network interface 104 is connected to a host or the like with interface control with an external network. As the network interface 104, for example, a NIC (Network Interface Card), a wireless LAN (Local Area Network) card, or the like can be used. The data received by the network interface 104 is output to the memory 101 and the processor 100. The storage interface 105 is, for example, an expansion device for connecting the CM 10 to the DE 2a, and controls the interface with the DE 2a shown in FIG.

以上のようなハードウェア構成によって、CM10の処理機能を実現することができる。例えば、CM10は、プロセッサ100がそれぞれ所定のプログラムを実行することで本発明の制御を行うことができる。   With the above hardware configuration, the processing function of the CM 10 can be realized. For example, the CM 10 can perform the control of the present invention by causing the processor 100 to execute a predetermined program.

CM10は、例えば、コンピュータで読み取り可能な記録媒体に記録されたプログラムを実行することにより、本発明の処理機能を実現する。CM10に実行させる処理内容を記述したプログラムは、様々な記録媒体に記録しておくことができる。   The CM 10 realizes the processing functions of the present invention, for example, by executing a program recorded on a computer-readable recording medium. The program describing the processing content to be executed by the CM 10 can be recorded on various recording media.

例えば、CM10に実行させるプログラムを補助記憶装置に格納しておくことができる。プロセッサ100は、補助記憶装置内のプログラムの少なくとも一部を主記憶装置にロードし、プログラムを実行する。   For example, a program to be executed by the CM 10 can be stored in the auxiliary storage device. The processor 100 loads at least a part of the program in the auxiliary storage device into the main storage device and executes the program.

また、光ディスク、メモリ装置、メモリカード等の可搬型記録媒体に記録しておくこともできる。可搬型記録媒体に格納されたプログラムは、例えば、プロセッサ100からの制御により、補助記憶装置にインストールされた後、実行可能となる。またプロセッサ100が、可搬型記録媒体から直接プログラムを読み出して実行することもできる。   Further, the information can be recorded on a portable recording medium such as an optical disk, a memory device, and a memory card. The program stored in the portable recording medium becomes executable after being installed in the auxiliary storage device under the control of the processor 100, for example. Further, the processor 100 can also read out the program directly from the portable recording medium and execute the program.

<システムエリア>
DE2a内の記憶装置20−1、・・・、20−nには、I/O制御対象のデータ以外の制御情報等を格納しておくためのシステムエリアが設けられる。
<System area>
The storage devices 20-1,..., 20-n in the DE 2a are provided with a system area for storing control information and the like other than the data to be I / O controlled.

図7はシステムエリアの一例を示す図である。DE2a内の記憶装置20−1、・・・、20−nの少なくとも2台以上の記憶装置に、所定容量のシステムエリア20aを設けて、制御情報等を格納する記憶領域として使用する。   FIG. 7 is a diagram illustrating an example of the system area. At least two or more of the storage devices 20-1,..., 20-n in the DE 2a are provided with a system area 20a having a predetermined capacity and used as a storage area for storing control information and the like.

システムエリア20aは、例えば、1つの記憶装置の全体記憶容量の1%未満とする(例えば、システムエリア20aの記憶容量=1GB)。また、システムエリア20aには、CM10a、10bの起動時に用いられるファームウェアが少なくとも格納される。   The system area 20a is, for example, less than 1% of the total storage capacity of one storage device (for example, the storage capacity of the system area 20a = 1 GB). The system area 20a stores at least firmware used when the CMs 10a and 10b are activated.

<BUDに格納される情報>
図8はBUDに格納される情報の一例を示す図である。BUD13には、例えば、ファームウェアd1、構成ファイルd2、ファームアーカイブd3、ログデータd4およびバックアップ情報d5が格納される。
<Information stored in BUD>
FIG. 8 is a diagram illustrating an example of information stored in the BUD. The BUD 13 stores, for example, firmware d1, configuration file d2, firmware archive d3, log data d4, and backup information d5.

ファームウェアd1は、CM10の起動に用いられるデータである。CM10の電源がオンすると、プロセッサ11は、ファームウェアd1をメモリ12上に展開してCM10を起動する。   The firmware d1 is data used for activating the CM 10. When the power of the CM 10 is turned on, the processor 11 loads the firmware d1 on the memory 12 and activates the CM 10.

構成ファイルd2は、CM10が電源オフする場合に、電源オフ直前のシステムの構成情報が書き込まれるデータである。プロセッサ11は、次回起動時に構成ファイルd2をメモリ12上に展開して、展開した構成ファイルd2に示される構成でCM10の立ち上げを行う。   The configuration file d2 is data into which configuration information of the system immediately before the power is turned off is written when the power of the CM 10 is turned off. The processor 11 expands the configuration file d2 on the memory 12 at the next startup, and starts up the CM 10 with the configuration indicated by the expanded configuration file d2.

ファームアーカイブ(ファイルサイズは例えば、100MB)d3は、ファームウェアd1やBIOS(Basic Input Output System)等のCM10内の全ファームウェアを圧縮したファイルである。プロセッサ11は、ファームアーカイブd3から例えば、ファームウェアd1を取り出し、BUD13の所定領域にファームウェアd1を書き込む。   The firmware archive (file size is, for example, 100 MB) d3 is a file obtained by compressing all firmware in the CM 10, such as the firmware d1 and a BIOS (Basic Input Output System). The processor 11 extracts, for example, the firmware d1 from the firmware archive d3, and writes the firmware d1 in a predetermined area of the BUD 13.

ログデータd4は、システム運用中にシステム内で発生したイベントやエラー情報である。CM10に接続される保守端末よりログデータが抽出されることで、ユーザはシステム内で発生した事象をログデータd4から解析できる。   The log data d4 is event or error information that has occurred in the system during system operation. By extracting log data from the maintenance terminal connected to the CM 10, the user can analyze an event that has occurred in the system from the log data d4.

バックアップ情報d5は、例えば、メモリ12上の制御情報等が該当し、CM10の電源オフ時にバックアップ情報として格納される。プロセッサ11は、次の電源オンでバックアップ情報d5をメモリ12上に展開して電源オフ直前の状態でCM10を立ち上げる。   The backup information d5 corresponds to, for example, control information in the memory 12, and is stored as backup information when the power of the CM 10 is turned off. The processor 11 expands the backup information d5 on the memory 12 at the next power-on, and starts up the CM 10 just before the power-off.

また、プロセッサ11は、停電の発生時には、メモリ12上の全ユーザデータをバックアップ情報d5としてBUD13に格納し、復電時にはバックアップ情報d5をメモリ12上に展開して、停電直前のユーザデータを復元する。   Further, when a power failure occurs, the processor 11 stores all user data in the memory 12 as backup information d5 in the BUD 13, and expands the backup information d5 in the memory 12 when power is restored, thereby restoring user data immediately before the power failure. I do.

なお、ファームウェアを含むファームアーカイブの初回登録(初回格納)では、例えば、工場でシステムを組み立てて立ち上げる際に、BUD13と、記憶装置20のシステムエリア20aとに対して、ファームアーカイブが格納される。   In the initial registration (initial storage) of a firmware archive including firmware, for example, when assembling and starting up a system at a factory, the firmware archive is stored in the BUD 13 and the system area 20a of the storage device 20. .

また、システム運用中の機能アップデートやバグフィックスがある場合、BUD13と、記憶装置20のシステムエリア20aとに格納されたファームアーカイブの更新が行われる。   If there is a function update or a bug fix during system operation, the firmware archive stored in the BUD 13 and the system area 20a of the storage device 20 is updated.

<保守BUD>
図9は保守BUDに格納される情報の一例を示す図である。保守BUD14は、故障したBUD13に代わって保守対象のCM10に載せ替えられるBUDである。保守BUD14に格納されている情報は、CM10を起動するためのファームウェアd1が格納されているのみで、その他の情報は空の状態である(その他の情報は、システム運用中に共有化されて保守BUD14に随時格納されていく)。
<Maintenance BUD>
FIG. 9 is a diagram illustrating an example of information stored in the maintenance BUD. The maintenance BUD 14 is a BUD that can be replaced with the maintenance target CM 10 instead of the failed BUD 13. The information stored in the maintenance BUD 14 only stores the firmware d1 for activating the CM 10, and the other information is empty (the other information is shared during the operation of the system and maintained. It is stored in the BUD 14 as needed.)

なお、保守BUD14は、任意の時期に作成されたファームウェアが書き込まれて、保守部品として各地のパーツセンターでストックされるため、保守BUD14に書き込まれたファームウェア版数は通常同一ではないことが多い。   Since the firmware created at an arbitrary time is written in the maintenance BUD 14 and is stocked as a maintenance part at a parts center in each place, the firmware version numbers written in the maintenance BUD 14 are usually not the same.

保守BUD14をファームウェア版数毎に管理するとなると、版数毎に管理番号を用意したり、全国のパーツセンターに同一ファームウェア版数でストック管理したりすることになり、コストがかかり作業効率も低下することになる。   If the maintenance BUD 14 is managed for each firmware version, a management number is prepared for each version, and stock management is performed at parts centers nationwide with the same firmware version, which increases costs and reduces work efficiency. Will be.

<活性保守交換を可能にするファームウェア版数合わせ込み処理>
図10は稼動側のCMのファームウェア版数合わせ込み処理の一例を示す図である。2台のCM構成のうち、CM10bはBUD13bの故障により動作が停止し、その後、CM10aのBUD13aが故障してCM10aは限定運用になっているとする。そして、CM10bが抜き出されて、故障BUD13bから保守BUD14に載せ替えられたCM10b(保守CM10b)がストレージ装置10−1に挿入されたとする。
<Firmware version number matching process that enables active maintenance replacement>
FIG. 10 is a diagram illustrating an example of the firmware version number matching process of the CM on the operating side. Of the two CM configurations, it is assumed that the CM 10b stops operating due to the failure of the BUD 13b, and then the BUD 13a of the CM 10a fails and the CM 10a is in limited operation. Then, it is assumed that the CM 10b is extracted, and the CM 10b (maintenance CM 10b) replaced with the maintenance BUD 14 from the failure BUD 13b is inserted into the storage device 10-1.

〔ステップS21〕稼動側のCM10a内のプロセッサ11aは、CM10aの起動に用いたファームウェアを保守CM10bへ適用するためのファームウェア適用指示を保守CM10bへ送信する。   [Step S21] The processor 11a in the active CM 10a transmits to the maintenance CM 10b a firmware application instruction for applying the firmware used to activate the CM 10a to the maintenance CM 10b.

〔ステップS22〕プロセッサ11aは、保守CM10bからの応答(受信準備完了通知)を待つ。
〔ステップS23〕プロセッサ11aは、保守CM10bからの応答を受信すると、ファームウェアの読み出し元になるBUD13aが正常か否かを判定する。BUD13aが正常でない場合はステップS24へ処理が進み、BUD13aが正常な場合はステップS25へ処理が進む。
[Step S22] The processor 11a waits for a response (reception preparation completion notification) from the maintenance CM 10b.
[Step S23] Upon receiving the response from the maintenance CM 10b, the processor 11a determines whether the BUD 13a from which the firmware is read is normal. If the BUD 13a is not normal, the process proceeds to step S24, and if the BUD 13a is normal, the process proceeds to step S25.

〔ステップS24〕プロセッサ11aは、記憶装置20内のシステムエリア20aからファームウェアを読み出す。
〔ステップS25〕プロセッサ11aは、BUD13aからファームウェアを読み出す。
[Step S24] The processor 11a reads out firmware from the system area 20a in the storage device 20.
[Step S25] The processor 11a reads firmware from the BUD 13a.

〔ステップS26〕プロセッサ11aは、読み出したファームウェアを保守CM10bへ送信する。
〔ステップS27〕プロセッサ11aは、保守CM10bからの応答(書込み完了通知)を待つ。
[Step S26] The processor 11a transmits the read firmware to the maintenance CM 10b.
[Step S27] The processor 11a waits for a response (write completion notification) from the maintenance CM 10b.

図11は保守側のCMのファームウェア版数合わせ込み処理の一例を示す図である。
〔ステップS31〕保守CM10b内のプロセッサ11bは、CM10aから送信されるファームウェア適用指示を待つ。
FIG. 11 is a diagram illustrating an example of the firmware version number matching process of the CM on the maintenance side.
[Step S31] The processor 11b in the maintenance CM 10b waits for a firmware application instruction transmitted from the CM 10a.

〔ステップS32〕プロセッサ11bは、ファームウェア適用指示を受信すると、ファームウェアを格納するための領域をBUD13b内に確保する。
〔ステップS33〕プロセッサ11bは、受信準備完了通知をCM10aへ送信する。
[Step S32] Upon receiving the firmware application instruction, the processor 11b secures an area for storing firmware in the BUD 13b.
[Step S33] The processor 11b transmits a reception preparation completion notification to the CM 10a.

〔ステップS34〕プロセッサ11bは、CM10aから送信されるファームウェアを待つ。
〔ステップS35〕プロセッサ11bは、ファームウェアを受信すると、BUD13bにファームウェアを書き込む。
[Step S34] The processor 11b waits for firmware transmitted from the CM 10a.
[Step S35] Upon receiving the firmware, the processor 11b writes the firmware into the BUD 13b.

〔ステップS36〕プロセッサ11bは、ファームウェアの書込み完了通知を稼動CM10aへ送信する。
図12は全BUD故障時の保守におけるファームウェア版数合わせ込み処理の流れを示す図である。CM10bを保守対象とした場合のファームウェア版数合わせ込み処理の流れを示している。なお、システムを稼動するファームウェア版数をVer.1とする。また、故障BUDからの載せ替え後の保守BUDに書き込まれているファームウェア版数をVer.2とする。
[Step S36] The processor 11b transmits a firmware write completion notification to the operating CM 10a.
FIG. 12 is a diagram showing the flow of the firmware version number matching process in the maintenance at the time of failure of all BUDs. The flow of the firmware version number matching process when the CM 10b is a maintenance target is shown. The firmware version for operating the system is indicated by Ver. Let it be 1. Further, the firmware version number written in the maintenance BUD after replacement from the failure BUD is indicated by Ver. Let it be 2.

〔ステップS41〕CM10aは、BUD13aに格納されている版数Ver.1のファームウェアにもとづき稼動しておりオンライン状態であるが、起動した後にBUD13aが故障したとする(よってCM10aは限定運用)。一方、CM10bの状態はシステムに組み込み中であって、載せ替え後の保守BUD14bには版数=Ver.2のファームウェアが格納されている。   [Step S41] The CM 10a stores the version number Ver. Stored in the BUD 13a. It is assumed that the BUD 13a is operating and is online based on the firmware No. 1 but the BUD 13a breaks down after startup (the CM 10a is in limited operation). On the other hand, the state of the CM 10b is being incorporated in the system, and the version number = Ver. 2 are stored.

〔ステップS42〕CM10a内のプロセッサ11aは、組み込み中のCM10bに対し、CM10bの保守BUD14bに格納されているファームウェアは、現在稼動中のファームウェア版数と異なることを検出する。   [Step S42] The processor 11a in the CM 10a detects that the firmware stored in the maintenance BUD 14b of the CM 10b is different from the currently running firmware version for the CM 10b being installed.

プロセッサ11aは、記憶装置20に設けたシステムエリア20aに格納されている版数=Ver.1のファームウェアを読み出し、保守BUD14bに対して、版数=Ver.1のファームウェアの書込みを行う。   The processor 11a determines that the version number stored in the system area 20a provided in the storage device 20 = Ver. 1 is read out, and the version number = Ver. 1 is written.

なお、プロセッサ11aは、CM10bの電源レベルを監視しており、電源レベルの変動が所定変動レベルを超えた場合、CM10bが保守交換されたことを検出し、このとき、プロセッサ11aは、ファームウェア版数のチェックを行う。CMの電源レベル変動を監視することにより精度よくCMが保守交換されたことを検出できる。   Note that the processor 11a monitors the power level of the CM 10b, and when the fluctuation of the power level exceeds a predetermined fluctuation level, detects that the CM 10b has been subjected to maintenance replacement. Check. By monitoring the power level fluctuation of the CM, it is possible to accurately detect that the CM has been replaced by maintenance.

〔ステップS43〕CM10bは、CM10aから書き込まれた版数Ver.1のファームウェアで再起動する。
〔ステップS44〕CM10bは、オンライン状態になる。
[Step S43] The CM 10b stores the version number Ver. Reboot with firmware 1
[Step S44] The CM 10b goes online.

図13は全BUD故障時の保守におけるファームウェア版数合わせ込み処理の流れを示す図である。CM10aを保守対象とした場合のファームウェア版数合わせ込み処理の流れを示している。なお、システムを稼動するファームウェア版数はVer.1であり、故障BUDからの載せ替え後の保守BUDに書き込まれているファームウェア版数をVer.3とする。   FIG. 13 is a diagram showing a flow of a firmware version number matching process in maintenance at the time of failure of all BUDs. The flow of the firmware version number matching process when the CM 10a is a maintenance target is shown. The firmware version for operating the system is Ver. 1 and the firmware version number written in the maintenance BUD after replacement from the failed BUD is Ver. 3 is assumed.

〔ステップS51〕CM10bは、保守BUD14bに格納されている版数=Ver.1のファームウェアにもとづき稼動しておりオンライン状態である。また、CM10aは、故障していたBUDが保守BUD14aに交換されて、システムに組み込み中であって、保守BUD14aには版数=Ver.3のファームウェアが格納されている。   [Step S51] The CM 10b updates the version number stored in the maintenance BUD 14b = Ver. 1 and is online based on firmware 1. Further, the CM 10a is replacing the failed BUD with the maintenance BUD 14a and is being incorporated in the system, and the maintenance BUD 14a has the version number = Ver. 3 are stored.

〔ステップS52〕CM10aのプロセッサ11aは、保守BUD14aに格納されているファームウェアは、CM10bの保守BUD14bに格納されているファームウェア版数と異なることを検出する。   [Step S52] The processor 11a of the CM 10a detects that the firmware stored in the maintenance BUD 14a is different from the firmware version stored in the maintenance BUD 14b of the CM 10b.

プロセッサ11aは、CM10bの保守BUD14bに格納されている版数=Ver.1のファームウェアを読み出し、保守BUD14aに版数=Ver.1のファームウェアの書込みを行う。   The processor 11a determines that the version number stored in the maintenance BUD 14b of the CM 10b = Ver. 1 is read and the version number = Ver. 1 is written.

なお、プロセッサ11aは、CM10aの保守交換後の電源投入時、自身が保守交換されたことを検出し、このとき、プロセッサ11aは、ファームウェア版数のチェックを行う。   When the power is turned on after the maintenance replacement of the CM 10a, the processor 11a detects that the CM 10a itself has undergone maintenance replacement, and at this time, the processor 11a checks the firmware version.

〔ステップS53〕CM10aは、CM10bから読み出した版数Ver.1のファームウェアで再起動する。
〔ステップS54〕CM10aは、オンライン状態になる。
[Step S53] The CM 10a reads the version number Ver. Reboot with firmware 1
[Step S54] The CM 10a goes online.

なお、上記では、CM10a側のプロセッサ11aが、CM10b側の保守BUD14bからファームウェアを読み出して、保守BUD14aに書き込む構成としたが、逆にCM10b側のプロセッサ11bが書き込み処理を行ってもよい。すなわち、プロセッサ11bが、CM10b側の保守BUD14bからファームウェアを読み出して、CM10aの保守BUD14aに書き込む処理を行ってもよい。   In the above description, the processor 11a on the CM 10a side reads the firmware from the maintenance BUD 14b on the CM 10b side and writes the firmware into the maintenance BUD 14a. However, the processor 11b on the CM 10b side may perform the writing process. That is, the processor 11b may read firmware from the maintenance BUD 14b on the CM 10b side and write the firmware into the maintenance BUD 14a of the CM 10a.

上記のように、ストレージシステム1−2では、保守交換後のCMのファームウェア版数を現在稼働中のファームウェア版数に一致させることができ、CMの活性保守が可能になる。   As described above, in the storage system 1-2, the firmware version of the CM after maintenance replacement can be made to match the firmware version currently in operation, and active maintenance of the CM becomes possible.

<保守CMがシステムエリアからファームウェアを取り出さない理由>
記憶装置20に設けたファームウェアを格納しておくシステムエリア20aは、BUD13とは異なりCM10とは直接接続されておらず、CM10とDE2aとを繋ぐ中継モジュールを介してCM10に接続される。
<Why the maintenance CM does not take out the firmware from the system area>
Unlike the BUD 13, the system area 20a for storing firmware provided in the storage device 20 is not directly connected to the CM 10, but is connected to the CM 10 via a relay module that connects the CM 10 and the DE 2a.

CM10がDE2a内の記憶装置20に対してR/W(リード/ライト)が可能になるためには、CM10のセットアップを所定段階まで進めておくことが求められる。このため、保守CMが搭載されても保守CMは即時にDE2a内の記憶装置20にアクセスして記憶装置20内のシステムエリア20aからファームウェアを取得することはできない。このような理由により、システムエリア20aを利用してのファームウェア合わせ込み処理では、稼動側のCMがシステムエリア20aにアクセスしてファームウェアを取得し、保守CMに書き込む動作を行うものとなる。   In order for the CM 10 to be able to perform R / W (read / write) on the storage device 20 in the DE 2a, it is necessary to advance the setup of the CM 10 to a predetermined stage. For this reason, even if the maintenance CM is mounted, the maintenance CM cannot immediately access the storage device 20 in the DE 2a and acquire the firmware from the system area 20a in the storage device 20. For this reason, in the firmware matching process using the system area 20a, the operating CM accesses the system area 20a to acquire the firmware and writes the firmware into the maintenance CM.

以上説明したように、ストレージシステム1−2では、BUD故障時において、CMの活性保守を可能にする。この場合、システム内に正常なBUDが存在するケースと、存在しないケースとで活性保守の動作が異なる。   As described above, the storage system 1-2 enables active maintenance of a CM at the time of a BUD failure. In this case, the operation of active maintenance differs between a case where a normal BUD exists in the system and a case where a normal BUD does not exist.

システム内に正常なBUDが存在すれば、CM組み込みの際のファームウェアの読み出しは、その正常なBUDから行われる。すなわち、稼動CMのBUDからファームウェアを読み出し、保守CMに搭載される保守BUDにファームウェアが書き込まれる。その後、保守CMを再起動させることで、稼動ファームウェアと同一版数のファームウェアで起動される。   If a normal BUD exists in the system, the firmware is read from the normal BUD when the CM is incorporated. That is, the firmware is read from the BUD of the active CM, and the firmware is written to the maintenance BUD mounted on the maintenance CM. Thereafter, by restarting the maintenance CM, the maintenance CM is started with the same version of firmware as the operating firmware.

一方、システム内に正常なBUDが存在しない場合、CM組み込みの際のファームウェアの読み出しをBUDから行うことはできないため、システムエリア20aからの読み出しを行う。   On the other hand, when a normal BUD does not exist in the system, the firmware cannot be read from the BUD when the CM is incorporated, so that the firmware is read from the system area 20a.

すなわち、システムエリア20aに格納されているファームウェアが読み出され、システムエリア20aから読み出されたファームウェアが保守BUDに書き込まれる。その後、保守CMを再起動させることで、稼動ファームウェアと同一版数のファームウェアで起動される。   That is, the firmware stored in the system area 20a is read, and the firmware read from the system area 20a is written in the maintenance BUD. Thereafter, by restarting the maintenance CM, the maintenance CM is started with the same version of firmware as the operating firmware.

なお、上記では、ファームウェア版数合わせ込み処理を保守交換時に行う場合について説明したが、ストレージ装置10−1に新規のCMを増設した場合にも、上記と同様なファームウェア版数の合わせ込みが行われる。   In the above description, the case where the firmware version matching process is performed at the time of maintenance replacement is described. However, even when a new CM is added to the storage device 10-1, the same firmware version matching process as described above is performed. Will be

例えば、CM10aが稼動中であって、新規のCM10bがストレージ装置10−1に挿入される場合、上記と同様な制御によって新規のCM10bに搭載されているBUDに対して、現在稼動中の版数のファームウェアがCM10aから読み出されて格納される。   For example, when the CM 10a is operating and a new CM 10b is inserted into the storage device 10-1, the version number of the currently operating version is determined for the BUD mounted on the new CM 10b by the same control as described above. Is read from the CM 10a and stored.

<システムエリアを有する記憶装置が故障した場合>
システムエリア20aは、上述したように、少なくとも2台以上の記憶装置20に設けられて冗長化されている。したがって、運用中にシステムエリア20aを有している1台の記憶装置20が故障した場合、冗長性がなくなることになる。
<When a storage device having a system area breaks down>
As described above, the system area 20a is provided in at least two or more storage devices 20 and is made redundant. Therefore, if one storage device 20 having the system area 20a fails during operation, the redundancy is lost.

したがって、システムエリア20aの冗長性を維持するために、故障した記憶装置を保守用の記憶装置と交換した際に、稼動側のCM内のプロセッサは、BUDからファームウェアアーカイブを読み出し、保守交換された記憶装置へ格納する。このような制御を行うことでシステムエリア20aの冗長状態を復旧させる。   Therefore, in order to maintain the redundancy of the system area 20a, when the failed storage device is replaced with the maintenance storage device, the processor in the active CM reads out the firmware archive from the BUD and performs maintenance replacement. Store it in the storage device. By performing such control, the redundant state of the system area 20a is restored.

<システムエリアへのファームアーカイブの格納タイミング>
システムエリア20aへのファームアーカイブへの格納タイミングは、基本的にはファームウェアを更新したタイミングで行われる。
<Timing of storing the firmware archive in the system area>
The storage timing of the firmware archive in the system area 20a is basically performed when the firmware is updated.

図14は活性状態におけるファームウェア更新処理から起動までの動作の一例を示す図である。ストレージ装置10−1が活性状態にあるときのファームウェア更新処理の流れを示している。   FIG. 14 is a diagram illustrating an example of an operation from a firmware update process to activation in an active state. The flow of the firmware update process when the storage device 10-1 is in the active state is shown.

〔ステップS61〕CM10a内のプロセッサ11aは、更新後のファームアーカイブを記憶装置20内のシステムエリア20aに書き込む。なお、更新後のファームアーカイブは、例えば、保守端末を通じてCM10aに転送することが可能である。   [Step S61] The processor 11a in the CM 10a writes the updated firmware archive to the system area 20a in the storage device 20. The updated firmware archive can be transferred to the CM 10a through the maintenance terminal, for example.

〔ステップS62〕プロセッサ11aは、更新後のファームアーカイブをBUD13のファームアーカイブ領域に格納する。
〔ステップS63〕プロセッサ11aは、更新後のファームアーカイブから更新後のファームウェアを抽出し、BUD13のファームウェア領域に、更新後のファームウェアを格納する。
[Step S62] The processor 11a stores the updated firmware archive in the firmware archive area of the BUD 13.
[Step S63] The processor 11a extracts the updated firmware from the updated firmware archive, and stores the updated firmware in the firmware area of the BUD 13.

〔ステップS64〕プロセッサ11aは、通信の切り離し処理を行って、CM10aの通信をCM10bおよびDE2aから切り離す。
〔ステップS65〕プロセッサ11aは、更新後のファームウェアで起動するために、CM10a内のモジュールの電源のオフ(再起動を行うためのパワーダウン)を行い、所定時間後に電源をオンする電源自律制御を行う。
[Step S64] The processor 11a performs a communication disconnection process to disconnect the communication of the CM 10a from the CM 10b and the DE 2a.
[Step S65] The processor 11a turns off (powers down for restarting) the modules in the CM 10a in order to start with the updated firmware, and performs power supply autonomous control to turn on the power after a predetermined time. Do.

〔ステップS66〕CM10aは、更新後のファームウェアで起動する。
〔ステップS67〕プロセッサ11aは、更新後のファームウェアで起動したCM10aで、CM10bおよびDE2aとの通信を再開する。
[Step S66] The CM 10a starts up with the updated firmware.
[Step S67] The processor 11a resumes communication with the CM 10b and the DE 2a in the CM 10a activated by the updated firmware.

〔ステップS68〕CM10b内のプロセッサ11bは、システムエリア20aから更新後のファームアーカイブを読み出して、更新後のファームアーカイブをBUD13bのファームアーカイブ領域に格納する。   [Step S68] The processor 11b in the CM 10b reads the updated firmware archive from the system area 20a, and stores the updated firmware archive in the firmware archive area of the BUD 13b.

〔ステップS69〕プロセッサ11bは、更新後のファームアーカイブから更新後のファームウェアを抽出し、BUD13bのファームウェア領域に、更新後のファームウェアを格納する。   [Step S69] The processor 11b extracts the updated firmware from the updated firmware archive, and stores the updated firmware in the firmware area of the BUD 13b.

〔ステップS70〕プロセッサ11bは、通信の切り離し処理を行って、CM10bの通信をCM10aおよびDE2aから切り離す。
〔ステップS71〕プロセッサ11bは、CM10bの電源のオフ/オンを行う(上述と同じ電源自律制御)。
[Step S70] The processor 11b performs a communication disconnection process to disconnect the communication of the CM 10b from the CM 10a and the DE 2a.
[Step S71] The processor 11b turns off / on the power of the CM 10b (autonomous power control as described above).

〔ステップS72〕CM10bは、更新後のファームウェアで起動する。
〔ステップS73〕プロセッサ11bは、更新後のファームウェアで起動したCM10bで、CM10aおよびDE2aとの通信を再開する。
[Step S72] The CM 10b starts up with the updated firmware.
[Step S73] The processor 11b resumes communication with the CM 10a and the DE 2a in the CM 10b activated by the updated firmware.

上記のように、活性状態でのファームウェア更新では、サービスを中断することなく運用状態でファームウェアの更新が可能である。また、CMの通信を一時的に切り離してユーザI/O負荷を低くして実施するため、システムエリア20aへの書き込みによるレスポンス遅延の影響は少ない。   As described above, in the firmware update in the active state, the firmware can be updated in the operating state without interrupting the service. In addition, since the communication of the CM is temporarily cut off to reduce the user I / O load, the effect of the response delay due to writing to the system area 20a is small.

以上説明したように、本発明によれば、あらかじめBUDとは異なる別の媒体(記憶装置)にファームウェアを格納しておき、CM保守交換の際に適用ファームウェアをBUDから読み出すか、別媒体から読み出すかを状況により選択して実行する。これにより、稼動CMを停止せずに、活性状態のままCMの保守(BUDの保守)を実現できる。   As described above, according to the present invention, the firmware is stored in another medium (storage device) different from the BUD in advance, and the applicable firmware is read from the BUD or read from another medium at the time of CM maintenance exchange. Is selected depending on the situation and executed. As a result, maintenance of the CM (maintenance of the BUD) can be realized without stopping the active CM and keeping the active state.

従来では、CMの非活性の保守を行っているため、システム停止に伴うスケジュール調整を要し、正常な運用状態に戻すまでに数日かかっていた。これに対し、本発明では、CMの活性保守が可能になるので、システム停止は不要となり、短時間で正常状態に復旧させることが可能になる。また、人手の作業はBUDを載せ替えたCMをストレージ装置に搭載するだけなので短手番、短時間となり、保守作業の軽減化が可能になる。   In the related art, since maintenance of a CM is performed in an inactive state, it is necessary to adjust a schedule according to a system stop, and it takes several days to return to a normal operation state. On the other hand, according to the present invention, since active maintenance of the CM can be performed, it is not necessary to stop the system, and the normal state can be restored in a short time. In addition, since the manual operation is simply to mount the CM in which the BUD has been replaced and mounted on the storage device, it is possible to reduce the number of turns and the time required, and to reduce the maintenance work.

なお、上記の第2の実施の形態では、図1の情報処理装置1−1をストレージシステムに適用した場合について説明したが、例えば、サーバにも適用可能である。この場合、図1のモジュールma、mbはサーバブレードに対応する。   In the above-described second embodiment, a case has been described in which the information processing apparatus 1-1 in FIG. 1 is applied to a storage system. However, the present invention can be applied to, for example, a server. In this case, the modules ma and mb in FIG. 1 correspond to server blades.

上記で説明した本発明の情報処理装置1−1およびストレージシステム1−2の処理機能は、コンピュータによって実現することができる。この場合、情報処理装置1−1およびストレージシステム1−2が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。   The processing functions of the information processing apparatus 1-1 and the storage system 1-2 of the present invention described above can be realized by a computer. In this case, a program describing the processing contents of the functions that the information processing device 1-1 and the storage system 1-2 should have is provided. By executing the program on a computer, the processing functions are realized on the computer.

処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、磁気記憶装置、光ディスク、光磁気記録媒体、半導体メモリ等がある。磁気記憶装置には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、磁気テープ等がある。光ディスクには、CD−ROM/RW等がある。光磁気記録媒体には、MO(Magneto Optical disk)等がある。   The program describing the processing content can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include a magnetic storage device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. The magnetic storage device includes a hard disk device (HDD), a flexible disk (FD), a magnetic tape, and the like. The optical disk includes a CD-ROM / RW and the like. Examples of the magneto-optical recording medium include an MO (Magneto Optical disk).

プログラムを流通させる場合、例えば、そのプログラムが記録されたCD−ROM等の可搬型記録媒体が販売される。また、プログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。   When distributing the program, for example, a portable recording medium such as a CD-ROM in which the program is recorded is sold. Alternatively, the program may be stored in a storage device of a server computer, and the program may be transferred from the server computer to another computer via a network.

プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。   The computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. Note that the computer can also read the program directly from the portable recording medium and execute processing according to the program.

また、コンピュータは、ネットワークを介して接続されたサーバコンピュータからプログラムが転送される毎に、逐次、受け取ったプログラムに従った処理を実行することもできる。また、上記の処理機能の少なくとも一部を、DSP、ASIC、PLD等の電子回路で実現することもできる。   Further, the computer may execute the processing according to the received program every time the program is transferred from the server computer connected via the network. Further, at least a part of the above processing functions can be realized by an electronic circuit such as a DSP, an ASIC, and a PLD.

以上、実施の形態を例示したが、実施の形態で示した各部の構成は同様の機能を有する他のものに置換することができる。また、他の任意の構成物や工程が付加されてもよい。さらに、前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。   As described above, the embodiment has been exemplified, but the configuration of each unit described in the embodiment can be replaced with another having the same function. Further, other arbitrary components and steps may be added. Further, any two or more configurations (features) of the above-described embodiments may be combined.

(付記1) 起動情報を格納する第1の記憶部と、前記第1の記憶部から読み出した前記起動情報にもとづいて起動する第1の制御部と、前記起動情報を格納する第2の記憶部と、前記第2の記憶部から読み出した前記起動情報にもとづいて起動する第2の制御部とを有する制御装置と、
前記制御装置が入出力制御の対象とするデータと、前記起動情報とを格納する記憶装置と、
を備え、
前記第1の制御部は、
前記第2の記憶部が新記憶部に交換された場合に、前記第1の記憶部から前記起動情報を読み出せるとき、前記新記憶部に前記第1の記憶部から読み出した前記起動情報を書き込み、
前記第1の記憶部から前記起動情報を読み出せないとき、前記新記憶部に前記記憶装置から読み出した前記起動情報を書き込む、
情報処理装置。
(Supplementary Note 1) A first storage unit that stores start information, a first control unit that starts based on the start information read from the first storage unit, and a second storage that stores the start information. A control unit having a unit and a second control unit that starts based on the start information read from the second storage unit;
A storage device that stores data to be subjected to input / output control by the control device and the activation information,
With
The first control unit includes:
When the second storage unit is replaced with a new storage unit, when the boot information can be read from the first storage unit, the boot information read from the first storage unit is stored in the new storage unit. writing,
When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the new storage unit.
Information processing device.

(付記2) 前記第2の制御部は、前記新記憶部に書き込まれた前記起動情報にもとづいて起動する付記1記載の情報処理装置。
(付記3) 前記第1の制御部は、前記第1の記憶部が交換対象となった場合、前記第1の記憶部の載せ替え後の前記新記憶部に、前記第2の制御部に搭載されている前記新記憶部から読み出した前記起動情報を書き込み、書き込んだ前記起動情報にもとづいて起動する付記1記載の情報処理装置。
(Supplementary note 2) The information processing device according to supplementary note 1, wherein the second control unit is activated based on the activation information written in the new storage unit.
(Supplementary Note 3) In the case where the first storage unit is to be replaced, the first control unit may be configured to store the new storage unit after replacement of the first storage unit and the second control unit. 2. The information processing apparatus according to claim 1, wherein the boot information read from the mounted new storage unit is written, and the boot is started based on the written boot information.

(付記4) 前記第1の制御部は、前記第2の記憶部と対になる前記第2の制御部の電源レベルを監視し、前記電源レベルの変動にもとづいて前記第2の記憶部が交換されたことを検出する付記1記載の情報処理装置。   (Supplementary Note 4) The first control unit monitors a power supply level of the second control unit that is paired with the second storage unit, and based on a change in the power supply level, the second storage unit 2. The information processing apparatus according to claim 1, wherein the information processing apparatus detects that the exchange has been performed.

(付記5) 起動情報を格納する第1の記憶部と、前記第1の記憶部から読み出した前記起動情報にもとづいて起動する第1の制御部と、前記起動情報を格納する第2の記憶部と、前記第2の記憶部から読み出した前記起動情報にもとづいて起動する第2の制御部とを有する制御装置と、前記制御装置が入出力制御の対象とするデータと、前記起動情報とを格納する記憶装置と、を備えるシステムにおける前記第2の記憶部が交換された場合、
前記第1の記憶部から前記起動情報を読み出せるとき、新記憶部に前記第1の記憶部から読み出した前記起動情報を書き込み、
前記第1の記憶部から前記起動情報を読み出せないとき、前記新記憶部に前記記憶装置から読み出した前記起動情報を書き込む、
処理を前記第1の制御部内のコンピュータに実行させるプログラム。
(Supplementary Note 5) A first storage unit that stores start information, a first control unit that starts based on the start information read from the first storage unit, and a second storage that stores the start information. A control unit having a unit and a second control unit that starts up based on the start-up information read from the second storage unit; data to be input / output controlled by the control unit; When the second storage unit in the system including:
When the boot information can be read from the first storage unit, the boot information read from the first storage unit is written to a new storage unit,
When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the new storage unit.
A program for causing a computer in the first control unit to execute processing.

(付記6) 前記第2の制御部は、前記第1の記憶部が交換対象となった場合、前記第1の記憶部の載せ替え後の前記新記憶部に、前記第2の制御部に搭載されている前記新記憶部から読み出した前記起動情報を書き込み、前記第1の制御部は、書き込まれた前記起動情報にもとづいて起動する付記1記載の情報処理装置。   (Supplementary Note 6) In the case where the first storage unit is to be replaced, the second control unit is configured to store the first storage unit in the new storage unit after the replacement, and in the second control unit, 2. The information processing apparatus according to claim 1, wherein the boot information read from the mounted new storage unit is written, and the first control unit boots up based on the written boot information.

(付記7) 前記第1の記憶部および前記第2の記憶部は、不揮発性のバックアップ媒体である付記1記載の情報処理装置。
(付記8) 起動時に要する起動情報を格納する第1の記憶部を含み、前記起動情報にもとづいて起動する第1の制御部を有する制御装置と、
前記制御装置が入出力制御の対象とするデータと、前記起動情報とを格納する記憶装置と、
を備え、
第2の記憶部を含み、前記起動情報にもとづいて起動する第2の制御部が前記制御装置に設置された場合、
前記第1の制御部は、
前記第1の記憶部から前記起動情報を読み出せるとき、前記第1の記憶部から読み出した前記起動情報を前記第2の記憶部に書き込み、
前記第1の記憶部から前記起動情報を読み出せないとき、前記記憶装置から読み出した前記起動情報を前記第2の記憶部に書き込む、
情報処理装置。
(Supplementary note 7) The information processing device according to supplementary note 1, wherein the first storage unit and the second storage unit are non-volatile backup media.
(Supplementary Note 8) A control device including a first storage unit that stores start information required at the time of start, and a first control unit that starts based on the start information;
A storage device that stores the data to be subjected to input / output control by the control device and the activation information,
With
When a second control unit that includes a second storage unit and starts based on the start information is installed in the control device,
The first control unit includes:
When the boot information can be read from the first storage unit, the boot information read from the first storage unit is written to the second storage unit,
When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the second storage unit.
Information processing device.

1−1 情報処理装置
1 制御装置
1a、1b 制御部
1a1、1b1 記憶部
1b11 新記憶部
2 記憶装置
ma、mb モジュール
mb−1 交換後のモジュール
1-1 information processing device 1 control device 1a, 1b control unit 1a1, 1b1 storage unit 1b11 new storage unit 2 storage device ma, mb module mb-1 module after replacement

Claims (5)

起動情報を格納する第1の記憶部と、前記第1の記憶部から読み出した前記起動情報にもとづいて起動する第1の制御部と、前記起動情報を格納する第2の記憶部と、前記第2の記憶部から読み出した前記起動情報にもとづいて起動する第2の制御部とを有する制御装置と、
前記制御装置が入出力制御の対象とするデータと、前記起動情報とを格納する記憶装置と、
を備え、
前記第1の制御部は、
前記第2の記憶部が新記憶部に交換された場合に、前記第1の記憶部から前記起動情報を読み出せるとき、前記新記憶部に前記第1の記憶部から読み出した前記起動情報を書き込み、
前記第1の記憶部から前記起動情報を読み出せないとき、前記新記憶部に前記記憶装置から読み出した前記起動情報を書き込む、
情報処理装置。
A first storage unit that stores boot information, a first control unit that starts based on the boot information read from the first storage unit, a second storage unit that stores the boot information, A control device having a second control unit that starts based on the start information read from the second storage unit;
A storage device that stores data to be subjected to input / output control by the control device and the activation information,
With
The first control unit includes:
When the second storage unit is replaced with a new storage unit, when the boot information can be read from the first storage unit, the boot information read from the first storage unit is stored in the new storage unit. writing,
When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the new storage unit.
Information processing device.
前記第2の制御部は、前記新記憶部に書き込まれた前記起動情報にもとづいて起動する請求項1記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the second control unit is activated based on the activation information written in the new storage unit. 前記第1の制御部は、前記第1の記憶部が交換対象となった場合、前記第1の記憶部の載せ替え後の前記新記憶部に、前記第2の制御部に搭載されている前記新記憶部から読み出した前記起動情報を書き込み、書き込んだ前記起動情報にもとづいて起動する請求項1記載の情報処理装置。   The first control unit is mounted on the second control unit in the new storage unit after replacement of the first storage unit when the first storage unit is to be replaced. 2. The information processing apparatus according to claim 1, wherein the startup information read from the new storage unit is written, and the startup is performed based on the written startup information. 前記第1の制御部は、前記第2の記憶部と対になる前記第2の制御部の電源レベルを監視し、前記電源レベルの変動にもとづいて前記第2の記憶部が交換されたことを検出する請求項1記載の情報処理装置。   The first control unit monitors a power level of the second control unit paired with the second storage unit, and the second storage unit is replaced based on a change in the power level. The information processing apparatus according to claim 1, wherein the information processing apparatus detects the information. 起動情報を格納する第1の記憶部と、前記第1の記憶部から読み出した前記起動情報にもとづいて起動する第1の制御部と、前記起動情報を格納する第2の記憶部と、前記第2の記憶部から読み出した前記起動情報にもとづいて起動する第2の制御部とを有する制御装置と、前記制御装置が入出力制御の対象とするデータと、前記起動情報とを格納する記憶装置と、を備えるシステムにおける前記第2の記憶部が交換された場合、
前記第1の記憶部から前記起動情報を読み出せるとき、新記憶部に前記第1の記憶部から読み出した前記起動情報を書き込み、
前記第1の記憶部から前記起動情報を読み出せないとき、前記新記憶部に前記記憶装置から読み出した前記起動情報を書き込む、
処理を前記第1の制御部内のコンピュータに実行させるプログラム。
A first storage unit that stores boot information, a first control unit that starts based on the boot information read from the first storage unit, a second storage unit that stores the boot information, A control device having a second control unit that starts up based on the start-up information read from the second storage unit, storage for storing data to be input / output controlled by the control device, and the start-up information And when the second storage unit in the system including the device is replaced,
When the boot information can be read from the first storage unit, the boot information read from the first storage unit is written to a new storage unit,
When the boot information cannot be read from the first storage unit, the boot information read from the storage device is written to the new storage unit.
A program for causing a computer in the first control unit to execute processing.
JP2018156359A 2018-08-23 2018-08-23 Information processing equipment and programs Active JP7100255B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018156359A JP7100255B2 (en) 2018-08-23 2018-08-23 Information processing equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018156359A JP7100255B2 (en) 2018-08-23 2018-08-23 Information processing equipment and programs

Publications (2)

Publication Number Publication Date
JP2020030660A true JP2020030660A (en) 2020-02-27
JP7100255B2 JP7100255B2 (en) 2022-07-13

Family

ID=69622681

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018156359A Active JP7100255B2 (en) 2018-08-23 2018-08-23 Information processing equipment and programs

Country Status (1)

Country Link
JP (1) JP7100255B2 (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09293001A (en) * 1996-04-25 1997-11-11 Mitsubishi Electric Corp Non-stop maintenance system
JPH11134114A (en) * 1997-10-30 1999-05-21 Fujitsu Ltd Disk array device
JP2002049509A (en) * 2000-08-01 2002-02-15 Hitachi Ltd Data processing system
JP2007080246A (en) * 2005-08-19 2007-03-29 Seiko Epson Corp Data processing device, data processing method, control program, and recording medium with the program recorded thereon

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09293001A (en) * 1996-04-25 1997-11-11 Mitsubishi Electric Corp Non-stop maintenance system
JPH11134114A (en) * 1997-10-30 1999-05-21 Fujitsu Ltd Disk array device
JP2002049509A (en) * 2000-08-01 2002-02-15 Hitachi Ltd Data processing system
JP2007080246A (en) * 2005-08-19 2007-03-29 Seiko Epson Corp Data processing device, data processing method, control program, and recording medium with the program recorded thereon

Also Published As

Publication number Publication date
JP7100255B2 (en) 2022-07-13

Similar Documents

Publication Publication Date Title
JP4870915B2 (en) Storage device
US20120054441A1 (en) Storage system, control apparatus and control method thereof
JP2009140153A (en) Storage management device, storage system control device, storage management program, and storage system
JP7060789B2 (en) Electronic systems, information processing equipment and control methods
US20100138625A1 (en) Recording medium storing update processing program for storage system, update processing method, and storage system
JP2011170589A (en) Storage control device, storage device, and storage control method
US8904201B2 (en) Storage system and its control method
US20100115310A1 (en) Disk array apparatus
JP2005301419A (en) Disk array device and data processing method for it
US20230129037A1 (en) Board management controller and method for starting thereof
JP2007025933A (en) Storage system and its firmware automatic updating method
JP2005267111A (en) Storage control system and method for controlling storage control system
JP5147586B2 (en) Storage apparatus and control method thereof
US8499080B2 (en) Cluster control apparatus, control system, control method, and control program
JP5186551B2 (en) Method and program for restoring automatic firmware of peer programmable hardware device
JP2009104412A (en) Storage apparatus and method controlling the same
JP2011248783A (en) Information processing device
US20130232377A1 (en) Method for reusing resource and storage sub-system using the same
US20190073147A1 (en) Control device, method and non-transitory computer-readable storage medium
JP4757648B2 (en) Processing apparatus and failure recovery method thereof
JP7100255B2 (en) Information processing equipment and programs
CN111240903A (en) Data recovery method and related equipment
US11385815B2 (en) Storage system
US8453007B2 (en) Storage device and recovery method
JP2010204885A (en) Disk array device and method for controlling the same

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210513

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20210524

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20210524

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20220523

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20220531

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220613

R150 Certificate of patent or registration of utility model

Ref document number: 7100255

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150