JPH07143227A - Software update control method for network element - Google Patents

Software update control method for network element

Info

Publication number
JPH07143227A
JPH07143227A JP28807093A JP28807093A JPH07143227A JP H07143227 A JPH07143227 A JP H07143227A JP 28807093 A JP28807093 A JP 28807093A JP 28807093 A JP28807093 A JP 28807093A JP H07143227 A JPH07143227 A JP H07143227A
Authority
JP
Japan
Prior art keywords
message
software
software update
network element
conditions
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP28807093A
Other languages
Japanese (ja)
Inventor
Kenichi Yamane
健一 山根
Fumiaki Ushida
文明 牛田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP28807093A priority Critical patent/JPH07143227A/en
Publication of JPH07143227A publication Critical patent/JPH07143227A/en
Pending legal-status Critical Current

Links

Landscapes

  • Telephonic Communication Services (AREA)
  • Stored Programmes (AREA)
  • Exchange Systems With Centralized Control (AREA)

Abstract

PURPOSE:To flexibly and accurately set retrieval conditions and to store failure examples in the past as knowledge by dividing conditions for retrieving a warning message into the retrieval conditions depending on a software and the retrieval conditions not depending on the software and holding them. CONSTITUTION:A Based on the failure examples in the past in software update or the like, a maintenance operator uses a retrieval condition editing function part 10, sets warning message retrieval conditions for which a software development origin basically corresponds to the characteristics of the software in a chart 1 and sets the warning message retrieval conditions in common to the entire softwares in the chart 2. An exchange interface part 30 uses a message reception function 6, receives the message originated from a network element 50 at all times and stores it in a message DB 4. A software update execution part 20 performs retrieval corresponding to the conditions described in the charts 1 and 2 when the opportunity of the software update is given and interrupts the update when the pertinent message is present.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ソフトウェア更新方法
に関し、特に情報通信網の構成要素である蓄積プログラ
ム制御方式の交換機(以下、「ネットワークエレメン
ト」と称す)のソフトウェア更新方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a software updating method, and more particularly to a software updating method for a storage program control type exchange (hereinafter referred to as "network element") which is a component of an information communication network.

【0002】[0002]

【従来の技術】従来、ネットワークエレメントは24時
間ユーザの呼を処理するシステムであり、一般の情報処
理システム以上に高度な信頼性が要求される。ソフトウ
ェア更新も呼処理運転中に行なうため、ソフトウェア更
新が原因でシステムダウンする危険性をできるだけ回避
する必要がある。そのため、一般にネットワークエレメ
ントのソフトウェア更新を実施する際は、事前に当該ネ
ットワークエレメントの様々な状態(ハードウェアの正
常性等)をチェックして、ソフトウェア更新が正常に実
施可能かを判断する作業を行なっている。従来のネット
ワークエレメント・ソフトウェア更新システムは、その
ような人的稼働を削減するために導入され、実際のソフ
トウェア更新を実行する前に、静的に保持された検索条
件に従って、ネットワークエレメントの前兆メッセージ
(対象ソフトウェアの更新が失敗する条件となり得るメ
ッセージ)を検索してソフトウェア更新の可否判断を行
なった後、実際のソフトウェア更新を実行させるコマン
ドをネットワークエレメントに対して投入している。ま
た、ソフトウェア更新の可否判断材料となる前兆メッセ
ージは、更新するソフトウェアの種別やハードウェア仕
様変更等に依存して可変である。さらに、ソフトウェア
開発元で試験できる試験環境は限られているため、実際
の運用システムでのソフトウェア更新を行なう場合は、
全く予測できない前兆メッセージを検索する必要が生じ
ることもある。このような場合、検索条件の変更を行な
うことが考えられるが、ソフトウェア毎の検索条件と保
守システムに共通の検索条件とは一括管理されているた
め、保守システム自体のソフトウェアを更新する必要が
ある。また、このような管理方法により検索条件を変更
する場合は運転を中止するので、オンライン運転中の変
更を避ける必要がある。
2. Description of the Related Art Conventionally, a network element is a system for processing a user's call for 24 hours, and it is required to have higher reliability than a general information processing system. Since the software update is also performed during the call processing operation, it is necessary to avoid the risk of the system going down due to the software update as much as possible. Therefore, in general, when updating the software of a network element, check the various states (normality of hardware, etc.) of the network element in advance to determine whether the software update can be executed normally. ing. The conventional network element software update system is introduced to reduce such human operation, and before the actual software update is executed, according to the statically held search condition, the network element precursor message ( After a message (which may be a condition for failing to update the target software) is searched to determine whether or not the software can be updated, a command for executing the actual software update is input to the network element. In addition, the precursor message, which is a material for determining whether or not the software can be updated, is variable depending on the type of software to be updated, changes in hardware specifications, and the like. Furthermore, since the test environment that can be tested by the software developer is limited, when updating the software in the actual operation system,
Sometimes it may be necessary to search for a totally unpredictable precursor message. In such a case, it is possible to change the search conditions, but since the search conditions for each software and the search conditions common to the maintenance system are collectively managed, it is necessary to update the software of the maintenance system itself. . Further, when the search condition is changed by such a management method, the operation is stopped, so it is necessary to avoid the change during the online operation.

【0003】[0003]

【発明が解決しようとする課題】上記従来技術では、最
大公約数的な前兆メッセージ検索条件が静的に保持され
ていたため、以下のような問題が生じる。 1.検索条件が厳しすぎて実際にはソフトウェア更新が
可能な場合でも不可と判定される。 2.あるネットワークエレメントでのソフトウェア更新
失敗例が反映されない。 3.上記のような場合に検索条件を変更するためには、
保守システム自体の仕様変更が必要となり、膨大な開発
コストを要する。 4.検索条件をオンライン運転中に変更することが難し
い。 本発明の目的は、このような問題点を改善し、柔軟かつ
正確な検索条件設定が可能で、過去の失敗事例を知識と
して蓄積可能なネットワークエレメントのソフトウェア
更新制御方法を提供することにある。
In the above prior art, since the predecessor message search condition that is the most common divisor is statically held, the following problems occur. 1. Even if the search conditions are too strict and the software can actually be updated, it is determined to be impossible. 2. The software update failure example in a certain network element is not reflected. 3. In order to change the search condition in the above cases,
It is necessary to change the specifications of the maintenance system itself, resulting in enormous development costs. 4. It is difficult to change the search conditions while driving online. An object of the present invention is to provide a software update control method for a network element that solves such problems, enables flexible and accurate search condition setting, and accumulates past failure cases as knowledge.

【0004】[0004]

