JPH02249026A - High speed patch executing method - Google Patents

High speed patch executing method

Info

Publication number
JPH02249026A
JPH02249026A JP1070252A JP7025289A JPH02249026A JP H02249026 A JPH02249026 A JP H02249026A JP 1070252 A JP1070252 A JP 1070252A JP 7025289 A JP7025289 A JP 7025289A JP H02249026 A JPH02249026 A JP H02249026A
Authority
JP
Japan
Prior art keywords
patch
identifier
file
data
registered
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
JP1070252A
Other languages
Japanese (ja)
Inventor
Yoshikazu Takeuchi
武内 義和
Masao Yamashita
山下 正雄
Kenji Kurashige
倉重 健治
Masayoshi Nakao
昌善 中尾
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
Nippon Telegraph and Telephone Corp
Original Assignee
Hitachi Ltd
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 Hitachi Ltd, Nippon Telegraph and Telephone Corp filed Critical Hitachi Ltd
Priority to JP1070252A priority Critical patent/JPH02249026A/en
Publication of JPH02249026A publication Critical patent/JPH02249026A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To prevent duplicate execution for an executed patch and to shorten a patch executing time by making patch data and a patch identifier given to every patch data to be a couple and storing it in a secondary storage medium. CONSTITUTION:Patch data required for the correction of the program file of the patch and the patch identifier provided to every patch data are divided, and they are made into a couple, which is stored in the patch data file 3 of the secondary storage medium. The patch identifier of the executed patch is registered in a patch execution/control file 4 at every patched program file 6. At the time of executing the patch, the patch identifier is read and whether it is registered in the patch execution/control file 4 or not is decided. When it is registered, patch data is not inputted. When it is not registered, patch data is inputted, is executed at every patched program file 6, and the patch identifier is registered in the patch execution/control file 4.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、高速パッチ施行方法に関し、特にパッチ施行
管理ファイルを用いて高速にパッチを施行することによ
り、プログラムファイルの保守時間を短縮することが可
能な高速パッチ施行方法に関する。
[Detailed Description of the Invention] [Field of Industrial Application] The present invention relates to a high-speed patch implementation method, and in particular to a method for shortening the maintenance time of program files by implementing patches at high speed using a patch implementation management file. Concerning a fast patching method that enables

〔従来の技術〕[Conventional technology]

従来より、プログラム的に行うデバッグツールとして、
パッチ方法がある。この方法は、誤りが存在するプログ
ラムを完全なプログラムに交換する方法とは異なって、
部分的に修正する方法である。すなわち、誤りがある場
所にパッチを当てるように、誤りの全ての場所にそれぞ
れ修正すべきパッチデータを作成して、各パッチデータ
に番号を付与し、パッチ施行処理プログラムにより被パ
ッチプログラムファイルに対して順次、パッチデータに
より修正を施行するものである。通常は、1つの被パッ
チプログラムファイルに対して、数1000〜数100
00の修正箇所が存在するため、パッチデータもそれと
同じ数だけ2次記憶装置に格納される。従って、パッチ
施行時間は、全てが完了するまで長時間かかるのが普通
である。
Traditionally, as a programmatic debugging tool,
There is a patch method. This method differs from the method of replacing a program containing errors with a complete program;
This is a partial correction method. In other words, in order to apply a patch to an error location, patch data to be corrected is created for each error location, a number is assigned to each patch data, and the patch execution processing program is applied to the patched program file. The patch data will be used to implement corrections sequentially. Usually, for one patched program file, there are several 1000 to several 100
Since there are 00 modified locations, the same number of patch data are stored in the secondary storage device. Therefore, patch implementation times typically take a long time to complete.

プログラムファイルの修正をパッチで行う場合、システ
ムの規模が大きくなるほど、パッチの量と施行に要する
時間が増大する。このため、定期的に施行されるパッチ
については、一定期間内に追加されたパッチを世代管理
し、1回当りの施行量を削減することにより、施行時間
の短縮を図っていた。しかし、長時間運転する大規模オ
ンラインシステムや複合システム等では、世代の指定誤
りによるパッチ施行漏れを防止するため、旧世代を指定
したり、あるいは世代指定を行わずに、毎回全てのパッ
チを施行したりしていた。このために、既に施行済みの
パッチに対しても重複して施行処理を行うこともあるた
め、パッチ施行の時間がより増大してしまう。
When modifying program files using patches, the larger the scale of the system, the greater the amount of patches and the time required to implement them. For this reason, with regard to patches that are regularly applied, the implementation time has been shortened by managing generations of patches added within a certain period of time and reducing the amount of patches to be applied each time. However, in large-scale online systems or complex systems that operate for long periods of time, in order to prevent patches from being omitted due to incorrect generation specification, all patches are applied each time by specifying the previous generation or without specifying the generation. I was doing things like that. For this reason, the enforcement process may be performed redundantly even for patches that have already been applied, which further increases the time it takes to apply the patch.

従来のパッチ実行方法としては、例えば、特開昭62−
232032号公報に記載された方式がある。この方法
では、パッチデータに対応する被パッチプログラムの存
在確認を行って、パッチデータの施行漏れを防止してい
た。
As a conventional patch execution method, for example,
There is a method described in Japanese Patent No. 232032. In this method, the existence of a patched program corresponding to patch data is confirmed to prevent omission of patch data implementation.

〔発明が解決しようとする課題〕[Problem to be solved by the invention]

このように、従来のパッチ実行方法では、パッチの量に
比例してパッチ施行時間も増大する上に、施行済みのパ
ッチに対する再施行要求が行われた場合にも、2次記憶
媒体上の被パッチ・プログラムファイルにアクセスする
ために、パッチ施行時間がより増大していた。このため
に、長時間運転するシステムに対しては、限られた保守
時間内にパッチの施行が完了しないため、サービス業務
に支障をきたしていた。
In this way, with conventional patch execution methods, the patch execution time increases in proportion to the amount of patches, and even if a re-implementation request is made for a patch that has already been applied, the Patch implementation time was increasing to access patch program files. For this reason, patching cannot be completed within the limited maintenance time for systems that operate for long periods of time, causing problems in service operations.

そこで、前述のように、パッチに対して一定期間毎に特
定な世代番号を付与しておき、必要に応じて世代番号を
指定することにより、1回当りに施行するパッチの量を
削減する方法を用いてパッチ施行の時間短縮を図ってい
たが、この世代管理方法では、世代番号の指定を誤った
ときには、必要なパッチが施行されずに事故が発生し、
システムダウンの危険があった。
Therefore, as mentioned above, there is a method to reduce the amount of patches to be applied at one time by assigning specific generation numbers to patches at regular intervals and specifying generation numbers as needed. was used to shorten the time it takes to apply patches, but with this generation management method, if the generation number was incorrectly specified, the necessary patches would not be applied and accidents would occur.
There was a risk that the system would go down.

本発明の目的は、このような従来の課題を解決し、施行
済みのパッチに対する重複施行を防止して、パッチ施行
の時間短縮を図り、かつ世代番号の指定誤りによるパッ
チの施行漏れを防止できる高速パッチ施行方法を提供す
ることにある。
The purpose of the present invention is to solve such conventional problems, prevent redundant implementation of patches that have already been applied, shorten the time for patch implementation, and prevent omission of patch implementation due to incorrect generation number specification. The objective is to provide a fast patching method.

〔課題を解決するための手段〕[Means to solve the problem]

