JP7367400B2 - Information processing device and information processing program - Google Patents

Information processing device and information processing program Download PDF

Info

Publication number
JP7367400B2
JP7367400B2 JP2019159596A JP2019159596A JP7367400B2 JP 7367400 B2 JP7367400 B2 JP 7367400B2 JP 2019159596 A JP2019159596 A JP 2019159596A JP 2019159596 A JP2019159596 A JP 2019159596A JP 7367400 B2 JP7367400 B2 JP 7367400B2
Authority
JP
Japan
Prior art keywords
task
delay time
processing
unit
network
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.)
Active
Application number
JP2019159596A
Other languages
Japanese (ja)
Other versions
JP2021039490A (en
Inventor
隆広 湯本
英彦 小宮山
全 伴
順 竹内
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 JP2019159596A priority Critical patent/JP7367400B2/en
Publication of JP2021039490A publication Critical patent/JP2021039490A/en
Application granted granted Critical
Publication of JP7367400B2 publication Critical patent/JP7367400B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Description

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

ストレージ装置は、接続されたサーバからネットワークを通じて指示を受信して、その結果を応答する。また、ストレージ装置は、複数のネットワークタスクを管理可能であり、サーバ毎に別のタスクを起動して各サーバからの指示を処理する。 The storage device receives instructions from the connected server through the network and responds with the results. Furthermore, the storage device is capable of managing multiple network tasks, and starts a separate task for each server to process instructions from each server.

そして、ストレージ装置は、ネットワークタスクを動作させる場合、以下の処理を行う。例えば、ストレージ装置は、通信を行う前にネットワークタスク毎にFile Descriptor(FD)番号と呼ばれるユニークな番号を取得する。ストレージ装置は、FD番号を取得した後にネットワークタスクの処理が可能となる。そして、ストレージ装置は、ネットワークタスクの処理が完了するとFD番号を解放する。ストレージ装置は、解放したFD番号を、他のネットワークタスクに対して獲得することができる。ただし、FD番号が解放されるまでは、ストレージ装置は、ネットワークタスク毎に重複しないようにFD番号を管理する。 Then, when operating a network task, the storage device performs the following processing. For example, a storage device obtains a unique number called a File Descriptor (FD) number for each network task before communicating. After the storage device obtains the FD number, it becomes possible to process network tasks. Then, the storage device releases the FD number when the processing of the network task is completed. The storage device can acquire the released FD number for other network tasks. However, until the FD number is released, the storage device manages the FD number so that it does not overlap for each network task.

例えば、ストレージ装置は、ネットワークタスクAのFD番号として1を獲得する。そして、ネットワークタスクAの処理完了後、ストレージ装置は、1のFD番号を解放する。その後、ストレージ装置は、他のネットワークタスクBのFD番号として1を獲得する。このようなネットワークタスクの処理におけるFD番号の獲得から解放までの時間は、ストレージ装置の負荷状態により変動する。 For example, the storage device obtains 1 as the FD number of network task A. After the processing of network task A is completed, the storage device releases FD number 1. Thereafter, the storage device acquires 1 as the FD number of another network task B. The time from acquisition to release of an FD number in processing such a network task varies depending on the load condition of the storage device.

ここで、ストレージ装置の稼働中、ネットワークタスクA及びネットワークタスクBの双方が動作する状態で、ネットワークタスクBがネットワークエラーとなり、通信が一時的に途絶える事象が発生する場合がある。この原因の1つとして、ストレージ装置が、ネットワークタスクAのFD番号の二重解放により、ネットワークタスクBに獲得したFD番号を誤って解放してしまうことが考えられる。この場合、ネットワークタスクBの処理実行時に、ネットワークタスクBにFD番号が割り当たっていないため、ストレージ装置は、異常が発生したと判定して処理を終了する。そのため、通信が途絶えてしまう。 Here, while the storage device is in operation, an event may occur in which network task B suffers a network error and communication is temporarily interrupted while both network task A and network task B are operating. One possible cause of this is that the storage device mistakenly releases the FD number acquired for network task B by double releasing the FD number of network task A. In this case, since no FD number is assigned to network task B when network task B is executed, the storage device determines that an abnormality has occurred and ends the process. As a result, communication is interrupted.

ただし、ネットワークタスクAに関して二重解放処理を行った際に、指定したFD番号が他のネットワークタスクに使用されていない場合、システムの動作の安定性を保証するため、ストレージ装置は、エラーログを残して正常状態を保つ。この場合、ストレージ装置は、OS(Operating System)による強制的なダウンを伴うパニック処理は実行しない。 However, when double release processing is performed for network task A, if the specified FD number is not used by another network task, the storage device records an error log in order to guarantee the stability of system operation. Leave it to maintain normal condition. In this case, the storage device does not perform panic processing that involves forced shutdown by the OS (Operating System).

このような二重解放により障害が発生した場合に、その原因を特定するため、再現試験が行われる。ネットワークタスクの処理のためのFD番号などの資源の獲得及び解放に関する障害調査は、例えば、以下の手順で行われる。 If a failure occurs due to such double release, a reproduction test is conducted to identify the cause. A fault investigation regarding the acquisition and release of resources such as FD numbers for processing network tasks is performed, for example, in the following procedure.

まず、調査用に資源管理データ採取を行うファームウェアが作成される。このファームウェアにより、資源の獲得及び解放処理に管理記録処理が追加される。以下では、この管理記録処理をトレースと呼ぶ。ファームウェアは、トレースを行う場合、処理性能を考慮してメモリ上に一定領域を確保してテーブルの形式で情報を保存する。この場合、ファームウェアは、テーブルのサイズを抑えるため、テーブルをサイクリックに使用する。 First, firmware is created to collect resource management data for investigation. This firmware adds management recording processing to resource acquisition and release processing. Hereinafter, this management recording process will be referred to as tracing. When performing tracing, the firmware secures a certain area in memory and stores information in the form of a table, taking processing performance into consideration. In this case, the firmware uses the table cyclically to reduce the size of the table.

即時性のあるデータを取るために、障害調査を行うストレージ装置は、異常が発生した場合にパニック処理を実行する。そして、トレースにより作成されたテーブルの内容は、パニック処理が発生した際に保存されるダンプ情報に格納される。その後、障害調査を行う作業者は、パニック処理により生成されたダンプ情報の解析を行い、障害発生時の事象を特定する。この時点で障害発生の原因と考えられる該当箇所が見つからない場合、障害発生の原因と考えられる該当箇所が見つかるまで以上の処理が繰り返し実行される。 In order to obtain instant data, a storage device that performs fault investigation executes panic processing when an abnormality occurs. The contents of the table created by tracing are stored in dump information that is saved when panic processing occurs. Thereafter, the worker investigating the failure analyzes the dump information generated by the panic processing and identifies the event that occurred when the failure occurred. If the location that is considered to be the cause of the failure is not found at this point, the above process is repeated until the location that is considered to be the cause of the failure is found.

なお、障害調査の技術として、原因を突き止めるためのアプリケーションにより問題が発生した時の状態をログとして収集させ、収集したログを用いて問題発生時の状態を再現する従来技術がある。また、トレース情報を調査用データとして保持させ、試験用環境に調査用データを適用し、さらに処理タイミング、起動順序及び処理の遅延などの情報を基に、障害が発生した状態を忠実に再現させる従来技術がある。 As a technique for fault investigation, there is a conventional technique in which the state at the time of the problem is collected as a log by an application for ascertaining the cause, and the collected log is used to reproduce the state at the time of the problem. In addition, the trace information is retained as investigation data, the investigation data is applied to the test environment, and the state where the failure occurred is faithfully reproduced based on information such as processing timing, startup order, and processing delay. There is conventional technology.

特開2018-185709号公報Japanese Patent Application Publication No. 2018-185709 国際公開第2014/118897号International Publication No. 2014/118897

しかしながら、従来の障害調査の手法では、二重解放を調査する場合、以下の理由から障害状態の再現性が低くなるという問題があった。理由としては、二重解放が常に発生するわけではないことがあげられる。また、二重解放が発生しても、他のネットワークタスクによる使用とのタイミングが合わずに障害が発生しないことも理由と考えられる。障害状態の再現性が低く、所望の事象が得られない場合、トレース採取範囲を変更して試行を繰り返すことになり、調査の準備に時間が掛かってしまう。また、再現性を高めるために障害事象ごとにファームウェアを作成し直すと、作業が煩雑となり各障害調査に掛かる時間が長期化してしまう。 However, with conventional fault investigation methods, when investigating double releases, there has been a problem in that the reproducibility of fault conditions is low for the following reasons. The reason is that double release does not always occur. Another possible reason is that even if double release occurs, the timing does not match with use by other network tasks, so no failure occurs. If the reproducibility of the failure condition is low and the desired event cannot be obtained, the trace collection range must be changed and trials repeated, which takes time to prepare for the investigation. Furthermore, if the firmware is re-created for each failure event in order to improve reproducibility, the work becomes complicated and the time required to investigate each failure becomes longer.

ここで、原因究明を容易にするために、保存するトレースの情報を増やすことが考えられるが、その場合トレースの格納量が肥大化し、ストレージ装置のメモリを圧迫するおそれがある。このようなトレースの格納量の肥大化を防ぐために、メモリ上の領域をサイクリックに使用する方法があるが、大量にトレースの情報が書き込まれると発生時の事象が上書きされ残らないおそれがある。そのため、障害原因を特定するためにトレースの情報を増やすことは好ましくない。 Here, in order to make it easier to investigate the cause, it may be possible to increase the amount of trace information to be saved, but in this case, the amount of stored traces will increase and there is a risk that the memory of the storage device will be overwhelmed. In order to prevent such an increase in the amount of trace storage, there is a method of cyclically using the memory area, but if a large amount of trace information is written, there is a risk that the events at the time of occurrence will be overwritten and may not remain. . Therefore, it is not preferable to increase trace information in order to identify the cause of the failure.

また、ログを用いて問題発生時の状態を再現する従来技術では、発生頻度が低い障害の場合に再現性を高めるには多くのログを保持することになり、上述したようにメモリの圧迫などが発生するため容易に障害調査を行うことは困難である。また、試験用環境に調査用データを適用し、且つ処理タイミングなどの情報を基に障害発生した状態を再現する従来技術では、状態の再現のための設定調整が事象毎に行われるため、作業が煩雑となり容易に障害調査を行うことは困難である。 In addition, with conventional technology that uses logs to reproduce the state at the time of a problem, in order to improve reproducibility in the case of a failure that occurs infrequently, a large number of logs must be retained, resulting in problems such as memory pressure and Because of this, it is difficult to easily investigate failures. In addition, with conventional technology that applies survey data to a test environment and reproduces the state in which a failure occurred based on information such as processing timing, settings are adjusted for each event to reproduce the state, which requires work. This makes it difficult to easily investigate failures.

開示の技術は、上記に鑑みてなされたものであって、障害発生状態の再現のための処理タイミングの設定調整を容易にする情報処理装置及び情報処理プログラムを提供することを目的とする。 The disclosed technology has been made in view of the above, and aims to provide an information processing device and an information processing program that facilitate setting and adjustment of processing timing for reproducing a failure state.

本願の開示する情報処理装置及び情報処理プログラムの一つの態様において、タスク実行部は、複数のネットワークタスクの処理を実行する。取得部は、前記タスク実行部による所定のネットワークタスクの処理時間を取得する。基礎値算出部は、前記時間取得部により取得された前記処理時間の最大値、平均値及び最頻値のいずれか一つもしくは複数を各前記ネットワークタスクに対する遅延時間の基礎値として算出する。遅延時間生成部は、前記基礎値算出部により算出された前記基礎値の中から、予め決められた前記基礎値の優先順位にしたがって前記基礎値を選択し、選択した前記基礎値を基に、前記所定のネットワークタスクに対する遅延時間として複数の異なる個別遅延時間を前記基礎値毎に生成する。制御部は、前記遅延時間生成部により生成された前記遅延時間にしたがい前記所定のネットワークタスクの処理時間が遅延するように複数の前記ネットワークタスクの処理を前記タスク実行部に実行させる処理を、前記個別遅延時間毎に繰り返すIn one aspect of the information processing apparatus and information processing program disclosed in the present application, the task execution unit executes processing of a plurality of network tasks. The acquisition unit acquires a processing time of a predetermined network task by the task execution unit. The basic value calculation unit calculates one or more of the maximum value, average value, and mode of the processing time acquired by the time acquisition unit as a basic value of the delay time for each network task. The delay time generation unit selects the basic value from among the basic values calculated by the basic value calculation unit according to a predetermined priority order of the basic values, and based on the selected basic value, A plurality of different individual delay times are generated for each of the basic values as delay times for the predetermined network task. The control unit causes the task execution unit to execute processing of the plurality of network tasks so that the processing time of the predetermined network task is delayed according to the delay time generated by the delay time generation unit. Repeat for each individual delay time .

1つの側面では、本発明は、障害発生状態の再現のための処理タイミングの設定調整を容易にすることができる。 In one aspect, the present invention can facilitate setting adjustment of processing timing for reproducing a failure state.

図1は、ストレージシステムのシステム構成図である。FIG. 1 is a system configuration diagram of a storage system. 図2は、ストレージ装置のブロック図である。FIG. 2 is a block diagram of the storage device. 図3は、実施例1に係るFD番号獲得テーブルの一例を表す図である。FIG. 3 is a diagram illustrating an example of an FD number acquisition table according to the first embodiment. 図4は、試験マトリクスの一例を表す図である。FIG. 4 is a diagram showing an example of a test matrix. 図5は、実施例1に係る再現試験の概要を説明するための図である。FIG. 5 is a diagram for explaining an overview of the reproduction test according to Example 1. 図6は、基礎値の取得処理のフローチャートである。FIG. 6 is a flowchart of basic value acquisition processing. 図7は、実施例1に係る再現試験のフローチャートである。FIG. 7 is a flowchart of a reproduction test according to Example 1. 図8は、FD番号獲得処理のフローチャートである。FIG. 8 is a flowchart of the FD number acquisition process. 図9は、FD番号獲得処理のフローチャートである。FIG. 9 is a flowchart of the FD number acquisition process. 図10は、FD番号獲得処理及びFD番号解放処理における遅延制御処理のフローチャートである。FIG. 10 is a flowchart of delay control processing in FD number acquisition processing and FD number release processing. 図11は、実施例2に係るFD番号獲得テーブルの一例を表す図である。FIG. 11 is a diagram illustrating an example of an FD number acquisition table according to the second embodiment. 図12は、実施例2におけるFD番号獲得テーブルの登録処理のフローチャートである。FIG. 12 is a flowchart of the FD number acquisition table registration process in the second embodiment. 図13は、実施例2におけるFD番号解放時の動作のフローチャートである。FIG. 13 is a flowchart of the operation when releasing the FD number in the second embodiment.

以下に、本願の開示する情報処理装置及び情報処理プログラムの実施例を図面に基づいて詳細に説明する。なお、以下の実施例により本願の開示する情報処理装置及び情報処理プログラムが限定されるものではない。 Embodiments of the information processing apparatus and information processing program disclosed in the present application will be described in detail below with reference to the drawings. Note that the information processing apparatus and information processing program disclosed in the present application are not limited to the following embodiments.

図1は、ストレージシステムのシステム構成図である。本実施例に係るストレージシステム10は、ストレージ装置1、スイッチ2、並びに、サーバ31及び32を有する。 FIG. 1 is a system configuration diagram of a storage system. The storage system 10 according to this embodiment includes a storage device 1, a switch 2, and servers 31 and 32.

ストレージ装置1は、スイッチ2を介してサーバ31及び32にネットワーク接続される。ストレージ装置1は、スイッチ2を含むネットワークを通じてサーバ31又は32からデータの読み出しや書き込みの要求を受信する。ストレージ装置1は、サーバ31及び32毎にそれぞれの要求に対応するネットワークタスクを起動して処理する。そして、ストレージ装置1は、各ネットワークタスクを処理することで取得した要求に対する結果をサーバ31又は32へ応答する。ここで、図1では、2台のサーバ31及び32を図示したが、この台数に特に制限は無い。 The storage device 1 is network-connected to servers 31 and 32 via a switch 2. The storage device 1 receives data read or write requests from the server 31 or 32 through the network including the switch 2. The storage device 1 starts and processes network tasks corresponding to requests for each of the servers 31 and 32. The storage device 1 then responds to the server 31 or 32 with the results in response to the request obtained by processing each network task. Here, although two servers 31 and 32 are illustrated in FIG. 1, there is no particular limit to the number of servers.

ストレージ装置1は、例えば、CPU(Central Processing Unit)11、メモリ12、ディスク13、並びに、接続ポート14及び15を有する。本実施例では、ストレージ装置1は、ディスク13を複数有する。CPU11は、バスを介して、メモリ12、ディスク13、並びに、接続ポート14及び15に接続される。 The storage device 1 includes, for example, a CPU (Central Processing Unit) 11, a memory 12, a disk 13, and connection ports 14 and 15. In this embodiment, the storage device 1 has a plurality of disks 13. The CPU 11 is connected to a memory 12, a disk 13, and connection ports 14 and 15 via a bus.

ディスク13は、例えば、ハードディスクやSSD(Solid State Drive)などの補助記憶装置である。ディスク13は、OSやその他の各種プログラムを格納する。 The disk 13 is, for example, an auxiliary storage device such as a hard disk or an SSD (Solid State Drive). The disk 13 stores the OS and various other programs.

メモリ12は、例えば、DRAM(Dynamic Random Access Memory)などの主記憶装置である。接続ポート14及び15は、スイッチ2に接続される。接続ポート14及び15は、ネットワークを介したサーバ31及び32とCPU11との間の通信を中継する。 The memory 12 is, for example, a main storage device such as a DRAM (Dynamic Random Access Memory). Connection ports 14 and 15 are connected to switch 2. The connection ports 14 and 15 relay communication between the servers 31 and 32 and the CPU 11 via the network.

CPU11は、ディスク13からOSを読み出し、メモリ12を使用してOSを実行し動作させる。さらに、CPU11は、OS上でネットワークタスクを動作させる。 The CPU 11 reads the OS from the disk 13 and uses the memory 12 to execute and operate the OS. Furthermore, the CPU 11 operates network tasks on the OS.

次に、図2を参照して、ストレージ装置の詳細について説明する。図2は、ストレージ装置のブロック図である。本実施例ではストレージ装置1は、障害調査のための試験用の装置として動作する。ストレージ装置1は、図2に示すように、タスク実行部101、履歴取得部102、基礎値算出部103、遅延時間生成部104、再現制御部105、異常検出部106、報知部107及び異常時処理実行部108を有する。タスク実行部101、履歴取得部102、基礎値算出部103、遅延時間生成部104、再現制御部105、異常検出部106、報知部107及び異常時処理実行部108の機能は、CPU11により実現される。 Next, details of the storage device will be explained with reference to FIG. 2. FIG. 2 is a block diagram of the storage device. In this embodiment, the storage device 1 operates as a test device for fault investigation. As shown in FIG. 2, the storage device 1 includes a task execution unit 101, a history acquisition unit 102, a basic value calculation unit 103, a delay time generation unit 104, a reproduction control unit 105, an abnormality detection unit 106, a notification unit 107, and an abnormality detection unit 106. It has a processing execution unit 108. The functions of the task execution unit 101, history acquisition unit 102, basic value calculation unit 103, delay time generation unit 104, reproduction control unit 105, abnormality detection unit 106, notification unit 107, and abnormality processing execution unit 108 are realized by the CPU 11. Ru.

タスク実行部101は、予め決められたFD番号のそれぞれが使用中であるか未使用であるかを管理するためのFD番号管理テーブルを有する。FD番号とは、ネットワークタスクを処理する際に識別番号として各ネットワークに割り当てられて使用される番号である。タスク実行部101は、FD番号管理テーブルを用いて、ネットワークタスクを起動し実行する。 The task execution unit 101 has an FD number management table for managing whether each predetermined FD number is in use or unused. The FD number is a number assigned to each network and used as an identification number when processing a network task. The task execution unit 101 starts and executes a network task using the FD number management table.

具体的には、タスク実行部101は、入力された要求に応じてネットワークタスクを起動する。次に、タスク実行部101は、自己が有するFD番号管理テーブルから未使用のFD番号を取得する。そして、タスク実行部101は、起動したネットワークタスクに取得した番号を割り当てる。また、タスク実行部101は、FD番号管理テーブルにおける取得したFD番号の情報を使用中に変更する。ここでは、FD番号の取得、ネットワークタスクへの取得したFD番号の割り当て及びFD番号管理テーブルの情報の変更をまとめて、FD番号の獲得という。 Specifically, the task execution unit 101 starts a network task in response to an input request. Next, the task execution unit 101 acquires an unused FD number from its own FD number management table. Then, the task execution unit 101 assigns the obtained number to the activated network task. Further, the task execution unit 101 changes the information of the acquired FD number in the FD number management table while it is in use. Here, the acquisition of an FD number, the assignment of the acquired FD number to a network task, and the change of information in the FD number management table are collectively referred to as acquisition of an FD number.

次に、タスク実行部101は、獲得したFD番号を用いてネットワークタスクの処理を実行する。タスク実行部101は、ネットワークタスクの処理が完了すると、ネットワークタスクへのFD番号の割り当てを解除する。そして、タスク実行部101は、FD番号管理テーブルにおける割り当てを解除したFD番号の情報を未使用に変更する。ここでは、このFD番号の割り当ての解除及びFD番号管理テーブルの情報の変更をまとめて、FD番号の解放という。 Next, the task execution unit 101 executes the network task process using the acquired FD number. When the task execution unit 101 completes the processing of the network task, it releases the assignment of the FD number to the network task. Then, the task execution unit 101 changes the information of the unassigned FD number in the FD number management table to unused. Here, the release of the FD number assignment and the change of information in the FD number management table are collectively referred to as FD number release.

ここで、タスク実行部101は、ネットワークタスクの処理において、既に解放したFD番号を、そのネットワークタスクから再度解放する二重解放を行ってしまう場合がある。この場合、解放されたFD番号が既に他のネットワークタスクに対して獲得されていると、他のネットワークタスクへのFD番号の割り当てが解除されてしまう。タスク実行部101は、FD番号が割り当てられていないネットワークタスクの処理を実行しようとした場合、FD番号が使用できずに処理エラーとなる。 Here, in processing a network task, the task execution unit 101 may perform double release in which an already released FD number is released again from the network task. In this case, if the released FD number has already been acquired by another network task, the assignment of the FD number to the other network task will be cancelled. When the task execution unit 101 attempts to process a network task to which no FD number has been assigned, the FD number cannot be used and a processing error occurs.

履歴取得部102は、時計及び図3に示すFD番号獲得テーブル120を有する。図3は、実施例1に係るFD番号獲得テーブルの一例を表す図である。FD番号獲得テーブル120は、図3に示すように、ネットワークタスクの識別情報であるタスクID(Identifier)、FD番号、ネットワークタスクを呼び出した関数の履歴である呼び出し情報、FD番号獲得処理時間及びFD番号解放処理時間が登録される。図3において、FD番号が「0x00」、呼び出し情報が「NULL」、FD番号獲得処理時間が「0x00」及びFD番号解放処理時間が「0x00」である状態は、各情報が初期化された状態を表す。 The history acquisition unit 102 has a clock and an FD number acquisition table 120 shown in FIG. FIG. 3 is a diagram illustrating an example of an FD number acquisition table according to the first embodiment. As shown in FIG. 3, the FD number acquisition table 120 includes a task ID (Identifier) that is identification information of a network task, an FD number, call information that is a history of a function that called a network task, an FD number acquisition processing time, and an FD number. The number release processing time is registered. In FIG. 3, the state where the FD number is "0x00", the call information is "NULL", the FD number acquisition processing time is "0x00", and the FD number release processing time is "0x00" is a state in which each information is initialized. represents.

履歴取得部102は、タスク実行部101のネットワークタスクの処理を監視する。履歴取得部102は、タスク実行部101が起動したネットワークタスクの識別情報であるタスクIDを取得する。そして、履歴取得部102は、取得したタスクIDをFD番号獲得テーブル120に登録する。ここで、FD番号獲得テーブル120には、重複を排除してタスクIDが登録される。 The history acquisition unit 102 monitors network task processing by the task execution unit 101. The history acquisition unit 102 acquires a task ID that is identification information of a network task started by the task execution unit 101. Then, the history acquisition unit 102 registers the acquired task ID in the FD number acquisition table 120. Here, task IDs are registered in the FD number acquisition table 120 without duplication.

次に、履歴取得部102は、タスク実行部101によりネットワークタスクに対して獲得されたFD番号を取得する。そして、履歴取得部102は、タスクIDに対応させて取得したFD番号を登録する。さらに、履歴取得部102は、FD番号獲得の処理時間を取得する。そして、履歴取得部102は、タスクIDに対応させて取得したFD番号獲得の処理時間を登録する。 Next, the history acquisition unit 102 acquires the FD number acquired for the network task by the task execution unit 101. Then, the history acquisition unit 102 registers the acquired FD number in association with the task ID. Further, the history acquisition unit 102 acquires the processing time for acquiring the FD number. Then, the history acquisition unit 102 registers the processing time for acquiring the acquired FD number in association with the task ID.

さらに、履歴取得部102は、登録したタスクIDを有するネットワークタスクが呼び出される毎に、そのネットワークタスクを呼び出した関数の情報を取得する。そして、履歴取得部102は、取得した関数の情報をFD番号獲得テーブル120の呼び出し情報の欄に順次登録する。 Further, the history acquisition unit 102 acquires information about the function that called the network task every time a network task having the registered task ID is called. Then, the history acquisition unit 102 sequentially registers the acquired function information in the call information column of the FD number acquisition table 120.

その後、履歴取得部102は、タスク実行部101がFD番号の解放を行うと、FD番号解放の処理時間を取得する。そして、履歴取得部102は、タスクIDに対応させて取得したFD番号解放の処理時間を登録する。この履歴取得部102が、「取得部」の一例にあたる。 Thereafter, when the task execution unit 101 releases the FD number, the history acquisition unit 102 acquires the processing time for releasing the FD number. Then, the history acquisition unit 102 registers the acquired FD number release processing time in association with the task ID. This history acquisition unit 102 is an example of an “acquisition unit”.

基礎値算出部103は、履歴取得部102がFD番号獲得処理時間又はFD番号解放処理時間を更新すると、更新された情報をFD番号獲得テーブル120から取得する。基礎値算出部103は、予め指定された計測時間内に取得した各ネットワークタスクのFD番号獲得処理時間又はFD番号解放処理時間を保持する。計測時間は、例えば、ストレージ装置1の起動後から10分間である。ただし、この計測時間は、ストレージシステム10の構成やストレージ装置1の性能などに応じて決定されることが好ましい。 When the history acquisition unit 102 updates the FD number acquisition processing time or the FD number release processing time, the basic value calculation unit 103 acquires the updated information from the FD number acquisition table 120. The basic value calculation unit 103 holds the FD number acquisition processing time or FD number release processing time of each network task acquired within a prespecified measurement time. The measurement time is, for example, 10 minutes after the storage device 1 is started. However, this measurement time is preferably determined depending on the configuration of the storage system 10, the performance of the storage device 1, and the like.

そして、基礎値算出部103は、ネットワークタスク毎にFD番号獲得処理時間及びFD番号解放処理時間の最大値、平均値及び最頻値を基礎値として求めて保持する。例えば、FD番号獲得処理時間の最大値の場合、基礎値算出部103は、最初に取得したFD番号獲得処理時間を最大値として保持する。その後、基礎値算出部103は、新たに取得したFD番号獲得処理時間が保持する最大値よりも大きい場合に、新たに取得したFD番号獲得処理時間を最大値とする処理を繰り返すことで最大値を決定する。また、FD番号獲得処理時間の平均値の場合、基礎値算出部103は、保持するFD番号処理時間の合計を算出し、呼び出された数で算出した合計値を除算することで平均値を算出する。また、FD番号獲得処理時間の最頻値の場合、基礎値算出部103は、nano sec単位で一致するFD番号獲得処理時間の数をカウントする。そして、基礎値算出部103は、カウントした値が最も多いFD番号獲得処理時間の最頻値とする。 Then, the basic value calculation unit 103 calculates and holds the maximum value, average value, and mode of the FD number acquisition processing time and FD number release processing time as basic values for each network task. For example, in the case of the maximum value of the FD number acquisition processing time, the basic value calculation unit 103 holds the first acquired FD number acquisition processing time as the maximum value. After that, if the newly acquired FD number acquisition processing time is larger than the maximum value held, the basic value calculation unit 103 repeats the process of setting the newly acquired FD number acquisition processing time to the maximum value, thereby increasing the maximum value. Determine. In addition, in the case of the average value of the FD number acquisition processing time, the basic value calculation unit 103 calculates the total of the FD number processing times held, and calculates the average value by dividing the calculated total value by the number of calls. do. Furthermore, in the case of the most frequent value of the FD number acquisition processing times, the basic value calculation unit 103 counts the number of matching FD number acquisition processing times in nano sec units. Then, the basic value calculation unit 103 sets the most counted value as the mode value of the FD number acquisition processing time.

計測時間が経過して計測が完了すると、基礎値算出部103は、各ネットワークタスクのFD番号獲得処理時間又はFD番号解放処理時間の最大値、平均値及び最小値を基礎値として遅延時間生成部104へ出力する。 When the measurement time has elapsed and the measurement is completed, the basic value calculation unit 103 uses the maximum value, average value, and minimum value of the FD number acquisition processing time or FD number release processing time of each network task as the basic value and generates a delay time generation unit. Output to 104.

遅延時間生成部104は、基礎値の優先度を予め有する。本実施例では、基礎値の優先度は、最大値、平均値、最頻値の順である。この優先度は、二重解放の障害発生の状態が再現されやすい順である。この優先度は、ストレージシステム10の構成やストレージ装置1の性能などに応じて決定されることが好ましい。 The delay time generation unit 104 has a basic value priority in advance. In this embodiment, the priority of the basic values is in the order of maximum value, average value, and most frequent value. The priority is the order in which the double release failure condition is likely to be reproduced. This priority is preferably determined according to the configuration of the storage system 10, the performance of the storage device 1, and the like.

また、遅延時間生成部104は、遅延時間を段階的に伸ばす降順生成、遅延時間を段階的に縮める昇順生成、及び遅延時間を一定の範囲で無作為に決定するランダム生成の3つを遅延時間の生成方法を有する。ここで、各遅延時間の生成方法について説明する。 Furthermore, the delay time generation unit 104 generates three types of delay time: descending order generation that increases the delay time step by step, ascending order generation that reduces the delay time step by step, and random generation that randomly determines the delay time within a certain range. It has a generation method. Here, a method for generating each delay time will be explained.

降順生成の場合、遅延時間生成部104は、基礎値の10分の1を基礎時間とし、最初の遅延時間を基礎時間とする。その後、遅延時間生成部104は、基礎時間の加算を繰り替えして遅延時間を順番に生成する。そして、基礎時間を9個加算した遅延時間、すなわち、次の加算で遅延時間が基礎値と同じ値になる場合に、遅延時間生成部104は、降順生成における全ての遅延時間を生成したと判定して、降順生成による遅延時間の生成を完了する。 In the case of descending order generation, the delay time generation unit 104 sets one-tenth of the base value as the base time, and sets the first delay time as the base time. Thereafter, the delay time generation unit 104 repeatedly adds the basic times to sequentially generate delay times. Then, when the delay time is obtained by adding nine basic times, that is, when the delay time becomes the same value as the basic value in the next addition, the delay time generation unit 104 determines that all the delay times in the descending order generation have been generated. Then, the generation of delay time by descending order generation is completed.

また、昇順生成の場合、遅延時間生成部104は、最初の遅延時間を基礎値とする。その後、遅延時間生成部104は、基礎値の10分の1である基礎時間の遅延時間からの減算を繰り替えして遅延時間を順番に生成する。そして、基礎時間を9個減算した遅延時間、すなわち、次の減算で遅延時間が基礎値と同じ値になる場合に、遅延時間生成部104は、昇順生成における全ての遅延時間を生成したと判定して、昇順生成による遅延時間の生成を完了する。 Further, in the case of ascending order generation, the delay time generation unit 104 uses the first delay time as a base value. Thereafter, the delay time generation unit 104 repeatedly subtracts the base time, which is one-tenth of the base value, from the delay time to generate delay times in order. Then, when the delay time obtained by subtracting nine basic times, that is, the delay time becomes the same value as the basic value in the next subtraction, the delay time generation unit 104 determines that all delay times in the ascending order generation have been generated. Then, the generation of delay time by ascending order generation is completed.

また、ランダム生成の場合、遅延時間生成部104は、1~9個の中からランダムに個数を選択し、基礎値の10分の1である基礎時間を選択した個数加算した値を遅延時間とする。その後、遅延時間生成部104は、個数の選択を重複を排除して繰り返して遅延時間を順番に生成する。そして、1~9個の全てを選択した場合に、遅延時間生成部104は、ランダム生成における全ての遅延時間を生成したと判定して、ランダム生成による遅延時間の生成を完了する。 In addition, in the case of random generation, the delay time generation unit 104 randomly selects a number from 1 to 9, and adds the selected number with a base time that is one-tenth of the base value as the delay time. do. Thereafter, the delay time generation unit 104 repeatedly selects the number of items, excluding duplicates, and generates delay times in order. If all of 1 to 9 are selected, the delay time generation unit 104 determines that all delay times in random generation have been generated, and completes the generation of delay times by random generation.

ここで、本実施例では、基礎値の10分の1を基準値として遅延時間を生成したが、この基準値は他の値でもよい。例えば、基礎値を他の数に分割した値を基準値としてもよいし、他の方法により基礎値を基に算出される値を用いてもよい。この各基礎値を用いて遅延時間生成部104が順次生成する複数の遅延時間が、「個別遅延時間」の一例にあたる。 Here, in this embodiment, the delay time is generated using one-tenth of the basic value as the reference value, but this reference value may be any other value. For example, a value obtained by dividing the basic value into another number may be used as the reference value, or a value calculated based on the basic value by another method may be used. A plurality of delay times that are sequentially generated by the delay time generation unit 104 using these basic values are an example of "individual delay times."

さらに、遅延時間生成部104は、遅延時間の生成方法の優先度を予め有する。本実施例では、遅延時間の生成方法の優先度は、降順生成、昇順生成、ランダム生成の順である。この優先度は、二重解放の障害発生の状態が再現されやすい順である。この優先度も、ストレージシステム10の構成やストレージ装置1の性能などに応じて決定されることが好ましい。 Furthermore, the delay time generation unit 104 has a priority of the delay time generation method in advance. In this embodiment, the priority of the delay time generation methods is descending order generation, ascending order generation, and random generation. The priority is the order in which the double release failure condition is likely to be reproduced. Preferably, this priority is also determined according to the configuration of the storage system 10, the performance of the storage device 1, and the like.

遅延時間生成部104は、ネットワークタスク毎のFD番号獲得処理時間及びFD番号解放処理時間の基礎値の入力を基礎値算出部103から受ける。遅延時間生成部104は、再現制御部105からFD番号獲得処理時間の遅延時間の提供の要求を受けると、図4に示す試験マトリクス140を生成する。図4は、試験マトリクスの一例を表す図である。 The delay time generation unit 104 receives input of basic values of the FD number acquisition processing time and the FD number release processing time for each network task from the basic value calculation unit 103. When receiving a request from the reproduction control unit 105 to provide a delay time for the FD number acquisition processing time, the delay time generation unit 104 generates a test matrix 140 shown in FIG. 4 . FIG. 4 is a diagram showing an example of a test matrix.

次に、遅延時間生成部104は、優先順位にしたがって使用するFD番号獲得処理時間の基礎値及び使用する遅延時間の生成方法を決定し、使用する基礎値を用いて使用する遅延時間の生成方法により遅延時間を順次生成する。そして、遅延時間生成部104は、生成した遅延時間を再現制御部105へ出力する。その後、遅延時間生成部104は、一定時間経過する毎に遅延時間を順次生成して再現制御部105へ出力する。遅延時間生成部104は、各ネットワークタスクに対して遅延時間の生成を順次行う。遅延時間生成部104は、あるネットワークタスクに対して1つの基礎値を用いた1つの生成方法による遅延時間の生成が全て完了すると、試験マトリクス140の該当する欄に完了を表すマークを付加する。 Next, the delay time generation unit 104 determines the basic value of the FD number acquisition processing time to be used and the delay time generation method to be used according to the priority order, and uses the basic value to be used to determine the delay time generation method to be used. The delay time is sequentially generated by The delay time generation unit 104 then outputs the generated delay time to the reproduction control unit 105. Thereafter, the delay time generation section 104 sequentially generates delay times every time a certain period of time elapses and outputs them to the reproduction control section 105. The delay time generation unit 104 sequentially generates delay times for each network task. When the delay time generation unit 104 completes all delay time generation using one generation method using one base value for a certain network task, it adds a mark indicating completion to the corresponding column of the test matrix 140.

遅延時間生成部104は、試験マトリクス140を参照することで、全ての基礎値及び全ての生成方法を使用した遅延時間の生成が全てのネットワークタスクに対する完了を確認できる。遅延時間生成部104は、全ての基礎値及び全ての生成方法を使用した遅延時間の生成が全てのネットワークタスクに対して完了すると、FD番号獲得処理時間の遅延時間の生成完了を再現制御部105に通知する。 By referring to the test matrix 140, the delay time generation unit 104 can confirm that delay time generation using all basic values and all generation methods has been completed for all network tasks. When delay time generation using all basic values and all generation methods is completed for all network tasks, the delay time generation unit 104 controls the reproduction control unit 105 to indicate completion of generation of the delay time of the FD number acquisition processing time. to notify.

その後、FD番号解放処理時間の遅延時間の提供の要求を再現制御部105から受けると、遅延時間生成部104は、全ての基礎値及び全ての生成方法を使用したFD番号解放処理時間の遅延時間の生成をネットワークタスク毎に実行する。FD番号解放処理時間の遅延時間の生成方法は、基礎値が異なるが、FD番号獲得処理時間の遅延時間の生成と同様である。その後、再現制御部105から再現試験の終了の通知を受けると、遅延時間生成部104は、遅延時間の生成を終了する。 After that, when receiving a request from the reproduction control unit 105 to provide the delay time of the FD number release processing time, the delay time generation unit 104 generates the delay time of the FD number release processing time using all basic values and all generation methods. generation for each network task. The method of generating the delay time of the FD number release processing time is the same as that of generating the delay time of the FD number acquisition processing time, although the basic value is different. Thereafter, upon receiving notification of the end of the reproduction test from the reproduction control unit 105, the delay time generation unit 104 terminates generation of the delay time.

また、遅延時間生成部104は、遅延時間の生成の処理を行う間に、遅延時間の生成の終了の通知を再現制御部105から受けると、その時点で、遅延時間の生成を終了する。 Furthermore, when the delay time generation unit 104 receives a notification of the end of delay time generation from the reproduction control unit 105 while performing the delay time generation process, the delay time generation unit 104 ends the delay time generation at that point.

再現制御部105は、二重解放の障害発生の再現試験の開始条件を予め有する。例えば、二重解放の障害発生の再現試験の開始条件は、ストレージ装置1のコンソールを用いて操作者から開始指示が入力された場合、ストレージ装置1が一定時間稼働した場合、又は、ネットワークタスクが予め決められた一定数に達した場合などである。 The reproduction control unit 105 has in advance conditions for starting a reproduction test of double release failure occurrence. For example, the start conditions for a double release failure reproduction test are when a start instruction is input by the operator using the console of storage device 1, when storage device 1 has been operating for a certain period of time, or when a network task is completed. This is the case when a predetermined constant number is reached.

また、再現制御部105は、FD番号獲得時又はFD番号解放時を遅延タイミングとして有する。遅延タイミングとは、ネットワークタスクの処理時間を変更するためにネットワークタスクの処理における遅延時間を付与するタイミングを表す情報である。 Furthermore, the reproduction control unit 105 has the time of acquiring the FD number or the time of releasing the FD number as a delay timing. The delay timing is information representing the timing at which a delay time is added to the processing of the network task in order to change the processing time of the network task.

再現制御部105は、二重解放の障害発生の再現試験の開始条件が充足されたか否かを判定する。開始条件が満たされると、再現制御部105は、先に行う再現試験の遅延タイミングを選択する。本実施例では、FD番号獲得時を遅延タイミングとする再現試験を先に行う。 The reproduction control unit 105 determines whether the start conditions for the reproduction test of double release failure occurrence are satisfied. When the start condition is satisfied, the reproduction control unit 105 selects the delay timing for the reproduction test to be performed first. In this embodiment, a reproduction test is first performed in which the delay timing is when the FD number is obtained.

次に、再現制御部105は、FD番号獲得処理時間の遅延時間の提供を遅延時間生成部104に要求する。そして、再現制御部105は、遅延時間を遅延時間生成部104から取得する。その後、再現制御部105は、取得した遅延時間のFD番号獲得後への付加をタスク実行部101に指示する。 Next, the reproduction control unit 105 requests the delay time generation unit 104 to provide the delay time of the FD number acquisition processing time. Then, the reproduction control unit 105 obtains the delay time from the delay time generation unit 104. Thereafter, the reproduction control unit 105 instructs the task execution unit 101 to add the acquired delay time to the FD number after acquisition.

再現制御部105は、遅延時間を付加したネットワークタスクの処理の実行をタスク実行部101に行わせている間に、異常検出部106から異常発生の通知を受けると、再現試験の停止を決定する。そして、再現制御部105は、遅延時間の生成の終了を遅延時間生成部104に通知する。この再現制御部105が、「制御部」の一例にあたる。 When the reproduction control unit 105 receives a notification of the occurrence of an abnormality from the abnormality detection unit 106 while causing the task execution unit 101 to execute the process of the network task to which a delay time has been added, the reproduction control unit 105 decides to stop the reproduction test. . Then, the reproduction control unit 105 notifies the delay time generation unit 104 of the end of delay time generation. This reproduction control unit 105 is an example of a “control unit”.

異常検出部106からの異常発生の通知を受けずに一定時間が経過すると、再現制御部105は、FD番号獲得処理時間の次の遅延時間を遅延時間生成部104から取得する。そして、再現制御部105は、新たに取得した遅延時間のFD番号獲得後への付加をタスク実行部101に指示する。再現制御部105は、異常検出部106からの異常発生の通知を受けなければ、一定時間毎に取得する遅延時間のFD番号獲得後への付加をタスク実行部101に順次行わせる。その後、再現制御部105は、FD番号獲得処理時間の遅延時間の生成完了の通知を遅延時間生成部104から受ける。 When a certain period of time has passed without receiving notification of the occurrence of an abnormality from the abnormality detection unit 106, the reproduction control unit 105 acquires the next delay time of the FD number acquisition processing time from the delay time generation unit 104. Then, the reproduction control unit 105 instructs the task execution unit 101 to add the newly acquired delay time after acquiring the FD number. If the reproduction control unit 105 does not receive a notification of the occurrence of an abnormality from the abnormality detection unit 106, the reproduction control unit 105 causes the task execution unit 101 to sequentially add the delay time acquired at fixed time intervals to the FD number after acquisition. Thereafter, the reproduction control unit 105 receives a notification from the delay time generation unit 104 that the generation of the delay time for the FD number acquisition processing time has been completed.

次に、再現制御部105は、遅延タイミングとしてFD番号解放時を選択する。そして、再現制御部105は、FD番号解放時の遅延時間の提供を遅延時間生成部104に要求する。この場合、再現制御部105は、FD番号解放前の取得した遅延時間の付加をタスク実行部101に行わせる。再現制御部105は、異常検出部106からの異常発生の通知を受けなければ、一定時間毎に取得する遅延時間のFD番号獲解放前への付加をタスク実行部101に順次行わせる。その後、再現制御部105は、FD番号解放処理時間の遅延時間の生成完了の通知を遅延時間生成部104から受ける。そして、再現制御部105は、再現試験が完了したと判定する。その後、再現制御部105は、再現試験の完了を遅延時間生成部104に通知する。 Next, the reproduction control unit 105 selects the FD number release time as the delay timing. Then, the reproduction control unit 105 requests the delay time generation unit 104 to provide the delay time when releasing the FD number. In this case, the reproduction control unit 105 causes the task execution unit 101 to add the acquired delay time before releasing the FD number. If the reproduction control unit 105 does not receive a notification of the occurrence of an abnormality from the abnormality detection unit 106, the reproduction control unit 105 causes the task execution unit 101 to sequentially add the delay time acquired at regular intervals to the FD number acquisition and release. Thereafter, the reproduction control unit 105 receives a notification from the delay time generation unit 104 that the generation of the delay time of the FD number release processing time has been completed. Then, the reproduction control unit 105 determines that the reproduction test is completed. Thereafter, the reproduction control unit 105 notifies the delay time generation unit 104 of the completion of the reproduction test.

異常検出部106は、タスク実行部101がFD番号の解放を行った際の、ネットワークタスクのタスクID及びFD番号を取得する。そして、異常検出部106は、履歴取得部102が有するFD番号獲得テーブル120を検索して、タスクIDとFD番号との組が一致するか否かを判定する。ここで、いずれのネットワークタスクにもFD番号が割り当てられていない場合、異常検出部106は、一致と判定する。 The abnormality detection unit 106 acquires the task ID and FD number of the network task when the task execution unit 101 releases the FD number. Then, the abnormality detection unit 106 searches the FD number acquisition table 120 included in the history acquisition unit 102 and determines whether the task ID and FD number pair match. Here, if no FD number is assigned to any network task, the abnormality detection unit 106 determines that there is a match.

タスクIDとFD番号との組が一致しない場合、異常検出部106は、二重解放の障害が発生したと判定する。そして、異常検出部106は、異常発生の通知を報知部107及び異常時処理実行部108に通知する。 If the task ID and FD number do not match, the abnormality detection unit 106 determines that a double release failure has occurred. Then, the abnormality detection unit 106 notifies the notification unit 107 and the abnormality processing execution unit 108 of the occurrence of the abnormality.

これに対して、タスクIDとFD番号との組が一致した場合、異常検出部106は、履歴取得部102が有するFD番号獲得テーブル120におけるFD番号が解放されたネットワークタスクのFD番号、呼び出し情報、FD番号獲得処理時間及びFD番号解放処理時間を初期化する。 On the other hand, if the pair of task ID and FD number match, the abnormality detection unit 106 detects the FD number and call information of the network task whose FD number has been released in the FD number acquisition table 120 of the history acquisition unit 102. , initializes the FD number acquisition processing time and FD number release processing time.

報知部107は、異常発生の通知を異常検出部106から受ける。次に、報知部107は、履歴取得部102が有するFD番号獲得テーブル120からFD番号の解放が行われたネットワークタスクのタスクID、呼び出し情報及び時間情報を取得する。そして、報知部107は、異常発生の通知とともにFD番号の解放が行われたネットワークタスクのタスクID、呼び出し情報及び時間情報をストレージ装置1の管理者に報知する。例えば、報知部107は、ストレージ装置1に接続されたモニタなどに異常発生を通知するメッセージを表示させるとともに、FD番号の解放が行われたネットワークタスクのタスクID、呼び出し情報及び時間情報を表示させることで管理者への報知を行う。 The notification unit 107 receives a notification of the occurrence of an abnormality from the abnormality detection unit 106. Next, the notification unit 107 acquires the task ID, call information, and time information of the network task whose FD number has been released from the FD number acquisition table 120 that the history acquisition unit 102 has. Then, the notification unit 107 notifies the administrator of the storage device 1 of the task ID, call information, and time information of the network task whose FD number has been released, along with notification of the occurrence of the abnormality. For example, the notification unit 107 causes a monitor connected to the storage device 1 to display a message notifying the occurrence of an abnormality, and also causes the task ID, call information, and time information of the network task whose FD number has been released to be displayed. This will notify the administrator.

異常時処理実行部108は、異常発生の通知を異常検出部106から受ける。そして、異常時処理実行部108は、ストレージ装置1でパニック処理を実行し、ダンプを保存させるとともにストレージ装置1をシャットダウンする。 The abnormality processing execution unit 108 receives notification of the occurrence of an abnormality from the abnormality detection unit 106. Then, the abnormality processing execution unit 108 executes panic processing on the storage device 1, saves the dump, and shuts down the storage device 1.

図5は、実施例1に係る再現試験の概要を説明するための図である。ここでは、ネットワークタスクA及びBが処理される場合で説明する。期間111では、タスク実行部101は、先にFD番号取得要求を番号管理テーブル110に行い、未使用番号の#1をFD番号として獲得する。その後、タスク実行部101は#1のFD番号の解放要求を番号管理テーブル110に行い解放完了応答を受信することで#1が解放される。次に、タスク実行部101は、ネットワークタスクBに対して、同様に、#1をFD番号として確保した後に解放を行う。さらにその後に、タスク実行部101は、二重解放処理P1を実行することで、#1のFD番号の解放を行う。この場合、既にネットワークタスクBにはFD番号として#1が割り当てられていないので、二重解放の障害は発生しない。 FIG. 5 is a diagram for explaining an overview of the reproduction test according to Example 1. Here, a case will be explained in which network tasks A and B are processed. In the period 111, the task execution unit 101 first issues an FD number acquisition request to the number management table 110, and acquires the unused number #1 as the FD number. Thereafter, the task execution unit 101 makes a request to release the FD number #1 to the number management table 110, and upon receiving a release completion response, #1 is released. Next, the task execution unit 101 similarly secures #1 as the FD number for network task B, and then releases it. Further thereafter, the task execution unit 101 releases the FD number #1 by executing a double release process P1. In this case, network task B has not already been assigned #1 as the FD number, so no double release failure occurs.

そこで、タスク実行部101は、FD番号獲得後の遅延時間の付加の指示を再現制御部105から受けて、期間112のネットワークタスクAに対するFD番号の確保時に未使用番号である#1の応答を番号管理テーブル110から受ける前に遅延時間Tを付加する。遅延時間T経過後、タスク実行部101は、未使用番号の#1をネットワークタスクAのFD番号として獲得する。その後、タスク実行部101は#1のFD番号の解放要求を番号管理テーブル110に行い解放完了応答を受信することで#1が解放される。次に、タスク実行部101は、ネットワークタスクBに対して、同様に、#1をFD番号として確保する。ここで、遅延時間が与えられてネットワークタスクAの二重解放処理P2を実行するタイミングがずれるため、タスク実行部101は、ネットワークタスクBに獲得した#1のFD番号の解放を行う前に、二重解放処理P2を実行し#1のFD番号の解放を行う。この場合、ネットワークタスクBに割り当てられた#1のFD番号が解放されるため、二重解放の障害が発生する。 Therefore, the task execution unit 101 receives an instruction to add a delay time after acquiring the FD number from the reproduction control unit 105, and responds with #1, which is an unused number, when securing the FD number for the network task A in the period 112. A delay time T is added before receiving the number from the number management table 110. After the delay time T has elapsed, the task execution unit 101 acquires the unused number #1 as the FD number of the network task A. Thereafter, the task execution unit 101 makes a request to release the FD number #1 to the number management table 110, and upon receiving a release completion response, #1 is released. Next, the task execution unit 101 similarly reserves #1 as the FD number for network task B. Here, since the timing of executing the double release process P2 of network task A is shifted due to the delay time, the task execution unit 101, before releasing the FD number #1 acquired by network task B, Double release processing P2 is executed to release the #1 FD number. In this case, the #1 FD number assigned to network task B is released, resulting in a double release failure.

このように、遅延時間を与えることで、遅延を与えられたネットワークタスクの処理の実行タイミングがずらされて、二重解放の障害発生が再現される可能性が向上する。 In this manner, by providing a delay time, the execution timing of the process of the network task to which the delay has been provided is shifted, increasing the possibility that a double release failure will occur.

次に、図6を参照して、基礎値の取得処理の流れを説明する。図6は、基礎値の取得処理のフローチャートである。 Next, the flow of basic value acquisition processing will be explained with reference to FIG. FIG. 6 is a flowchart of basic value acquisition processing.

ストレージ装置1が電源オンされる(ステップS101)。そして、ストレージ装置1は、正常起動を完了する(ステップS102)。 The storage device 1 is powered on (step S101). The storage device 1 then completes normal startup (step S102).

次に、タスク実行部101は、ネットワークタスクを起動する(ステップS103)。この場合、入力される要求に応じて複数のネットワークタスクが順次起動される。 Next, the task execution unit 101 starts a network task (step S103). In this case, multiple network tasks are sequentially activated in response to input requests.

次に、タスク実行部101は、ネットワークタスクのFD番号を獲得する。履歴取得部102は、FD番号の獲得が行われたネットワークタスクのFD番号獲得時間を取得する(ステップS104)。 Next, the task execution unit 101 obtains the FD number of the network task. The history acquisition unit 102 acquires the FD number acquisition time of the network task for which the FD number was acquired (step S104).

次に、タスク実行部101は、ネットワークタスクの処理を実施する(ステップS105)。 Next, the task execution unit 101 executes network task processing (step S105).

その後、タスク実行部101は、ネットワークタスクの処理を完了する(ステップS106)。 After that, the task execution unit 101 completes the processing of the network task (step S106).

次に、タスク実行部101は、ネットワークタスクのFD番号を解放する。履歴取得部102は、FD番号解放処理時間を取得する(ステップS107)。 Next, the task execution unit 101 releases the FD number of the network task. The history acquisition unit 102 acquires the FD number release processing time (step S107).

次に、履歴取得部102は、ネットワークタスクのFD番号獲得処理時間及びFD番号解放処理時間の平均値、最大値及び最頻値を更新する(ステップS108)。 Next, the history acquisition unit 102 updates the average value, maximum value, and mode of the FD number acquisition processing time and FD number release processing time of the network task (step S108).

その後、履歴取得部102は、予め決められた計測時間が経過したか否かを判定する(ステップS109)。計測時間が経過していない場合(ステップS109:否定)、処理は、ステップS103へ戻る。 After that, the history acquisition unit 102 determines whether a predetermined measurement time has elapsed (step S109). If the measurement time has not elapsed (step S109: negative), the process returns to step S103.

これに対して、計測時間が経過した場合(ステップS109:肯定)、履歴取得部102は、基礎値の取得処理を終了する。 On the other hand, if the measurement time has elapsed (step S109: affirmative), the history acquisition unit 102 ends the basic value acquisition process.

ここで、図6のステップS103~S109の処理は、ネットワークタスク毎に実行される。 Here, the processing in steps S103 to S109 in FIG. 6 is executed for each network task.

次に、図7を参照して、再現試験の全体的な流れについて説明する。図7は、実施例1に係る再現試験のフローチャートである。 Next, the overall flow of the reproduction test will be explained with reference to FIG. FIG. 7 is a flowchart of a reproduction test according to Example 1.

再現制御部105は、二重解放による障害発生の再現試験の開始条件を満たしたか否かを判定する(ステップS201)。開始条件が満たされていない場合(ステップS201:否定)、再現制御部105は、開始条件が満たされるまで待機する。 The reproduction control unit 105 determines whether the start conditions for a reproduction test of failure occurrence due to double release are satisfied (step S201). If the start condition is not met (step S201: negative), the reproduction control unit 105 waits until the start condition is met.

これに対して、開始条件が満たされた場合(ステップS201:肯定)、再現制御部105は、試験マトリクス140を作成する(ステップS202)。 On the other hand, if the start condition is satisfied (step S201: affirmative), the reproduction control unit 105 creates the test matrix 140 (step S202).

タスク実行部101は、各ネットワークタスクを起動する(ステップS203)。 The task execution unit 101 starts each network task (step S203).

再現制御部105は、遅延を与えるネットワークタスクを選択する(ステップS204)。 The reproduction control unit 105 selects a network task to which a delay is to be applied (step S204).

次に、再現制御部105は、選択されていない遅延タイミングの中から、使用する遅延タイミングを選択する(ステップS205)。 Next, the reproduction control unit 105 selects a delay timing to be used from among the delay timings that have not been selected (step S205).

そして、タスク実行部101、遅延時間生成部104及び再現制御部105は、FD番号獲得処理を実行する(ステップS206)。このFD番号獲得処理については後で詳細に説明する。 Then, the task execution unit 101, delay time generation unit 104, and reproduction control unit 105 execute FD number acquisition processing (step S206). This FD number acquisition process will be explained in detail later.

その後、タスク実行部101は、各ネットワークタスクを実行する(ステップS207)。 After that, the task execution unit 101 executes each network task (step S207).

タスク実行部101は、各ネットワークタスクの処理を完了させる(ステップS208)。 The task execution unit 101 completes the processing of each network task (step S208).

その後、タスク実行部101、遅延時間生成部104及び再現制御部105は、FD番号解放処理を実行する(ステップS209)。このFD番号解放処理については、後で詳細に説明する。 Thereafter, the task execution unit 101, delay time generation unit 104, and reproduction control unit 105 execute FD number release processing (step S209). This FD number release process will be explained in detail later.

異常検出部106は、解放されたFD番号及びタスクIDの情報を基にFD番号獲得テーブル120を参照して、二重解放の障害が発生したか否かを判定する(ステップS210)。 The abnormality detection unit 106 refers to the FD number acquisition table 120 based on the information of the released FD number and task ID, and determines whether a double release failure has occurred (step S210).

二重解放の障害が発生した場合(ステップS210:肯定)、異常検出部106は、障害発生の通知を報知部107及び異常時処理実行部108に通知する。報知部107は、障害発生の通知を受けて、FD番号獲得テーブル120に登録された、タスクID、FD番号及び読み出し情報を管理者に報知する(ステップS211)。 If a double release failure occurs (step S210: affirmative), the abnormality detection unit 106 notifies the notification unit 107 and the abnormality processing execution unit 108 of the failure occurrence. Upon receiving the notification of the failure occurrence, the notification unit 107 notifies the administrator of the task ID, FD number, and read information registered in the FD number acquisition table 120 (step S211).

さらに、異常時処理実行部108は、障害発生の通知を受けて、パニック処理を実行し、ダンプ情報を保存するとともにストレージ装置1をシャットダウンさせる(ステップS212)。 Further, upon receiving the notification of the failure occurrence, the abnormality processing execution unit 108 executes panic processing, saves the dump information, and shuts down the storage device 1 (step S212).

一方、二重解放の障害が発生していない場合(ステップS210:否定)、遅延時間生成部104は、遅延付与の対象とするネットワークタスクに対して選択した基礎値を用いた選択した遅延時間の生成方法での遅延時間の生成が全て完了したかを判定する(ステップS213)。遅延付与の対象とするネットワークタスクに対して選択した基礎値を用いた選択した遅延時間の生成方法での遅延時間の生成が全て完了した場合、遅延時間生成部104は、試験マトリクス120の該当欄に完了を表す情報を登録する。そして、遅延時間生成部104は、試験マトリクス140を参照し、選択された遅延タイミングでの遅延対象のネットワークタスクに関する遅延付与が全て完了したか否かを判定する。選択された遅延タイミングでの遅延対象のネットワークタスクに関する遅延付与が全て完了していない場合(ステップS213:否定)、処理はステップS206へ戻る。 On the other hand, if a double release failure has not occurred (step S210: negative), the delay time generation unit 104 generates the selected delay time using the selected basic value for the network task targeted for delay assignment. It is determined whether all delay time generation using the generation method has been completed (step S213). When the delay time generation unit 104 completes all delay time generation using the selected delay time generation method using the selected basic value for the network task targeted for delay assignment, the delay time generation unit 104 generates the corresponding column of the test matrix 120. Register information indicating completion. Then, the delay time generation unit 104 refers to the test matrix 140 and determines whether or not all delays have been applied to the network task to be delayed at the selected delay timing. If all delays regarding the network task to be delayed at the selected delay timing have not been completed (step S213: negative), the process returns to step S206.

これに対して、選択された遅延タイミングでの遅延対象のネットワークタスクに関する遅延付与が全て完了した場合(ステップS213:肯定)、遅延時間生成部104は、選択した遅延タイミングにおける遅延時間の生成の完了を再現制御部105に通知する。再現制御部105は、全ての遅延タイミングで遅延付与による再現試験を実行したか否かを判定する(ステップS214)。遅延付与による再現試験を実行していない遅延タイミングが残っている場合(ステップS214:否定)、処理は、ステップS205へ戻る。 On the other hand, if all the delays for the network tasks to be delayed at the selected delay timing are completed (step S213: affirmative), the delay time generation unit 104 completes the generation of the delay time at the selected delay timing. is notified to the reproduction control unit 105. The reproduction control unit 105 determines whether the reproduction test by adding a delay has been executed at all delay timings (step S214). If there remains a delay timing for which the reproduction test by adding a delay has not been performed (step S214: negative), the process returns to step S205.

これに対して、全ての遅延タイミングで遅延付与による再現試験が完了した場合(ステップS214:肯定)、再現制御部105は、起動された全てのネットワークタスクについて遅延付与による再現試験を実行したか否かを判定する(ステップS215)。 On the other hand, if the reproduction test by adding a delay has been completed at all delay timings (step S214: affirmative), the reproduction control unit 105 determines whether the reproduction test by adding a delay has been executed for all activated network tasks. (Step S215).

遅延付与による再現試験を実行していないネットワークタスクが残っている場合(ステップS215:否定)、処理は、ステップS204へ戻る。これに対して、起動された全てのネットワークタスクについて遅延付与による再現試験が完了した場合(ステップS215:肯定)、再現制御部105は、遅延付与による再現試験を終了する。 If there remain network tasks that have not been subjected to the delay-based reproduction test (step S215: negative), the process returns to step S204. On the other hand, if the delay-applied reproduction test is completed for all activated network tasks (step S215: affirmative), the reproduction control unit 105 ends the delay-applied reproduction test.

次に、図8を参照して、FD番号獲得処理の流れを説明する。図8は、FD番号獲得処理のフローチャートである。図8に示した処理は、図7におけるステップS206で実行される処理の一例にあたる。 Next, the flow of the FD number acquisition process will be explained with reference to FIG. FIG. 8 is a flowchart of the FD number acquisition process. The process shown in FIG. 8 is an example of the process executed in step S206 in FIG.

タスク実行部101は、起動したネットワークタスクのFD番号を獲得する(ステップS301)。 The task execution unit 101 acquires the FD number of the activated network task (step S301).

次に、再現制御部105は、FD番号を獲得したネットワークタスクのタスクIDが、選択した遅延を与えるネットワークタスクのタスクIDに一致するか否かを判定する(ステップS302)。タスクIDが一致しない場合(ステップS302:否定)、再現制御部105は、遅延付与を行わずに処理を終了する。 Next, the reproduction control unit 105 determines whether the task ID of the network task that has acquired the FD number matches the task ID of the network task that provides the selected delay (step S302). If the task IDs do not match (step S302: negative), the reproduction control unit 105 ends the process without applying a delay.

これに対して、タスクIDが一致した場合(ステップS302:肯定)、再現制御部105は、選択した遅延タイミングがFD番号の獲得時か否かを判定する(ステップS303)。遅延タイミングがFD番号の解放時の場合(ステップS303:否定)、再現制御部105は、遅延付与を行わずに処理を終了する。 On the other hand, if the task IDs match (step S302: affirmative), the reproduction control unit 105 determines whether the selected delay timing is when the FD number is acquired (step S303). If the delay timing is when the FD number is released (step S303: negative), the reproduction control unit 105 ends the process without applying a delay.

これに対して、遅延タイミングがFD番号の獲得時の場合(ステップS303:肯定)、遅延時間生成部104及び再現制御部105は、遅延制御処理を実行する(ステップS304)。 On the other hand, if the delay timing is when the FD number is acquired (step S303: affirmative), the delay time generation unit 104 and reproduction control unit 105 execute delay control processing (step S304).

次に、図9を参照して、FD番号解放処理の流れを説明する。図9は、FD番号獲得処理のフローチャートである。図9に示した処理は、図7におけるステップS209で実行される処理の一例にあたる。 Next, the flow of the FD number release process will be explained with reference to FIG. FIG. 9 is a flowchart of the FD number acquisition process. The process shown in FIG. 9 is an example of the process executed in step S209 in FIG.

再現制御部105は、FD番号を獲得したネットワークタスクのタスクIDが、選択した遅延を与えるネットワークタスクのタスクIDに一致するか否かを判定する(ステップS401)。タスクIDが一致しない場合(ステップS401:否定)、再現制御部105は遅延付与を行わず、処理はステップS404へ進む。 The reproduction control unit 105 determines whether the task ID of the network task that has acquired the FD number matches the task ID of the network task that provides the selected delay (step S401). If the task IDs do not match (step S401: negative), the reproduction control unit 105 does not apply a delay, and the process proceeds to step S404.

これに対して、タスクIDが一致した場合(ステップS401:肯定)、再現制御部105は、選択した遅延タイミングがFD番号の解放時か否かを判定する(ステップS402)。遅延タイミングがFD番号の獲得時の場合(ステップS402:否定)、再現制御部105は遅延付与を行わず、処理はステップS404へ進む。 On the other hand, if the task IDs match (step S401: affirmative), the reproduction control unit 105 determines whether the selected delay timing is when the FD number is released (step S402). If the delay timing is when the FD number is obtained (step S402: negative), the reproduction control unit 105 does not apply a delay, and the process proceeds to step S404.

これに対して、遅延タイミングがFD番号の魁皇時の場合(ステップS402:肯定)、遅延時間生成部104及び再現制御部105は、遅延制御処理を実行する(ステップS403)。 On the other hand, if the delay timing is at the time of the FD number (step S402: affirmative), the delay time generation unit 104 and reproduction control unit 105 execute delay control processing (step S403).

タスク実行部101は、処理が完了したネットワークタスクのFD番号を解放する(ステップS404)。 The task execution unit 101 releases the FD number of the network task for which processing has been completed (step S404).

次に、図10を参照して、遅延制御処理の流れを説明する。図10は、FD番号獲得処理及びFD番号解放処理における遅延制御処理のフローチャートである。図10に示した処理は、図8におけるステップS304及び図9におけるステップS403で実行される処理の一例にあたる。ここでは、遅延付加する対象として選択されたネットワークタスクを対象ネットワークタスクという。この選択は、例えば、図7におけるステップS204などで行われる。 Next, the flow of the delay control process will be explained with reference to FIG. FIG. 10 is a flowchart of delay control processing in FD number acquisition processing and FD number release processing. The process shown in FIG. 10 is an example of the process executed in step S304 in FIG. 8 and step S403 in FIG. Here, a network task selected as a target for delay addition is referred to as a target network task. This selection is performed, for example, in step S204 in FIG. 7.

再現制御部105は、遅延時間の提供を遅延時間生成部104に要求する。遅延時間生成部104は、前回の遅延時間生成から一定期間が経過したか否かを判定する(ステップS501)。ここで、対象ネットワークタスクに対する遅延時間の生成を未だ行っていない場合、遅延時間生成部104は、一定期間が経過したと判定する。前回の遅延時間の生成から一定期間が経過していない場合(ステップS501:否定)、遅延時間生成部104は、ステップS508へ進む。 The reproduction control unit 105 requests the delay time generation unit 104 to provide a delay time. The delay time generation unit 104 determines whether a certain period of time has passed since the previous delay time generation (step S501). Here, if the delay time has not yet been generated for the target network task, the delay time generation unit 104 determines that a certain period of time has passed. If a certain period of time has not passed since the previous delay time generation (step S501: negative), the delay time generation unit 104 proceeds to step S508.

これに対して、前回の遅延時間の生成から一定期間が経過した場合(ステップS501:肯定)、遅延時間生成部104は、試験マトリクス140を参照する。そして、遅延時間生成部104は、対象ネットワークタスクに対して選択した基準値を基にした遅延時間の生成が全て完了したか否かを判定する(ステップS502)。選択した基準値に対して生成していない遅延時間が残っている場合(ステップS502:否定)、遅延時間生成部104は、ステップS504へ進む。 On the other hand, if a certain period of time has passed since the previous generation of the delay time (step S501: affirmative), the delay time generation unit 104 refers to the test matrix 140. Then, the delay time generation unit 104 determines whether all delay time generation based on the selected reference value for the target network task has been completed (step S502). If there remains a delay time that has not been generated for the selected reference value (step S502: negative), the delay time generation unit 104 proceeds to step S504.

これに対して、選択した基準値を基にした遅延時間の生成が全て完了した場合(ステップS502:肯定)、遅延時間生成部104は、基準値の優先度に応じて次の基準値を選択する(ステップS503)。 On the other hand, if all delay time generation based on the selected reference value is completed (step S502: affirmative), the delay time generation unit 104 selects the next reference value according to the priority of the reference value. (Step S503).

次に、遅延時間生成部104は、対象ネットワークタスクにおける選択した基礎値の値を取得する。そして、遅延時間生成部104は、基礎値を10分の1に分割する(ステップS504)。 Next, the delay time generation unit 104 obtains the value of the selected basic value in the target network task. Then, the delay time generation unit 104 divides the basic value into 1/10 (step S504).

次に、遅延時間生成部104は、試験マトリクス140を参照して、選択した生成方法を用いた遅延時間の生成が全て完了したか否かを判定する(ステップS505)。選択した生成方法を用いて生成される遅延時間のうち生成されていない遅延時間が存在する場合(ステップS505:否定)、遅延時間生成部104は、ステップS507に進む。 Next, the delay time generation unit 104 refers to the test matrix 140 and determines whether all delay time generation using the selected generation method has been completed (step S505). If there is a delay time that has not been generated among the delay times generated using the selected generation method (step S505: negative), the delay time generation unit 104 proceeds to step S507.

これに対して、選択した生成方法を用いた遅延時間の生成が全て完了した場合(ステップS505:肯定)、遅延時間生成部104は、優先度に応じて遅延時間の生成方法を選択する(ステップS506)。 On the other hand, if all delay time generation using the selected generation method is completed (step S505: affirmative), the delay time generation unit 104 selects a delay time generation method according to the priority (step S505: Yes). S506).

遅延時間生成部104は、選択した生成方法にしたがい次の遅延時間を生成する(ステップS507)。そして、遅延時間生成部104は、生成した遅延時間を再現制御部105へ提供する。 The delay time generation unit 104 generates the next delay time according to the selected generation method (step S507). The delay time generation unit 104 then provides the generated delay time to the reproduction control unit 105.

再現制御部105は、遅延時間生成部104から取得した遅延時間の情報をタスク実行部101に送信し遅延の付加を指示する。タスク実行部101は、再現制御部105からの指示を受けて、遅延付加を実行する(ステップS508)。 The reproduction control unit 105 transmits the delay time information obtained from the delay time generation unit 104 to the task execution unit 101 and instructs the task execution unit 101 to add a delay. The task execution unit 101 receives the instruction from the reproduction control unit 105 and executes delay addition (step S508).

遅延時間生成部104は、選択した基準値を基にした選択した生成方法による対象ネットワークに対する遅延時間の生成が完了すると、試験マトリクス140の該当欄に完了を表すマークを付加して試験マトリクス140を更新する(ステップS509)。 When the delay time generation unit 104 completes generation of the delay time for the target network using the selected generation method based on the selected reference value, the delay time generation unit 104 adds a mark indicating completion to the corresponding column of the test matrix 140 and then updates the test matrix 140. Update (step S509).

以上に説明したように、本実施例に係るストレージ装置は、遅延時間を変更しつつ、各ネットワークタスクの処理に遅延を付与した二重解放の障害発生の再現試験の実行を繰り返す。これにより、各ネットワークタスクの処理時間を様々に変更した二重解放の障害発生の再現試験を自動で行うことができる。この場合、各ネットワークタスクの処理タイミングが変更されていくため、あるネットワークタスクに対して特定のFD番号が獲得された状態と他のネットワークタスクがその特定のFD番号の二重解放を行うタイミングが重なる状態が発生する確率が向上する。したがって、二重解放の再現性が向上し、障害調査を容易にすることができる。さらに障害調査を容易にすることで、問題解決までの時間を短縮させることができ、コスト削減を図ることができる。 As described above, the storage device according to the present embodiment repeatedly executes a double release failure reproduction test in which a delay is added to the processing of each network task while changing the delay time. As a result, it is possible to automatically perform a reproduction test of the occurrence of a double release failure by varying the processing time of each network task. In this case, since the processing timing of each network task is changed, the state in which a specific FD number is acquired for a certain network task and the timing when another network task performs double release of that specific FD number are different. The probability that overlapping conditions will occur is increased. Therefore, the reproducibility of double release is improved and fault investigation can be facilitated. Furthermore, by making fault investigation easier, it is possible to shorten the time it takes to resolve a problem and reduce costs.

また、本実施例では、二重解放の障害発生の再現試験のための履歴情報として収集される情報は、FD番号、呼び出し情報、FD番号獲得処理時間及びFD番号解放処理時間である。トレース情報として通常なるべく多くの情報が収集されるのに比べて、本実施例に係るストレージ装置は、履歴情報として取得する情報を抑えることができ、メモリ上の履歴情報を確保する領域の肥大化を軽減することができる。 Further, in this embodiment, the information collected as history information for the reproduction test of the double release failure occurrence is the FD number, call information, FD number acquisition processing time, and FD number release processing time. Compared to normal cases in which as much information as possible is collected as trace information, the storage device according to this embodiment can reduce the amount of information acquired as history information, thereby reducing the size of the memory area for storing history information. can be reduced.

また、本実施例に係るストレージシステムにおいて、再現試験を行う際のサーバ側の動作は通常動作であるため、再現試験の実施によるストレージシステムの実際の運用への影響を軽減することができる。また、ネットワークタスクの処理時間を変更して二重解放による障害発生の再現性を高めているため、最低2つのネットワークタスクを動作させることで再現試験を行うことができ、試験用にネットワークタスクの多重度を大きく増加させなくてもよい。この点でも、障害調査を容易にすることができる。 Furthermore, in the storage system according to the present embodiment, since the operation on the server side when performing a reproduction test is a normal operation, it is possible to reduce the impact of the execution of a reproduction test on the actual operation of the storage system. In addition, since the processing time of network tasks is changed to improve the reproducibility of failures caused by double release, it is possible to perform reproduction tests by running at least two network tasks, and It is not necessary to greatly increase the multiplicity. In this respect as well, failure investigation can be facilitated.

次に、実施例2について説明する。本実施例に係るストレージ装置は、ネットワークタスクの処理中に並行してFD番号が獲得されたネットワークタスクの数を用いて、遅延を付与するネットワークタスクとして選択する際の優先度を決定することが実施例1と異なる。本実施例に係るストレージ装置のブロック図も、図2で表される。以下の説明では、実施例1と同様の各部の動作は説明を省略する。 Next, Example 2 will be explained. The storage device according to this embodiment can use the number of network tasks whose FD numbers have been acquired in parallel during network task processing to determine the priority when selecting a network task to be delayed. This is different from Example 1. A block diagram of the storage device according to this embodiment is also shown in FIG. In the following description, explanations of the operations of the respective parts similar to those in the first embodiment will be omitted.

図11は、実施例2に係るFD番号獲得テーブルの一例を表す図である。本実施例に係るFD番号獲得テーブル120は、存在フラグ及び存在数を登録する欄を有する。 FIG. 11 is a diagram illustrating an example of an FD number acquisition table according to the second embodiment. The FD number acquisition table 120 according to this embodiment has columns for registering an existence flag and the number of existences.

履歴取得部102は、タスク実行部101により獲得されたFD番号及びFD番号の獲得対象であるネットワークタスクのタスクIDを取得する。そして、履歴取得部102は、取得したタスクIDでFD番号獲得テーブル120を検索する。取得したタスクIDがFD番号獲得テーブル120に存在しなければ、履歴取得部102は、タスクIDをFD番号獲得テーブル120に追加する。 The history acquisition unit 102 acquires the FD number acquired by the task execution unit 101 and the task ID of the network task from which the FD number is acquired. Then, the history acquisition unit 102 searches the FD number acquisition table 120 using the acquired task ID. If the acquired task ID does not exist in the FD number acquisition table 120, the history acquisition unit 102 adds the task ID to the FD number acquisition table 120.

そして、履歴取得部102は、FD番号獲得テーブル120における取得したタスクIDに対応する存在フラグを有効にする。これにより、特定のネットワークタスクが処理中か否かがFD番号獲得テーブル120から確認可能となる。さらに、履歴取得部102は、存在数を1つインクリメントする。この時に1つ増える存在数は、自己が動作中であることを表す。 Then, the history acquisition unit 102 enables the existence flag corresponding to the acquired task ID in the FD number acquisition table 120. This makes it possible to check from the FD number acquisition table 120 whether or not a specific network task is being processed. Furthermore, the history acquisition unit 102 increments the number of existence by one. At this time, the number of existence increases by one, indicating that the self is in operation.

さらに、履歴取得部102は、あるネットワークタスクに対してFD番号を取得した際に、FD番号獲得テーブル120において存在フラグが有効である他のネットワークタスクを抽出する。そして、履歴取得部102は、抽出したネットワークタスクの存在数を1つインクリメントする。すなわち、このときに増やされる存在数により、自己が動作中にFD番号を獲得したネットワークタスクの数が把握できる。 Furthermore, when the history acquisition unit 102 acquires an FD number for a certain network task, it extracts other network tasks whose existence flags are valid in the FD number acquisition table 120. Then, the history acquisition unit 102 increments the number of extracted network tasks by one. That is, the number of network tasks that have acquired FD numbers during their operation can be grasped from the number of existing tasks that is increased at this time.

異常検出部106は、FD番号が解放されると、FD番号が解放されたネットワークタスクのタスクIDを取得する。そして、異常検出部106は、FD番号の解放による二重解放の障害が発生しなければ、取得したタスクIDに対応するFD番号、呼び出し情報、FD番号獲得処理時間、FD番号解放処理時間及び存在数を削除する。さらに、異常検出部106は、存在フラグを無効に設定する。 When the FD number is released, the abnormality detection unit 106 acquires the task ID of the network task whose FD number has been released. Then, the abnormality detection unit 106 detects the FD number corresponding to the acquired task ID, the call information, the FD number acquisition processing time, the FD number release processing time, and the existence of the FD number, if no double release failure occurs due to the release of the FD number. Delete the number. Furthermore, the abnormality detection unit 106 sets the existence flag to invalid.

遅延時間生成部104は、遅延時間の提供の要求を再現制御部105から受けると、履歴取得部102が有するFD番号獲得テーブル120に登録された各ネットワークタスクの存在数を取得する。そして、遅延時間生成部104は、存在数の大きい順にネットワークタスクの選択の優先度を決定する。ここで、存在数が同じネットワークタスク同士は、自由に順番に選択される。例えば、遅延時間生成部104は、存在数が同じネットワークタスクの場合、FD番号獲得テーブル120の上から順に選択を行ってもよい。 When the delay time generation unit 104 receives a request to provide a delay time from the reproduction control unit 105, the delay time generation unit 104 acquires the number of existing network tasks registered in the FD number acquisition table 120 of the history acquisition unit 102. Then, the delay time generation unit 104 determines the priority for selecting network tasks in descending order of the number of existing tasks. Here, network tasks that exist in the same number are freely selected in order. For example, if the number of existing network tasks is the same, the delay time generation unit 104 may select the network tasks in order from the top of the FD number acquisition table 120.

次に、図12を参照して、本実施例におけるFD番号獲得テーブル120の登録処理の流れについて説明する。図12は、実施例2におけるFD番号獲得テーブルの登録処理のフローチャートである。 Next, with reference to FIG. 12, the flow of registration processing of the FD number acquisition table 120 in this embodiment will be explained. FIG. 12 is a flowchart of the FD number acquisition table registration process in the second embodiment.

タスク実行部101は、起動したネットワークタスクに対してFD番号を獲得する(ステップS601)。 The task execution unit 101 acquires an FD number for the activated network task (step S601).

次に、タスク実行部101は、獲得したFD番号及びFD番号の獲得対象であるネットワークタスクのタスクIDを履歴取得部102へ通知する。履歴取得部102は、獲得されたFD番号及びFD番号の獲得対象であるネットワークタスクのタスクIDをタスク実行部101から取得する。そして、履歴取得部102は、取得したタスクIDを用いてFD番号獲得テーブル120を検索する(ステップS602)。 Next, the task execution unit 101 notifies the history acquisition unit 102 of the acquired FD number and the task ID of the network task from which the FD number is acquired. The history acquisition unit 102 acquires from the task execution unit 101 the acquired FD number and the task ID of the network task from which the FD number is acquired. Then, the history acquisition unit 102 searches the FD number acquisition table 120 using the acquired task ID (step S602).

そして、履歴取得部102は、FD番号獲得テーブル120にFD番号を獲得したネットワークタスクが登録済みか否かを判定する(ステップS603)。FD番号を獲得したネットワークタスクが登録済みの場合(ステップS603:肯定)、履歴取得部102は、ステップS605へ進む。 Then, the history acquisition unit 102 determines whether the network task that acquired the FD number has been registered in the FD number acquisition table 120 (step S603). If the network task that has acquired the FD number has been registered (step S603: affirmative), the history acquisition unit 102 proceeds to step S605.

これに対して、FD番号を獲得したネットワークタスクが未登録の場合(ステップS603:否定)、履歴取得部102は、FD番号獲得テーブル120にタスクIDを登録してFD番号を獲得したネットワークタスクの情報を追加する(ステップS604)。 On the other hand, if the network task that acquired the FD number is unregistered (step S603: negative), the history acquisition unit 102 registers the task ID in the FD number acquisition table 120 and registers the network task that acquired the FD number. Information is added (step S604).

次に、履歴取得部102は、取得したタスクIDに対応する存在フラグを有効に設定する(ステップS605)。 Next, the history acquisition unit 102 sets the existence flag corresponding to the acquired task ID to valid (step S605).

また、履歴取得部102は、取得したタスクIDに対応する存在数を1つインクリメントする(ステップS606)。 Furthermore, the history acquisition unit 102 increments the number of existences corresponding to the acquired task ID by one (step S606).

次に、履歴取得部102は、FD番号獲得テーブル120から他のネットワークタスクを1つ選択する(ステップS607)。 Next, the history acquisition unit 102 selects one other network task from the FD number acquisition table 120 (step S607).

そして、履歴取得部102は、選択したネットワークタスクの存在フラグが有効か否かを判定する(ステップS608)。存在フラグが無効の場合(ステップS608:否定)、履歴取得部608は、ステップS610へ進む。 Then, the history acquisition unit 102 determines whether the existence flag of the selected network task is valid (step S608). If the existence flag is invalid (step S608: negative), the history acquisition unit 608 proceeds to step S610.

これに対して、存在フラグが有効の場合(ステップS608:肯定)、履歴取得部102は、選択したネットワークタスクの存在数を1つインクリメントする(ステップS609)。 On the other hand, if the existence flag is valid (step S608: affirmative), the history acquisition unit 102 increments the number of existence of the selected network task by one (step S609).

その後、履歴取得部102は、全てのネットワークタスクの存在フラグの確認が終了したか否かを判定する(ステップS610)。 After that, the history acquisition unit 102 determines whether or not the existence flags of all network tasks have been checked (step S610).

存在フラグの確認が終了していないネットワークタスクがある場合(ステップS610:否定)、履歴取得部102は、ステップS607へ戻る。これに対して、全てのネットワークタスクの存在フラグの確認が終了した場合(ステップS610:肯定)、履歴取得部102は、取得処理を終了する。 If there is a network task whose existence flag has not been checked (step S610: negative), the history acquisition unit 102 returns to step S607. On the other hand, when the existence flags of all network tasks have been checked (step S610: affirmative), the history acquisition unit 102 ends the acquisition process.

履歴取得部102は、以上の処理を、FD番号が新たに獲得される度に実行する。 The history acquisition unit 102 executes the above process every time a new FD number is acquired.

次に、図13を参照して、本実施例におけるFD番号解放時の動作について説明する。図13は、実施例2におけるFD番号解放時の動作のフローチャートである。 Next, referring to FIG. 13, the operation when releasing the FD number in this embodiment will be described. FIG. 13 is a flowchart of the operation when releasing the FD number in the second embodiment.

タスク実行部101は、処理が完了したネットワークタスクのFD番号を解放する(ステップS701)。 The task execution unit 101 releases the FD number of the network task for which processing has been completed (step S701).

異常検出部106は、解放されたFD番号及びFD番号が解放されたネットワークタスクのタスクIDをタスク実行部101から取得する。そして、異常検出部106は、取得したFD番号及びタスクIDを用いて履歴取得部102が有するFD番号獲得テーブル120を検索する(ステップS702)。 The abnormality detection unit 106 acquires the released FD number and the task ID of the network task whose FD number has been released from the task execution unit 101. Then, the abnormality detection unit 106 searches the FD number acquisition table 120 held by the history acquisition unit 102 using the acquired FD number and task ID (step S702).

そして、異常検出部106は、取得したタスクIDと取得したFD番号との組み合わせに一致する組み合わせが、FD番号獲得テーブル120に登録された組み合わせの中に存在するか否かを判定する(ステップS703)。 Then, the abnormality detection unit 106 determines whether a combination matching the combination of the acquired task ID and the acquired FD number exists among the combinations registered in the FD number acquisition table 120 (step S703 ).

一致する組み合わせがFD番号獲得テーブル120に存在する場合(ステップS703:肯定)、異常検出部106は、取得したタスクIDに対応するFD番号、呼び出し情報、FD番号獲得処理時間、FD番号解放処理時間及び存在数を初期化する(ステップS704)。 If a matching combination exists in the FD number acquisition table 120 (step S703: affirmative), the abnormality detection unit 106 detects the FD number, call information, FD number acquisition processing time, and FD number release processing time corresponding to the obtained task ID. and the number of existences is initialized (step S704).

さらに、異常検出部106は、取得したタスクIDに対応する存在フラグを無効に設定する(ステップS705)。そして、異常検出部106は、処理を終了する。 Further, the abnormality detection unit 106 sets the existence flag corresponding to the acquired task ID to invalid (step S705). Then, the abnormality detection unit 106 ends the process.

これに対して、一致する組み合わせがFD番号獲得テーブル120に存在しない場合(ステップS703:否定)、異常検出部106は、異常を検出する(ステップS706)。 On the other hand, if the matching combination does not exist in the FD number acquisition table 120 (step S703: negative), the abnormality detection unit 106 detects an abnormality (step S706).

そして、異常検出部106は、二重解放による障害発生を報知部107に通知する。報知部107は、異常検出部106からの通知を受けて、二重解放による障害発生の障害情報を管理者に通知する(ステップS707)。 Then, the abnormality detection unit 106 notifies the notification unit 107 of the occurrence of a failure due to double release. The notification unit 107 receives the notification from the abnormality detection unit 106 and notifies the administrator of failure information regarding the occurrence of a failure due to double release (step S707).

また、異常検出部106は、二重解放による障害発生を異常時処理実行部108に通知する。異常時処理実行部108は、異常検出部106からの通知を受けて、パニック処理を実行し、ダンプを収集し保管するとともに、ストレージ装置1をシャットダウンする。 Furthermore, the abnormality detection unit 106 notifies the abnormality processing execution unit 108 of the occurrence of a failure due to double release. The abnormality processing execution unit 108 receives the notification from the abnormality detection unit 106, executes panic processing, collects and stores a dump, and shuts down the storage device 1.

以上に説明したように、本実施例に係るストレージ装置は、特定のネットワークタスクの処理の実行に並行してFD番号獲得が行われたネットワークタスクの存在数を取得する。そして、本実施例に係るストレージ装置は、存在数の大きさにしたがってネットワークタスクの選択の優先順位を決定する。この場合、あるネットワークタスクの処理が行われている間にFD番号が獲得された他のネットワークタスクの数により、ネットワークタスクの選択の優先順位が決定される。動作中に多くのネットワークタスクが並行して起動された場合、より二重解放による障害が発生する可能性が高くなる。したがって、存在数にしたがってネットワークタスクの選択の優先順位を付けることで、より再現性が向上し、障害調査を容易にすることができる。 As described above, the storage device according to this embodiment acquires the number of existing network tasks for which FD numbers have been acquired in parallel with execution of processing of a specific network task. Then, the storage device according to the present embodiment determines the priority order of network task selection according to the size of the number of existing tasks. In this case, the priority of network task selection is determined by the number of other network tasks whose FD numbers were acquired while a certain network task is being processed. If many network tasks are started in parallel during operation, there is a greater possibility that failures due to double frees will occur. Therefore, by prioritizing the selection of network tasks according to the number of tasks present, reproducibility can be further improved and fault investigation can be facilitated.

1 ストレージ装置
2 スイッチ
10 ストレージシステム
11 CPU
12 メモリ
13 ディスク
14,15 接続ポート
31,32 サーバ
101 タスク実行部
102 履歴取得部
103 基礎値算出部
104 遅延時間生成部
105 再現制御部
106 異常検出部
107 報知部
108 異常時処理実行部
1 Storage device 2 Switch 10 Storage system 11 CPU
12 Memory 13 Disk 14, 15 Connection port 31, 32 Server 101 Task execution unit 102 History acquisition unit 103 Basic value calculation unit 104 Delay time generation unit 105 Reproduction control unit 106 Abnormality detection unit 107 Notification unit 108 Abnormality processing execution unit

Claims (5)

複数のネットワークタスクの処理を実行するタスク実行部と、
前記タスク実行部による所定のネットワークタスクの処理時間を取得する取得部と、
前記取得部により取得された前記処理時間の最大値、平均値及び最頻値のいずれか一つもしくは複数を各前記ネットワークタスクに対する遅延時間の基礎値として算出する基礎値算出部と、
前記基礎値算出部により算出された前記基礎値の中から、予め決められた前記基礎値の優先順位にしたがって前記基礎値を選択し、選択した前記基礎値を基に、前記所定のネットワークタスクに対する遅延時間として複数の異なる個別遅延時間を前記基礎値毎に生成する遅延時間生成部と、
前記遅延時間生成部により生成された前記個別遅延時間にしたがい前記所定のネットワークタスクの処理時間が遅延するように複数の前記ネットワークタスクの処理を前記タスク実行部に実行させる処理を、前記個別遅延時間毎に繰り返す制御部と
を備えたことを特徴とする情報処理装置。
a task execution unit that executes processing of multiple network tasks;
an acquisition unit that acquires the processing time of a predetermined network task by the task execution unit;
a basic value calculation unit that calculates one or more of the maximum value, average value, and mode of the processing time acquired by the acquisition unit as a basic value of the delay time for each of the network tasks;
The basic value is selected from among the basic values calculated by the basic value calculation unit according to a predetermined priority order of the basic values, and based on the selected basic value, the basic value is calculated for the predetermined network task. a delay time generation unit that generates a plurality of different individual delay times as delay times for each of the basic values ;
The individual delay time causes the task execution unit to execute processing of a plurality of network tasks so that the processing time of the predetermined network task is delayed according to the individual delay time generated by the delay time generation unit. An information processing device comprising: a control unit that repeats each time ;
前記制御部は、前記最大値、前記平均値、前記最頻値の順の前記優先順位を有することを特徴とする請求項に記載の情報処理装置。 The information processing apparatus according to claim 1 , wherein the control unit has the priority order in the order of the maximum value, the average value, and the mode. 前記遅延時間生成部は、複数の異なる生成方法を用いて、前記生成方法毎に前記遅延時間を生成し、
前記制御部は、前記遅延時間にしたがい前記所定のネットワークタスクの処理時間が遅延するように複数の前記ネットワークタスクの処理を前記タスク実行部に前記生成方法毎に実行させる
ことを特徴とする請求項1又は2に記載の情報処理装置。
The delay time generation unit generates the delay time for each generation method using a plurality of different generation methods,
The control unit causes the task execution unit to execute processing of the plurality of network tasks for each of the generation methods so that the processing time of the predetermined network task is delayed according to the delay time. 2. The information processing device according to 1 or 2 .
前記タスク実行部は、各前記ネットワークタスクに対して処理の実行に用いる識別番号を確保し、確保した前記識別番号を用いて各前記ネットワークタスクの処理を実行し、処理が完了すると前記識別番号を解放し、
前記取得部は、前記タスク実行部による前記所定のネットワークタスクに対する前記識別番号の確保にかかる時間又は解放にかかる時間のいずれか一方もしくは双方を前記処理時間として取得することを特徴とする請求項1~3のいずれか一つに記載の情報処理装置。
The task execution unit secures an identification number used for executing processing for each of the network tasks, executes the processing of each network task using the secured identification number, and when the processing is completed, transfers the identification number to the network task. release,
2. The acquisition unit acquires, as the processing time, one or both of the time required for the task execution unit to secure or release the identification number for the predetermined network task. The information processing device according to any one of -3 .
複数のネットワークタスクの処理を実行し、
所定のネットワークタスクの処理時間を取得し、
取得した前記処理時間の最大値、平均値及び最頻値のいずれか一つもしくは複数を各前記ネットワークタスクに対する遅延時間の基礎値として算出し、
算出した前記基礎値の中から、予め決められた前記基礎値の優先順位にしたがって前記基礎値を選択し、選択した前記基礎値を基に、前記所定のネットワークタスクに対する遅延時間として複数の異なる個別遅延時間を前記基礎値毎に生成し、
生成した前記遅延時間にしたがい前記所定のネットワークタスクの処理時間が遅延するように複数の前記ネットワークタスクの処理の実行を、前記個別遅延時間毎に繰り返す
処理をコンピュータに実行させることを特徴とする情報処理プログラム。
Performs processing of multiple network tasks,
Get the processing time of a given network task,
Calculating one or more of the maximum value, average value, and mode of the acquired processing time as a basic value of delay time for each network task,
From among the calculated basic values, the basic value is selected according to a predetermined priority order of the basic values, and based on the selected basic value, a plurality of different individual delay times for the predetermined network task are determined . Generate a delay time for each of the basic values ,
Repeating execution of the processing of the plurality of network tasks for each individual delay time so that the processing time of the predetermined network task is delayed according to the generated delay time.
An information processing program that causes a computer to perform processing.
JP2019159596A 2019-09-02 2019-09-02 Information processing device and information processing program Active JP7367400B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019159596A JP7367400B2 (en) 2019-09-02 2019-09-02 Information processing device and information processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019159596A JP7367400B2 (en) 2019-09-02 2019-09-02 Information processing device and information processing program

Publications (2)

Publication Number Publication Date
JP2021039490A JP2021039490A (en) 2021-03-11
JP7367400B2 true JP7367400B2 (en) 2023-10-24

Family

ID=74847067

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019159596A Active JP7367400B2 (en) 2019-09-02 2019-09-02 Information processing device and information processing program

Country Status (1)

Country Link
JP (1) JP7367400B2 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016040651A (en) 2014-08-12 2016-03-24 富士通株式会社 Information processing device, test method, test control program
JP2018163595A (en) 2017-03-27 2018-10-18 富士通株式会社 Information processing apparatus, information processing system, and information processing method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016040651A (en) 2014-08-12 2016-03-24 富士通株式会社 Information processing device, test method, test control program
JP2018163595A (en) 2017-03-27 2018-10-18 富士通株式会社 Information processing apparatus, information processing system, and information processing method

Also Published As

Publication number Publication date
JP2021039490A (en) 2021-03-11

Similar Documents

Publication Publication Date Title
US9294338B2 (en) Management computer and method for root cause analysis
EP2523115B1 (en) Operation management device, operation management method, and program storage medium
JP5643321B2 (en) Method, system, and computer program for fault management in a virtual computing environment
US8271492B2 (en) Computer for identifying cause of occurrence of event in computer system having a plurality of node apparatuses
JP6411696B1 (en) Version control system and version control method
US20160191369A1 (en) Monitoring support system, monitoring support method, and recording medium
CN113505027B (en) Business system backup method, device, equipment and storage medium
US20180095819A1 (en) Incident analysis program, incident analysis method, information processing device, service identification program, service identification method, and service identification device
WO2013171865A1 (en) Management method and management system
WO2023226380A1 (en) Disk processing method and system, and electronic device
CN109586989B (en) State checking method, device and cluster system
JP2007140777A (en) Computer system, management computer and data recovery method
JP7367400B2 (en) Information processing device and information processing program
CN111526038B (en) Service request distribution method and device, computer equipment and readable storage medium
JP5061671B2 (en) Arithmetic program, distributed processing program, distributed processing system, and arithmetic processing method
CN112214551A (en) Data synchronization method, system, device, electronic equipment and storage medium
EP2592561A1 (en) Monitoring program, monitoring method and monitoring device of computer
JP2009266031A (en) Computer system and computer
CN114860432A (en) Method and device for determining information of memory fault
JP2022070579A (en) Distributed ledger management method, distributed ledger system, and node
CN113596891A (en) Fault positioning method, device, server, storage medium and system
JP6504611B2 (en) Monitoring device, information monitoring system, control method of monitoring device, and program
JP4909830B2 (en) Server application monitoring system and monitoring method
US20240118962A1 (en) Sharing system, sharing method, maintenance node, generation node and program
JP2019028573A (en) Display control program, display control method and display control device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220517

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20230222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230404

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230529

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: 20230912

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230925

R150 Certificate of patent or registration of utility model

Ref document number: 7367400

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150