【課題を解決するための手段】上記目的を達成するた
め、本発明のネットワークエレメントのソフトウェア更
新制御方法は、蓄積プログラム制御方式のネットワーク
エレメントと情報通信網で相互接続され、そのネットワ
ークエレメントが発出するメッセージを蓄積する手段、
および蓄積したメッセージのうち特定の条件(メッセー
ジ検索条件)を満たすものを検索する手段を備え、複数
のネットワークエレメントのソフトウェアを並列に自動
更新する保守システムにおいて、ソフトウェア更新が失
敗する条件となり得るメッセージ(前兆メッセージ)を
検索する条件を、システムに一意な検索条件とソフトウ
ェア毎に依存した検索条件に分割して保持し(図1の
1、2に保持し)、ソフトウェア更新実行前に、それら
の検索条件に従って前記蓄積メッセージを検索し、該当
するメッセージがあればソフトウェア更新を中止するこ
とに特徴がある。また、上記メッセージ検索条件を保守
システムのオンライン運転中に更新することに特徴があ
る。
In order to achieve the above object, a software update control method for a network element according to the present invention is interconnected with a network element of a storage program control system by an information communication network, and the network element is issued. Means to store messages,
And a message that can be a condition for software update failure in a maintenance system that automatically updates software of a plurality of network elements in parallel by providing a means for searching a stored message that satisfies a specific condition (message search condition) ( The condition for retrieving (precursor message) is divided into a search condition unique to the system and a search condition dependent on each software and retained (retained in 1 and 2 in FIG. 1), and these retrievals are performed before the software update is executed. It is characterized in that the stored message is searched according to the condition and the software update is stopped if there is a corresponding message. Further, it is characterized in that the message search conditions are updated during online operation of the maintenance system.

【0005】[0005]

【作用】本発明においては、第1の検索条件表は、更新
するソフトウェアに対応したものであり、当該ソフトウ
ェアの特性に応じた検索条件を設定可能とする。そのた
めに、不要な前兆メッセージの検索を避けることがで
き、検索条件が強すぎることによるソフトウェア更新中
断を避けることができる。また、第2の検索条件表は、
システム一意の検索条件(更新するソフトウェアに依存
しない検索条件)を設定可能とする。そのために、過去
のソフトウェア更新失敗事例を当該条件表に蓄積可能と
なり、他のネットワークエレメントで発生したトラブル
を未然に防ぐことが可能となる。例えば、失敗原因を究
明した結果、メッセージAが発出されていた場合はその
ソフトウェア更新は失敗することがわかった場合は、メ
ッセージAを第2の検索条件表に登録することにより、
それ以降のソフトウェア更新で同じ原因によるトラブル
を繰り返すことはなくなるという効果が期待できる。ま
た、検索条件編集機能は、第1および第2の検索条件表
をオンラインで編集するためのものである。本機能によ
り、従来の技術ではシステム自体のソフトウェア更新を
必要とした検索条件の変更を、オンライン運転中に容易
に実施することができる。
In the present invention, the first search condition table corresponds to the software to be updated, and the search condition can be set according to the characteristics of the software. Therefore, it is possible to avoid searching for unnecessary precursor messages, and to avoid software update interruption due to too strong search conditions. The second search condition table is
System-specific search conditions (search conditions that do not depend on the software to be updated) can be set. Therefore, past software update failure cases can be stored in the condition table, and troubles occurring in other network elements can be prevented. For example, as a result of investigating the cause of failure, if it is found that the software update fails when the message A is issued, by registering the message A in the second search condition table,
The effect that repeated troubles due to the same cause will not be repeated in subsequent software updates can be expected. The search condition editing function is for online editing the first and second search condition tables. With this function, it is possible to easily change the search condition during the online operation, which requires the software update of the system itself in the conventional technique.

【0006】[0006]

【実施例】以下、本発明の一実施例を図面により説明す
る。図1は、本発明の一実施例におけるネットワークエ
レメント保守システムの構成図である。図1において、
40は保守者の指示によりメッセージ検索条件を更新す
る保守システム、50はその保守システムからの命令に
よりメッセージを送出するネットワークエレメント(交
換機)である。さらに、保守システム40は、保守者か
らの入力指示により検索条件(検索条件表1、検索条件
表2)を編集する検索条件編集機能部10と、システム
のオンライン動作中にソフトウェア3の更新を実行する
ソフトウェア更新実行制御部20と、コマンド投入機能
5およびメッセージ受信機能6を有し、保守システムと
ネットワークエレメント間のインタフェースをとる交換
機インタフェース部30と、ネットワークエレメント5
0から送出されたメッセージを蓄積するメッセージデー
タベース(メッセージDB)4とを備える。この検索条
件表1は、更新するソフトウェア(パッチやシステムフ
ァイル等)3と同時に供給され(1:1に対応)、ソフ
トウェア3の特性に従った前兆メッセージ検索条件を保
持する。例えば、供給されたソフトウェアが装置Aのド
ライバソフトへのパッチの時、「装置Aの動作が不安定
である」旨のメッセージが出力されていた場合は本パッ
チの実行は避けるべきであるが、検索条件表1にそのよ
うな「装置Aの動作が不安定である」等のメッセージ
を、検索範囲やメッセージ発生頻度等の条件とともに登
録する。一方、検索条件表2は、システム一意の検索条
件表であり、更新するソフトウェア3の種別に依存しな
い検索条件を設定する。例えば「CPUの故障」という
メッセージはどのようなソフトウェアにとっても更新を
避けるベきメッセージであり、検索条件表2には、「C
PUの故障」等のメッセージを、検索範囲やメッセージ
発生頻度等の条件とともに登録する。また、検索条件編
集機能部10は、外部からの要求(本実施例では保守者
からの要求)に従い、検索条件表1および2を編集する
機能を有する。なお、本実施例に、失敗事例を自動的に
知識化する機能を設けることにより、その知識化機能か
ら自動的に編集要求を入力するようなシステムを構築し
てもよい。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 1 is a configuration diagram of a network element maintenance system according to an embodiment of the present invention. In FIG.
Reference numeral 40 is a maintenance system that updates the message search conditions according to an instruction from a maintenance person, and 50 is a network element (switch) that sends a message according to an instruction from the maintenance system. Further, the maintenance system 40 executes a search condition editing function unit 10 that edits search conditions (search condition table 1 and search condition table 2) according to an input instruction from a maintenance person, and updates the software 3 while the system is online. A software update execution control unit 20, a command input function 5 and a message reception function 6, and an exchange interface unit 30 serving as an interface between the maintenance system and the network element, and the network element 5.
And a message database (message DB) 4 for accumulating messages sent from 0. The search condition table 1 is supplied at the same time as the software (patch, system file, etc.) 3 to be updated (corresponding to 1: 1), and holds the precursor message search condition according to the characteristics of the software 3. For example, when the supplied software is a patch to the driver software of the device A, if the message "the operation of the device A is unstable" is output, execution of this patch should be avoided. A message such as "the operation of the device A is unstable" is registered in the search condition table 1 together with conditions such as a search range and a message occurrence frequency. On the other hand, the search condition table 2 is a system-specific search condition table, and sets search conditions independent of the type of the software 3 to be updated. For example, the message “CPU failure” is a message that should be avoided for any software, and the search condition table 2 shows “C
A message such as “PU failure” is registered together with conditions such as a search range and message occurrence frequency. Further, the search condition editing function unit 10 has a function of editing the search condition tables 1 and 2 according to a request from the outside (a request from a maintenance person in this embodiment). It should be noted that a system for automatically inputting an editing request from the knowledge-making function may be constructed by providing the present embodiment with a function for automatically making the failure case knowledgeable.

【0007】次に、図1および図2を用い、本実施例の
動作について述べる。図2は、本発明の一実施例におけ
るネットワークエレメント保守システムの動作シーケン
スを示す図である。なお、(a)は検索条件編集機能部
10の処理を示し、(b)はソフトウェア更新実行制御
部20の処理を示す。本実施例では、(a)に示すよう
に、検索条件編集機能部10は、保守者等の外部からの
要求に従い(ステップ201)、検索条件表1および2
を編集する(ステップ202)。この場合、保守者は、
ソトトウェア更新における過去の失敗事例等に基づき、
検索条件編集機能を使用して検索条件表1および2の編
集(検索条件の追加や削除)を行なう。すなわち、検索
条件表1には、基本的にソフトウェア開発元がそのソフ
トウェアの特性に従った前兆メッセージ検索条件を設定
する。保守者は、その条件を変更する必要が生じた場合
には、検索条件編集機能を使用して条件を変更する。ま
た、検索条件表2には、全てのソフトウェアに共通な前
兆メッセージ検索条件を設定する。こうして検索条件表
1および2が任意に設定される。また、交換機インタフ
ェース部30は、メッセージ受信機能6を使用して、ネ
ットワークエレメント50から発出されるメッセージを
常に受信し、メッセージDB4に蓄積する。一方、ソフ
トウェア更新実行制御部20は、(b)に示すように、
ソフトウェア更新の契機(例えば保守者指示、タイマか
らの起動等)が与えられた時、前兆メッセージ検索機能
を使用し、メッセージDB4に蓄積されているネットワ
ークエレメントのメッセージを検索条件表1および2に
記述されている条件に従って検索する(ステップ21
1)。その結果、該当メッセージがあれば(ステップ2
12)、当該ソフトウェア更新は中断する。また、検索
した結果、該当メッセージがなければ(ステップ21
2)、ソフトウェア更新実行機能を使用して、交換機イ
ンタフェース部30(コマンド投入機能5)を介しネッ
トワークエレメント50へソフトウェア更新用コマンド
を投入する(ステップ213)。
Next, the operation of this embodiment will be described with reference to FIGS. FIG. 2 is a diagram showing an operation sequence of the network element maintenance system in the embodiment of the present invention. Note that (a) shows the processing of the search condition editing function unit 10, and (b) shows the processing of the software update execution control unit 20. In the present embodiment, as shown in (a), the search condition editing function unit 10 follows the search request tables 1 and 2 in accordance with a request from the outside such as a maintenance person (step 201).
Is edited (step 202). In this case, the maintainer
Based on past failure cases in updating the software,
The search condition editing function is used to edit the search condition tables 1 and 2 (addition and deletion of search conditions). That is, basically, in the search condition table 1, the software developer sets a precursor message search condition according to the characteristics of the software. When it becomes necessary to change the condition, the maintenance person uses the search condition editing function to change the condition. Further, in the search condition table 2, a precursor message search condition common to all software is set. In this way, the search condition tables 1 and 2 are arbitrarily set. Further, the exchange interface unit 30 uses the message receiving function 6 to constantly receive a message issued from the network element 50 and accumulate it in the message DB 4. On the other hand, the software update execution control unit 20, as shown in (b),
When a trigger for software update (for example, maintenance person instruction, start from timer, etc.) is given, the precursor message search function is used, and the network element messages accumulated in the message DB 4 are described in the search condition tables 1 and 2. Search according to the specified conditions (step 21)
1). As a result, if there is a corresponding message (step 2
12) The software update is suspended. Further, as a result of the search, if there is no corresponding message (step 21
2) Using the software update execution function, the software update command is input to the network element 50 through the exchange interface unit 30 (command input function 5) (step 213).

【0008】次に、具体的な検索処理例を示す。図3
は、本発明の一実施例における検索条件表を使用した検
索処理を示す図である。新しい前兆メッセージ検索条件
が追加になった時、検索条件編集機能10aを使用し
て、検索条件の特性に応じて検索条件表1または2に条
件を追加する。また、メッセージDB4は、図3に示す
形式(MODULE、INSTANCE、TIME、T
YPE、メッセージ内容等)で、ネットワークエレメン
ト50からのメッセージを格納している。一方、ソフト
ウェア更新実行制御部20の機能のなかの前兆メッセー
ジ検索機能20aは、両検索条件表の内容を参照してS
QL文を生成し、メッセージDB4を検索する。その結
果、該当レコードがメッセージDB4にあった場合は、
前兆メッセージが出力されていることとなり、当該モジ
ュールのソフトウェア更新を中止する。本実施例では、
従来システムに一つ固定的に設定されていた前兆メッセ
ージ検索条件を、システム一意なもの(検索条件表2)
とソフトウェアに依存したもの(検索条件表1)に分割
し、それぞれを編集可能としたことにより、より正確な
検索条件がオンライン運転中に設定可能であり、無駄な
メッセージ検索を避けることが可能となる。さらに、過
去のソフトウェア更新失敗事例を検索条件表2に随時設
定することにより、保守システムの更改を伴わずに失敗
事例を蓄積し反映させることができる。
Next, a specific example of the retrieval process will be shown. Figure 3
FIG. 6 is a diagram showing a search process using a search condition table according to an embodiment of the present invention. When a new precursor message search condition is added, the search condition editing function 10a is used to add the condition to the search condition table 1 or 2 according to the characteristics of the search condition. Further, the message DB 4 has a format (MODULE, INSTANCE, TIME, T) shown in FIG.
YPE, message content, etc.), the message from the network element 50 is stored. On the other hand, the precursor message search function 20a, which is one of the functions of the software update execution control unit 20, refers to the contents of both search condition tables and executes S
A QL sentence is generated and the message DB 4 is searched. As a result, if the corresponding record is found in the message DB 4,
Since the precursor message has been output, the software update of the module is stopped. In this embodiment,
One precursor message search condition that was fixedly set in the conventional system is unique to the system (search condition table 2)
It is possible to set up more accurate search conditions during online operation by avoiding unnecessary message searches, by dividing it into one that depends on software and software (search condition table 1) and making each editable. Become. Furthermore, by setting past software update failure cases in the search condition table 2 as needed, failure cases can be accumulated and reflected without maintenance system renewal.

【0009】[0009]

【発明の効果】本発明によれば、前兆メッセージ検索条
件の正確な設定および過去の失敗事例の蓄積がオンライ
ン運転中に可能となり、より柔軟かつ確実なソフトウェ
ア更新自動化が可能となる。
According to the present invention, accurate setting of precursor message search conditions and accumulation of past failure cases are possible during online operation, and more flexible and reliable software update automation is possible.

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

【図1】本発明の一実施例におけるネットワークエレメ
ント保守システムの構成図である。
FIG. 1 is a configuration diagram of a network element maintenance system according to an embodiment of the present invention.

【図2】本発明の一実施例におけるネットワークエレメ
ント保守システムの動作シーケンスを示す図である。
FIG. 2 is a diagram showing an operation sequence of the network element maintenance system in the embodiment of the present invention.

【図3】本発明の一実施例における検索条件表を使用し
た検索処理を示す図である。
FIG. 3 is a diagram showing a search process using a search condition table according to an embodiment of the present invention.

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

1 検索条件表 2 検索条件表 3 ソフトウェア 4 メッセージDB 5 コマンド投入機能 6 メッセージ受信機能 10 検索条件編集機能部 10a 検索条件編集機能 20 ソフトウェア更新実行制御部 20a 前兆メッセージ検索機能 30 交換機インタフェース部 40 保守システム 50 交換機(ネットワークエレメント) 1 Retrieval condition table 2 Retrieval condition table 3 Software 4 Message DB 5 Command input function 6 Message receiving function 10 Retrieval condition editing function unit 10a Retrieval condition editing function 20 Software update execution control unit 20a Predictive message retrieval function 30 Switch interface unit 40 Maintenance system 50 exchanges (network elements)

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 蓄積プログラム制御方式のネットワーク
エレメントと情報通信網で相互接続され、該ネットワー
クエレメントが発出するメッセージを蓄積する手段、お
よび蓄積したメッセージのうち特定の条件を満たすもの
を検索する手段を備え、複数のネットワークエレメント
のソフトウェアを並列に自動更新する保守システムの制
御方法において、ソフトウェア更新が失敗する条件とな
り得るメッセージを検索する条件を、システムに一意な
検索条件とソフトウェア毎に依存した検索条件に分割し
て保持し、ソフトウェア更新実行前に、両該検索条件に
従って前記蓄積メッセージを検索し、該当するメッセー
ジがあればソフトウェア更新を中止することを特徴とす
るネットワークエレメントのソフトウェア更新制御方
法。
1. A means for accumulating a message issued by the network element, which is interconnected with a network element of a storage program control system by an information communication network, and a means for searching a stored message satisfying a specific condition. In a control method of a maintenance system that automatically updates software of multiple network elements in parallel, the search conditions that are unique to the system and the search conditions that depend on each software are used as search conditions for messages that may cause software update to fail. A method for controlling software update of a network element, characterized in that the stored message is divided into two and held, the stored message is searched according to the search conditions before the software update is executed, and the software update is stopped if there is a corresponding message.
【請求項2】 上記メッセージ検索条件を保守システム
のオンライン運転中に更新することを特徴とする請求項
1記載のネットワークエレメントのソフトウェア更新制
御方法。
2. The software update control method for a network element according to claim 1, wherein the message search condition is updated during online operation of the maintenance system.
JP28807093A 1993-11-17 1993-11-17 Software update control method for network element Pending JPH07143227A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28807093A JPH07143227A (en) 1993-11-17 1993-11-17 Software update control method for network element

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28807093A JPH07143227A (en) 1993-11-17 1993-11-17 Software update control method for network element