上記目的を達成するため、本発明の高速パッチ施行方法
は、計算機システムのプログラムファイルを修正するパ
ッチ施行方法において、該プログラムファイルの修正に
必要なパッチデータとパッチデータごとに付与されたパ
ッチ識別子とを対にして2次記憶媒体に格納したパッチ
データファイルと、被パッチプログラムファイルごとに
施行済みのパッチ識別子を登録したパッチ施行管理ファ
イルとを備え、パッチ施行時には、先ず上記パッチデー
タファイルからパッチ識別子を入力して、該パッチ識別
子が上記パッチ施行管理ファイルに登録されているか否
かを判別し、登録されていれば該パッチ識別子に対応す
るパッチデータは処理完了済みとし、また登録されてい
なければ、上記パッチデータファイルから該パッチ識別
子に対応するパッチデータを取り出して、該パッチデー
タを入力し、該パッチデータを被パッチプログラムファ
イルに施行するとともに、該パッチ識別子を上記パッチ
施行管理ファイルに登録する処理を、全てのパッチ識別
子に対して行うことに特徴がある。
In order to achieve the above object, the high-speed patch enforcement method of the present invention is a patch enforcement method for modifying a program file of a computer system. a patch data file stored in a secondary storage medium as a pair, and a patch implementation management file in which patch identifiers that have been applied are registered for each patched program file. is input to determine whether or not the patch identifier is registered in the above patch enforcement management file. If it is registered, the patch data corresponding to the patch identifier is considered to have been processed, and if it is not registered, the patch data corresponding to the patch identifier is considered to have been processed. , extracting patch data corresponding to the patch identifier from the patch data file, inputting the patch data, applying the patch data to the patched program file, and registering the patch identifier in the patch implementation management file. The feature is that the processing is performed on all patch identifiers.

〔作  用〕[For production]

本発明においては、パッチをプログラムファイルの修正
に必要なパッチデータと、パッチデータごとに付与した
パッチ識別子とに分け、予めこれらを対にして2次記憶
媒体のパッチデータファイルに格納し、被パッチプログ
ラムファイルごとに施行済みパッチのパッチ識別子をパ
ッチ施行管理ファイルに登録する。パッチ施行時には、
パッチデータファイルからパッチ識別子を読み出してこ
れを入力し、パッチ施行管理ファイルに登録されている
か否かを判断して、もし登録されていれば、パッチ識別
子に対応したパッチデータをパッチデータファイルから
入力せず、また登録されていなければ、パッチ識別子に
対応するパッチデータをパッチデータファイルから読み
出してこれを入力し、被パッチプログラムファイルに施
行して、そのパッチ識別子をパッチ施行管理ファイルに
登録する。
In the present invention, a patch is divided into patch data necessary for modifying a program file and a patch identifier assigned to each patch data, and these are stored in pairs in advance in a patch data file on a secondary storage medium, and Register the patch identifier of the applied patch for each program file in the patch implementation management file. When applying the patch,
Reads the patch identifier from the patch data file and inputs it, determines whether it is registered in the patch enforcement management file, and if it is registered, inputs the patch data corresponding to the patch identifier from the patch data file. If not, or if it is not registered, the patch data corresponding to the patch identifier is read from the patch data file, inputted, applied to the patched program file, and the patch identifier is registered in the patch implementation management file.

これにより、パッチの重複施行を防止することが可能で
ある。すなわち、世代管理方式における世代番号の指定
機りによるパッチの施行漏れを防止するために、本発明
では、既に施行済みの旧世代番号を指定したり、または
世代管理方式を用いずに毎回、全てのパッチに対して施
行要求を行った場合でも、施行済みのパッチに対しては
重複して施行することがないので、パッチ施行時間の短
縮を図り、高速なパッチ施行を実現できる。
This makes it possible to prevent duplicate patch implementation. That is, in order to prevent omissions in patch implementation due to generation number designation in the generation management method, the present invention specifies an old generation number that has already been implemented, or all patches are patched every time without using the generation management method. Even if a request for enforcement is made for a patch, the application will not be applied redundantly to a patch that has already been applied, so the patch implementation time can be shortened and patch implementation can be implemented at high speed.

〔実施例〕〔Example〕

以下、本発明の実施例を、図面により詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.

第1図は、本発明の一実施例を示すパッチ施行方法の説
明図である。
FIG. 1 is an explanatory diagram of a patch application method showing an embodiment of the present invention.

第1図において、1はパッチ施行の処理プログラム、2
はパッチの施行を要求するパッチ識別子群、3はパッチ
データとパッチ識別子とが対になって格納されている2
次記憶媒体上のパッチデータファイル、4はプログラム
ファイルごとに施行済みのパッチのパッチ識別子が登録
されている2次記憶媒体上のパッチ施行管理ファイル、
5はメインメモリ上にローディングされたパッチ施行管
理ファイルの内容、つまりパッチ施行管理テーブル、6
は2次記憶媒体」二の被パッチプログラムファイルであ
る。
In FIG. 1, 1 is a patch enforcement processing program, 2 is
3 is a group of patch identifiers that request patch implementation, and 3 is a group of patch identifiers that are stored as pairs of patch data and patch identifiers.
4 is a patch data file on the secondary storage medium; 4 is a patch implementation management file on the secondary storage medium in which patch identifiers of patches that have been applied are registered for each program file;
5 is the content of the patch enforcement management file loaded onto the main memory, that is, the patch enforcement management table; 6
is the patched program file on the secondary storage medium.

パッチデータファイル3内のパッチは、プログラムファ
イルの修正に必要なパッチデータと、パッチデータを選
択するためにパッチデータごとに付与されたパッチ識別
子とが、それぞれ格納されている。一方、パッチ施行管
理ファイル4の施行済みのパッチのパッチ識別子は、パ
ッチ識別子をキーとするビットのオン・オフで登録され
ており、オン(またはオフ)が施行済み、オフ(または
オン)が未施行であることを示している。
Each patch in the patch data file 3 stores patch data necessary for modifying a program file and a patch identifier assigned to each patch data in order to select the patch data. On the other hand, the patch identifier of the patch that has been applied in the patch implementation management file 4 is registered as an on/off bit using the patch identifier as a key. It shows that it is enforcement.

パッチ施行時には、パッチデータファイル3から指定さ
れたパッチ識別子を入力し、パッチ施行管理ファイル4
のパッチ識別子に該当するビットの状態を調べる。ビッ
トがオン(またはオフ)の場合にはパッチの施行が不要
であることを示しており、ビットがオフ(またはオフ)
の場合にはパッチが未施行であり、パッチの施行が必要
であることを示している。従って、パッチデータファイ
ル3からパッチ識別子に対応するパッチデータを入力し
、2次記憶媒体の被パッチプログラムファイル6に対し
てこれを施行する。さらに、施行後には、パッチ施行管
理ファイル4のパッチ識別子に該当するビットをオン(
またはオフ)に設定し、そのパッチが施行済みであるこ
とを登録する。
When applying a patch, enter the patch identifier specified from the patch data file 3, and then
Check the state of the bit corresponding to the patch identifier. If the bit is on (or off), it indicates that no patching is required, and if the bit is off (or off)
In this case, the patch has not been applied and it is necessary to apply the patch. Therefore, patch data corresponding to the patch identifier is input from the patch data file 3, and applied to the patched program file 6 in the secondary storage medium. Furthermore, after implementation, turn on the bit corresponding to the patch identifier in patch implementation management file 4 (
or Off) to register that the patch has been implemented.

これにより、施行要求のあったパッチのうち未施行のパ
ッチについてのみ施行処理を行い、既に施行済みのパッ
チに対しては、重複して施行することを防止できる。
As a result, enforcement processing is performed only on patches that have not yet been enforced among the patches for which enforcement has been requested, and it is possible to prevent redundant enforcement of patches that have already been enforced.

さて、パッチ施行処理プログラム1が動作を開始すると
、2次記憶媒体上のパッチ施行管理ファイル4をローデ
ィングして、メインメモリ上にバッチ施行理テーブル5
を作成する。次に、利用者が施行要求したパッチ識別子
群2からパッチ識別子■を入力して、2次記憶媒体上の
パッチデータファイル3から該当するパッチのパッチ識
別子を入力する。すなわち、パッチ識別子群を1つずつ
デイスプレィ装置の画面に表示して、利用者がこのパッ
チ識別子を確認した後、2次記憶媒体」二のパッチデー
タファイル3から該当する識別子をプログラムに入力す
るのである。次に、メインメモリ上のパッチ施行管理テ
ーブル5からパッチ識別子■に該当するビット位置を求
めて、その状態を調べる。すなわち、パッチ施行管理テ
ーブル5には、パッチ識別子群とそれらに対応するオン
・オフフラグが格納されており、パッチ施行処理プログ
ラム1によりこのテーブル5を参照することによって、
施行状態チエツクを行う。フラグのビットがオン(また
はオフ)であれば、パッチ識別子■に対する処理は完了
する。すなわち、この識別子■に対応するパッチは施行
済みであるため、これを確認することだけで完了するの
である。一方、フラグのビットがオフ(またはオン)で
あれば、未施行であるため、2次記憶媒体上のパッチデ
ータファイル3から該当するパッチ識別子■のパッチデ
ータを施行処理プログラム1に入力して、2次記憶媒体
上の被パッチプログラムファイル6に対し施行する。そ
して、メインメモリ上のパッチ施行管理テーブル5のパ
ッチ識別子■に対応するフラグビット位置の状態をオン
(またはオフ)に更新する。
Now, when the patch enforcement processing program 1 starts operating, it loads the patch enforcement management file 4 on the secondary storage medium and stores the batch enforcement processing table 5 on the main memory.
Create. Next, the patch identifier ■ from the patch identifier group 2 requested by the user is input, and the patch identifier of the corresponding patch is input from the patch data file 3 on the secondary storage medium. In other words, a group of patch identifiers are displayed one by one on the screen of the display device, and after the user confirms the patch identifiers, the user inputs the corresponding identifiers from the patch data file 3 in the secondary storage medium into the program. be. Next, the bit position corresponding to the patch identifier ■ is found from the patch enforcement management table 5 on the main memory, and its status is examined. That is, the patch enforcement management table 5 stores patch identifier groups and their corresponding on/off flags, and by referring to this table 5 by the patch enforcement processing program 1,
Check the enforcement status. If the flag bit is on (or off), processing for patch identifier ■ is completed. In other words, since the patch corresponding to this identifier (■) has already been applied, all you need to do is confirm this. On the other hand, if the flag bit is off (or on), it means that it has not been implemented, so input the patch data with the corresponding patch identifier ■ from the patch data file 3 on the secondary storage medium to the implementation processing program 1, This is applied to the patched program file 6 on the secondary storage medium. Then, the state of the flag bit position corresponding to the patch identifier ■ in the patch enforcement management table 5 on the main memory is updated to on (or off).

この処理を、パッチ識別子■からパッチ識別子nまで同
じようにして繰り返す。パッチ識別子nに対する処理が
完了した時点で、メインメモリ上のパッチ施行管理テー
ブル5を2次記憶媒体上のパッチ施行管理ファイル4に
格納して、パッチ施行処理プログラム1の処理を完了す
る。
This process is repeated in the same way from patch identifier (■) to patch identifier (n). When the processing for patch identifier n is completed, the patch enforcement management table 5 on the main memory is stored in the patch enforcement management file 4 on the secondary storage medium, and the processing of the patch enforcement processing program 1 is completed.

第2図は、本発明の高速パッチ施行方法の動作フローチ
ャートである。
FIG. 2 is an operational flowchart of the high-speed patching method of the present invention.

先ず、パッチの施行に先立って、2次記憶媒体上のパッ
チ施行管理ファイル(第1図の4)をメインメモリにロ
ーディングし、パッチ施行管理テーブル(第1図の5)
を作成する(ステップ21)。利用者が施行要求したパ
ッチ識別子群(第1図の2)に対する処理の完了を判断
する(ステップ22)。
First, prior to patch implementation, the patch implementation management file (4 in Figure 1) on the secondary storage medium is loaded into the main memory, and the patch implementation management table (5 in Figure 1) is loaded into the main memory.
(Step 21). It is determined whether the processing for the patch identifier group (2 in FIG. 1) requested by the user is completed (step 22).

すなわち、利用者がデイスプレィ画面に表示されたパッ
チ識別子を参照することにより、パッチ識別子群の全て
が完了したか否かを判断する。もし、まだ全てが完了し
ていなければ、2次記憶媒体上のパッチデータファイル
(第1図の3)から、利用者が指定したパッチ識別子を
パッチ施行処理プログラムに入力する(ステップ23)
。パッチ施行処理プログラムは、入力されたパッチ識別
子に該当するメインメモリ上のパッチ施行管理テーブル
(第1図の5)のビット位置を求める(ステップ24)
。求められたビット位置の内容を判断し、ビットがオン
(またはオフ)であれば処理21に戻り、ビットがオフ
(またはオン)であれば処理26に進む(ステップ25
)。ビットがオフ(またはオン)の場合には、処理23
で入力されたパッチ識別子に対応するパッチデータを2
次記憶媒体上のパッチデータファイル(第1図の3)か
らパッチ施行処理プログラムに入力する(ステップ26
)。次に、パッチ施行処理プログラムは、入力されたパ
ッチデータを2次記憶媒体上の被パッチプログラムファ
イル(第1図の6)に対して施行する(ステップ27)
。そして、施行したパッチデータに対応するパッチ識別
子に該当するメインメモリ上のパッチ施行管理テーブル
(第1図の5)のビット位置の内容をオン(またはオフ
)に設定する(ステップ28)。すなわち、フラグビッ
トがオフになっていたものを、オンに更新するのである
。反対に最初オンになっていた場合には、これをオフに
更新する。
That is, by referring to the patch identifiers displayed on the display screen, the user determines whether all of the patch identifier groups have been completed. If everything is not completed yet, input the patch identifier specified by the user into the patch enforcement processing program from the patch data file (3 in Figure 1) on the secondary storage medium (step 23).
. The patch enforcement processing program finds the bit position of the patch enforcement management table (5 in Figure 1) on the main memory that corresponds to the input patch identifier (step 24).
. The content of the obtained bit position is determined, and if the bit is on (or off), the process returns to process 21, and if the bit is off (or on), the process proceeds to process 26 (step 25
). If the bit is off (or on), process 23
The patch data corresponding to the patch identifier input in 2
Next, input the patch data file (3 in Figure 1) on the storage medium to the patch implementation processing program (step 26).
). Next, the patch implementation processing program applies the input patch data to the patched program file (6 in Figure 1) on the secondary storage medium (step 27).
. Then, the content of the bit position in the patch implementation management table (5 in FIG. 1) on the main memory corresponding to the patch identifier corresponding to the applied patch data is set to on (or off) (step 28). In other words, flag bits that were off are updated to on. On the other hand, if it was initially on, update it to off.

処理22において、利用者が施行要求したパッチ識別子
群(第1図の2)に対する処理が全て完了したことを確
認した場合には、メインメモリ上のパッチ施行管理テー
ブル(第1図の5)を2次記憶媒体上のパッチ施行管理
ファイル(第1図の4)に格納する(ステップ29)。
In process 22, if it is confirmed that all the processes for the patch identifier group (2 in Figure 1) requested by the user have been completed, the patch enforcement management table (5 in Figure 1) in the main memory is It is stored in the patch enforcement management file (4 in FIG. 1) on the secondary storage medium (step 29).

これにより、目的のパッチ施行の時間短縮が可能であり
、高速のパッチ施行方法が実現できる。
As a result, it is possible to shorten the time required to apply the target patch, and a high-speed patch application method can be realized.

〔発明の効果〕〔Effect of the invention〕

以上説明したように、本発明によれば、施行済みのパッ
チに対する重複施行を防止することができるので、パッ
チ施行時間を短縮することが可能であり、また世代管理
方式における世代番号の指定誤りによるパッチの施行漏
れが防止できる。
As explained above, according to the present invention, it is possible to prevent redundant implementation of patches that have already been applied, thereby reducing patch implementation time, and also to reduce the amount of time required to apply patches due to errors in generation number specification in the generation management method. It is possible to prevent failure to apply patches.

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

第1図は本発明の一実施例を示す高速パッチ施行方法の
説明図、第2図は本発明によるパッチ施行方法の動作フ
ローチャートである。 1:パッチ施行処理プログラム、2:施行要求のパッチ
識別子群、3:パッチデータファイル、4:パッチ施行
管理ファイル、5:パッチ施行管理テーブル、6:被パ
ッチプログラムファイル。 第 識別詞。 ・データ パッチ、・デ タ拳ファイル [−=I−π■
FIG. 1 is an explanatory diagram of a high-speed patching method according to an embodiment of the present invention, and FIG. 2 is an operational flowchart of the patching method according to the present invention. 1: patch enforcement processing program, 2: patch identifier group of enforcement request, 3: patch data file, 4: patch enforcement management file, 5: patch enforcement management table, 6: patched program file. First identifier.・Data patch, ・Dataken file [-=I-π■

Claims (1)

【特許請求の範囲】[Claims] 1、計算機システムのプログラムファイルを修正するパ
ッチ施行方法において、該プログラムファイルの修正に
必要なパッチデータとパッチデータごとに付与されたパ
ッチ識別子とを対にして2次記憶媒体に格納したパッチ
データファイルと、被パッチプログラムファイルごとに
施行済みのパッチ識別子を登録したパッチ施行管理ファ
イルとを備え、パッチ施行時には、先ず上記パッチデー
タファイルからパッチ識別子を入力して、該パッチ識別
子が上記パッチ施行管理ファイルに登録されているか否
かを判別し、登録されていれば該パッチ識別子に対応す
るパッチデータは処理完了済みとし、また登録されてい
なければ、上記パッチデータファイルから該パッチ識別
子に対応するパッチデータを取り出して、該パッチデー
タを入力し、該パッチデータを被パッチプログラムファ
イルに施行するとともに、該パッチ識別子を上記パッチ
施行管理ファイルに登録する処理を、全てのパッチ識別
子に対して行うことを特徴とする高速パッチ施行方法。
1. In a patch implementation method for modifying a program file of a computer system, a patch data file stores a pair of patch data necessary for modifying the program file and a patch identifier assigned to each patch data in a secondary storage medium. and a patch implementation management file in which patch identifiers that have been applied are registered for each patched program file.When applying a patch, first input the patch identifier from the patch data file, and the patch identifier is stored in the patch implementation management file. If it is registered, the patch data corresponding to the patch identifier is considered to have been processed, and if it is not registered, the patch data corresponding to the patch identifier is extracted from the patch data file. , inputting the patch data, applying the patch data to the patched program file, and registering the patch identifier in the patch implementation management file for all patch identifiers. A fast patching method.
JP1070252A 1989-03-22 1989-03-22 High speed patch executing method Pending JPH02249026A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1070252A JPH02249026A (en) 1989-03-22 1989-03-22 High speed patch executing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1070252A JPH02249026A (en) 1989-03-22 1989-03-22 High speed patch executing method

Publications (1)

Publication Number Publication Date
JPH02249026A true JPH02249026A (en) 1990-10-04

Family

ID=13426183

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1070252A Pending JPH02249026A (en) 1989-03-22 1989-03-22 High speed patch executing method

Country Status (1)

Country Link
JP (1) JPH02249026A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005648A (en) * 1999-05-19 2001-01-12 Internatl Business Mach Corp <Ibm> Device and method for synchronizing software between computers

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001005648A (en) * 1999-05-19 2001-01-12 Internatl Business Mach Corp <Ibm> Device and method for synchronizing software between computers
US6968550B2 (en) 1999-05-19 2005-11-22 International Business Machines Corporation Apparatus and method for synchronizing software between computers

Similar Documents

Publication Publication Date Title
US5717950A (en) Input/output device information management system for multi-computer system
US6915452B2 (en) Method, system and program products for operationally migrating a cluster through emulation
US5590347A (en) Method and system for specifying alternate behavior of a software system using alternate behavior indicia
JPH02249026A (en) High speed patch executing method
JPH1091405A (en) Software maintenance method
CN111367892A (en) Data migration method and device
JP2000163109A (en) Ladder programming device and its method
JPS63311450A (en) Exclusive control system for file access
JPH06332150A (en) Automatic processing system for mask data
JPS6356728A (en) Execution system for program correction
JPH0256666A (en) System for dynamically updating job network unitary control system generating information
EP1031920A2 (en) Editable and automatically generated configuration data
JPH02224114A (en) Screen file maintenance system
JP4604666B2 (en) I / O target change control method
JPH05165615A (en) Patch revision management system for load module
JPH03257531A (en) Patch system
JPH044428A (en) System for improving redundant execution of patch
JP2001297005A (en) Client-server system
JPH02224122A (en) Dynamic link system for memory patch data
CN117093592A (en) Data updating method, device and medium
JP2647044B2 (en) History management method
JPH03103923A (en) Program rewriting system
JPS6123236A (en) Correction and control system of object program
JPH1031513A (en) User interface system for monitor control system
JP2578887B2 (en) Program test method