JP4864755B2 - Data processing system and diagnostic method - Google Patents

Data processing system and diagnostic method Download PDF

Info

Publication number
JP4864755B2
JP4864755B2 JP2007030497A JP2007030497A JP4864755B2 JP 4864755 B2 JP4864755 B2 JP 4864755B2 JP 2007030497 A JP2007030497 A JP 2007030497A JP 2007030497 A JP2007030497 A JP 2007030497A JP 4864755 B2 JP4864755 B2 JP 4864755B2
Authority
JP
Japan
Prior art keywords
register
setting
setting data
address
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2007030497A
Other languages
Japanese (ja)
Other versions
JP2008199178A (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 JP2007030497A priority Critical patent/JP4864755B2/en
Publication of JP2008199178A publication Critical patent/JP2008199178A/en
Application granted granted Critical
Publication of JP4864755B2 publication Critical patent/JP4864755B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、各種の設定データに従った通信制御処理等を行うデータ処理システム及びそのデータ処理を行う為の設定データの妥当性のチェックを行う診断方法に関する。   The present invention relates to a data processing system that performs communication control processing and the like according to various setting data, and a diagnostic method that checks the validity of setting data for performing the data processing.

光信号や電気信号により、10Gbps程度の高速データの通信制御処理を行うシステムが実用化されており、このようなシステムに於いては、例えば、光信号によるデータの送受信処理部や電気信号によるデータの送受信処理部等をモジュールやパッケージとして実装し、これを下位装置とすると、各部の処理動作の為の設定データを上位装置から下位装置のレジスタに設定して、送受信処理を行うものであり、比較的大規模なシステムに於いては、下位装置に於ける例えばイーサネット(登録商標)に於ける10Gb−E側と、SONET(Synchronous Optical Network)に於けるOC192側との処理動作対応にプログラム等の開発を行う場合が一般的となっている。この場合、改変等が容易となるように、例えば、下位装置の処理動作対応の設定制御を行う為の上位装置を複数設けて、それらの上位装置から下位装置のレジスタに設定データを書き込むシステムが知られている。下位装置は、レジスタに書き込まれた設定データを基に処理動作を行うものであり、従って、この設定データが正常であることが必要となる。そこで、設定データのチェックサムを求め、レジスタに設定データと共にそのチェックサムも保存し、レジスタから設定データを読み出してチェックする時は、読み出した設定データのチェックサムを求め、このチェックサムと保存していたチェックサムとを比較し、比較一致により設定データの正常性を確認する手法が知られている。   A system that performs communication control processing of high-speed data of about 10 Gbps using an optical signal or an electric signal has been put into practical use. In such a system, for example, a data transmission / reception processing unit using an optical signal or data using an electric signal is used. When the transmission / reception processing unit is mounted as a module or package, and this is a lower-level device, setting data for processing operation of each unit is set in the register of the lower-level device from the higher-level device, and transmission / reception processing is performed. In a relatively large-scale system, for example, a program corresponding to the processing operation on the 10 Gb-E side in the Ethernet (registered trademark) in the lower level apparatus and the OC192 side in the SONET (Synchronous Optical Network), etc. It is common to develop In this case, for example, a system in which a plurality of higher-level devices for performing setting control corresponding to processing operations of the lower-level devices are provided and the setting data is written from the higher-level devices to the registers of the lower-level devices so that modification or the like is easy Are known. The subordinate device performs a processing operation based on the setting data written in the register. Therefore, it is necessary that the setting data is normal. Therefore, the checksum of the setting data is obtained, and the checksum is stored in the register together with the setting data. When the setting data is read from the register and checked, the checksum of the read setting data is obtained and saved with this checksum. A method is known in which the checksum is compared and the normality of the set data is confirmed by comparison and matching.

又設定データをメモリに書き込む時に、その設定データとメモリにアドレスとを一時的に記憶し、設定データの書き込み終了により、記憶しておいたアドレスを用いて、先にメモリに書き込んだ設定データを読み出し、一時的に記憶しておいた設定データと照合し、その照合結果をレジスタに保存し、総ての設定データの書き込み終了により、照合結果をレジスタから読み出すことにより、設定データが正常に書き込まれたか否かを確認する手段が提案されている(例えば、特許文献1参照)。
特開2002−63078号公報
When setting data is written to the memory, the setting data and the address are temporarily stored in the memory. When the setting data has been written, the setting data previously written to the memory is stored using the stored address. Read and verify with the temporarily stored setting data, save the verification result in the register, read the verification result from the register when the writing of all the setting data is completed, write the setting data normally Means for confirming whether or not it has been proposed has been proposed (for example, see Patent Document 1).
JP 2002-63078 A

一般にデータの正常性をチェックできるように、そのデータのパリティチェックビットを付加するか、又はCRC等のチェックビットを付加することにより、転送されたデータをチェックする手法が一般的に知られている。従って、設定データについてもパリティチェックビット又はCRCチェックビットを付加してレジスタに書き込み、その設定データを読み出して、パリティチェックビット又はCRCチェックビットを用いて設定データの正常性をチェックすることができる。この場合は、ビットエラーの有無のチェックは可能であるが、設定データが所望の内容であるか否かのチェックは不可能である。又前述のように、データのチェックサムを求めて保存し、データの正常性確認の場合に、そのデータのチェックサムを求めて、先に保存したチェックサムと照合し、照合一致によりデータの正常性を確認することができる。この場合も、設定データが所望の内容を維持しているか否かのチェックは不可能である。   In general, a method for checking transferred data by adding a parity check bit of the data or adding a check bit such as CRC so that the normality of the data can be checked is generally known. . Therefore, it is possible to add the parity check bit or the CRC check bit to the setting data and write it to the register, read the setting data, and check the normality of the setting data using the parity check bit or the CRC check bit. In this case, it is possible to check whether or not there is a bit error, but it is impossible to check whether or not the setting data has a desired content. In addition, as described above, the data checksum is obtained and stored, and in the case of data normality confirmation, the data checksum is obtained and collated with the previously stored checksum. Sex can be confirmed. Also in this case, it is impossible to check whether or not the setting data maintains the desired content.

又下位装置としての通信制御処理を行う単一又は複数の通信処理部に対して、制御機能対応等による複数種類の制御部等の上位装置を備えた比較的大規模の通信制御システムに於いては、下位装置に対する上位装置が固定的に接続されていない構成が一般的である。その為、下位装置に対する設定データを最初に転送して設定した上位装置以外の他の上位装置からの設定データによって、レジスタに保持されている先の設定データが上書きされる場合が発生する。その場合に、チェックサムだけでは、ビットエラーの有無のチェックは可能であるが、設定データの妥当性のチェックは不可能となり、データ処理が正常に実行できなくなる問題がある。例えば、マルチタスク処理を実行する構成に於いては、複数のタスクにより非同期で複数回にわたって同一のレジスタに設定データが上書きされる場合がある。同様に、複数の制御部等の上位装置からのそれぞれの要求によって、同一の送受信部等の下位装置のレジスタに書き込む設定データが変更される場合もある。このような場合に、設定データが妥当であるか否かをチェックするのは困難であり、その設定データのパターンが多くなればなる程、一層チェックするのは困難となる。   In a comparatively large-scale communication control system including a higher-level device such as a plurality of types of control units corresponding to a control function for a single or a plurality of communication processing units that perform communication control processing as a lower-level device. In general, a configuration in which a higher-level device is not fixedly connected to a lower-level device. For this reason, there is a case in which the setting data held in the register is overwritten by setting data from a higher-level device other than the higher-level device that is first set by transferring the setting data for the lower-level device. In this case, it is possible to check whether or not there is a bit error with only the checksum, but it becomes impossible to check the validity of the setting data, and there is a problem that data processing cannot be executed normally. For example, in a configuration in which multitask processing is executed, setting data may be overwritten in the same register multiple times asynchronously by a plurality of tasks. Similarly, setting data to be written to a register of a lower-level device such as the same transmission / reception unit may be changed according to each request from a higher-level device such as a plurality of control units. In such a case, it is difficult to check whether or not the setting data is valid, and the more the setting data pattern is, the more difficult it is to check.

又レジスタに書き込んだ設定データが妥当でないケースとして、(1)ウエイト時間前に設定データの連続書き込みを行った時に、途中でウエイト時間となり、書き込み漏れ発生による不具合、(2)瞬間的な電圧低下による入出力レジスタ(I/Oレジスタ)のクリアによる不具合、(3)ウエイト要求処理メッセージの輻輳による設定漏れによる不具合、(4)設定データの上書きによる妥当性の欠如による不具合、(5)複数の装置からの設定要求による設定データの矛盾による不具合等があり、これらの不具合により正常な通信制御等のデータ処理ができなくなる問題がある。   Also, there are cases where the setting data written to the register is not valid. (1) When setting data is written continuously before the wait time, it becomes a wait time in the middle, causing a problem due to write leakage. (2) Momentary voltage drop (3) Problems due to setting omission due to congestion of wait request processing messages, (4) Problems due to lack of validity due to overwriting of setting data, (5) Multiple problems There are problems such as inconsistencies in setting data due to setting requests from the apparatus, and there is a problem that data processing such as normal communication control cannot be performed due to these problems.

本発明は、前述の問題点を解決するもので、複数の上位装置から下位装置に対して設定する設定データの妥当性をチェックし、正常動作を保証することを目的とする。   An object of the present invention is to solve the above-described problems and to check the validity of setting data set for a lower-level device from a plurality of higher-level devices and to ensure normal operation.

本発明のデータ処理システムは、複数の制御部等の上位装置からデータ伝送処理装置等の下位装置に於けるデータ処理の為の設定データをレジスタに設定して、データ処理を実行するデータ処理装置に於いて、下位装置は、そのレジスタに書き込んだ設定データとアドレスとを対応付けて保持する設定アドレスリストと、上位装置からの設定要求の受信メッセージと上位装置を示す識別子とを対応つけて保持する受信メッセージリストとを含むデータベースと、レジスタに書き込んで保持した設定データと設定アドレスリストに保持した設定データとを照合し、照合結果を診断要求元へ通知する照合手段とを備えている。   A data processing system according to the present invention is a data processing apparatus for executing data processing by setting setting data for data processing in a lower order device such as a data transmission processing device from a higher order device such as a plurality of control units. In this case, the lower level device holds the setting address list that holds the setting data and the address written in the register in association with each other, the received message of the setting request from the higher level device, and the identifier indicating the higher level device. A database including a received message list to be collated, collating means for collating the setting data written and held in the register with the setting data held in the setting address list, and notifying the diagnosis request source of the collation result.

又上位装置は、下位装置のレジスタに設定データの書き込みを行ったコマンドメッセージを保持するデータベースを備え、下位装置は、上位装置のデータベースに保持したコマンドメッセージを含む試験コマンドを受信して、試験コマンド用受信メッセージリストとして、下位装置のデータベースに保持し、試験コマンド用受信メッセージリストと受信メッセージリストとを比較して、比較結果を試験コマンド送出上位装置に通知する手段を備えている。   The host device has a database that holds a command message for writing the setting data to the register of the lower device. The lower device receives the test command including the command message held in the database of the host device, and receives the test command. The received message list is stored in the database of the lower apparatus, the test command received message list is compared with the received message list, and the comparison result is notified to the test command sending higher apparatus.

又本発明の診断方法は、複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理システムの診断方法であって、下位装置の設定データを保持するレジスタと、このレジスタのアドレスと設定データとを対応付けて保持する設定アドレスリスト及びレジスタに設定データを書き込む為の上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、下位装置は、試験コマンドによるレジスタに保持した設定データの診断要求により、前記データベースの設定アドレスリストに保持した設定データと前記レジスタに保持した設定データとを照合し、照合結果を診断要求元へ通知する過程を含むものである。   The diagnostic method of the present invention is a diagnostic method of a data processing system for transferring setting data for data processing of a lower-level device from a plurality of higher-level devices and setting it in a register, and a register for holding setting data of a lower-level device And a database including a setting address list that holds the address of the register and the setting data in association with each other and a reception message list that holds a command from the host device for writing the setting data in the register as a reception message. The apparatus collates the setting data held in the setting address list of the database with the setting data held in the register in response to a diagnosis request for the setting data held in the register by the test command, and notifies the diagnosis request source of the collation result. Including processes.

又複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理システムの診断方法であって、下位装置の設定データを保持するレジスタと、このレジスタのアドレスと設定データとを対応付けて保持する設定アドレスリスト及びレジスタに設定データを書き込む為の上位装置からのコマンドを、この上位装置を示す識別子と共に受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、上位装置からの診断要求の試験コマンド用メッセージによる試験コマンド用メッセージリストを形成し、この試験コマンド用メッセージリストと受信メッセージリストとを照合し、照合結果を、受信メッセージリストに含まれている上位装置を示す識別子に対応する上位装置へ通知する過程を含むものである。   A method for diagnosing a data processing system in which setting data for data processing of a lower-level device is transferred from a plurality of higher-level devices and set in a register, the register holding the setting data of a lower-level device, the address of this register, A set address list that holds the setting data in association with each other, and a database that includes a received message list that holds a command from the host device for writing the setting data in the register together with an identifier indicating the host device, as a received message, A test command message list is formed by a test command message of a diagnosis request from a host device, the test command message list and the received message list are collated, and the collation result is included in the received message list. To notify the higher-level device corresponding to the identifier indicating It is intended to include.

又複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理システムの診断方法であって、下位装置の設定データを保持するレジスタと、このレジスタのアドレスと設定データとを対応付けて保持する設定アドレスリスト及びレジスタに設定データを書き込む為の上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、上位装置からのレジスタ設定要求の受信メッセージを受信メッセージリストに仮登録し、この受信メッセージによる設定データを書き込むレジスタのアドレスと、設定アドレスリストに存在するアドレスとを照合し、重複したアドレスが存在しない時に、この受信メッセージを受信メッセージリストに正式登録し、この受信メッセージによる設定データをレジスタに書き込み、且つレジスタのアドレスと設定データとを設定アドレスリストに保持し、重複したアドレスが存在する場合、設定要求の送出上位装置に上書きが発生することを通知する過程を含むものである。   A method for diagnosing a data processing system in which setting data for data processing of a lower-level device is transferred from a plurality of higher-level devices and set in a register, the register holding the setting data of a lower-level device, the address of this register, A setting address list that holds setting data in association with each other and a database that includes a received message list that holds a command from a higher-level device for writing the setting data in a register as a received message. The received message is temporarily registered in the received message list, the address of the register to which the setting data by the received message is written and the address existing in the set address list are collated, and this received message is received when there is no duplicate address. Register this form and receive this The process of writing the setting data by the message to the register and holding the register address and the setting data in the setting address list and notifying that the overwriting occurs to the upper apparatus sending the setting request when there are duplicate addresses. Is included.

下位装置に対する複数の上位装置からの設定データをレジスタに設定して保持し、その設定データに従って通信制御処理等の制御処理を行うデータ処理システム及びその診断方法に於いて、レジスタに保持した設定データが所定の上位装置からの受信メッセージに従った設定データであるか否か、及び新たな設定データをレジスタに書き込む場合に、既にレジスタに書き込まれている設定データに対する上書きが発生するか否かを診断することができ、レジスタに保持した設定データの妥当性をチェックし、システムの信頼性の向上を図ることができる。   Setting data held in a register in a data processing system and a diagnostic method for performing control processing such as communication control processing according to the setting data set in a register and held in a register for setting data from a plurality of higher-level devices for the lower-level device Is the setting data according to the received message from the predetermined host device, and whether or not the setting data already written in the register is overwritten when new setting data is written in the register Diagnosis can be performed, and the validity of the setting data held in the register can be checked to improve the reliability of the system.

本発明のデータ処理システムは、図1を参照すると、上位装置としての複数の制御部2−1〜2−3と、これらの制御部2−1〜2−3からの設定データに従って通信制御処理等を行う下位装置とを含み、下位装置は、上位装置としての制御部2−1〜2−3からの設定データを保持するレジスタ11と、このレジスタ11のアドレスと設定データとを対応付ける設定アドレスリスト14及び上位装置からの設定要求の受信メッセージと上位装置を示す識別子とを対応付ける受信メッセージリスト15とを保持するデータベース13と、レジスタ11の保持内容と設定アドレスリスト14の保持内容とを照合する照合手段と、受信メッセージリスト15の内容と試験コマンド用受信メッセージリストとを照合する照合手段と、レジスタ設定要求時の受信メッセージを基にアドレス重複チェックを行う手段とを含む下位装置(設定データ処理部1)を設けた構成を有するものである。   Referring to FIG. 1, the data processing system according to the present invention includes a plurality of control units 2-1 to 2-3 as host devices, and communication control processing according to setting data from these control units 2-1 to 2-3. The subordinate apparatus includes a register 11 that holds setting data from the control units 2-1 to 2-3 as the upper apparatus, and a setting address that associates the address of the register 11 with the setting data. The database 13 that holds the list 14 and the received message of the setting request from the higher-level device and the received message list 15 that associates the identifier indicating the higher-level device, and the content held in the register 11 and the content held in the setting address list 14 are collated. Collation means, collation means for collating the contents of the received message list 15 with the test message received message list, and register setting required And it has a structure in which a lower-level apparatus (setting data processing unit 1) and means for performing based on the address duplication checks the received message when.

本発明の診断方法は、上位装置としての複数の制御部2−1〜2−3と、これらの制御部2−1〜2−3からの設定データに従って通信制御処理等を行う下位装置とを含むデータ処理システムの診断方法であって、制御部2−1〜2−3からの設定データを保持するレジスタ11と、このレジスタ11のアドレスと設定データとを対応付ける設定アドレスリスト14及び制御部からの設定要求の受信メッセージと上位装置を示す識別子とを対応付ける受信メッセージリスト15を形成するデータベース13とを含む下位装置としての設定データ処理部1を設け、試験コマンドに従って設定データ処理部1のレジスタ11に保持した設定データと設定アドレスリスト14の設定データとの照合を行う過程と、受信メッセージリスト15と試験コマンド用受信メッセージリスト16との照合を行う過程と、レジスタ設定要求時に於けるレジスタ11への上書きの有無の照合を行う過程を含むものである。   The diagnosis method of the present invention includes a plurality of control units 2-1 to 2-3 as higher-level devices and a lower-level device that performs communication control processing and the like according to setting data from these control units 2-1 to 2-3. A data processing system diagnosis method including a register 11 that holds setting data from the control units 2-1 to 2-3, a setting address list 14 that associates the address of the register 11 with the setting data, and a control unit The setting data processing unit 1 is provided as a lower-level device including a database 13 that forms a received message list 15 that associates the received message of the setting request with the identifier indicating the higher-level device, and the register 11 of the setting data processing unit 1 according to the test command The setting data stored in the setting address list 14 and the setting data in the setting address list 14 are collated. Is intended to include a process of performing matching between the command reception message list 16, the process for matching the existence of overwriting the in register 11 when register setting request.

図1は、本発明の実施例1の説明図であり、データ処理システムとして通信制御システムに適用した場合の要部を示すもので、1は設定データ処理部、2−1は制御部#1(通信機能部)、2−2は制御部#2(OC192制御部)、2−3は制御部#3(10GbE制御部)、11はレジスタ、12はハードウェアアクセス部、13はデータベース、14は設定アドレスリスト、15は受信メッセージリスト、16はテーブル、21−1〜21−3はパッケージインタフェース部、22−1は通信制御部、22−2はOC192制御部、22−3は10GbE制御部、23−1は通信制御データベース、23−2はOC192属性データベース、23−3は10GbE属性データベースを示し、10Gbpsの伝送速度でデータ伝送処理を行う場合を示す。又制御部#1〜#3を、以下制御部2−1〜2−3又は通信機能部2−1、OC192制御部2−2、10GbE制御部2−3は、それぞれ異なる上位装置として説明する。又各制御部2−1,2−2,2−3と下位装置としての設定データ処理部1との間は、各制御部2−1,2−2,2−3から設定データ処理部1のハードウェアアクセス部12に対してレジスタ設定要求を入力する経路を図示しているが、設定データ処理部1から各制御部2−1,2−2,2−3に対して応答情報等を転送する経路を有するものであり、その経路については図示を省略している。   FIG. 1 is an explanatory diagram of a first embodiment of the present invention, showing a main part when applied to a communication control system as a data processing system, wherein 1 is a setting data processing unit, 2-1 is a control unit # 1 (Communication function unit) 2-2 is a control unit # 2 (OC192 control unit), 2-3 is a control unit # 3 (10 GbE control unit), 11 is a register, 12 is a hardware access unit, 13 is a database, 14 Is a set address list, 15 is a received message list, 16 is a table, 21-1 to 21-3 are package interface units, 22-1 is a communication control unit, 22-2 is an OC192 control unit, and 22-3 is a 10 GbE control unit. 23-1 is a communication control database, 23-2 is an OC192 attribute database, 23-3 is a 10GbE attribute database, and data transmission processing is performed at a transmission rate of 10Gbps. It shows the case cormorant. The control units # 1 to # 3 will be described below as the control units 2-1 to 2-3 or the communication function unit 2-1, the OC192 control unit 2-2, and the 10 GbE control unit 2-3 as different host devices. . Further, between each of the control units 2-1, 2-2, 2-3 and the setting data processing unit 1 as a subordinate device, the setting data processing unit 1 from each of the control units 2-1, 2-2, 2-3. Although a path for inputting a register setting request to the hardware access unit 12 is illustrated, response information or the like is sent from the setting data processing unit 1 to each of the control units 2-1, 2-2, 2-3. It has a route to transfer, and the route is not shown.

設定データ処理部1は、レジスタ11と、ハードウェアアクセス部12と、データベース13とを含み、データベース13は、設定アドレスリスト14と、受信メッセージリスト15と、テーブル16とを含む構成を有し、レジスタ11に保持した設定データに従って通信制御処理を行う通信処理部等の下位装置は図示を省略しているが、下位装置は、単一又は複数設けることができる。又レジスタ11とデータベース13の設定アドレスリスト14と受信メッセージリスト15とテーブル16とに保持された設定データやアドレス等について、制御部2−1,2−2,2−3や図示を省略した保守装置等の上位装置からの指示に従って比較する比較判定手段と、それによる比較結果を上位装置等へ通知する手段と、データの書き込み、読み出しの手段等を含む構成を有するものであるが、図示を省略している。なお、これらの手段は、既に知られているようなプロセッサ等の処理手段により実現可能である。   The setting data processing unit 1 includes a register 11, a hardware access unit 12, and a database 13. The database 13 has a configuration including a setting address list 14, a received message list 15, and a table 16. Although a lower-level device such as a communication processing unit that performs communication control processing according to the setting data held in the register 11 is not shown, a single or a plurality of lower-level devices can be provided. Also, the control units 2-1, 2-2, 2-3, and maintenance not shown in the figure are held for the setting data and addresses held in the setting address list 14, the received message list 15 and the table 16 of the register 11 and the database 13. Compared with a determination unit for comparing in accordance with an instruction from a higher-level device such as a device, a unit for notifying a higher-level device or the like of the comparison result, and a means for writing and reading data, etc. Omitted. These means can be realized by processing means such as a processor already known.

又ハードウェアアクセス部12は、制御部2−1,2−2,2−3等の上位装置からのレジスタ設定要求等の受信メッセージを受信して、レジスタ11に対するアクセス制御及びデータベース13に対するアクセス制御を行う機能を有する。又上位装置からの各種コマンド等に於いて、レジスタ11のアクセスアドレスが付加されているものと、付加されていないものとが混在するシステム構成に適用できるように、テーブル16を設けているもので、このテーブル16は、上位装置からの各種のコマンド等の受信メッセージに、レジスタ11に対するアクセスアドレスが付加されていない場合、そのコマンド内容を基にアドレスを求める為の対応表を形成している。例えば、上位装置から下位装置の出力増幅器の増幅率を設定するコマンドの場合、レジスタ11に増幅率を設定する下位装置対応のアドレスを予め決めておくことができるから、このコマンド内容とレジスタ11のアドレスとを対応付けた対応表をテーブル16に形成しておくことにより、アクセスアドレスが付加されていないコマンドであっても、レジスタ11に対するアクセスアドレスをテーブル16から求めることができる。又その対応表として、アドレスと共に設定値(設定データ)を含む構成とすることもできる。それにより、ハードウェアアクセス部12に、制御部2−1,2−2,2−3等の上位装置からのコマンドが転送された時に、アクセスアドレスが付加されていない場合でも、コマンド内容を基にレジスタ11のアクセスアドレスを求めることができる。   The hardware access unit 12 receives a reception message such as a register setting request from a host device such as the control units 2-1, 2-2, 2-3, and controls access to the register 11 and access control to the database 13. It has a function to perform. The table 16 is provided so that various commands from the host device can be applied to a system configuration in which the access address of the register 11 is added and the command address is not added. The table 16 forms a correspondence table for obtaining an address based on the contents of a command when an access address for the register 11 is not added to a received message such as various commands from the host device. For example, in the case of a command for setting the amplification factor of the output amplifier of the low-level device from the high-level device, an address corresponding to the low-level device for setting the amplification rate can be determined in advance in the register 11. By forming a correspondence table in which the addresses are associated with each other in the table 16, the access address for the register 11 can be obtained from the table 16 even for a command to which no access address is added. In addition, the correspondence table may include a setting value (setting data) together with an address. As a result, even if no access address is added when a command from a higher-level device such as the control units 2-1, 2-2, 2-3 is transferred to the hardware access unit 12, The access address of the register 11 can be obtained.

例えば、上位装置から下位装置に対する設定データをレジスタ11に設定する為のレジスタ設定要求メッセージが、ハードウェアアクセス部12に転送されると、ハードウェアアクセス部12は、レジスタ11のアドレスと、設定値(設定データ)とが付加された設定要求であれば、そのアドレスに従ってレジスタ11への設定値の書き込みと、データベース13への受信リクエスト登録とを行う。即ち、データベース13の設定アドレスリスト14に、レジスタ11に対するアクセスアドレスと、設定値(設定データ)とを、例えば、矢印で示すアドレス関係が判るように保持し、受信メッセージリスト15に、例えば、“レジスタ設定#1”等として示すように、レジスタ設定要求メッセージの内容を保持する。この場合のレジスタ設定要求には要求元の上位装置としての制御部名又はその制御部を示す識別子を含むものであり、受信メッセージリスト15にその要求元を識別できるデータを含めて保持する。又レジスタ11のアクセスアドレスが付加されていないレジスタ設定要求メッセージの場合、ハードウェアアクセス部12は、前述のように、レジスタ設定要求メッセージの内容を基に、テーブル16を検索して、レジスタ11のアクセスアドレスを求め、そのアクセスアドレスに従って、設定値をレジスタ11に書き込むことができ、且つ、設定アドレスリスト14と受信メッセージリスト15とにレジスタのアドレスを含むと共にそれぞれ必要内容を保持させる。   For example, when a register setting request message for setting setting data for the lower apparatus from the upper apparatus to the register 11 is transferred to the hardware access section 12, the hardware access section 12 transmits the address of the register 11 and the setting value. If the setting request is added with (setting data), the setting value is written in the register 11 and the reception request is registered in the database 13 according to the address. That is, the access address and the setting value (setting data) for the register 11 are held in the setting address list 14 of the database 13 so that the address relationship indicated by the arrows can be understood, and the received message list 15 has, for example, “ The contents of the register setting request message are held as indicated by register setting # 1 "and the like. In this case, the register setting request includes the name of the control unit as the requesting higher-level device or an identifier indicating the control unit, and the received message list 15 includes data that can identify the requesting source. In the case of a register setting request message to which the access address of the register 11 is not added, the hardware access unit 12 searches the table 16 based on the contents of the register setting request message as described above, and An access address is obtained, and a set value can be written in the register 11 according to the access address. The set address list 14 and the received message list 15 include the address of the register and hold necessary contents respectively.

又制御部2−1は、通信制御システムとしての通信機能の制御等を行うもので、設定データ処理部1との間のデータ転送等を行うパッケージインタフェース部21−1と、通信制御部22−1と、通信制御データベース23−1とを含む構成を有し、この通信制御データベース23−1には、下位装置のレジスタ11に設定データを設定する為のレジスタ設定要求メッセージ等を保持し、保守運用管理手段等からの設定変更要求に従って設定データ等の変更処理を行うものである。又制御部2−2は、パッケージインタフェース部21−2と、OC192制御部22−2と、OC192属性データベース23−2とを含む構成を有し、このOC192属性データベース23−2には、下位装置のレジスタ11に設定データを設定する為のレジスタ設定要求メッセージ等を保持し、下位装置の送受信部で、10Gbpsの伝送速度でデータを光信号により伝送する場合の制御部を示す。又制御部2−3は、パッケージインタフェース部21−3と、10GbE制御部22−3と、10GbE属性データベース23−3とを含む構成を有し、このデータベース23−3には、下位装置のレジスタ11に設定データを設定する為のレジスタ設定要求メッセージ等を保持し、保守運用管理手段等からの設定変更要求に従って設定データ等の変更処理を行うものであり、下位装置の送受信部に於いて10Gbpsの伝送速度でデータを伝送する場合の上位装置としての制御部を示す。なお、他のデータ伝送方式を適用したシステムや、各種のデータを処理するデータ処理システムに於いては、データ伝送方式に対応した上位装置としての制御部を設けることができ、又データ処理内容に対応した設定データを下位装置に設定する前述の複数の制御部に対応する上位装置を設けることになる。又図1に於いて、下位装置に設定する設定データは、上位装置の制御部2−1〜2−3からのレジスタ設定要求により設定するものであるが、下位装置からの要求に従った設定データを上位装置から転送してレジスタ11に設定することができる。   The control unit 2-1 controls a communication function as a communication control system. The package interface unit 21-1 performs data transfer with the setting data processing unit 1, and the communication control unit 22-. 1 and a communication control database 23-1. This communication control database 23-1 holds a register setting request message for setting setting data in the register 11 of the lower-level device, and maintains it. In accordance with a setting change request from the operation management means or the like, the setting data and the like are changed. The control unit 2-2 has a configuration including a package interface unit 21-2, an OC192 control unit 22-2, and an OC192 attribute database 23-2. The OC192 attribute database 23-2 includes a lower level device. A control unit for holding a register setting request message for setting setting data in the register 11 and transmitting data with an optical signal at a transmission rate of 10 Gbps in the transmission / reception unit of the lower apparatus is shown. The control unit 2-3 has a configuration including a package interface unit 21-3, a 10 GbE control unit 22-3, and a 10 GbE attribute database 23-3. 11 holds a register setting request message for setting the setting data, and changes the setting data according to the setting change request from the maintenance operation management means. 2 shows a control unit as a host device when data is transmitted at a transmission rate of 2. In systems using other data transmission systems and data processing systems that process various types of data, a control unit can be provided as a host device corresponding to the data transmission system. A host device corresponding to the aforementioned plurality of control units that set corresponding setting data in the lower device is provided. In FIG. 1, the setting data to be set in the lower apparatus is set by a register setting request from the control units 2-1 to 2-3 of the upper apparatus, but is set according to the request from the lower apparatus. Data can be transferred from the host device and set in the register 11.

図2は、本発明の実施例1の要部説明図であり、設定データ処理部1は、レジスタ11とハードウェアアクセス部12とテーブル16と制御処理部18とを含む場合を示し、図1に於ける設定アドレスリスト14と受信メッセージリスト15とは図示を省略している。又2は上位装置として図1に於ける制御部2−1,2−2,2−3をまとめて示す制御部、31はOC192光モジュール、32は伝送フレームのセクションオーバヘッドの終端処理等を行うオーバヘッド処理部、33は10.7G側光モジュール、35はHDLC(High level Data Link Control)終端回路、36は光スプリッタ、37は光スイッチを示し、10はそれらを含む下位装置としてのデータ伝送処理装置を示す。又下位装置としてのデータ伝送処理装置10の上位装置である制御部2は、例えば、図1に於ける通信機能部(制御部#1)、OC192制御部(制御部#2)、10GbE制御部(制御部#3)等の制御部2−1,2−2,2−3が対応する場合を示す。   FIG. 2 is an explanatory diagram of a main part of the first embodiment of the present invention, in which the setting data processing unit 1 includes a register 11, a hardware access unit 12, a table 16, and a control processing unit 18. The setting address list 14 and the received message list 15 in FIG. 2 is a control unit collectively showing the control units 2-1, 2-2 and 2-3 in FIG. 1 as a host device, 31 is an OC192 optical module, 32 is a transmission frame section overhead termination process, etc. An overhead processing unit, 33 is a 10.7G side optical module, 35 is an HDLC (High Level Data Link Control) termination circuit, 36 is an optical splitter, 37 is an optical switch, and 10 is a data transmission process as a subordinate device including them. Indicates the device. Further, the control unit 2 which is the host device of the data transmission processing device 10 as the lower device is, for example, the communication function unit (control unit # 1), the OC192 control unit (control unit # 2), or the 10 GbE control unit in FIG. A case where the control units 2-1, 2-2, 2-3 such as (control unit # 3) correspond is shown.

又光スプリッタ36は、二重リング光伝送路(図示を省略)に対して、イースト側とウエスト側とから同一の光信号を送信する為のスプリッタであり、又光スイッチ37は、イースト側とウエスト側からの何れか一方又は正常な側を選択して受信する為のスイッチである。なお、光スイッチ37は、レジスタ11の設定データに従って何れか一方の側を選択する場合を示している。又制御処理部18は、レジスタ11の設定データに従って、OC192光モジュール31とオーバヘッド処理部32と光モジュール33とのそれぞれの動作条件等を設定処理する機能を含むものである。例えば、上位装置としてのOC192制御部2−2は、下位装置としてのデータ伝送処理装置10の中のOC19光モジュール31に対する設定データをレジスタ11に書き込み、又上位装置としての10GbE制御部2−3は、下位装置としてのデータ伝送処理装置10の中の光モジュール33に対する設定データをレジスタ11に書き込むことになる。このように、複数の上位装置からの設定データを下位装置としてのデータ伝送処理装置10のレジスタ11に設定し、通信処理制御が行われる。又一般のデータ処理装置の場合、下位装置に対してそれぞれ異なる上位装置が、下位装置に於ける異なる制御処理内容に従った設定データを、下位装置のレジスタに設定し、下位装置は、その設定データに従った制御処理を実行することになる。   The optical splitter 36 is a splitter for transmitting the same optical signal from the east side and the west side to a double ring optical transmission line (not shown), and the optical switch 37 is connected to the east side. This is a switch for selecting and receiving either one from the waist side or the normal side. Note that the optical switch 37 shows a case where one side is selected in accordance with the setting data of the register 11. In addition, the control processing unit 18 includes a function for setting and processing the respective operating conditions of the OC192 optical module 31, the overhead processing unit 32, and the optical module 33 in accordance with the setting data of the register 11. For example, the OC192 control unit 2-2 as the host device writes the setting data for the OC19 optical module 31 in the data transmission processing device 10 as the lower device to the register 11, and the 10GbE control unit 2-3 as the host device. Will write the setting data for the optical module 33 in the data transmission processing device 10 as the lower device to the register 11. In this way, setting data from a plurality of higher-level devices is set in the register 11 of the data transmission processing device 10 as a lower-level device, and communication processing control is performed. Also, in the case of a general data processing device, each higher-level device with respect to the lower-level device sets the setting data according to the different control processing contents in the lower-level device in the lower-level device register. Control processing according to the data is executed.

図3は、本発明の実施例1のデータ処理システムとして、図1に示す通信制御システムに適用した時の診断機能の説明図であり、図1と同一符号は同一部分を示す。又制御部2−3の自己リカバリ要否判定手段は、100bE制御部23−3等の制御処理機能部内に設けることができる。なお、通信機能部2−1とOC192制御部2−2に於いてもこの自己リカバリ要否判定手段を設けるものである。上位装置の各制御部2−1,2−2,2−3から下位装置のレジスタ11に設定データを書き込んだ状態に於いて、図示を省略した保守コンソール等から、レジスタ11に保持した設定データの妥当性をチェックする試験コマンドを入力することにより、レジスタ11に書き込んだ設定データの妥当性をチェックする場合を示す。その場合、データベース13の設定アドレスリスト14は、前述のように、設定データを書き込んだレジスタ11のアドレスと、その設定データとを保持するもので、矢印は、レジスタ11のアドレスと、設定アドレスリスト14に保持したアドレスとの対応を例示するものであり、又設定アドレスリスト14の値は、レジスタ11に書き込んだ設定データと同一の値或は設定データの中の予め定めた有効ビットとすることができるものであって、例えば、レジスタ11のアドレス“420000”と設定データとしての16値表示の“01”とを対応付けて保持し、又レジスタ11のアドレス“420002”と設定データの“08”とを対応つけて保持した場合を示している。   FIG. 3 is an explanatory diagram of a diagnostic function when applied to the communication control system shown in FIG. 1 as the data processing system according to the first embodiment of the present invention. The same reference numerals as those in FIG. 1 denote the same parts. The self-recovery necessity determination unit of the control unit 2-3 can be provided in a control processing function unit such as the 100bE control unit 23-3. The communication function unit 2-1 and the OC192 control unit 2-2 are also provided with this self-recovery necessity determination unit. The setting data held in the register 11 from a maintenance console (not shown) in a state where the setting data has been written from the respective control units 2-1, 2-2, 2-3 of the upper apparatus to the register 11 of the lower apparatus. In this example, the validity of the setting data written in the register 11 is checked by inputting a test command for checking the validity of. In this case, the setting address list 14 of the database 13 holds the address of the register 11 in which the setting data is written and the setting data as described above, and the arrows indicate the address of the register 11 and the setting address list. 14 exemplifies the correspondence with the address held in 14, and the value of the setting address list 14 is the same value as the setting data written in the register 11 or a predetermined effective bit in the setting data. For example, the address “420,000” of the register 11 and 16-value display “01” as setting data are stored in association with each other, and the address “420002” of the register 11 and “08” of the setting data are stored. "Is shown in correspondence with each other.

又受信メッセージリスト15は、上位装置としての制御部からの受信メッセージを保持するもので、その内容は、「制御部」、「コマンド」、「AID」、「パラメータ1」、「パラメータ2」等を含む場合を示し、一例として、上位装置を示す「制御部」は“10GbE”、「コマンド」は“ENT−10GE”、「AID」は“1”、「パラメータ1」は“AISPT=LF”、「パラメータ2」は“ALMXFDLY=100”を保持している場合を示す。なお、「パラメータ」は更に多数の場合も含むものであり、又「制御部」は、10GbE制御部2−3を示す制御部名の場合を示すが、その制御部を示す識別子とすることができる。又「AID」はユニットのポート番号やインタフェース等の識別子(ID)を示す。又「パラメータ1」の“AISPT=LF”は、AIS(Alarm Indication Signal)についての属性情報の一例を示し、「パラメータ2」の“ALMXFRDLY=100”は、アラーム検出遅延時間の属性情報の一例を示す。又制御部対応の受信メッセージを保持する受信メッセージリスト15の単一又は複数の領域(アドレス)と、設定アドレスリスト14に保持するレジスタ11のアドレスと設定データとを保持する領域(アドレス)とは、概略図示のような関係、例えば、レジスタ11のアドレス”420000”,”420002”,“420004”を保持した領域は、受信メッセージリスト15の「制御部」の“10GbE”と対応関係とするものである。このアドレス対応関係は、リスト16に保持されている。   The received message list 15 holds received messages from the control unit as the host device, and the contents include “control unit”, “command”, “AID”, “parameter 1”, “parameter 2”, and the like. As an example, the “control unit” indicating the host device is “10 GbE”, “command” is “ENT-10GE”, “AID” is “1”, and “parameter 1” is “AISPT = LF”. “Parameter 2” indicates a case where “ALMXFDLY = 100” is held. The “parameter” includes a larger number of cases, and the “control unit” indicates the name of the control unit indicating the 10 GbE control unit 2-3, but may be an identifier indicating the control unit. it can. “AID” indicates an identifier (ID) such as a unit port number or an interface. “Parameter 1” “AISPT = LF” indicates an example of attribute information about AIS (Alarm Indication Signal), and “Parameter 2” “ALMXFRDLY = 100” indicates an example of attribute information of alarm detection delay time. Show. In addition, the single or plural areas (addresses) of the received message list 15 that holds the received message corresponding to the control unit, and the areas (addresses) that hold the address of the register 11 and the setting data held in the setting address list 14 , A relationship as schematically shown, for example, the area holding the addresses “420,000”, “420002”, “420004” of the register 11 has a corresponding relationship with “10 GbE” of the “control unit” of the received message list 15. It is. This address correspondence is held in the list 16.

設定データ処理部1のハードウェアアクセス部12に図示を省略した保守コンソール等から試験コマンドが入力されると、データベース13で保持管理している設定アドレスリスト14内の設定データと、レジスタ11に保持されている設定データとを、設定状態差分チェックとして示すように比較する。この場合、例えば、レジスタ11の先頭アドレスから順次設定データを読み出し、又そのアドレス対応の設定アドレスリスト14に保持している設定データを読み出して比較する。又は設定アドレスリスト14に保持しているアドレスを基に、レジスタ11の対応アドレスから設定データを読み出して比較することもできる。又設定アドレスリスト14に設定データの一部を有効ビットとして保持している場合は、レジスタ11から読み出した設定データの有効ビットについて比較することになる。この比較結果、差分が検出されると、そのアドレス対応の受信メッセージリスト15を参照することにより、設定要求元を抽出することができる。例えば、レジスタ11のアドレス“420000”,“420004”との設定データについて差分が検出されると、これらのアドレスに対する設定要求を行った上位装置としての制御部を、受信メッセージリスト15を参照して判別する。図示の場合は、設定要求元は、「制御部」として“10GbE”が保持されているから、10GbE制御部2−3であることが判る。そこで、この設定要求元の10GbE制御部2−3に対して、一点鎖線で示すように、不整合通知を行う。この通知は、設定データ処理部1と10GbE制御部2−3との間の図示を省略したLAN等の接続経路で行うことができる。   When a test command is input to the hardware access unit 12 of the setting data processing unit 1 from a maintenance console (not shown), the setting data in the setting address list 14 held and managed in the database 13 and held in the register 11 The setting data being compared is compared as shown as a setting state difference check. In this case, for example, the setting data is sequentially read from the head address of the register 11, and the setting data held in the setting address list 14 corresponding to the address is read and compared. Alternatively, the setting data can be read from the corresponding address of the register 11 and compared based on the address held in the setting address list 14. When a part of the setting data is held as a valid bit in the setting address list 14, the valid bits of the setting data read from the register 11 are compared. If a difference is detected as a result of this comparison, the setting request source can be extracted by referring to the received message list 15 corresponding to the address. For example, when a difference is detected with respect to the setting data of the addresses “420,000” and “40004” of the register 11, the control unit as a higher-level device that has made a setting request for these addresses is referred to the received message list 15. Determine. In the illustrated case, since the setting request source holds “10 GbE” as the “control unit”, it is understood that the setting request source is the 10 GbE control unit 2-3. Therefore, a mismatch notification is given to the 10 GbE control unit 2-3 as the setting request source as indicated by a one-dot chain line. This notification can be performed through a connection path such as a LAN (not shown) between the setting data processing unit 1 and the 10 GbE control unit 2-3.

前述の不整合通知を受けた制御部2−3は、10GbE制御部23−3の自己リカバリ要否判定手段により要否を判定する。その場合、10GbE属性データベース22−3には、設定要求を行った時の設定データを含むメッセージが保存されている。又10GbE制御部23−3の処理機能による自己リカバリ要否判定手段は、10GbE属性データベース22−3を参照して、リカバリ処理が必要か否かを判定する。リカバリ処理が必要な場合は、10GbE属性データベース22−3に保持されているレジスタ設定要求メッセージを用いて、再度、パッケージインタフェース部21−3を介して設定データ処理部1のハードウェアアクセス部12にレジスタ設定要求を行う。それにより、レジスタ11に対する設定データの上書きを行って、設定データの誤りを修正することができる。この自己リカバリ要否判定手段は、設定データ処理部1から不整合通知と共に差分が発生した設定データも通知されるから、その設定データの性質等に従った判定条件により行うことができる。例えば、設定データが或る範囲内の値とする性質を有する場合、その範囲内の不整合であれば自己リカバリ不要と判定することができる。又不整合が全く許容できない性質の場合は、不整合通知により、自己リカバリが必要と判定することになり、前述のように、設定データ処理部1に対するレジスタ設定要求を送出することになる。それにより、レジスタ11の設定値を正しい値に修正することができる。   Upon receiving the inconsistency notification, the control unit 2-3 determines necessity by the self-recovery necessity determination unit of the 10 GbE control unit 23-3. In that case, the 10 GbE attribute database 22-3 stores a message including setting data when a setting request is made. Further, the self-recovery necessity determination means by the processing function of the 10 GbE control unit 23-3 refers to the 10 GbE attribute database 22-3 and determines whether the recovery process is necessary. When the recovery process is necessary, the register access request message stored in the 10 GbE attribute database 22-3 is used again to the hardware access unit 12 of the setting data processing unit 1 through the package interface unit 21-3. Make a register setting request. Thereby, the setting data can be overwritten to correct the error in the setting data. This self-recovery necessity determining means is notified of the setting data in which a difference has occurred together with the inconsistency notification from the setting data processing unit 1, and can therefore be performed according to a determination condition according to the nature of the setting data. For example, if the setting data has a property of having a value within a certain range, it can be determined that self-recovery is not necessary if the setting data is inconsistent within that range. If the inconsistency is not acceptable at all, it is determined that self-recovery is necessary based on the inconsistency notification, and a register setting request is sent to the setting data processing unit 1 as described above. Thereby, the set value of the register 11 can be corrected to a correct value.

図4は、本発明の実施例1の通信制御システムに於ける診断処理のフローチャートを、ステップ(A1)〜(A10)により示すもので、保守コンソール等の上位装置から設定データの妥当性をチェックする為の試験コマンドを設定データ処理部1のハードウェアアクセス部12に入力すると(A1)、設定データ処理部1は、データベース11の設定アドレスリスト14からアドレス対応の設定値(A)を取得し(A2)、レジスタ11からそのアドレスに書き込んだレジスタ値(設定値)(B)を取得し(A3)、取得した設定値(A),(B)を比較し(A4)、不一致の場合は、該当アドレスよりメッセージへの逆変換(A5)として示すように、設定値(A),(B)間に差分が検出されたアドレスを基に受信メッセージリスト15を検索し、メッセージから設定要求を行った該当制御部を割出し(A6)、その制御部に対して不整合通知を行う(A7)。その場合、設定アドレスリスト14に保持しているアドレス対応の制御部名又は制御部を示す識別子を読み出すことにより、設定要求制御部を割出すことができる。そして、全アドレス終了か否かを判定し(A8)、終了していない場合は、ステップ(A2)へ移行し、又終了いている場合は、この処理を終了する。又ステップ(A4)に於ける設定値比較に於いて、一致している場合は、ステップ(A8)に移行する。   FIG. 4 shows a flowchart of the diagnosis process in the communication control system according to the first embodiment of the present invention by steps (A1) to (A10). The validity of the setting data is checked from a host device such as a maintenance console. When the test command for performing the test is input to the hardware access unit 12 of the setting data processing unit 1 (A1), the setting data processing unit 1 acquires the setting value (A) corresponding to the address from the setting address list 14 of the database 11. (A2), the register value (setting value) (B) written to the address from the register 11 is acquired (A3), the acquired setting values (A) and (B) are compared (A4), and if they do not match The received message list 1 based on the address where a difference is detected between the set values (A) and (B), as shown as reverse conversion (A5) from the corresponding address to the message. Searching, indexing the corresponding control unit performing the setting request from the message (A6), performs mismatch notification to the control unit (A7). In that case, the setting request control unit can be determined by reading the control unit name corresponding to the address held in the setting address list 14 or the identifier indicating the control unit. Then, it is determined whether or not all addresses are finished (A8). If not finished, the process proceeds to step (A2). If finished, this process is finished. If the set values in the step (A4) match, the process proceeds to step (A8).

又不整合通知を受信した制御部は、自己リカバリ要否判定手段により自己リカバリが必要か否かを判定する(A9)。不要と判定した場合は、処理を終了とし、必要と判定した場合は、再設定実施(A10)として示すように、設定データ処理部1に対してレジスタ設定要求を行って、処理を終了とする。この自己リカバリの必要性の判定は、前述のように、制御部のデータベースに保持している設定値と、その設定値の性質等を基に判定するものであり、例えば、設定値が或る値であることが必要の場合は、不整合通知により、自己リカバリが必要と判定し、又設定値が或る範囲内であれば動作上問題がない場合、例えば、送受信部の送信増幅器のゲイン設定値は、システム対応に或る範囲内に設定する場合が一般的であり、その場合は、設定された範囲内の設定値であると、自己リカバリは不必要と判定し、又設定された範囲外の設定値の場合は、自己リカバリが必要と判定することになり、このように、自己リカバリが必要と判定した場合は、レジスタ11の再設定処理を実施することになり、レジスタ11に保持している設定値の信頼性を向上することができる。   The control unit that has received the inconsistency notification determines whether self-recovery is necessary by self-recovery necessity determination means (A9). If it is determined that it is not necessary, the process is terminated. If it is determined that it is necessary, a register setting request is sent to the setting data processing unit 1 to terminate the process, as shown in Reset execution (A10). . The determination of the necessity of self-recovery is based on the setting value held in the control unit database and the nature of the setting value as described above. For example, there is a setting value. If it is necessary to be a value, it is determined that self-recovery is necessary by notification of inconsistency, and if there is no operational problem if the set value is within a certain range, for example, the gain of the transmission amplifier of the transmission / reception unit The set value is generally set within a certain range for the system. In that case, if the set value is within the set range, it is determined that self-recovery is unnecessary and set. If the setting value is out of the range, it is determined that self-recovery is necessary. If it is determined that self-recovery is necessary in this way, the reset processing of the register 11 is performed, and the register 11 is set. Reliability of set values It can be improved.

図5は、本発明の実施例2の診断機能の説明図であり、図1と同一符号は同一部分を示し、17は試験コマンド用受信メッセージリストを示す。この試験コマンド用受信メッセージリスト17は、データベース13内に形成する。しかし、図示のように、データベース13と異なるメモリを用いて形成することも可能である。この実施例2は、レジスタ設定試験コマンドを各制御部2−1〜2−3に保守コンソール等から入力することにより、各制御部2−1〜2−3は、設定データ処理部1に対してそれぞれデータベース23−1〜23−3に保持しているレジスタ設定要求コマンドの内容を含む試験コマンド用のレジスタ設定要求を入力する場合を示し、設定データ処理部1のハードウェアアクセス部12は、レジスタ設定要求試験コマンドを受信識別して、データベース13に、試験コマンド用受信メッセージリスト17を作成する。或いは、前述のように、データベース13と異なるメモリに、試験コマンド用受信メッセージリスト17を形成する。   FIG. 5 is an explanatory diagram of a diagnostic function according to the second embodiment of the present invention. The same reference numerals as those in FIG. 1 denote the same parts, and 17 denotes a test command received message list. The test command received message list 17 is formed in the database 13. However, as shown in the figure, it can be formed using a memory different from the database 13. In the second embodiment, register setting test commands are input to the control units 2-1 to 2-3 from the maintenance console or the like, so that the control units 2-1 to 2-3 are connected to the setting data processing unit 1. In this example, a test command register setting request including the contents of the register setting request commands held in the databases 23-1 to 23-3 is input. The hardware access unit 12 of the setting data processing unit 1 The register setting request test command is received and identified, and a test command received message list 17 is created in the database 13. Alternatively, as described above, the test command received message list 17 is formed in a memory different from the database 13.

この試験コマンド用受信メッセージリスト17と受信メッセージリスト15との内容を比較し、その比較結果の通知を、設定データ処理部1から試験コマンド用のレジスタ設定要求を送出した制御部又は保守コンソール等の上位装置に送出する。この場合も比較結果の差分情報を含めて結果通知を送出することができる。従って、制御部2−1〜2−3からのレジスタ設定要求時の内容に相当する受信メッセージリスト15の内容と、試験コマンド用受信メッセージ内容とを比較するものであるから、メッセージ抜けやメッセージ内容の変化等の有無を確認することができる。このメッセージ抜けや内容変化の通知を受けた制御部2−2〜2−3は、設定データ処理部1に対して再設定要求を行うことにより、レジスタ11に正しい設定データを書き込むことができ、システムの運用管理の信頼性を向上することができる。   The contents of the test command received message list 17 and the received message list 15 are compared, and a notification of the comparison result is sent to the control unit or the maintenance console or the like that has sent the register setting request for the test command from the setting data processing unit 1 Send to host device. Also in this case, the result notification including the difference information of the comparison result can be transmitted. Accordingly, since the contents of the received message list 15 corresponding to the contents at the time of register setting request from the control units 2-1 to 2-3 are compared with the contents of the test command received message, message omission and message contents It is possible to confirm the presence or absence of changes. The control units 2-2 to 2-3 having received the notification of the message omission or content change can write correct setting data in the register 11 by making a reset request to the setting data processing unit 1. Reliability of system operation management can be improved.

図6は、本発明の実施例2の診断処理のフローチャートであり、試験コマンドが制御部に入力されると(B1)、その制御部から試験コマンド用レジスタ設定要求を設定データ処理部1に送出する(B2)。設定データ処理部1は、試験コマンド用受信メッセージリスト16を作成し(B3)、この試験コマンド用受信メッセージリスト17と、受信メッセージリスト15とを比較する(B4)。比較一致の場合は、受信メッセージリスト15内の全部についての比較処理が終了したか否かを判定し(B6)、比較済みの場合は処理を終了し、比較済みでない場合は、ステップ(B4)に移行する。又ステップ(B4)に於ける比較結果が不一致の場合、その不一致内容を比較結果通知として、制御部又は上位の装置に送出する(B5)。比較不一致結果の通知を受信した制御部は、制御部内のデータベースに保持している設定データを含むレジスタ設定要求メッセージを基に、再度レジスタ設定要求を行って、レジスタ11の設定内容を更新し、レジスタ11に、正しい設定データを保持させることができる。   FIG. 6 is a flowchart of the diagnostic processing according to the second embodiment of the present invention. When a test command is input to the control unit (B1), a test command register setting request is sent from the control unit to the setting data processing unit 1. (B2). The setting data processing unit 1 creates a test command received message list 16 (B3), and compares the test command received message list 17 with the received message list 15 (B4). In the case of comparison coincidence, it is determined whether or not the comparison processing for all of the received message list 15 has been completed (B6). If the comparison has been completed, the processing is terminated, and if not compared, step (B4). Migrate to If the comparison result in step (B4) does not match, the content of the mismatch is sent as a comparison result notification to the control unit or the host device (B5). The control unit that has received the notification of the comparison mismatch result makes a register setting request again based on the register setting request message including the setting data held in the database in the control unit, and updates the setting contents of the register 11. The register 11 can hold correct setting data.

図7は、本発明の実施例3の診断機能の説明図であり、図1と同一符号は同一部分を示す。この実施例3は、システム運用中に於けるレジスタ11に設定データを書き込む場合の誤った上書きを防止するものであり、例えば、図示のように、制御部2−1から通常のレジスタ設定要求を設定データ処理部1のハードウェアアクセス部12に送出すると、ハードウェアアクセス部12は、データベース13に受信リクエスト仮登録として示すように、レジスタ設定要求内容の受信メッセージを仮登録する。この仮登録は、図示の場合、受信メッセージリスト15の一部に、例えば、「制御部」の欄に“通信制御”(通信機能部2−1)、「コマンド」の欄に、“ED−LAN”、「AID」の欄に“1”、「パラメータ1」の欄に“IS”として一例を示すように登録する。この場合、レジスタ11のアドレスと対応付けた仮登録内容とする。   FIG. 7 is an explanatory diagram of a diagnostic function according to the third embodiment of the present invention. The same reference numerals as those in FIG. 1 denote the same parts. The third embodiment prevents erroneous overwriting when setting data is written to the register 11 during system operation. For example, as shown in FIG. When the data is sent to the hardware access unit 12 of the setting data processing unit 1, the hardware access unit 12 temporarily registers the received message of the register setting request content as shown in the database 13 as temporary reception request registration. In the illustrated case, the temporary registration is performed in a part of the received message list 15, for example, “communication control” (communication function unit 2-1) in the “control unit” column and “ED−” in the “command” column. “LAN”, “AID” are registered as “1”, and “Parameter 1” are registered as “IS” as shown as an example. In this case, temporary registration contents associated with the address of the register 11 are used.

そして、仮登録した受信メッセージのアドレスを基にレジスタ11を検索し、同一アドレスのレジスタ11に設定データが書き込まれている場合、受信メッセージによる設定データにより、レジスタ11に上書きすることになるから、その上書き発生を検出すると、レジスタ設定要求を行った制御部に上書き通知を送出する。図示の場合、制御部2−1から設定データ処理部1に通常のレジスタ設定要求を行い、アドレス重複により、設定データ処理部1から制御部2−1に上書き通知が送出された場合を示し、制御部2−1は、上書き通知により、通信制御部23−1の自己リカバリ判定手段によって自己リカバリの要否を判定する。この判定結果、自己リカバリが必要となった場合、強制のレジスタ設定要求を行う。それにより、設定データ処理部1は、受信メッセージリスト15に仮登録された受信メッセージを基に、レジスタ11に対する上書き処理を行い、制御部2−1の要求に従ったレジスタ11の内容とすることができる。   Then, when the register 11 is searched based on the address of the temporarily registered received message and the setting data is written in the register 11 having the same address, the register 11 is overwritten by the setting data based on the received message. When the occurrence of the overwriting is detected, an overwriting notification is sent to the control unit that has made the register setting request. In the case shown in the figure, a normal register setting request is sent from the control unit 2-1 to the setting data processing unit 1, and an overwriting notification is sent from the setting data processing unit 1 to the control unit 2-1 due to address duplication. The control unit 2-1 determines whether self-recovery is necessary by the self-recovery determination unit of the communication control unit 23-1 based on the overwrite notification. If self-recovery is required as a result of this determination, a forced register setting request is made. As a result, the setting data processing unit 1 performs the overwrite process on the register 11 based on the received message temporarily registered in the received message list 15, and sets the contents of the register 11 according to the request of the control unit 2-1. Can do.

図8は、本発明の実施例3の診断処理のフローチャートを示し、設定データ処理部1は、レジスタ設定要求受信待ち(C1)の状態に於いて、通常のレジスタ設定要求を受信すると、受信リクエスト仮登録(C2)として示すように、データベース11に受信メッセージを仮登録する。次に、仮登録したレジスタ設定要求に該当するアドレスをキーとして設定アドレスリスト14を検索し(C3)、重複アドレスの有無を判定する(C4)。重複アドレス有りと判定した場合は、要求元の制御部へレジスタ11に対して上書き処理することを示すハードウェア上書き通知を行う(C5)。又重複アドレス無しの判定の場合は、仮登録を正式登録に変更し(C6)、レジスタ11に対して書き込み処理を行う。   FIG. 8 shows a flowchart of the diagnostic process according to the third embodiment of the present invention. When the setting data processing unit 1 receives a normal register setting request in the register setting request reception waiting (C1) state, As shown as temporary registration (C2), the received message is temporarily registered in the database 11. Next, the setting address list 14 is searched using the address corresponding to the temporarily registered register setting request as a key (C3), and the presence / absence of a duplicate address is determined (C4). If it is determined that there is a duplicate address, a hardware overwrite notification indicating that the register 11 is overwritten is sent to the requesting control unit (C5). If it is determined that there is no duplicate address, the temporary registration is changed to formal registration (C6), and the writing process to the register 11 is performed.

又ステップ(C5)に於けるハードウェア上書き通知を受信した制御部は、自己リカバリ要否を判定し、不要の判定の場合は、処理を終了する。又必要の判定の場合は、再設定要求発行(C8)とし、強制レジスタ設定要求を行う。それにより、他の制御部によるレジスタ11への設定を回避し、レジスタ11に設定されている設定データの妥当性を確保することができる。なお、ハードウェア上書き通知により自己リカバリ不要と判定して、設定データ処理部1に対して何も通知しない場合、設定データ処理部1は、仮登録内容を削除して上書きを回避する。従って、誤った設定データによるレジスタ11の保持内容を変更することがなく、設定データの妥当性を維持して、通信制御システムの安定な動作を継続させることができる。   In addition, the control unit that has received the hardware overwrite notification in step (C5) determines whether self-recovery is necessary, and ends the process if it is not necessary. If the determination is necessary, a reset request issuance (C8) is made and a forced register setting request is made. Thereby, setting to the register 11 by other control units can be avoided, and the validity of the setting data set in the register 11 can be ensured. When it is determined that self-recovery is not required by the hardware overwrite notification and nothing is notified to the setting data processing unit 1, the setting data processing unit 1 deletes the provisional registration contents to avoid overwriting. Therefore, it is possible to continue the stable operation of the communication control system while maintaining the validity of the setting data without changing the contents held in the register 11 by erroneous setting data.

本発明は、前述の各実施例のみに限定されるものではなく、複数の設定データ処理部等の下位装置を設けて、複数の制御部等の上位装置からそれぞれ下位装置のレジスタに対する設定データの書込みを行うシステムや、各種のデータを処理するシステムにも適用することが可能である。   The present invention is not limited to each of the above-described embodiments. A plurality of lower-level devices such as setting data processing units are provided, and setting data for the registers of the lower-level devices can be transferred from higher-level devices such as a plurality of control units. The present invention can also be applied to a system that performs writing and a system that processes various types of data.

(付記1)複数の上位装置から下位装置のデータ処理の為の設定データをレジスタに設定するデータ処理装置に於いて、前記下位装置は、前記レジスタに書き込んだ設定データとアドレスとを対応つけて保持する設定アドレスリストと、前記上位装置からの設定要求の受信メッセージと該上位装置を示す識別子とを対応つけて保持する受信メッセージリストとを含むデータベースと、前記レジスタに書き込んで保持した設定データと前記設定アドレスリストに保持した設定データとを照合し、照合結果を診断要求元へ通知する照合手段とを備えたことを特徴とするデータ処理システム。
(付記2)前記上位装置は、前記照合手段からの不整合通知に従って自己リカバリの要否を判定し、自己リカバリを必要とする判定により、前記設定データの再設定要求の送出処理を行う自己リカバリ要否判定手段を備えたことを特徴とする付記1記載のデータ処理システム。
(Supplementary note 1) In a data processing apparatus that sets setting data for data processing of a lower apparatus from a plurality of upper apparatuses in a register, the lower apparatus associates the setting data written in the register with an address. A database including a setting address list to be held, a received message of a setting request from the higher-level device and a received message list to hold an identifier indicating the higher-level device, and setting data written and held in the register; A data processing system comprising: collation means for collating the setting data held in the setting address list and notifying a diagnosis request source of the collation result.
(Supplementary Note 2) The host device determines whether self-recovery is necessary according to the inconsistency notification from the collation means, and performs self-recovery processing for sending the setting data reset request according to the determination that self-recovery is required The data processing system according to appendix 1, further comprising necessity determination means.

(付記3)前記上位装置は、前記下位装置の前記レジスタに設定データの書き込みを行ったコマンドメッセージを保持するデータベースを備え、前記下位装置は、前記上位装置のデータベースに保持した前記コマンドメッセージを含む試験コマンドを受信して、試験コマンド用受信メッセージリストとして保持し、該試験コマンド用受信メッセージリストと前記受信メッセージリストとを比較して、比較結果を前記試験コマンド送出上位装置に通知する手段を備えたことを特徴とする付記1記載のデータ処理システム。(2、図5)
(付記4)前記下位装置は、前記上位装置からのレジスタ設定要求メッセージを前記受信メッセージリストに仮登録して、該レジスタ設定要求メッセージに従った前記レジスタに設定データを書き込むアドレスと前記設定アドレスリストに保持している前記レジスタのアドレスとの重複の有無を判定する手段と、該手段によりアドレスの重複有りの判定により、前記レジスタ設定要求メッセージ送出の前記上位装置に上書き発生を通知する手段とを備えたことを特徴とする付記1記載のデータ処理システム。
(付記5)前記上位装置は、前記下位装置からの上書き通知により、前記レジスタに対する設定データの強制設定要求を送出するか否かを判定する自己リカバリ要否判定手段を備えたことを特徴とする付記4記載のデータ処理システム。
(Supplementary Note 3) The host device includes a database that holds a command message in which setting data is written to the register of the lower device, and the lower device includes the command message held in the database of the host device. Means for receiving a test command, holding it as a received message list for a test command, comparing the received message list for test command with the received message list, and notifying the test command sending host device of the comparison result The data processing system according to appendix 1, wherein (2, Fig. 5)
(Supplementary Note 4) The lower device temporarily registers the register setting request message from the upper device in the received message list, and writes the setting data to the register according to the register setting request message and the setting address list Means for determining whether or not there is an overlap with the address of the register held in the memory, and means for notifying the host device of the register setting request message transmission of the occurrence of overwriting by determining whether there is an address overlap by the means. The data processing system according to appendix 1, wherein the data processing system is provided.
(Supplementary Note 5) The host device includes self-recovery necessity determination means for determining whether to send a setting data forced setting request to the register in response to an overwrite notification from the lower device. The data processing system according to appendix 4.

(付記6)複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、前記下位装置は、試験コマンドによる前記レジスタに保持した設定データの診断要求により、前記データベースの前記設定アドレスリストに保持した設定データと前記レジスタに保持した設定データとを照合し、照合結果を診断要求元へ通知する過程を含むことを特徴とする診断方法。
(付記7)前記上位装置は、下位装置の前記レジスタに保持した設定データと前記受信メッセージリストに保持した設定データとを照合し、照合不一致の時の不整合通知により自己リカバリの要否を判定し、自己リカバリを必要とする判定の時に、前記設定データの再設定要求の送出処理を行う過程を含むことを特徴とする付記6記載の診断方法。
(Supplementary note 6) In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register, a register for holding the setting data of the lower apparatus; A setting address list that holds the register address and the setting data in association with each other, and a database that includes a reception message list that holds a command from the host device for writing the setting data in the register as a reception message. The subordinate device collates the setting data held in the setting address list of the database with the setting data held in the register in response to a diagnosis request for the setting data held in the register by a test command, and diagnoses the collation result A diagnostic method comprising a process of notifying a request source.
(Supplementary note 7) The upper device collates the setting data held in the register of the lower device with the setting data held in the received message list, and determines whether self-recovery is necessary or not by a mismatch notification when there is a mismatch The diagnostic method according to appendix 6, further comprising a process of performing transmission processing of the setting data resetting request when determining that self-recovery is required.

(付記8)複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを、該上位装置を示す識別子と共に受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、前記上位装置からの診断要求の試験コマンド用メッセージによる試験コマンド用メッセージリストを形成し、該試験コマンド用メッセージリストと前記受信メッセージリストとを照合し、照合結果を前記上位装置を示す識別子に対応する上位装置へ通知する過程を含むことを特徴とする診断方法。
(付記9)前記下位装置は、前記上位装置からのレジスタ設定要求メッセージを前記受信メッセージリストに仮登録して、該レジスタ設定要求メッセージに従った前記レジスタに設定データを書き込むアドレスと前記設定アドレスリストに保持している前記レジスタのアドレスとの重複の有無を判定する手段と、該手段によりアドレスの重複有りの判定により、前記レジスタ設定要求メッセージ送出の前記上位装置に上書き発生を通知する手段とを備えたことを特徴とする付記8記載の診断方法。
(Supplementary Note 8) In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register, a register for holding the setting data of the lower apparatus; A setting address list that holds the address of the register and the setting data in association with each other and a command from the host device for writing the setting data in the register, together with an identifier indicating the host device, is received as a received message A database including a message list, forming a test command message list based on a test command message for a diagnosis request from the host device, collating the test command message list with the received message list, and The process of notifying the host device corresponding to the identifier indicating the host device Diagnostic method which comprises.
(Supplementary Note 9) The lower device temporarily registers a register setting request message from the upper device in the received message list, and writes the setting data to the register according to the register setting request message and the setting address list Means for determining whether or not there is an overlap with the address of the register held in the memory, and means for notifying the host device of the register setting request message transmission of the occurrence of overwriting by determining whether there is an address overlap by the means. The diagnostic method according to appendix 8, which is provided.

(付記10)複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、前記上位装置からのレジスタ設定要求の受信メッセージを前記受信メッセージリストに仮登録し、該受信メッセージによる設定データを書き込む前記レジスタのアドレスと、前記設定アドレスリストに存在するアドレスとを照合し、重複したアドレスが存在しない時に、該受信メッセージを前記受信メッセージリストに正式登録し、該受信メッセージによる設定データを前記レジスタに書き込み、且つ該レジスタのアドレスと前記設定データとを前記設定アドレスリストに保持し、重複したアドレスが存在する場合、前記設定要求の送出上位装置に上書きが発生することを通知する過程を含むことを特徴とする診断方法。
(付記11)前記上位装置は、前記下位装置からの上書き通知により、前記レジスタに対する設定データの強制設定要求を送出するか否かを自己リカバリ要否判定手段により判定し、自己リカバリを必要とする判定により、強制レジスタ設定要求を前記下位装置に送出する過程を含むことを特徴とする付記10記載の診断方法。
(Supplementary Note 10) In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register, a register for holding the setting data of the lower apparatus; A setting address list that holds the register address and the setting data in association with each other, and a database that includes a reception message list that holds a command from the host device for writing the setting data in the register as a reception message. The register setting request received message from the host device is temporarily registered in the received message list, and the address of the register to which the setting data by the received message is written and the address existing in the set address list are collated and duplicated. When the received message does not exist, If it is formally registered in the received message list, the setting data by the received message is written to the register, and the address of the register and the setting data are held in the setting address list, and there are duplicate addresses, the setting request A diagnostic method characterized by including a process of notifying that an overwriting occurs to a higher-order sending device.
(Supplementary Note 11) The upper apparatus determines whether or not to send a setting data forced setting request to the register by the overwriting notification from the lower apparatus, and requires self-recovery. 11. The diagnostic method according to claim 10, further comprising a step of sending a forced register setting request to the lower order device by the determination.

本発明の実施例1の説明図である。It is explanatory drawing of Example 1 of this invention. 本発明の実施例1の要部説明図である。It is principal part explanatory drawing of Example 1 of this invention. 本発明の実施例1の診断機能の説明図である。It is explanatory drawing of the diagnostic function of Example 1 of this invention. 本発明の実施例1の診断処理のフローチャートである。It is a flowchart of the diagnostic process of Example 1 of this invention. 本発明の実施例2の診断機能の説明図である。It is explanatory drawing of the diagnostic function of Example 2 of this invention. 本発明の実施例2の診断処理のフローチャートである。It is a flowchart of the diagnostic process of Example 2 of this invention. 本発明の実施例3の診断機能の説明図である。It is explanatory drawing of the diagnostic function of Example 3 of this invention. 本発明の実施例3の診断処理のフローチャートである。It is a flowchart of the diagnostic process of Example 3 of this invention.

符号の説明Explanation of symbols

1 設定データ処理部
2−1 制御部#1(通信機能部)
2−2 制御部#2(OC192制御部)
2−3 制御部#3(10GbE制御部)
11 レジスタ
12 ハードウェアアクセス部
13 データベース
14 設定アドレスリスト
15 受信メッセージリスト
16 テーブル
21−1〜21−3 パッケージインタフェース部
22−1 通信制御部
22−2 CO192制御部
22−3 10GbE制御部
23−1 通信制御データベース
23−2 OC192属性データベース
23−3 10GbE属性データベース
1 Setting Data Processing Unit 2-1 Control Unit # 1 (Communication Function Unit)
2-2 Control unit # 2 (OC192 control unit)
2-3 Control unit # 3 (10 GbE control unit)
DESCRIPTION OF SYMBOLS 11 Register 12 Hardware access part 13 Database 14 Set address list 15 Reception message list 16 Table 21-1 to 21-3 Package interface part 22-1 Communication control part 22-2 CO192 control part 22-3 10GbE control part 23-1 Communication control database 23-2 OC192 attribute database 23-3 10GbE attribute database

Claims (5)

複数の上位装置から下位装置のデータ処理の為の設定データをレジスタに設定するデータ処理装置に於いて、
前記下位装置は、前記レジスタに書き込んだ設定データとアドレスとを対応つけて保持する設定アドレスリストと、前記上位装置からの設定要求の受信メッセージと該上位装置を示す識別子とを対応つけて保持する受信メッセージリストとを含むデータベースと、前記レジスタに書き込んで保持した設定データと前記設定アドレスリストに保持した設定データとを照合し、照合結果を診断要求元へ通知する照合手段とを備えた
ことを特徴とするデータ処理システム。
In a data processing device that sets setting data for data processing of a lower device from a plurality of upper devices in a register,
The lower device associates and holds a setting address list that stores the setting data and address written in the register in association with each other, a setting request received message from the upper device, and an identifier indicating the upper device. A database including a received message list, and setting means for checking the setting data written and held in the register with the setting data held in the setting address list and notifying a diagnosis request source of a matching result. A featured data processing system.
前記上位装置は、前記下位装置の前記レジスタに設定データの書き込みを行ったコマンドメッセージを保持するデータベースを備え、前記下位装置は、前記上位装置のデータベースに保持した前記コマンドメッセージを含む試験コマンドを受信して、試験コマンド用受信メッセージリストとして該下位装置に保持し、該試験コマンド用受信メッセージリストと前記受信メッセージリストとを比較して、比較結果を前記試験コマンド送出上位装置に通知する手段を備えたことを特徴とする請求項1記載のデータ処理システム。   The host device includes a database that holds a command message in which setting data is written in the register of the lower device, and the lower device receives a test command including the command message held in the database of the host device. And storing the test command received message list in the lower device, comparing the test command received message list with the received message list, and notifying the test command sending host device of the comparison result. The data processing system according to claim 1, wherein: 複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、
前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、
前記下位装置は、試験コマンドによる前記レジスタに保持した設定データの診断要求により、前記データベースの前記設定アドレスリストに保持した設定データと前記レジスタに保持した設定データとを照合し、照合結果を診断要求元へ通知する過程を含む
ことを特徴とする診断方法。
In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register,
A register that holds the setting data of the lower-level device, a setting address list that holds the register address and the setting data in association with each other, and a command from the higher-level device for writing the setting data to the register A database containing a list of received messages to be held as messages,
The lower-level device collates the setting data held in the setting address list of the database with the setting data held in the register in response to a diagnosis request for the setting data held in the register by a test command, and requests a diagnosis result of the comparison result A diagnostic method characterized by including a process of notifying the user.
複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、
前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを、該上位装置を示す識別子と共に受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、
前記上位装置からの診断要求の試験コマンド用メッセージによる試験コマンド用メッセージリストを形成し、該試験コマンド用メッセージリストと前記受信メッセージリストとを照合し、照合結果を、前記上位装置を示す識別子に対応する上位装置へ通知する過程を含む
ことを特徴とする診断方法。
In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register,
A register that holds the setting data of the lower-level device, a setting address list that holds the register address and the setting data in association with each other, and a command from the higher-level device for writing the setting data to the register, A database including a received message list held as a received message together with an identifier indicating the higher-level device,
A test command message list is formed by a test command message of a diagnosis request from the host device, the test command message list and the received message list are collated, and the collation result corresponds to an identifier indicating the host device A diagnostic method characterized by including a process of notifying a higher-level device that performs the process.
複数の上位装置から下位装置のデータ処理の為の設定データを転送してレジスタに設定するデータ処理装置の診断方法に於いて、
前記下位装置の前記設定データを保持するレジスタと、該レジスタのアドレスと前記設定データとを対応つけて保持する設定アドレスリスト及び前記レジスタに前記設定データを書き込む為の前記上位装置からのコマンドを受信メッセージとして保持する受信メッセージリストを含むデータベースとを備え、
前記上位装置からのレジスタ設定要求の受信メッセージを前記受信メッセージリストに仮登録し、該受信メッセージによる設定データを書き込む前記レジスタのアドレスと、前記設定アドレスリストに存在するアドレスとを照合し、重複したアドレスが存在しない時に、該受信メッセージを前記受信メッセージリストに正式登録し、該受信メッセージによる設定データを前記レジスタに書き込み、且つ該レジスタのアドレスと前記設定データとを前記設定アドレスリストに保持し、重複したアドレスが存在する場合、前記設定要求の送出上位装置に上書きが発生することを通知する過程を含む
ことを特徴とする診断方法。
In a data processing apparatus diagnosis method for transferring setting data for data processing of a lower apparatus from a plurality of upper apparatuses and setting the data in a register,
A register that holds the setting data of the lower-level device, a setting address list that holds the register address and the setting data in association with each other, and a command from the higher-level device for writing the setting data to the register A database containing a list of received messages to be held as messages,
Temporarily register the received message of the register setting request from the host device in the received message list, collate the address of the register to which the setting data by the received message is written, and the address existing in the set address list When the address does not exist, formally register the received message in the received message list, write the setting data by the received message to the register, and hold the address of the register and the setting data in the setting address list, A diagnostic method comprising a step of notifying the host device that has sent the setting request that an overwriting occurs when duplicate addresses exist.
JP2007030497A 2007-02-09 2007-02-09 Data processing system and diagnostic method Expired - Fee Related JP4864755B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007030497A JP4864755B2 (en) 2007-02-09 2007-02-09 Data processing system and diagnostic method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007030497A JP4864755B2 (en) 2007-02-09 2007-02-09 Data processing system and diagnostic method

Publications (2)

Publication Number Publication Date
JP2008199178A JP2008199178A (en) 2008-08-28
JP4864755B2 true JP4864755B2 (en) 2012-02-01

Family

ID=39757753

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007030497A Expired - Fee Related JP4864755B2 (en) 2007-02-09 2007-02-09 Data processing system and diagnostic method

Country Status (1)

Country Link
JP (1) JP4864755B2 (en)

Also Published As

Publication number Publication date
JP2008199178A (en) 2008-08-28

Similar Documents

Publication Publication Date Title
US7747897B2 (en) Method and apparatus for lockstep processing on a fixed-latency interconnect
US20050091383A1 (en) Efficient zero copy transfer of messages between nodes in a data processing system
CN110580235B (en) SAS expander communication method and device
DE102019129275A1 (en) Method, circuit and integrated circuit for transferring data and a data test field
JPH086910A (en) Cluster type computer system
JPH04364562A (en) Method of ensuring data stored in primary database and secondary database in process control system
JP4864755B2 (en) Data processing system and diagnostic method
JP5836229B2 (en) Stream processing device, server, and stream processing method
JP2012235335A (en) Method and device for detecting incorrect connection between devices
US6125407A (en) System for flushing high-speed serial link buffers by ignoring received data and using specially formatted requests and responses to identify potential failure
JP2019020864A (en) Arithmetic unit
JP4655733B2 (en) Receiving method and apparatus in ring-type duplex network
EP3404547B1 (en) Method for supervising and initializing ports
US8392621B2 (en) Managing dataflow in a temporary memory
JP2016146605A (en) On-vehicle communication device
JP2001007893A (en) Information processing system and fault processing system used for it
CN112346922B (en) Server device and communication protocol method thereof
JP6813637B1 (en) Transmission device and transmission method
US20220050139A1 (en) System, apparatus and method for communicating debug messages on a sideband of a serial link according to a debug type messaging protocol
JP2000165424A (en) Loop type data transmitting device
JPH0435251A (en) Fault monitor system for ring network
JPH10124338A (en) Parallel processor
CN114281748A (en) Safety database, safety data processing system and method
JPS6327741B2 (en)
CN115048453A (en) Data synchronization method, device, equipment and storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091016

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20110915

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111027

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111109

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20141118

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees