JP4051644B2 - Relay processing unit control method in network connection device - Google Patents

Relay processing unit control method in network connection device Download PDF

Info

Publication number
JP4051644B2
JP4051644B2 JP37092098A JP37092098A JP4051644B2 JP 4051644 B2 JP4051644 B2 JP 4051644B2 JP 37092098 A JP37092098 A JP 37092098A JP 37092098 A JP37092098 A JP 37092098A JP 4051644 B2 JP4051644 B2 JP 4051644B2
Authority
JP
Japan
Prior art keywords
relay processing
unit
processing unit
control
network connection
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
JP37092098A
Other languages
Japanese (ja)
Other versions
JP2000196653A (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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP37092098A priority Critical patent/JP4051644B2/en
Publication of JP2000196653A publication Critical patent/JP2000196653A/en
Application granted granted Critical
Publication of JP4051644B2 publication Critical patent/JP4051644B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Small-Scale Networks (AREA)
  • Multi Processors (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワーク間接続装置に係り、特に、ネットワーク間接続装置における中継処理部(Routing Processor;単にRPと記す)の制御方法に関する。
【0002】
【従来の技術】
従来、複数のネットワーク間を相互に接続するために、それぞれが1つ以上の通信ポートに接続されルーティングを行う複数のRPと、該複数のRPを制御を行うプロセッサからなるネットワーク間接続装置が提案されている。しかしながら、従来のネットワーク間接続装置におけるRP制御方法は、装置に搭載されている複数のRPの制御を単一のRP制御プログラムで行っているので、RPの数が多くなると各RPの待ち時間が長くなり装置全体の処理時間が増大してしまう。
【0003】
次に、その理由を図面を用いて具体的に説明する。図2は、従来のRP制御方法を実現するネットワーク間接続装置の構成を示したものである。同図における太線の部分はハードウェア構成を表し、その他の部分はソフトウェアの構成を表しており、200はネットワーク間接続装置、201は装置管理部、202はRP制御プログラム、210〜212はそれぞれRP(0)〜RP(2)を示している。ここで、RP制御プログラム202は、装置管理部201の一部として実行され、RP(0)210〜RP(2)212の全てを制御している。この場合、RP制御プログラム202は、各RPに対する処理を同時に行うことはできず、各RPに対する処理を1つずつ順番に時系列的に実行していく必要がある。
【0004】
図3は、従来のRP管理方法による装置起動時のRP初期化・起動処理を説明するためのフローチャートであり、ステップ301でiを初期値“0”にし、ステップ302でiがRP搭載数より大きいか否かを判定し、RP搭載数以下であれば初期化・起動処理を行うステップ303、iに1加算するステップ304を行う。ステップ302〜304によって搭載されている全てのRPに対して初期化および起動処理が行われる。1つのRPにおいてステップ303のRP初期化・起動処理が実行されている間は、他のRPの初期化・起動処理は行われず前記1つのRPで行われている初期化・起動処理の完了を待たなければならない。
【0005】
図4は、図3に示したRP初期化・起動処理の流れと時間との関係を示す図であり、参照符号410,411,412はそれぞれRP(0),RP(1),RP(2)で初期化・起動処理が実行されている時間を示している。これからわかるように、RP(2)における初期化・起動処理412の実行開始は、〔RP(0)の初期化・起動処理410〕+〔RP(1)の初期化・起動処理411〕の合計時間である参照符号422で示す間だけ待たなければならない。
そして、最終的に全てのRPの初期化・起動処理が完了するには、参照符号400で示した処理時間が必要となる。以上、RPの初期化・起動処理について説明したが、この事情は初期化・起動処理に限らず全ての処理に対して言えることであり、1RPに対する処理の実行に要する時間が増大すればするほど、他のRPが処理を待つ時間は長くなる。その結果、装置全体としての処理時間も増大することになる。
【0006】
また、従来のRP制御方法では、RP制御プログラム202をバージョンアップする場合、装置管理部201ごと書き換える必要があるため、バージョンアップの都度、装置を再起動して図3、図4の処理を行わなければならず、保守性がよくない。なお、従来技術については、例えば、特開平5−199230号公報を参照されたい。
【0007】
【発明が解決しようとする課題】
単一のRP制御プログラムで全てのRPを制御する従来のRP制御方法は、各RPに対する処理を並列的に実行させることができないため、1RPに対する処理時間が増大すればするほど他のRPの処理待ち時間が増大し、結果として装置全体の処理時間も増大するという問題点がある。
また、RP制御プログラムが装置管理のプログラムの一部となっているため、書き換え時には、装置全体の再起動が必要となり、保守性が悪いという問題点がある。
【0008】
本発明の目的は、上記問題点を解消し、従来時系列で実行していた対RP処理を並列に実行させることにより、各RPの処理待ち時間を短縮し、結果的に装置全体の処理時間の短縮することが可能なネットワーク間接続装置における中継処理部制御方法を提供すること、また、RP上のRP制御部プログラムのバージョンアップ時に、当該RPの停止および再起動のみで対応可能とし、保守性を向上させることが可能なネットワーク間接続装置における中継処理部制御方法を提供することである。
【0009】
【課題を解決するための手段】
上記目的を達成するために、本発明のネットワーク間接続装置における中継処理部制御方法は、(1)各中継処理部に対して制御指示を行うRP管理個別部と、各中継処理部上で動作し当該中継処理部の制御を行うRP制御部の2階層の制御プログラムにより前記中継処理部を制御し、前記RP管理個別部は1つ中継処理部に対して1つ生成され、各RP管理個別部はそれぞれに対応するRP制御部に対して自律的に制御指示を行い、前記各RP制御部は対応するRP管理個別部からの制御指示により自律的に中継処理部の制御を行うこと、また、(2)前記ネットワーク間接続装置で指定されている中継処理部最大搭載可能数と同数のRP管理個別部を該ネットワーク間接続装置起動時に予め生成するか、あるいは、該ネットワーク間接続装置に搭載されている中継処理部の数に応じてRP管理個別部の生成数を動的に変化(搭載されているRPの数に応じてRP管理部の生成および削除を動的に制御)させること、さらに、(3)前記RP制御部プログラムは、中継処理部上の格納領域に予め圧縮された形で格納され、RP管理個別部からの指示によって中継処理部の一時メモリ上に展開され起動され、中継処理部上の格納領域にRP制御部プログラムが存在しない場合に該RP制御部プログラムを自動的に取り込み、あるいは、前記格納領域障害時に、中継処理部の一時メモリ上にRP制御部プログラムを直接書き込んで実行させることを特徴としている。
【0010】
【発明の実施の形態】
図1は、本発明におけるRP制御方法を実現するネットワーク間接続装置100の構成を示したものである。同図における太線の部分はハードウェア構成を表しており、その他の部分はソフトウェアの構成を表している。RP管理部は、RP管理共通部102とRP管理個別部110〜112から成っており、RP管理共通部102は装置管理部101の一部となっている。RP管理個別部110〜112はそれぞれRP(0)120〜RP(2)122を管理している。
【0011】
RP(0)120〜RP(2)122は、それぞれRP制御部プログラム格納領域130〜132を有しており、このRP制御部プログラム格納領域130〜132にRP制御部プログラム150〜152を圧縮された形式で格納している。RP(0)120〜RP(2)122の起動時には、RP制御部プログラム格納領域130〜132からRP制御部プログラム150〜152を一時メモリ140〜142上に展開し、RP制御部160〜162として実行させる。
【0012】
図5は、RP管理共通部102におけるRP管理個別部の生成処理の一例を示すフローチャートである。RP管理共通部102は、ステップ501でi=1に初期化する。次のステップ502で、iがRPが搭載可能な数より大か否かを判定し、搭載可能な数より大でなければ(ステップ502:N)、RP管理個別部(i)を生成し(ステップ503)、iに1加算した後に再びステップ502に戻る。生成されたRP管理個別部は、他とは独立・並列的にそれぞれ対応するRPの初期化・起動処理を実行することができる。
iがRPが搭載可能な数より大であれば(ステップ502:Y)、既に全ての搭載可能なRP管理個別部を生成したことを意味するので、処理を終了する(ステップ505)。
【0013】
図6は、図5のRP管理個別部生成処理とRP初期化・起動処理の流れと時間の関係を示したものであり、601が、RP管理共通部102が各RP管理個別部を生成している時間を示しており、610〜612が各RPの初期化・起動処理を実行している時間を示している。各RP管理個別部の初期化・起動処理610〜612の処理開始時間の差は、RP管理共通部による各RP管理個別部生成処理が完了した時間の差のみであるため微小であり、各RP管理個別部の初期化・起動処理610〜612は、ほとんどの時間帯で同時並列的に実行されている。このように、従来の方法では時系列に実行していたRP初期化・起動処理を、本実施例では同時並列的に実行することができ、その結果、装置全体の処理時間の短縮化が可能になる。
【0014】
図5は、RP管理共通部102が、RPの搭載可能な最大数だけRP管理個別部を生成するようにした場合のフローチャートであるが、必ずしもて例であるが、図7は、RP管理共通部102が、RPの搭載可能な最大数のRP管理個別部を生成せず、RPの搭載状態に応じて動的にRP管理個別部の数を増減する、すなわち、RPを新たに搭載した場合にRP管理個別部を1個生成し、RPを除去した場合にRP管理個別部を1個削除するようにしたフローチャートである。
【0015】
具体的には、ステップ701でRPの搭載状態に変化が無いか否かを判定し、RPの搭載状態に変化があれば(ステップ701:N)、次にステップ702で、その変化が新規にRPを搭載したことによる変化か否かを判定し、新規に搭載したのであれば(ステップ702:Y)、RP管理個別部を一個生成(ステップ704)して処理を終了する。新規に搭載したのでなければ(ステップ702:N)、RPを除去した場合であるからRP管理個別部を一個削除(ステップ703)して処理を終了する。
【0016】
図8は、RP上のRP制御部プログラムの自動書き込み機能の一例を示すフローチャートである。
本機能は、RP初期化・起動処理実行前に行われる。まず、RP上のRP制御部プログラム格納領域にRP制御部プログラムが存在するか否かをチェックし(ステップ801)、RP制御部プログラムがなかった場合は(ステップ801:N)、RP管理個別部は、該RP制御部プログラム格納領域にRP制御部プログラムの書き込みを自動的に行う(ステップ802)。RP制御部プログラムがあった場合は(ステップ801:Y)、RP制御部を起動し、RP初期化・起動処理を実行する(ステップ803)。
【0017】
図9は、RP上のRP制御部プログラム格納領域障害時のRP一時メモリからのRP制御部起動機能の一例を示すフローチャートである。
本機能は、RP初期化・起動処理実行前に行われる。まず、RP制御部プログラム格納領域の障害チェックを行って該領域が正常か否かを判定する(ステップ901)。判定の結果が正常の場合は(ステップ901:Y)、RP制御部プログラムを該格納領域から一時メモリ上に展開した後(ステップ903)、RP制御部を起動してRP初期化・起動処理を行う(ステップ904)。
一方、ステップ901の判定の結果が不正の場合は(ステップ901:N)、RP管理個別部はRPの一時メモリ上に直接RP制御部プログラムを書き込んだ後(ステップ902)、正常時と同様に、RP制御部を起動してRP初期化・起動処理を行う(ステップ904)。
【0018】
以上述べた実施例によれば、RPに対応してRP管理個別部を生成することによって、RPの処理を同時並列的に実行させることができ、各RPの処理待ち時間の短縮を実現し、最終的には装置全体の処理時間の短縮を実現することが可能である。また、RP制御部プログラムの書き換え時における装置の再起動も不要となり、保守性の向上の実現が可能である。さらに、搭載しているRPの数だけRP管理個別部を生成するともに、搭載しているRPの数に変化が生じた場合にはその変化に伴ってRP管理個別部の生成/削除とRPの初期化・起動を自動的に行うことができる。
【0019】
【発明の効果】
本発明によれば、各RPの処理待ち時間を短縮し、結果的に装置全体の処理時間の短縮することができる。また、RP上のRP制御部プログラムのバージョンアップ時に、当該RPの停止および再起動のみで対応することができるため、保守性を大幅に向上することが可能になる。
【図面の簡単な説明】
【図1】本発明のRP制御方法を実現するネットワーク間接続装置の構成図である。
【図2】従来のRP制御方法を実現するネットワーク間接続装置の構成図である。
【図3】従来のRP制御方法によるRP初期化・起動処理のフローチャートである。
【図4】従来のRP制御方法によるRP初期化・起動処理の流れと時間との関係を説明するための図である。
【図5】本発明のRP制御方法によるRP初期化・起動処理のフローチャートである。
【図6】本発明のRP制御方法によるRP初期化・起動処理の流れと時間との関係を説明するための図である。
【図7】本発明のRP制御方法によるRP初期化・起動処理のフローチャートである。
【図8】RP制御部プログラム自動書き込み処理のフローチャートである。
【図9】RP制御部プログラム格納領域障害時のRP初期化・起動処理のフローチャートである。
【符号の説明】
100,200:ネットワーク間接続装置
101、201:装置管理部
102:RP管理共通部
110〜112:RP管理個別部
120〜122,210〜212:中継処理装置(RP(0)〜RP(2))
130〜132:RP制御部プログラム格納領域
140〜142:一時メモリ
150〜152:RP制御部プログラム
160〜162:RP制御部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an inter-network connection device, and more particularly, to a control method for a relay processing unit (Routing Processor; simply referred to as RP) in an inter-network connection device.
[0002]
[Prior art]
Conventionally, in order to connect a plurality of networks to each other, an inter-network connection device composed of a plurality of RPs each connected to one or more communication ports for routing and a processor for controlling the plurality of RPs has been proposed. Has been. However, since the conventional RP control method in the network connection apparatus controls a plurality of RPs installed in the apparatus with a single RP control program, the waiting time of each RP increases as the number of RPs increases. This increases the processing time of the entire apparatus.
[0003]
Next, the reason will be specifically described with reference to the drawings. FIG. 2 shows a configuration of an inter-network connection device that realizes a conventional RP control method. In the figure, the bold line portion represents the hardware configuration, the other portion represents the software configuration, 200 is an inter-network connection device, 201 is a device management unit, 202 is an RP control program, and 210 to 212 are RP (0) to RP (2) are shown. Here, the RP control program 202 is executed as a part of the device management unit 201 and controls all of the RP (0) 210 to RP (2) 212. In this case, the RP control program 202 cannot perform the process for each RP at the same time, and needs to execute the processes for each RP one by one in time series.
[0004]
FIG. 3 is a flowchart for explaining the RP initialization / activation process at the time of device activation according to the conventional RP management method. In step 301, i is set to an initial value “0”, and in step 302, i is determined from the number of RPs installed. It is determined whether or not the number is larger. If the number is less than or equal to the number of mounted RPs, step 303 for performing initialization / activation processing and step 304 for adding 1 to i are performed. Initialization and activation processing are performed for all RPs mounted in steps 302 to 304. While one RP is executing the RP initialization / activation process of step 303, the initialization / activation process of the other RP is not performed and the initialization / activation process performed by the one RP is completed. have to wait.
[0005]
FIG. 4 is a diagram showing the relationship between the flow of the RP initialization / activation process shown in FIG. 3 and time. Reference numerals 410, 411, and 412 denote RP (0), RP (1), and RP (2), respectively. ) Shows the time during which the initialization / start-up process is executed. As can be seen, the execution start of the initialization / startup process 412 in RP (2) is the sum of [RP (0) initialization / startup process 410] + [RP (1) initialization / startup process 411]. We have to wait only for the time indicated by reference numeral 422, which is time.
Then, in order to finally complete the initialization / activation process of all RPs, the processing time indicated by reference numeral 400 is required. The RP initialization / start-up process has been described above. However, this situation can be applied to all processes, not just the initialization / start-up process, and the more time required to execute the process for one RP increases. Other RPs wait longer for processing. As a result, the processing time of the entire apparatus also increases.
[0006]
Further, in the conventional RP control method, when the RP control program 202 is upgraded, it is necessary to rewrite the entire device management unit 201. Therefore, each time the version is upgraded, the device is restarted and the processes of FIGS. 3 and 4 are performed. Must be maintainable. For the prior art, see, for example, JP-A-5-199230.
[0007]
[Problems to be solved by the invention]
Since the conventional RP control method for controlling all RPs with a single RP control program cannot execute processing for each RP in parallel, the processing time for one RP increases as the processing time for one RP increases. There is a problem that the waiting time increases, and as a result, the processing time of the entire apparatus also increases.
Further, since the RP control program is a part of the device management program, there is a problem that the entire device needs to be restarted at the time of rewriting, resulting in poor maintainability.
[0008]
An object of the present invention is to solve the above-mentioned problems and reduce the processing waiting time of each RP by executing the anti-RP processing that has been executed in time series in parallel, resulting in the processing time of the entire apparatus as a result. To provide a relay processing unit control method in an inter-network connection device capable of shortening the network, and when the version of the RP control unit program on the RP is upgraded, it can be handled only by stopping and restarting the RP. It is to provide a relay processing unit control method in an inter-network connection device that can improve performance.
[0009]
[Means for Solving the Problems]
In order to achieve the above object, a relay processing unit control method in an inter-network connection device according to the present invention includes (1) an RP management individual unit that gives a control instruction to each relay processing unit, and operates on each relay processing unit The relay processing unit is controlled by a two-level control program of the RP control unit that controls the relay processing unit, and one RP management individual unit is generated for each relay processing unit, and each RP management individual Each autonomously gives a control instruction to the corresponding RP control part, and each RP control part autonomously controls the relay processing part according to a control instruction from the corresponding RP management individual part, (2) The number of RP management individual units equal to the maximum mountable number of relay processing units specified in the inter-network connection device is generated in advance when the inter-network connection device is started, or the inter-network connection The number of RP management individual units generated dynamically changes according to the number of relay processing units installed in the device (the generation and deletion of RP management units are dynamically controlled according to the number of installed RPs) (3) The RP control unit program is stored in a pre-compressed form in a storage area on the relay processing unit, and is expanded on a temporary memory of the relay processing unit according to an instruction from the RP management individual unit. When the RP control unit program is activated and does not exist in the storage area on the relay processing unit, the RP control unit program is automatically taken in, or the RP control unit is stored in the temporary memory of the relay processing unit when the storage area fails It is characterized by directly writing and executing a program.
[0010]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 shows a configuration of an inter-network connection apparatus 100 that realizes an RP control method according to the present invention. In the figure, the bold line portion represents the hardware configuration, and the other portions represent the software configuration. The RP management unit includes an RP management common unit 102 and RP management individual units 110 to 112, and the RP management common unit 102 is a part of the device management unit 101. The RP management individual units 110 to 112 manage RP (0) 120 to RP (2) 122, respectively.
[0011]
The RP (0) 120 to RP (2) 122 have RP control unit program storage areas 130 to 132, respectively. The RP control unit programs 150 to 152 are compressed in the RP control unit program storage areas 130 to 132. Are stored in the same format. When the RP (0) 120 to RP (2) 122 are activated, the RP control unit programs 150 to 152 are expanded on the temporary memories 140 to 142 from the RP control unit program storage areas 130 to 132, and are used as the RP control units 160 to 162. Let it run.
[0012]
FIG. 5 is a flowchart illustrating an example of generation processing of the RP management individual unit in the RP management common unit 102. The RP management common unit 102 initializes i = 1 in step 501. In the next step 502, it is determined whether or not i is larger than the number of mountable RPs. If it is not larger than the number of mountable RPs (step 502: N), an RP management individual unit (i) is generated ( Step 503), after adding 1 to i, the process returns to Step 502 again. The generated individual RP management unit can execute the initialization / activation processing of the corresponding RP independently and in parallel with the others.
If i is larger than the number of mountable RPs (step 502: Y), this means that all mountable RP management individual units have already been generated, and the processing is terminated (step 505).
[0013]
FIG. 6 shows the relationship between the RP management individual unit generation processing and the RP initialization / startup processing flow and time of FIG. 5, in which RP management common unit 102 generates each RP management individual unit. 610 to 612 indicate the time during which each RP is initialized / started up. The difference in the processing start times of the initialization / start-up processes 610 to 612 of the individual RP management individual units is small because it is only the difference in the time at which the individual RP management individual unit generation processing by the RP management common unit is completed. The initialization / start-up processes 610 to 612 of the management individual unit are executed in parallel in almost all time zones. In this way, the RP initialization / start-up processing that was executed in time series in the conventional method can be executed simultaneously and in parallel in this embodiment, and as a result, the processing time of the entire apparatus can be shortened. become.
[0014]
FIG. 5 is a flowchart in a case where the RP management common unit 102 generates the RP management individual units as many as the maximum number of RPs that can be mounted. However, FIG. 7 is an example, but FIG. When the unit 102 does not generate the maximum number of RP management individual units on which the RP can be mounted, but dynamically increases or decreases the number of RP management individual units according to the RP mounting state, that is, when a new RP is mounted 6 is a flowchart in which one RP management individual unit is generated and one RP management individual unit is deleted when the RP is removed.
[0015]
Specifically, it is determined in step 701 whether or not there is a change in the RP mounting state. If there is a change in the RP mounting state (step 701: N), then in step 702, the change is newly made. It is determined whether or not there is a change due to the mounting of the RP. If it is newly mounted (step 702: Y), one RP management individual unit is generated (step 704), and the process is terminated. If it is not newly installed (step 702: N), it is a case where the RP is removed, so one RP management individual unit is deleted (step 703), and the process is terminated.
[0016]
FIG. 8 is a flowchart showing an example of the automatic writing function of the RP control unit program on the RP.
This function is performed before execution of the RP initialization / startup process. First, it is checked whether or not there is an RP control unit program in the RP control unit program storage area on the RP (step 801). If there is no RP control unit program (step 801: N), an RP management individual unit Automatically writes the RP control unit program in the RP control unit program storage area (step 802). If there is an RP control unit program (step 801: Y), the RP control unit is activated to execute RP initialization / activation processing (step 803).
[0017]
FIG. 9 is a flowchart illustrating an example of an RP control unit activation function from the RP temporary memory when an RP control unit program storage area failure on the RP occurs.
This function is performed before execution of the RP initialization / startup process. First, a failure check of the RP control unit program storage area is performed to determine whether or not the area is normal (step 901). If the determination result is normal (step 901: Y), the RP control unit program is expanded from the storage area onto the temporary memory (step 903), and then the RP control unit is activated to perform RP initialization / activation processing. Perform (step 904).
On the other hand, if the result of the determination in step 901 is invalid (step 901: N), the RP management individual unit directly writes the RP control unit program on the temporary memory of the RP (step 902), and then it is normal. Then, the RP control unit is activated to perform RP initialization / activation processing (step 904).
[0018]
According to the embodiment described above, by generating the RP management individual unit corresponding to the RP, the processing of the RP can be executed simultaneously in parallel, and the processing waiting time of each RP can be reduced. Ultimately, it is possible to reduce the processing time of the entire apparatus. Further, it is not necessary to restart the apparatus when rewriting the RP control unit program, and it is possible to improve maintainability. Furthermore, the number of RP management individual units is generated by the number of installed RPs, and when the number of mounted RPs changes, the generation / deletion of RP management individual units and the RP Initialization and startup can be performed automatically.
[0019]
【The invention's effect】
According to the present invention, the processing waiting time of each RP can be shortened, and as a result, the processing time of the entire apparatus can be shortened. In addition, when upgrading the version of the RP control unit program on the RP, it is possible to cope with only the stop and restart of the RP, so that maintainability can be greatly improved.
[Brief description of the drawings]
FIG. 1 is a configuration diagram of an inter-network connection device that implements an RP control method of the present invention.
FIG. 2 is a configuration diagram of an inter-network connection device that realizes a conventional RP control method.
FIG. 3 is a flowchart of RP initialization / startup processing by a conventional RP control method.
FIG. 4 is a diagram for explaining the relationship between time and the flow of RP initialization / startup processing according to a conventional RP control method;
FIG. 5 is a flowchart of RP initialization / startup processing according to the RP control method of the present invention.
FIG. 6 is a diagram for explaining the relationship between time and the flow of RP initialization / startup processing according to the RP control method of the present invention.
FIG. 7 is a flowchart of RP initialization / startup processing according to the RP control method of the present invention.
FIG. 8 is a flowchart of RP control unit program automatic writing processing;
FIG. 9 is a flowchart of RP initialization / activation processing when an RP control unit program storage area failure occurs;
[Explanation of symbols]
100, 200: Network connection device 101, 201: Device management unit 102: RP management common unit 110-112: RP management individual unit 120-122, 210-212: Relay processing device (RP (0) -RP (2) )
130-132: RP control unit program storage area 140-142: Temporary memory 150-152: RP control unit program 160-162: RP control unit

Claims (4)

複数の中継処理部(Routing Processor:以下RPという)を搭載可能なネットワーク間接続装置における中継処理部制御方法であって、
各中継処理部に対して制御指示を行うRP管理個別部と、各中継処理部上で動作し当該中継処理部の制御を行うRP制御部の2階層の制御プログラムにより前記中継処理部を制御し、前記RP管理個別部は1つ中継処理部に対して1つ生成され、各RP管理個別部はそれぞれに対応するRP制御部に対して自律的に制御指示を行い、前記各RP制御部は対応するRP管理個別部からの制御指示により自律的に中継処理部の制御を行うことを特徴とするネットワーク間接続装置における中継処理部制御方法。
A relay processing unit control method in an inter-network connection device capable of mounting a plurality of relay processing units (hereinafter referred to as RP),
The relay processing unit is controlled by a two-level control program of an RP management individual unit that gives control instructions to each relay processing unit and an RP control unit that operates on each relay processing unit and controls the relay processing unit. , One RP management individual unit is generated for one relay processing unit, each RP management individual unit autonomously gives a control instruction to a corresponding RP control unit, and each RP control unit A relay processing unit control method in an inter-network connection device, wherein the relay processing unit is autonomously controlled by a control instruction from a corresponding RP management individual unit.
前記ネットワーク間接続装置で指定されている中継処理部最大搭載可能数と同数のRP管理個別部を該ネットワーク間接続装置起動時に予め生成することを特徴とする請求項1記載のネットワーク間接続装置における中継処理部制御方法。In the network connecting unit of claim 1, wherein the advance generate RP managing individual parts of the same number as the relay processing unit maximum mountable number that is specified between the network connection device when the connecting device starts between the network Relay processor control method. 前記ネットワーク間接続装置に搭載されている中継処理部の数に応じてRP管理個別部の生成数を動的に変化させることを特徴とする請求項1記載のネットワーク間接続装置における中継処理部制御方法。 2. The relay processing unit control in the inter-network connection device according to claim 1, wherein the number of generated RP management individual units is dynamically changed according to the number of relay processing units mounted on the inter-network connection device. Method. 前記RP制御部プログラムは、中継処理部上の格納領域に予め圧縮された形で格納され、RP管理個別部からの指示によって中継処理部の一時メモリ上に展開され起動され、中継処理部上の格納領域にRP制御部プログラムが存在しない場合に該RP制御部プログラムを自動的に取り込み、あるいは、前記格納領域障害時に、中継処理部の一時メモリ上にRP制御部プログラムを直接書き込んで実行させることを特徴とする請求項1記載のネットワーク間接続装置における中継処理部制御方法。  The RP control unit program is stored in a pre-compressed form in a storage area on the relay processing unit, and is expanded and activated on a temporary memory of the relay processing unit according to an instruction from the RP management individual unit. When the RP control unit program does not exist in the storage area, the RP control unit program is automatically taken in, or when the storage area fails, the RP control unit program is directly written in the temporary memory of the relay processing unit and executed. The relay processing unit control method for an inter-network connection device according to claim 1.
JP37092098A 1998-12-25 1998-12-25 Relay processing unit control method in network connection device Expired - Fee Related JP4051644B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP37092098A JP4051644B2 (en) 1998-12-25 1998-12-25 Relay processing unit control method in network connection device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP37092098A JP4051644B2 (en) 1998-12-25 1998-12-25 Relay processing unit control method in network connection device

Publications (2)

Publication Number Publication Date
JP2000196653A JP2000196653A (en) 2000-07-14
JP4051644B2 true JP4051644B2 (en) 2008-02-27

Family

ID=18497824

Family Applications (1)

Application Number Title Priority Date Filing Date
JP37092098A Expired - Fee Related JP4051644B2 (en) 1998-12-25 1998-12-25 Relay processing unit control method in network connection device

Country Status (1)

Country Link
JP (1) JP4051644B2 (en)

Also Published As

Publication number Publication date
JP2000196653A (en) 2000-07-14

Similar Documents

Publication Publication Date Title
US6681389B1 (en) Method for providing scaleable restart and backout of software upgrades for clustered computing
US5689640A (en) Method and system for downloading data to network nodes
US7007077B1 (en) Remote maintenance method of an information processing apparatus
KR20010041771A (en) State copying method for software update
JP3612043B2 (en) System and method for updating program file being executed
JP2002132741A (en) Processor adding method, computer and recording medium
US20020073409A1 (en) Telecommunications platform with processor cluster and method of operation thereof
JP2012155682A (en) Platform for integrated system, application, control program with platform and application, electronic apparatus, and update method of application
US6438606B1 (en) Router image support device
CN112506539A (en) Firmware updating method and device, electronic equipment and storage medium
JP4051644B2 (en) Relay processing unit control method in network connection device
JPH117382A (en) Version-up method for firmware
JP2846047B2 (en) Shadow process generation method
JP2002049509A (en) Data processing system
JP3520143B2 (en) Information processing system
JPH05158703A (en) Remote down loading system for software
JP2871433B2 (en) Patch method
JP3265108B2 (en) Data processing system
JPH03265027A (en) Initializing device for computer system
JP2024005775A (en) Electronic control device, reprogram execution method, and reprogram execution program
JP3589433B2 (en) Database guarantee method
JPH07253891A (en) Revising system for program by remote control
JPS6349933A (en) Generation specification system rising method using logically multiplexed system volume
JPH10171660A (en) Data communication device
CN116521244A (en) Method, device, equipment and medium for correcting error threshold

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20050303

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20050304

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050715

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070801

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070824

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071017

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071122

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

Free format text: PAYMENT UNTIL: 20101214

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4051644

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101214

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111214

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111214

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20121214

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20131214

Year of fee payment: 6

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees