JPH0581010A - Patch execution method - Google Patents
Patch execution methodInfo
- Publication number
- JPH0581010A JPH0581010A JP3242050A JP24205091A JPH0581010A JP H0581010 A JPH0581010 A JP H0581010A JP 3242050 A JP3242050 A JP 3242050A JP 24205091 A JP24205091 A JP 24205091A JP H0581010 A JPH0581010 A JP H0581010A
- Authority
- JP
- Japan
- Prior art keywords
- patch
- file
- execution
- error
- patching
- 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.)
- Withdrawn
Links
Landscapes
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、コンピュータシステム
上で動作するOS等のソフトウェアの修正(パッチ)方
法に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method of modifying (patching) software such as an OS operating on a computer system.
【0002】コンピュータシステムを稼働させるための
ソフトウェアについて、その重要性と規模は益々増大し
ており、ソフトウェア規模の増大に伴ってソフトウェア
のバグも増大している。The importance and scale of software for operating a computer system are increasing, and as the scale of software increases, the number of software bugs also increases.
【0003】このため、ソフトウェアのパッチは必要不
可欠なものとなっているが、そのためにコンピュータシ
ステムを停止することは避け、なるべくユーザのシステ
ム運用に影響を与えず、しかも自動的にパッチを実施す
る必要がある。For this reason, software patches have become indispensable. However, it is necessary to avoid shutting down the computer system for that purpose, to minimize the influence on the user's system operation, and to execute the patches automatically. There is a need.
【0004】[0004]
【従来の技術】図3〜図5,図6は、従来のパッチ実施
方法を説明する図であり、それぞれにおいて、(a) は動
作フローを示し、(b) は、実際のパッチの実施を模式的
に示している。2. Description of the Related Art FIGS. 3 to 5 and 6 are views for explaining a conventional patch execution method, in which (a) shows an operation flow and (b) shows actual patch execution. It is shown schematically.
【0005】従来のパッチ実施方法は、次のような方法
で実施していた。 (1) システムを停止した状態で、手動でパッチを実施す
る。即ち、図3(a) に示したように、システムを停止し
た状態で、例えば、システム保守モードにして、その間
にパッチを実施する。{図3(a) の処理ステップ 10 〜
15参照}具体的には、パッチプログラムを実行すること
により、図3(b) に示したように、ファイル記憶装置
(ディスク) 2 のパッチデータファイル 2a に格納され
ているパッチデータPを、同じファイル記憶装置 2中の
修正対象のソフトウェアファイル(Aファイル,Bファ
イル)2b,2c,〜に上書き (斜線で示す) することで、パ
ッチを行う。The conventional patch implementation method has been implemented by the following method. (1) Manually execute the patch with the system stopped. That is, as shown in FIG. 3A, in a state where the system is stopped, for example, the system maintenance mode is set, and the patch is executed in the meantime. {Processing step 10 of FIG.
15} Specifically, by executing the patch program, as shown in FIG. 3 (b), the file storage device
The patch data P stored in the patch data file 2a of the (disk) 2 is overwritten on the software files (A file, B file) 2b, 2c, to be modified in the same file storage device 2 (shown with diagonal lines). By doing, patch.
【0006】(2) システム運用中に、手動または自動で
パッチを実施する。即ち、図4(a)に示したように、シ
ステム運用中に、パッチプログラムを実行する。{図4
(a)の処理ステップ 20 参照} (3) システム運用中にパッチデータを用意して(予め取
り込んで)おき、次の(または予定した時の)システム
立ち上げ時の、例えば、システム初期化(IMPL)時に自動
的にパッチを実施する。{図5(a) のステップ 30 〜34
参照}(2) Manual or automatic patching is performed during system operation. That is, as shown in FIG. 4A, the patch program is executed during system operation. {Fig. 4
Refer to processing step 20 of (a)} (3) Prepare patch data during system operation (acquire it in advance), and at the next (or scheduled) system startup, for example, system initialization ( IMPL) automatically patch. {Steps 30-34 of Fig. 5 (a)
reference}
【0007】[0007]
【発明が解決しようとする課題】上記のパッチ実施方法
では、次のような問題点がある。 (1) オンラインシステムのような稼働中のシステムを、
図3(a) で説明したように、パッチのために停止するこ
とは難しく、又、システムの停止に合わせたパッチ実施
スケジュールを立てなくてはならないという問題があ
る。The above patch implementation method has the following problems. (1) A running system, such as an online system,
As described with reference to FIG. 3A, it is difficult to stop due to a patch, and there is a problem that a patch execution schedule must be set up in accordance with the stop of the system.
【0008】(2) 図4で説明したシステム運用中にパッ
チを実施するためには、プログラムに修正が施されると
きの時間差を考慮する等、パッチ処理が非常に複雑にな
り、動作の保証が難しくなる。(2) In order to execute the patch during the system operation described with reference to FIG. 4, the patch process becomes very complicated, such as considering the time difference when the program is modified, and the operation is guaranteed. Becomes difficult.
【0009】問題の具体例を、図4(b) によって説明す
る。ファイル記憶装置 (ディスク)2 のパッチデータフ
ァイル 2a に、遠隔保守センタ, パッチフロッピー等か
ら格納しておいたパッチデータPを、パッチプログラム
をシステム運用中に実行{図4(a) の処理ステップ 20
参照}して、修正対象のソフトウェアファイル 2b,2c上
に上書き(斜線で示す)することで、該ソフトウェアの
修正を行うことになるが、該パッチは、ある順序で実行
されるため、該パッチが実施される前のソフトウェア
(例えば、Aファイル 2a)が、主記憶装置(MSU)(メモ
リ) 3 にロードされて実行されているものと、該パッチ
が実施されたソフトウェア (例えば、Bファイル) が、
主記憶装置(MSU)(メモリ) 3 にロードされて実行されて
いるものとが混在することになり、複数個のプログラム
間において、一方はパッチされているが、他方はパッチ
されていないことに起因して、論理的な矛盾が生じるこ
とになる。A specific example of the problem will be described with reference to FIG. In the patch data file 2a of the file storage device (disk) 2, the patch data P stored from the remote maintenance center, patch floppy disk, etc. is executed during the system operation of the patch program {processing step 20 of FIG. 4 (a) 20.
Then, the software is modified by overwriting (indicated by diagonal lines) on the software files 2b and 2c to be modified, but since the patches are executed in a certain order, The software (for example, A file 2a) before being executed is loaded and executed in the main storage unit (MSU) (memory) 3, and the software for which the patch is executed (for example, B file) But,
The main memory (MSU) (memory) 3 and the one that is being executed will coexist, and among multiple programs, one will be patched but the other will not be patched. Due to this, a logical contradiction occurs.
【0010】(3) 図5,図6で説明したシステム運用中
にパッチデータを取り込んでおき、次のシステム立ち上
げ時に自動的にパッチを実施する方法は、人手の介入が
不要であり、システム稼働への影響も少ないが、立ち上
げシーケンスの途中でパッチが行われるため、パッチ実
施以降にローディングされたプログラム(例えば、A,
Bファイル)はパッチされているが、パッチ実施以前に
ローディングされたプログラム{例えば、オペレイティ
ングシステム(OS)}はパッチされていないため、プログ
ラム動作に矛盾を起こす危険性がある。(3) The method described in FIG. 5 and FIG. 6 in which patch data is fetched during system operation and the patch is automatically executed at the next system startup does not require human intervention. Although the effect on the operation is small, since the patch is performed in the middle of the startup sequence, the program loaded after the patch is executed (for example, A,
Although the B file) is patched, the program loaded before the patch is executed (for example, operating system (OS)) is not patched, so there is a risk of inconsistent program operation.
【0011】この問題を、図6(b) によって、具体的に
説明する。即ち、パッチプログラムを実行する為には、
オペレイティングシステム(OS)がロードされる必要があ
るが、該オペレイティングシステム(OS)にパッチが必要
な場合、先ず、システムの立ち上げで該オペレイティン
グシステム(OS)がロードされた時点では、該オペレイテ
ィングシステム(OS)に対するパッチは実施されておら
ず、この状態で、パッチプログラムが実行されて、例え
ば、あるアプリケーションプログラム(Aファイル,B
ファイル)のパッチが実行されて、該アプリケーション
プログラムが実行されると、未だ、オペレイティングシ
ステム(OS)はパッチされていない状態であるので、該ア
プリケーションプログラムの実行に矛盾を起こす危険性
がある。This problem will be specifically described with reference to FIG. 6 (b). That is, in order to execute the patch program,
The operating system (OS) needs to be loaded, but if a patch is required for the operating system (OS), first, when the operating system (OS) is loaded at system startup, The operating system (OS) has not been patched, and the patch program is executed in this state, for example, a certain application program (A file, B
When a patch of a file) is executed and the application program is executed, the operating system (OS) is still unpatched, so there is a risk of causing inconsistency in the execution of the application program.
【0012】勿論、システム立ち上げ時には、オペレイ
ティングシステム(OS)はパッチプログラムの実行を最優
先にするようにすれば、上記の問題は回避できるが、処
理を必要とする複数のアプリケーションプログラム(パ
ッチプログラムを含む)のディスパッチキューへの投入
制御が複雑になる。Of course, when the operating system (OS) gives top priority to the execution of the patch program at system startup, the above problem can be avoided, but a plurality of application programs (patch Controlling the submission of (including programs) to the dispatch queue becomes complicated.
【0013】この為、図5(a) では、該システムの立ち
上げ中のパッチの実施が終了した後、該システムの立ち
上げシーケンスを再起動する方法をとっているが、その
分の時間が余計にかかり、システムの立ち上げ時間に影
響を与え、ユーザに対するサービスが低下する問題があ
る。For this reason, in FIG. 5 (a), the method for restarting the startup sequence of the system after the execution of the patch during the startup of the system is finished, It takes extra time, affects the system start-up time, and degrades the service to the user.
【0014】本発明は上記従来の欠点に鑑み、コンピユ
ータシステム上で動作するオペレイティングシステム(O
S)等のソフトウェアの修正 (パッチ) を実施するのに、
システムを停止することなく、又、ユーザのシステム運
用に影響を与えることなく、然も、自動的にパッチを行
うことができるパッチ実施方法を提供することを目的と
するものである。In view of the above-mentioned conventional drawbacks, the present invention is directed to an operating system (O) operating on a computer system.
To carry out software modifications (patches) such as (S),
It is an object of the present invention to provide a patch execution method that can automatically perform a patch without stopping the system and without affecting the user's system operation.
【0015】[0015]
【課題を解決するための手段】図1は、本発明の原理説
明図である。上記の問題点は下記の如くに構成したパッ
チ実施方法によって解決される。FIG. 1 illustrates the principle of the present invention. The above problems are solved by the patch implementation method configured as follows.
【0016】(1) コンピュータシステム 1におけるソフ
トウェア(プログラムおよびデータ)の修正方法であっ
て、該コンピユータシステム 1を運用中に、パッチデー
タPを、ファイル記憶装置2に取り込んで,,お
き、該コンピユータシステム 1の運用の終了後のシステ
ムの停止シーケンス中に、自動的にパッチを実施する
ように構成する。(1) A method of modifying software (programs and data) in a computer system 1, wherein the patch data P is fetched into a file storage device 2 while the computer system 1 is operating, and the computer data is stored. Configure to automatically perform the patch during the system shutdown sequence after the operation of System 1 is completed.
【0017】(2) 上記コンピユータシステム 1の運用の
終了後のシステムの停止シーケンス中でのパッチ実施
中において、エラーが発生した場合に、該エラーの発生
したパッチを復元すると共に、該エラー情報をファイル
記憶装置(システムディスク)2 に待避しておき、次の
システム立ち上げ時に、該エラー情報の表示を行うよう
に構成する。(2) When an error occurs during patch execution in the system stop sequence after the operation of the computer system 1 is finished, the patch in which the error occurred is restored and the error information is displayed. The file storage device (system disk) 2 is saved, and the error information is displayed at the next system startup.
【0018】[0018]
【作用】本発明では、上記問題点を解決するために、シ
ステム運用中にあらかじめパッチデータPをファイル記
憶装置(システムディスク)上に取り込ん〜でお
き、システム運用終了後のシステム停止シーケンスの中
でパッチ実施を自動的に行うことにより、運用システ
ムへ影響を与えずにパッチ実施を行う。According to the present invention, in order to solve the above-mentioned problems, the patch data P is loaded into the file storage device (system disk) in advance during the system operation, and in the system stop sequence after the system operation is completed. By automatically performing the patch, the patch is implemented without affecting the operation system.
【0019】又、該システム運用終了後のシステム停止
シーケンスの中でのパッチ実施中にエラーが発生した
場合には、該エラーの発生したパッチの実施を元に復元
しておき、該エラー情報をファイル記憶装置に待避して
おいて、次のシステム立ち上げ時に、該エラー情報の表
示を行うようにしたものである。If an error occurs during the patch execution in the system stop sequence after the system operation ends, the patch is restored based on the execution of the patch in which the error occurred, and the error information is returned. The file is stored in the file storage device and the error information is displayed at the next system startup.
【0020】従って、従来のパッチ実施方法で問題を起
こしていた、システムを停止する必要がなくなると共
に、システムの立ち上げ時にパッチの実施を行わないの
で、プログラムの修正の時間差の問題を回避でき、ユー
ザのシステムの運用への影響を、最小限に抑えることが
できる。Therefore, it is not necessary to stop the system, which has caused a problem in the conventional patch execution method, and the patch is not executed when the system is started up. Therefore, the problem of the time difference of the program correction can be avoided. It is possible to minimize the influence on the operation of the user's system.
【0021】更に、システム停止シーケンス中のパッチ
実施でエラーが発生した場合、該エラーのあったパッチ
は復元されており、次のシステムの立ち上げで、該エラ
ー情報が通知されるので、システムの運用に問題を起こ
すことなく、該エラーの対応が可能であるという効果が
ある。Further, when an error occurs during execution of the patch during the system stop sequence, the patch having the error is restored and the error information is notified at the next system startup. There is an effect that the error can be dealt with without causing a problem in operation.
【0022】[0022]
【実施例】以下本発明の実施例を図面によって詳述す
る。前述の図1は、本発明の原理説明図であり、図2
は、本発明の一実施例を流れ図で示した図である。Embodiments of the present invention will now be described in detail with reference to the drawings. FIG. 1 described above is an explanatory view of the principle of the present invention.
FIG. 4 is a flowchart showing an embodiment of the present invention.
【0023】本発明においては、システム運用中にあら
かじめパッチデータを取り込んでおき、システム運用終
了後のシステム停止シーケンスの中でパッチ実施を自動
的に行う手段、及び、該システム停止シーケンスの中で
パッチ実施中にエラーが発生した場合には、該エラー情
報をファイル記憶装置(システムディスク:磁気ディス
ク装置)に待避しておいて、次のシステム立ち上げ時
に、該エラー情報の表示を行う手段が、本発明を実施す
るのに必要な手段である。尚、全図を通して同じ符号は
同じ対象物を示している。According to the present invention, means for automatically fetching patch data during system operation and automatically executing patch in the system stop sequence after the system operation is finished, and patch in the system stop sequence When an error occurs during execution, a means for saving the error information in a file storage device (system disk: magnetic disk device) and displaying the error information at the next system startup, It is a necessary means for carrying out the present invention. The same reference numerals denote the same objects throughout the drawings.
【0024】以下、図1,及び、従来技術を説明してい
る図3〜図5を参照しながら、図2よって、本発明のパ
ッチ実施方法を説明する。システム運用中にパッチデー
タを取り込む方法としては、図1の,,およびで
示すような方法がある。The patch execution method of the present invention will be described below with reference to FIG. 2 while referring to FIG. 1 and FIGS. As a method for fetching patch data during system operation, there are methods shown by ,, and in FIG.
【0025】,は、顧客先コンピュータシステムの
入出力装置にパッチデータを格納した外部媒体(磁気テ
ープ,フロッピーディスク等)をセットし、その内容
(パッチデータP)を、磁気ディスク装置 2のパッチデ
ータファイル 2a に落とし込んでおく方法である。, Sets an external medium (magnetic tape, floppy disk, etc.) storing patch data in the input / output device of the customer's computer system, and sets its contents (patch data P) to the patch data of the magnetic disk device 2. It is a method to drop it in file 2a.
【0026】は、パッチデータの配信管理を行う遠隔
保守センタから回線を経由してパッチデータを取り込
み、該磁気ディスク装置 2のパッチデータファイル 2a
に落とし込んでおく方法である。The patch data file 2a of the magnetic disk device 2 is fetched via a line from a remote maintenance center that manages the distribution of patch data.
It is a method to drop it in.
【0027】次に、電源切断等のシステム停止が指示さ
れると、図2のフローチャートに示すようにシステム停
止シーケンスの中で条件判定を行い、パッチ実施条件
(パッチ実施モードで,かつ未実施パッチが存在する)
(図2の処理ステップ 50,51参照) が整えば、図1の
で示すように、パッチデータファイル 2a に取り込んで
おいたパッチデータPを、目的のファイル (図3,図
4,図6のAファイル,Bファイル)に適用する。Next, when a system stop such as power-off is instructed, condition determination is performed in the system stop sequence as shown in the flowchart of FIG. 2, and the patch execution condition (patch execution mode and unexecuted patch Exists)
When the processing (see processing steps 50 and 51 in FIG. 2) is completed, the patch data P captured in the patch data file 2a is converted into the target file (A in FIG. 3, FIG. 4, FIG. 6) as shown by in FIG. File, B file).
【0028】若し、システム停止シーケンス中のパッチ
実施でエラーがあった場合は、図2の処理ステップ 53,
54で示すように、該エラーのあったパッチを元に復元し
た後、そのエラー情報を、磁気ディスク装置 2の特定の
領域 (図示せず) に格納しておき、次のシステム立ち上
げ時にエラー情報を表示する (図2の処理ステップ 55,
56参照) ことにより、使用者に対して異常の有無および
異常情報を提供することができる。If there is an error in executing the patch during the system stop sequence, the process step 53, FIG.
As indicated by 54, after restoring the patch with the error, the error information is stored in a specific area (not shown) of the magnetic disk unit 2 and the error is generated at the next system startup. Display information (process step 55 of FIG. 2,
By doing so, it is possible to provide the user with the presence or absence of abnormality and the abnormality information.
【0029】このように、本発明は、コンピユータシス
テム上で動作するOS等のソフトウェアの修正 (パッチ)
方法において、システム運用中に、予め、パッチデータ
をパッチデータ格納ファイルに取り込んでおき、システ
ム運用の終了後のシステム停止シーケンスの中で、パッ
チを実施し、該パッチの実施でエラーが発生した場合に
は、該パッチを復元してエラー情報をファイル記憶装置
に待避しておき、次のシステムの立ち上げ時に、該エラ
ー情報の表示を行うようにしたところに特徴がある。As described above, the present invention is a modification (patch) of software such as an OS operating on the computer system.
In the method, when the patch data is previously captured in the patch data storage file during the system operation, the patch is executed in the system stop sequence after the system operation is completed, and an error occurs during the execution of the patch. Is characterized in that the patch is restored, the error information is saved in the file storage device, and the error information is displayed at the next system startup.
【0030】[0030]
【発明の効果】本発明によれば、システム業務終了した
後のパワーオフシーケンスでパッチ実施が行われるた
め、以下に示すように、ユーザシステム運用への影響を
最小限に抑えることができる。According to the present invention, the patch is executed in the power-off sequence after the system work is completed, so that the influence on the operation of the user system can be minimized as shown below.
【0031】(1) 稼働中のシステムを停止させる必要が
ない。 (2) システムの停止処理中にパッチを実施するため、プ
ログラム間の修正の時間差の考慮等, パッチ実施に複雑
な制御を行う必要が無い。(1) It is not necessary to stop the operating system. (2) Since the patch is executed while the system is stopped, there is no need to perform complicated control for patch execution, such as considering the time difference of modification between programs.
【0032】(3) システム運用中または、システム立ち
上げ時にパッチ実施を行う方法では、パッチ実施以降に
ローディングされたプログラムはパッチされているが、
パッチ実施以前にローディングされたプログラムはパッ
チされていないため、プログラム動作に矛盾を起こす危
険性があるが、本発明においては、システムの停止処理
中にパッチを実施するため、次の電源投入では、パッチ
が全てファイルに反映された状態で立ち上がるため、プ
ログラム動作に矛盾を起こす危険性は、全く無い。(3) In the method of executing the patch during system operation or system startup, the programs loaded after the patch execution are patched.
Since the program loaded before the patch execution is not patched, there is a risk of causing inconsistency in the program operation.However, in the present invention, since the patch is executed during the system stop process, the next power-on There is no risk of causing inconsistency in program operation because all patches are started up in a file.
【0033】(4) システム停止中パッチ実施でエラーが
あった場合、次のシステム立ち上げでエラー情報が通知
されるので、その情報によりエラーの対応が可能であ
る。(4) If there is an error in executing the patch while the system is stopped, error information is notified at the next system startup, and the error can be dealt with by the information.
【図1】本発明の原理説明図FIG. 1 is an explanatory diagram of the principle of the present invention.
【図2】本発明の一実施例を流れ図で示した図FIG. 2 is a flowchart showing an embodiment of the present invention.
【図3】従来のパッチ実施方法を説明する図(その1)FIG. 3 is a diagram (part 1) illustrating a conventional patch implementation method.
【図4】従来のパッチ実施方法を説明する図(その2)FIG. 4 is a diagram (part 2) for explaining a conventional patch implementation method.
【図5】従来のパッチ実施方法を説明する図(その3)FIG. 5 is a diagram (part 3) for explaining a conventional patch implementation method.
【図6】従来のパッチ実施方法を説明する図(その4)FIG. 6 is a diagram (part 4) for explaining a conventional patch implementation method.
1 コンピユータシステム, 又は、システム 2 ファイル記憶装置(ディスク,システムディス
ク), 又は、磁気ディスク装置 10〜15,20,30〜34,50 〜56 処理ステップ 〜 パッチデータの格納 パッチデータの目的のファイルへの適用 (パッチ
実施) P パッチデータ1 Computer system or system 2 File storage device (disk, system disk) or magnetic disk device 10-15, 20, 30-34, 50-56 Processing step-Storing patch data To the target file of patch data Application (Patch execution) P Patch data
Claims (2)
ウェア(プログラムおよびデータ)の修正方法であっ
て、 該コンピユータシステム(1) を運用中に、パッチデータ
(P)を、ファイル記憶装置(2) に取り込んで(,
,)おき、 該コンピユータシステム(1) の運用の終了後のシステム
の停止シーケンス中に、自動的にパッチを実施()す
ることを特徴とするパッチ実施方法。1. A method for modifying software (program and data) in a computer system (1), comprising patch data during operation of the computer system (1).
Import (P) into the file storage device (2) (,
,) Every other time, the patch is automatically executed () during the system stop sequence after the operation of the computer system (1) is finished.
了後のシステムの停止シーケンス中でのパッチ実施
() 中において、エラーが発生した場合に、該エラー
の発生したパッチを復元すると共に、該エラー情報をフ
ァイル記憶装置(2) に待避しておき、次のシステム立ち
上げ時に、該エラー情報の表示を行うことを特徴とする
請求項1に記載のパッチ実施方法。2. A patch implementation in a system shutdown sequence after the operation of the computer system (1) is completed.
In (), when an error occurs, the patch in which the error occurred is restored and the error information is saved in the file storage device (2). The patch execution method according to claim 1, wherein the patch is displayed.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3242050A JPH0581010A (en) | 1991-09-20 | 1991-09-20 | Patch execution method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP3242050A JPH0581010A (en) | 1991-09-20 | 1991-09-20 | Patch execution method |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH0581010A true JPH0581010A (en) | 1993-04-02 |
Family
ID=17083529
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP3242050A Withdrawn JPH0581010A (en) | 1991-09-20 | 1991-09-20 | Patch execution method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH0581010A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011510388A (en) * | 2008-01-22 | 2011-03-31 | アマデウス エス.エイ.エス | Method and system for deploying incompatible server versions in a client / server computing environment |
-
1991
- 1991-09-20 JP JP3242050A patent/JPH0581010A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011510388A (en) * | 2008-01-22 | 2011-03-31 | アマデウス エス.エイ.エス | Method and system for deploying incompatible server versions in a client / server computing environment |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN113641378B (en) | Optical module program upgrading method, device, equipment and readable storage medium | |
US6502176B1 (en) | Computer system and methods for loading and modifying a control program without stopping the computer system using reserve areas | |
JPH0581010A (en) | Patch execution method | |
CN109359093B (en) | Rule file updating method and system | |
US20030140082A1 (en) | Patch processing system and method | |
JP2552738B2 (en) | Data processing device | |
JPS5835648A (en) | Program execution controlling system | |
TWI709082B (en) | Recording method for debug messages of bios in a boot phase and a post-boot operation phase | |
JPH07104991A (en) | Software correcting device | |
JP2001166966A (en) | Method for managing execution environment of program to be tested in debugger | |
JPH07160352A (en) | Program execution system | |
JP3263987B2 (en) | Automatic IPL initial setting processing method | |
JP4535663B2 (en) | State machine control method and state machine | |
JPH07295670A (en) | Starting method for computer system | |
JPS63157238A (en) | Computer | |
JPH1021067A (en) | Dynamic correction method for program | |
JPH07210403A (en) | Task switching system | |
JPH0769847B2 (en) | Job control method during rerun | |
JPH03225434A (en) | Job reactuation system | |
JPH09305431A (en) | Debugging sentence acquiring method | |
JPH03105529A (en) | Psw type error control circuit | |
JPH0241523A (en) | Version number managing system | |
JPS63213050A (en) | Parallel processing system | |
JPS61139851A (en) | Patch system of program | |
JPH08235029A (en) | Storage method for system fault information |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 19981203 |