Publications (1)

Publication Number Publication Date
JPH07143227A true JPH07143227A (en) 1995-06-02

Family

ID=17725430

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28807093A Pending JPH07143227A (en) 1993-11-17 1993-11-17 Software update control method for network element

Country Status (1)

Country Link
JP (1) JPH07143227A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990056570A (en) * 1997-12-29 1999-07-15 윤종용 How to automatically update the program of the image forming apparatus
KR100566226B1 (en) * 1998-12-26 2006-05-25 삼성전자주식회사 How to download system code of network equipment using SNP
KR100880596B1 (en) * 2001-01-22 2009-01-30 가부시키가이샤 히다치 고쿠사이 덴키 System for supplying semiconductor manufacturing system control programs

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR19990056570A (en) * 1997-12-29 1999-07-15 윤종용 How to automatically update the program of the image forming apparatus
KR100566226B1 (en) * 1998-12-26 2006-05-25 삼성전자주식회사 How to download system code of network equipment using SNP
KR100880596B1 (en) * 2001-01-22 2009-01-30 가부시키가이샤 히다치 고쿠사이 덴키 System for supplying semiconductor manufacturing system control programs

Similar Documents

Publication Publication Date Title
US5247664A (en) Fault-tolerant distributed database system and method for the management of correctable subtransaction faults by the global transaction source node
JP3370276B2 (en) Method of managing semiconductor manufacturing equipment management system
KR100411384B1 (en) Method, system and program products for operationally migrating a cluster through emulation
US20020010766A1 (en) Input/output device information management system for multi-computer system
EP0272561A2 (en) Apparatus for distributing data processing a plurality of loci of control
JPH07319747A (en) Data updating system
JPH07105064A (en) File name detection system
CN112905306A (en) Multi-cluster container management method and device, electronic equipment and storage medium
JPH07143227A (en) Software update control method for network element
JPH10301799A (en) System for applying test program
JP5387083B2 (en) Job management system and method
KR100289058B1 (en) Process definition and control method of workflow management system
CN115348185B (en) Control method and control device of distributed query engine
US6564376B1 (en) Method, system and program products for operationally backing out components of a cluster through emulation
US8825610B1 (en) System management based on goals relevant to a current state of a managed system
JPS6016667B2 (en) Composite computer system
CN112597131A (en) Distributed script control method and related device
JPH03257524A (en) Data control method for data processor
JP2005208767A (en) Job management system, job management method and job management program
JPH064477A (en) Subload-module replacing system
JP3348682B2 (en) Restart control device and restart control method
JPH05143422A (en) Updated journal managing system
JP2002268899A (en) Information processor, dynamic change method for operation environment of program and program
JP2578887B2 (en) Program test method
CN112732516A (en) Equipment monitoring method and system