JP2002229659A - Process transferring method and computer system - Google Patents

Process transferring method and computer system

Info

Publication number
JP2002229659A
JP2002229659A JP2001023397A JP2001023397A JP2002229659A JP 2002229659 A JP2002229659 A JP 2002229659A JP 2001023397 A JP2001023397 A JP 2001023397A JP 2001023397 A JP2001023397 A JP 2001023397A JP 2002229659 A JP2002229659 A JP 2002229659A
Authority
JP
Japan
Prior art keywords
computer
license
execution
transferred
transferring
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.)
Granted
Application number
JP2001023397A
Other languages
Japanese (ja)
Other versions
JP4080699B2 (en
Inventor
Hideaki Hirayama
秀昭 平山
Toshio Shirokibara
敏雄 白木原
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2001023397A priority Critical patent/JP4080699B2/en
Publication of JP2002229659A publication Critical patent/JP2002229659A/en
Application granted granted Critical
Publication of JP4080699B2 publication Critical patent/JP4080699B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a process transferring method and a computer system capable of continuously executing processing of a process obtaining the simultaneous execution license in the condition that the simultaneous execution license is obtained when transferring the process obtaining the simultaneous execution license. SOLUTION: Processing of the process obtaining the execution license being executed in a first computer is interrupted, and this interrupted process is transferred to a second computer to restart the execution of the process in the second computer. In place of the process transferred to the second computer, an execution license is obtained.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、計算機上で実行し
ているプロセスを他の計算機に移送(マイグレーショ
ン)して、その実行を継続させるプロセスマイグレーシ
ョンに関する。 特に、同時実行できるプロセスの数が
制限されて使用許諾された有償ソフトウェアにおいて、
ライセンスを取得して実行しているプロセスをその取得
したライセンスを保持したままで他の計算機に移送する
プロセスマイグレーションに関する
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a process migration for transferring (migrating) a process running on a computer to another computer and continuing the execution. In particular, for paid software licensed with a limited number of concurrent processes,
Process migration for transferring a process that acquires and executes a license to another computer while retaining the acquired license

【0002】[0002]

【従来の技術】従来から、ある計算機上で実行中のプロ
セスを他の計算機上に移送するプロセス移送の技術があ
る。これは、実行中のプロセスの状態をチェックポイン
トとして採取/保存し、この保存したチェックポイント
を用いて他の計算機上でプロセスをリスタートさせると
いう技術である。チェックポイントとして保存する情報
は、CPUのプログラムカウンタや各種レジスタが保持
している内容等のそのプロセスを実行するのに必要な制
御情報である。
2. Description of the Related Art Conventionally, there is a process transfer technique for transferring a process being executed on a certain computer to another computer. This is a technique of collecting / storing the state of a running process as a checkpoint, and restarting the process on another computer using the saved checkpoint. The information stored as a checkpoint is control information necessary for executing the process, such as a program counter of the CPU and contents held by various registers.

【0003】近年、同時に実行できるプロセスの数を事
前に制限して顧客に使用許諾する例えばCADプログラ
ム( Computer Aided Designプログラム )等の有償ソ
フトウェアがある。例えば、4ライセンス(同時実行ラ
イセンス)付きで使用許諾されたCADプログラムの場
合には、CAD業務を実行するCADプログラム実行プ
ロセスを同時に4つ実行することができる。即ち、4台
の計算機(換言すると4人のユーザー)が同時にCAD
プログラムを実行することができる。
[0003] In recent years, there has been paid software such as a CAD program (Computer Aided Design program) for restricting the number of processes that can be executed at the same time in advance and licensing the license to customers. For example, in the case of a CAD program licensed with four licenses (simultaneous execution license), four CAD program execution processes for executing a CAD job can be executed simultaneously. That is, four computers (in other words, four users) are simultaneously CAD
The program can be executed.

【0004】このように同時実行ライセンスを取得して
実行しているプロセスを他の計算機上に移送すると、移
送された後のプロセスは同時実行ライセンスを取得でき
ないにも拘わらず、処理を継続実行してしまう問題があ
った。
When a process that acquires and executes a concurrent execution license is transferred to another computer as described above, the transferred process continues to execute the process even though the concurrent execution license cannot be obtained. There was a problem.

【0005】[0005]

【発明が解決しようとする課題】このような同時実行ラ
イセンスを取得して実行しているプロセスを他の計算機
上にプロセス移送する処理について図4に図示したタイ
ムチャートに基づいて説明する。具体的には、例えばC
ADプログラムにおいて、同時実行ライセンスを取得し
てCAD業務を実行するCADプログラム実行プロセス
のプロセス移送を例として説明する。
The process of acquiring a concurrent execution license and transferring the process being executed to another computer will be described with reference to a time chart shown in FIG. Specifically, for example, C
In the AD program, a process transfer of a CAD program execution process for acquiring a concurrent execution license and executing a CAD job will be described as an example.

【0006】先ず、CADプログラム実行プロセスを時
刻T0で起動する。このCADプログラム実行プロセス
は、時刻T1に同時実行ライセンスをライセンスサーバ
ープロセスから取得する。更に、CADプログラム実行
プロセスは、時刻T2でチェックポイント1を、時刻T
nでチェックポイントnを採取している。その後、時刻
Tn+1でCADプログラム実行プロセスの実行を停止
し(中断し)、時刻Tnで採取したチェックポイントn
を用いて他の計算機上でCADプログラム実行プロセス
をリスタートさせることでプロセス移送が終了して他の
計算機上でCADプログラム実行プロセスの処理が引き
続いて続行される。ここで時刻Tn+1におけるCAD
プログラム実行プロセスの実行の停止は、計算機の障害
による計画外のプロセス移送による場合も含まれる。計
画的なプロセス移送では、時刻Tnでチェックポイント
nを採取した後、それ以後のプロセスの実行を停止(中
断)して、すぐにその採取したチェックポイントを用い
て他の計算機でプロセスをリスタートする場合もある。
First, a CAD program execution process is started at time T0. The CAD program execution process acquires a concurrent execution license from the license server process at time T1. Further, the CAD program execution process performs checkpoint 1 at time T2 and time T2.
Checkpoint n is collected at n. Thereafter, the execution of the CAD program execution process is stopped (interrupted) at time Tn + 1, and the checkpoint n collected at time Tn
By restarting the CAD program execution process on another computer by using, the process transfer is completed, and the processing of the CAD program execution process is continued on another computer. Here, CAD at time Tn + 1
The suspension of the execution of the program execution process includes the case of unplanned process transfer due to a computer failure. In the planned process transfer, after a checkpoint n is collected at time Tn, the execution of the subsequent processes is stopped (interrupted), and the process is immediately restarted by another computer using the collected checkpoint. In some cases.

【0007】一般にプロセスは、その起動処理時に同時
実行ライセンスを管理しているライセンスサーバプロセ
スとの間でソケットインターフェースを用いたプロセス
間通信を開始して通信コネクションを確立することで、
同時実行ライセンスを取得したことになる。ライセンス
サーバプロセスは、同時実行ライセンスの要求のあった
プロセスとの間に確立している通信コネクションの数を
管理することで付与する同時実行ライセンスの数を管理
している。プロセスから通信コネクションの確立を要求
されたライセンスサーバプロセスは、既に他のプロセス
に付与している同時実行ライセンスの数が予め設定され
ているライセンスの制限数に達しているか否かを判断し
た結果に基づいて、そのプロセスとの間に通信コネクシ
ョンを確立して同時実行ライセンスを付与するか否かを
制御している。従って、ライセンスサーバプロセスは、
既に付与済みの同時実行ライセンスの数が予め設定され
ているライセンスの制限数に達していない場合には、通
信コネクションの確立を要求されたプロセスとの間で通
信コネクションを確立する。この結果、プロセスは同時
実行ライセンスを取得する。
In general, a process starts communication between processes using a socket interface with a license server process which manages a concurrently executing license at the time of the start-up process, thereby establishing a communication connection.
You have obtained a concurrent execution license. The license server process manages the number of concurrent execution licenses to be granted by managing the number of communication connections established with the process that has requested a concurrent execution license. The license server process requested to establish a communication connection from the process determines whether the number of concurrent licenses already granted to other processes has reached the preset license limit or not. Based on this, it controls whether a communication connection is established with the process and a concurrent execution license is granted. Therefore, the license server process
If the number of concurrently executed licenses has not reached the preset license limit, a communication connection is established with the process requested to establish a communication connection. As a result, the process obtains a concurrent license.

【0008】一方、ライセンスサーバプロセスは、既に
付与済みの同時実行ライセンスの数が予め設定されてい
るライセンスの制限数に達している場合には、通信コネ
クションの確立を要求されたプロセスとの間で通信コネ
クションの確立をしない。この結果、プロセスは同時実
行ライセンスを取得できないので、処理を続行すること
ができない。
On the other hand, when the number of concurrently executed licenses has already reached the preset limit number of licenses, the license server process communicates with the process requested to establish a communication connection. Do not establish a communication connection. As a result, the process cannot acquire the concurrent execution license and cannot continue the processing.

【0009】上記説明のように他の計算機上にプロセス
移送されたプロセスが同時実行ライセンスを取得できな
いままにその実行を再開して処理を継続実行してしまう
理由を説明する。
The reason why the process transferred to another computer as described above resumes its execution and cannot execute the process without acquiring the concurrent execution license will be explained.

【0010】図5は、LAN( Local Area Network )
45に計算機(コンピュータ)41と計算機(コンピュ
ータ)42が接続された計算機システムを図示してい
る。例えば、この計算機システムでは、CADプログラ
ムが実行されるものとする。計算機42上では、CAD
プログラムの同時実行ライセンスを管理しているライセ
ンスサーバープロセス44が実行されている。計算機4
1上では、CADプログラムのCAD業務を処理するC
ADプログラム実行プロセス43が実行されている。
FIG. 5 shows a LAN (Local Area Network).
45 shows a computer system in which a computer (computer) 41 and a computer (computer) 42 are connected. For example, it is assumed that a CAD program is executed in this computer system. On the computer 42, CAD
A license server process 44 that manages concurrent licenses of the program is running. Calculator 4
1 is a C program that processes the CAD work of the CAD program.
An AD program execution process 43 is being executed.

【0011】CADプログラム実行プロセス43とライ
センスサーバープロセス44との間には、通信コネクシ
ョン46が確立されている。このため、CADプログラ
ム実行プロセス43は、ライセンスサーバープロセス4
4から同時実行ライセンスを取得して、その処理を行っ
ている。このような状態で、計算機の障害等が原因でラ
イセンスサーバープロセス44の実行が停止してしまう
ことがある。このような場合には、ライセンスサーバー
プロセス44は、CADプログラム実行プロセス43と
の間の通信コネクションが切断されてしまう。しかし、
このような場合でもCADプログラム実行プロセス43
は、フェイルセイフ設計されているため、ライセンスサ
ーバープロセス44との間の通信コネクションが途中で
切断されても起動時にコネクションが確立されて同時実
行ライセンスを取得していれば、処理を続行することが
できるよう構成されている。
A communication connection 46 is established between the CAD program execution process 43 and the license server process 44. For this reason, the CAD program execution process 43 executes the license server process 4
4 to obtain a concurrent execution license and perform the processing. In such a state, execution of the license server process 44 may be stopped due to a failure of a computer or the like. In such a case, the communication connection between the license server process 44 and the CAD program execution process 43 is disconnected. But,
Even in such a case, the CAD program execution process 43
Is designed to be fail-safe, so that even if the communication connection with the license server process 44 is cut off midway, if the connection is established at startup and a concurrent license has been acquired, processing can be continued. It is configured to be able to.

【0012】一方、計算機の障害等が原因で又はユーザ
ーの意図的なCADプログラム実行プロセス43の処理
の中断により、CADプログラム実行プロセス43の処
理が停止することがある。このときも同様に、ライセン
スサーバープロセス44との間の通信コネクションが切
断される。このときライセンスサーバープロセス44
は、CADプログラム実行プロセス43との間の通信コ
ネクションが切断されたことに基づいて、CADプログ
ラム実行プロセス43に付与していた同時実行ライセン
スの回収を行う。一般的にライセンスサーバープロセス
44は、同時実行ライセンスを付与したプロセス(この
場合にはCADプログラム実行プロセス43)との間の
通信コネクションを監視しており、この通信コネクショ
ンが切断されたことを検出すると、プロセスが停止した
と判断して付与していた同時実行ライセンスの回収を行
う。
On the other hand, the processing of the CAD program execution process 43 may be stopped due to a failure of a computer or the user's intentional interruption of the processing of the CAD program execution process 43. At this time, similarly, the communication connection with the license server process 44 is disconnected. At this time, the license server process 44
Collects the concurrent execution license given to the CAD program execution process 43 based on the disconnection of the communication connection with the CAD program execution process 43. Generally, the license server process 44 monitors a communication connection with the process (in this case, the CAD program execution process 43) to which the concurrent execution license has been granted, and upon detecting that this communication connection has been disconnected, Then, it collects the concurrent execution licenses that have been granted after judging that the process has stopped.

【0013】以上の説明から明らかなように、同時実行
ライセンスを取得したプロセスが他の計算機にプロセス
移送されると、それまでライセンスサーバープロセスと
の間で確立されていたコネクションは切断される。この
ため、ライセンスサーバープロセスは、同時実行ライセ
ンスを取得したプロセスとの間の通信コネクションが切
断されるので、そのプロセスが停止したと判断して付与
していた同時実行ライセンスの回収を行う。一方、プロ
セス移送されたプロセスは、他の計算機上で同時実行ラ
イセンスの取得をすることなく、処理を継続することに
なる。
As is apparent from the above description, when the process that has acquired the concurrent execution license is transferred to another computer, the connection established with the license server process is disconnected. Therefore, the license server process disconnects the communication connection with the process that has acquired the concurrent execution license, and determines that the process has stopped, and collects the concurrent execution license that has been granted. On the other hand, the process that has been transferred will continue processing without acquiring a concurrent execution license on another computer.

【0014】以上説明したように同時実行ライセンスを
取得したプロセスを他の計算機にプロセス移送すると、
移送したプロセスが同時実行ライセンスを取得できない
ままにその実行処理が継続できてしまうという問題があ
った。特に、クラスタシステムを構築しているコンピュ
ータシステムにおいて、同時実行ライセンスを取得済み
のプロセスが実行されている稼働系のコンピュータで障
害が発生した場合、同時実行ライセンスを取得済みのプ
ロセスは待機系のコンピュータにプロセスの移送が行わ
れ、その処理が継続されることになる。 この場合、上
記説明したようにプロセス移送が行われその処理が継続
されたプロセスは、同時実行ライセンスを取得できない
ままにその処理を継続してしまうことになる。これは、
同時実行ライセンスを取得して実行していたプロセス移
送する前のプロセスが、プロセスを移送することで、同
時実行ライセンスが回収されたにもかかわらずその処理
を継続実施できることになってしまうことである。従っ
て、この回収された同時実行ライセンスは、他のプロセ
スに対して提供することができる。これは、制限を受け
ていたライセンス数が一つ増えたことになる。
As described above, when a process for which a concurrent execution license has been acquired is transferred to another computer,
There is a problem in that the transferred process can continue its execution process without being able to acquire the concurrent execution license. In particular, in a computer system that constitutes a cluster system, if a failure occurs on the active computer on which a process for which a concurrent execution license has been acquired is running, the process on which the concurrent execution license has been acquired becomes a standby computer. Is carried out, and the processing is continued. In this case, the process in which the process transfer has been performed and the process has been continued as described above will continue the process without acquiring the concurrent execution license. this is,
The process that acquired the concurrent execution license and executed the process before the process transfer can transfer the process, so that the process can be continued even though the concurrent license has been collected. . Thus, the recovered concurrency license can be provided to other processes. This means that the number of restricted licenses has increased by one.

【0015】このようにクラスタシステムで実行されて
いる同時実行できるプロセスの数が制限されて使用許諾
された有償ソフトウェアは、プロセス移送が発生すると
ユーザーの意志にかかわらず、制限を受けていたライセ
ンス数が増えてしまうという問題が発生してしまう。
As described above, the paid software licensed with a limited number of processes that can be executed simultaneously in the cluster system has a limited number of licenses regardless of the user's intention when the process transfer occurs. The problem that the number increases.

【0016】本発明の目的は、同時実行ライセンスを取
得したプロセスを他の計算機上にプロセス移送したと
き、同時実行ライセンスを取得した状態でそのプロセス
の処理を継続実行することができるプロセス移送方法及
び計算機システムを提供することを目的とする。
An object of the present invention is to provide a process transfer method and a process transfer method capable of, when a process for which a concurrent execution license has been acquired is transferred to another computer, executing the process of the process while the concurrent execution license has been acquired. An object is to provide a computer system.

【0017】[0017]

【課題を解決するための手段】本発明は、プロセスに対
して実行ライセンスを付与する手段を持ち、前記実行ラ
イセンスを取得したプロセスだけがその実行をすること
ができるプログラムにおいて、第1の計算機上で実行し
ている前記実行ライセンスを取得したプロセスを第2の
計算機に移送して前記第2の計算機上で実行させるため
のプロセス移送方法であって、前記第1の計算機上で実
行している前記実行ライセンスを取得したプロセスの処
理を中断し、この中断したプロセスを前記第2の計算機
に移送して前記第2の計算機上でその実行を再開させる
プロセス移送ステップと、前記第2の計算機に移送され
たプロセスの代わりに前記実行ライセンスを取得するス
テップとを具備したことを特徴とするプロセス移送方法
であるる。
According to the present invention, there is provided a program having means for granting an execution license to a process, wherein only the process which has acquired the execution license can execute the process. A process transfer method for transferring the process that has acquired the execution license and executed on the second computer and executing the process on the second computer, wherein the process is executed on the first computer. A process transfer step of interrupting the processing of the process that has acquired the execution license, transferring the interrupted process to the second computer, and restarting the execution on the second computer, Obtaining the execution license instead of the transferred process.

【0018】本発明によれば、同時実行ライセンスを取
得したプロセスを他の計算機に移送したとき、同時実行
ライセンスを取得した状態でそのプロセスの処理を継続
実行することができる。
According to the present invention, when a process for which a concurrent execution license has been acquired is transferred to another computer, the process of the process can be continuously executed with the concurrent execution license acquired.

【0019】[0019]

【発明の実施の形態】以下、図面を用いて、4ライセン
ス(同時実行ライセンス)付きで使用許諾されたCAD
プログラムを実行する際に、同時実行ライセンスを取得
したCAD業務を実行するためのCADプログラム実行
プロセスを他の計算機にプロセス移送する場合を一例と
して、本発明の一実施形態を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Referring to the drawings, a CAD licensed with four licenses (simultaneous execution license) will be described below.
One embodiment of the present invention will be described in detail by taking, as an example, a case where a CAD program execution process for executing a CAD job for which a concurrent execution license has been acquired is transferred to another computer when executing a program.

【0020】図1は、本発明の一実施形態を説明するた
めの計算機システムを示す。計算機システム10には、
LAN( Local Area Network )16が設けられてい
る。このLAN16には、計算機11、計算機12、計
算機13、計算機15、ファイルサーバ14が接続され
て、相互に通信可能に設けられている。
FIG. 1 shows a computer system for explaining an embodiment of the present invention. In the computer system 10,
A LAN (Local Area Network) 16 is provided. A computer 11, a computer 12, a computer 13, a computer 15, and a file server 14 are connected to the LAN 16 so as to be able to communicate with each other.

【0021】ファイルサーバ14は、図示しない外部記
憶装置を持ち、計算機システム10のファイルサーバと
しての機能を提供するサーバ計算機である。このファイ
ルサーバ14の外部記憶装置にはCADプログラム21
が格納保存されている。計算機15上では、CADプロ
グラム21を実行することにより生成される同時実行ラ
イセンスを管理するためのライセンスサーバプロセス2
2が実行されている。計算機11上では、ファイルサー
バ14に格納されたCADプログラム21により起動さ
れたCAD業務を実行するためのCADプログラム実行
プロセス17が実行されている。
The file server 14 is a server computer having an external storage device (not shown) and providing a function as a file server of the computer system 10. A CAD program 21 is stored in the external storage device of the file server 14.
Is stored and saved. On the computer 15, a license server process 2 for managing a concurrent execution license generated by executing the CAD program 21
2 is running. On the computer 11, a CAD program execution process 17 for executing a CAD task started by the CAD program 21 stored in the file server 14 is executed.

【0022】CADプログラム実行プロセス17は、そ
の起動時にライセンスサーバプロセス22との間で、ソ
ケットインターフェースを用いたプロセス間通信により
通信コネクションを確立してライセンスサーバプロセス
22から同時実行ライセンスを取得している。このCA
Dプログラム実行プロセス17が移送対象となるプロセ
スである。計算機12上ではプロセス移送管理デーモン
プロセス18が実行されている。このプロセス移送管理
デーモンプロセス18は、本発明のプロセス移送の実現
するためのデーモンプロセスであり、その機能構成を図
2に図示した。
The CAD program execution process 17 establishes a communication connection with the license server process 22 by inter-process communication using a socket interface when the CAD program execution process 17 is started, and acquires a concurrent execution license from the license server process 22. . This CA
The D program execution process 17 is a process to be transferred. On the computer 12, a process transfer management daemon process 18 is executed. The process transfer management daemon process 18 is a daemon process for realizing the process transfer according to the present invention, and its functional configuration is shown in FIG.

【0023】図2に示すようにプロセス移送管理デーモ
ンプロセス18は、 チェックポイント採取指示手段1
81、プロセスリスタート手段182、ライセンス取得
プロキシ起動手段183、ライセンス取得確認手段18
4、ライセンス取得プロキシサスペンド手段185、接
続ソケット受け渡し手段186、ライセンス取得プロキ
シ停止手段187とから構成されている。
As shown in FIG. 2, the process transfer management daemon process 18 executes the checkpoint collection instructing means 1.
81, process restart means 182, license acquisition proxy activation means 183, license acquisition confirmation means 18
4. License acquisition proxy suspending means 185, connection socket passing means 186, and license acquisition proxy stopping means 187.

【0024】以下、図3に図示したフローチャート図を
用いて、計算機11上で実行されているCADプログラ
ム実行プロセス17を計算機13に移送して、計算機1
3上で実行を再開するプロセス移送を行う場合のプロセ
ス移送管理デーモン18の動作処理手順を説明する。
Hereinafter, the CAD program execution process 17 executed on the computer 11 is transferred to the computer 13 using the flowchart shown in FIG.
The operation processing procedure of the process transfer management daemon 18 when performing the process transfer for resuming the execution on the 3 will be described.

【0025】先ず、ステップS31では、プロセス移送
管理デーモン18がチェックポイント採取指示手段181
を用いて、CADプログラム実行プロセス17にチェッ
クポイント採取の指示を出す。チェックポイント採取の
指示を受けたCADプログラム実行プロセス17は、実
行中のプロセスの状態をチェックポイント23として採
取しファイルサーバ14に保存する。チェックポイント
として保存する情報は、CPUのプログラムカウンタや
各種レジスタが保持している内容等のそのプロセスを実
行するのに必要な制御情報である。このチェックポイン
トの採取は、CADプログラム実行プロセス17にその
機能を実装するか又はDLL( DynamicLink Library
)ファイルとして用意されたチェックポイント取得ラ
イブラリをコールすることで実現できる。このチェック
ポイント23の採取の後、プロセス移送管理デーモン18
は、CADプログラム実行プロセス17の実行を停止す
る。このCADプログラム実行プロセス17の実行が停
止することにより、CADプログラム実行プロセス17
とライセンスサーバプロセス22との間で確立していた
通信コネクションが切断される。このため、ライセンス
サーバプロセス22は、CADプログラム実行プロセス
17に付与していた同時実行ライセンスを回収する。
First, in step S31, the process transfer management daemon 18 checks the checkpoint collection instructing means 181.
Is used to instruct the CAD program execution process 17 to collect checkpoints. The CAD program execution process 17 that has received the checkpoint collection instruction collects the status of the running process as a checkpoint 23 and stores it in the file server 14. The information stored as a checkpoint is control information necessary for executing the process, such as a program counter of the CPU and contents held by various registers. The collection of this checkpoint can be performed by implementing the function in the CAD program execution process 17 or by using a DLL (DynamicLink Library).
) It can be realized by calling the checkpoint acquisition library prepared as a file. After the collection of this checkpoint 23, the process transport management daemon 18
Stops the execution of the CAD program execution process 17. When the execution of the CAD program execution process 17 is stopped, the CAD program execution process 17 is stopped.
The communication connection established between the server and the license server process 22 is disconnected. For this reason, the license server process 22 collects the simultaneous execution license given to the CAD program execution process 17.

【0026】次にステップS32では、プロセス移送管
理デーモン18がライセンス取得プロキシ起動手段183
を用いて、CADプログラム実行プロセス17の移送先
である計算機13上に新たにCADプログラム実行プロ
セスをライセンス取得プロキシプロセス19として起動
する。この新たに起動されたCADプログラム実行プロ
セスは、起動処理の一環としてライセンスサーバプロセ
ス22から同時実行ライセンスを取得するものとする。
このように新たに起動されたCADプログラム実行プロ
セスをライセンス取得プロキシプロセス19と呼ぶ。こ
のライセンス取得プロキシプロセス19は、プロセス移
送対象であるCADプログラム実行プロセス17の代わ
りに同時実行ライセンスを取得することになる。
Next, in step S32, the process transfer management daemon 18 sends the license acquisition proxy activation unit 183
, A new CAD program execution process is started as a license acquisition proxy process 19 on the computer 13 to which the CAD program execution process 17 is transferred. The newly activated CAD program execution process acquires a concurrent execution license from the license server process 22 as part of the activation process.
The newly activated CAD program execution process is called a license acquisition proxy process 19. The license acquisition proxy process 19 acquires a concurrent execution license instead of the CAD program execution process 17 to be transferred.

【0027】次にステップS33では、プロセス移送管
理デーモン18がライセンス取得確認手段184用いて、
ライセンス取得プロキシプロセス19が同時実行ライセ
ンスを取得したことを確認する。このライセンス取得プ
ロキシプロセス19が同時実行ライセンスを取得したこ
との確認は、ライセンス取得プロキシプロセス19とラ
イセンスサーバプロセス22との間で確立されている通
信コネクションの存在を確認することで実現する。
Next, in step S33, the process transfer management daemon 18 uses the license acquisition confirmation unit 184 to
It is confirmed that the license acquisition proxy process 19 has acquired the concurrent execution license. The confirmation that the license acquisition proxy process 19 has acquired the concurrent execution license is realized by confirming the existence of a communication connection established between the license acquisition proxy process 19 and the license server process 22.

【0028】ステップS33でライセンス取得プロキシ
プロセス19が同時実行ライセンスを取得したことを確
認したら、続いてステップS34では、プロセス移送管
理デーモン18がライセンス取得プロキシサスペンド手段
185用いて、ライセンス取得プロキシプロセス19を
サスペンドしてその動作を一時的に停止させる。
After confirming in step S33 that the license acquisition proxy process 19 has acquired the concurrent execution license, in step S34, the process transfer management daemon 18 uses the license acquisition proxy suspending means 185 to execute the license acquisition proxy process 19. Suspend and suspend its operation temporarily.

【0029】次にステップS35では、プロセス移送管
理デーモン18がプロセスリスタート手段182用いて、
ファイルサーバ14に保存したチェックポイント23を
用いて、計算機13上でプロセス移送対象のCADプロ
グラム実行プロセス17をリスタートする。このリスタ
ートによって、計算機13上で実行が再開されるのがC
ADプログラム実行プロセス20である。
Next, in step S35, the process transfer management daemon 18 uses the process restart means 182 to
Using the checkpoint 23 stored in the file server 14, the computer program 13 restarts the CAD program execution process 17 as a process transfer target on the computer 13. The execution is restarted on the computer 13 by this restart.
This is the AD program execution process 20.

【0030】次にステップS36では、プロセス移送管
理デーモン18が接続ソケット受け渡し手段186用い
て、ライセンス取得プロキシプロセス19とライセンス
サーバプロセス22との間で確立されている通信コネク
ションのソケットをライセンス取得プロキシプロセス1
9からCADプログラム実行プロセス20に渡す。
Next, in step S36, the process transfer management daemon 18 uses the connection socket passing means 186 to transfer the socket of the communication connection established between the license acquisition proxy process 19 and the license server process 22 to the license acquisition proxy process. 1
9 to the CAD program execution process 20.

【0031】最後にステップS37では、プロセス移送
管理デーモン18がライセンス取得プロキシ停止手段18
7を用いてライセンス取得プロキシプロセス19の実行
を終了させる。
Finally, in step S37, the process transfer management daemon 18 sets the license acquisition proxy
7, the execution of the license acquisition proxy process 19 is terminated.

【0032】このような処理手順により、移送されたプ
ロセスであるCADプログラム実行プロセス20がライ
センス取得プロキシプロセス19からライセンスサーバ
プロセス22との間で確立されている通信コネクション
のソケットの受け渡しを受けたことにより、同時実行ラ
イセンスを取得したことになる。従って、プロセス移送
後のCADプログラム実行プロセス20は、同時実行ラ
イセンスを持った状態で処理を継続することができる。
According to such a processing procedure, the CAD program execution process 20, which is the transferred process, receives the socket of the communication connection established between the license acquisition proxy process 19 and the license server process 22. This means that a concurrent execution license has been acquired. Therefore, the CAD program execution process 20 after the process transfer can continue the process with the concurrent execution license.

【0033】以上の説明では、ステップS37におい
て、ライセンス取得プロキシプロセス19の実行を終了
させているが、終了させないでサスペンドさせても良
い。この場合には、プロセス移送後のCADプログラム
実行プロセス20の処理が終了したときに、その時点で
ライセンス取得プロキシプロセス19の実行を終了させ
る必要がある。
In the above description, the execution of the license acquisition proxy process 19 is terminated in step S37, but the license acquisition proxy process 19 may be suspended without termination. In this case, when the processing of the CAD program execution process 20 after the process transfer ends, it is necessary to terminate the execution of the license acquisition proxy process 19 at that time.

【0034】また、以上の説明では、ステップS36に
おいて確立されている通信コネクションのソケットをラ
イセンス取得プロキシプロセス19からCADプログラ
ム実行プロセス20に渡しているが、これを行わなくて
も構わない。ただし、この場合には、ステップS37で
行っているライセンス取得プロキシプロセス19の実行
の終了を行わない。更にプロセス移送後のCADプログ
ラム実行プロセス20の処理が終了したときに、その時
点でライセンス取得プロキシプロセス19の実行の終了
を行う必要がある。
In the above description, the socket of the communication connection established in step S36 is passed from the license acquisition proxy process 19 to the CAD program execution process 20, but this need not be performed. However, in this case, the execution of the license acquisition proxy process 19 performed in step S37 is not ended. Furthermore, when the processing of the CAD program execution process 20 after the process transfer ends, it is necessary to end the execution of the license acquisition proxy process 19 at that time.

【0035】更に以上の説明では、計算機11、計算機
12、計算機13、ファイルサーバ14、計算機15
は、それぞれ独立した構成としたが、このうちの幾つか
の計算機又は全ての計算機を1つの計算機で構成しても
構わない。
In the above description, the computer 11, the computer 12, the computer 13, the file server 14, the computer 15
Have independent configurations, but some or all of the computers may be configured by one computer.

【0036】[0036]

【発明の効果】本発明によれば、同時実行ライセンスを
取得したプロセスを他の計算機上にプロセス移送したと
き、同時実行ライセンスを取得した状態でそのプロセス
の処理を継続実行することができる。
According to the present invention, when a process for which a concurrent execution license has been acquired is transferred to another computer, the process of the process can be continuously executed with the concurrent execution license acquired.

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

【図1】本発明の一実施形態の計算機システムの構成を
示す図である。
FIG. 1 is a diagram showing a configuration of a computer system according to an embodiment of the present invention.

【図2】プロセス移送管理デーモンプロセスの構成を示
す図である。
FIG. 2 is a diagram illustrating a configuration of a process transfer management daemon process.

【図3】プロセス移送管理デーモンプロセスの処理手順
を説明するためのフローチャートを示す図である。
FIG. 3 is a flowchart illustrating a processing procedure of a process transfer management daemon process.

【図4】従来のプロセス移送の処理手順を示したタイム
チャートを示す図である。
FIG. 4 is a time chart showing a processing procedure of a conventional process transfer.

【図5】従来の計算機システムの構成を示す図である。FIG. 5 is a diagram showing a configuration of a conventional computer system.

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

17‥‥CADプログラム実行プロセス 18‥‥プロセス移送管理デーモンプロセス 19‥‥ライセンス取得プロキシプロセス 20‥‥CADプログラム実行プロセス 21‥‥CADプログラム 22‥‥ライセンスサーバプロセス 23‥‥チェックポイント 17 CAD program execution process 18 Process transfer management daemon process 19 License acquisition proxy process 20 CAD program execution process 21 CAD program 22 License server process 23 Checkpoint

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるためのプロセス移送方法であっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送ステップと、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスを取得するステップとを具備したことを
特徴とするプロセス移送方法。
1. A program which has means for granting an execution license to a process, and wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A process transfer method for executing the process on the first computer, wherein the process of the process that has acquired the execution license and executed on the first computer is interrupted, and the interrupted process is transferred to the second computer. Transferring the process to the second computer to resume its execution, and obtaining the execution license in place of the process transferred to the second computer. Transfer method.
【請求項2】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるためのプロセス移送方法であっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送ステップと、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスを取得するステップと、 前記取得した実行ライセンスを前記第2の計算機に移送
されたプロセスに移転するステップとを具備したことを
特徴とするプロセス移送方法。
2. A program which has means for granting an execution license to a process, and wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A process transfer method for executing the process on the first computer, wherein the process of the process that has acquired the execution license and executed on the first computer is interrupted, and the interrupted process is transferred to the second computer. A process transfer step of transferring and resuming the execution on the second computer; obtaining the execution license in place of the process transferred to the second computer; Transferring to a process transferred to the second computer.
【請求項3】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるためのプロセス移送方法であっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送ステップと、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動するステップと、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させるステップと、 前記第2の計算機に移送されたプロセスの処理終了後に
前記実行が一時停止されたライセンス取得プロキシプロ
セスの実行を終了させるステップとを具備したことを特
徴とするプロセス移送方法。
3. A program having means for granting an execution license to a process, wherein only a process that has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A process transfer method for executing the process on the first computer, wherein the process of the process that has acquired the execution license and executed on the first computer is interrupted, and the interrupted process is transferred to the second computer. A process transfer step of transferring and restarting the execution on the second computer; and activating a license acquisition proxy process for acquiring the execution license instead of the process transferred to the second computer. Suspending the execution of the license acquisition proxy process after the activated license acquisition proxy process acquires the execution license; temporarily stopping the execution of the process transferred to the second computer. Terminating the execution of the stopped license acquisition proxy process. A method for transferring a process, comprising:
【請求項4】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるためのプロセス移送方法であっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送ステップと、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動するステップと、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させるステップと、 前記ライセンス取得プロキシプロセスが取得した実行ラ
イセンスを前記第2の計算機に移送されたプロセスに移
転するステップと、 前記実行ライセンスの移転後に前記ライセンス取得プロ
キシプロセスの実行を終了させるステップとを具備した
ことを特徴とするプロセス移送方法。
4. A program having means for granting an execution license to a process, wherein only the process that has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A process transfer method for executing the process on the first computer, wherein the process of the process that has acquired the execution license and executed on the first computer is interrupted, and the interrupted process is transferred to the second computer. A process transfer step of transferring and restarting the execution on the second computer; and activating a license acquisition proxy process for acquiring the execution license instead of the process transferred to the second computer. Suspending the execution of the license acquisition proxy process after the activated license acquisition proxy process acquires the execution license; and transferring the execution license acquired by the license acquisition proxy process to the second computer. Transferring to the executed process; Process Migration wherein by comprising the steps of terminating the execution of the scan the license acquisition proxy process after transfer.
【請求項5】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるためのプロセス移送方法であっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送ステップと、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動するステップと、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させるステップと、 前記ライセンス取得プロキシプロセスが取得した実行ラ
イセンスを前記第2の計算機に移送されたプロセスに移
転するステップと、 前記第2の計算機に移送されたプロセス処理終了後に前
記ライセンス取得プロキシプロセスの実行を終了させる
ステップとを具備したことを特徴とするプロセス移送方
法。
5. A program which has means for granting an execution license to a process, and wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A process transfer method for executing the process on the first computer, wherein the process of the process that has acquired the execution license and executed on the first computer is interrupted, and the interrupted process is transferred to the second computer. A process transfer step of transferring and restarting the execution on the second computer; and activating a license acquisition proxy process for acquiring the execution license instead of the process transferred to the second computer. Suspending the execution of the license acquisition proxy process after the activated license acquisition proxy process acquires the execution license; and transferring the execution license acquired by the license acquisition proxy process to the second computer. Transferring to the performed process; and the second calculation Process Migration wherein by comprising a step of terminating the execution of the license acquisition proxy process after the transferred process processing end of the.
【請求項6】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるための計算機システムであっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送手段と、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスを取得するライセンス取得手段とを具備
したことを特徴とする計算機システム。
6. A program having means for granting an execution license to a process, wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A computer system for executing the process on the first computer, the process of acquiring the execution license being executed on the first computer being interrupted, and transferring the interrupted process to the second computer. And a process transfer means for restarting the execution on the second computer, and a license obtaining means for obtaining the execution license instead of the process transferred to the second computer. Computer system.
【請求項7】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるための計算機システムあって、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送手段と、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスを取得するライセンス取得手段と、 前記取得した実行ライセンスを前記第2の計算機に移送
されたプロセスに移転するライセンス移転手段とを具備
したことを特徴とする計算機システム。
7. A program which has means for granting an execution license to a process, and wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A computer system for executing the process on the first computer, interrupting the process of the process that has acquired the execution license and executing the process on the first computer, and transferring the interrupted process to the second computer. A process transfer unit for restarting the execution on the second computer, a license obtaining unit for obtaining the execution license in place of the process transferred to the second computer, and transferring the obtained execution license to the second computer. A license transfer unit for transferring the process to a process transferred to the second computer.
【請求項8】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるための計算機システムであっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送手段と、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動する起動手段と、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させる停止手段と、 前記第2の計算機に移送されたプロセスの処理終了後に
前記実行が一時停止されたライセンス取得プロキシプロ
セスの実行を終了させる終了手段とを具備したことを特
徴とする計算機システム。
8. A program having means for granting an execution license to a process, wherein only the process that has acquired the execution license can execute the execution license. Is transferred to a second computer and the second computer
A computer system for executing the process on the first computer, the process of acquiring the execution license being executed on the first computer being interrupted, and transferring the interrupted process to the second computer. A process transfer unit for restarting the execution on the second computer, and a start unit for starting a license acquisition proxy process for acquiring the execution license instead of the process transferred to the second computer. Stopping means for temporarily suspending the execution of the license acquisition proxy process after the activated license acquisition proxy process acquires the execution license; and executing the process after the processing of the process transferred to the second computer is completed. Terminating means for terminating the execution of the suspended license acquisition proxy process. A computer system characterized by the following.
【請求項9】 プロセスに対して実行ライセンスを付与
する手段を持ち、前記実行ライセンスを取得したプロセ
スだけがその実行をすることができるプログラムにおい
て、第1の計算機上で実行している前記実行ライセンス
を取得したプロセスを第2の計算機に移送して前記第2
の計算機上で実行させるための計算機システムであっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送手段と、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動手段と、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させる停止手段と、 前記ライセンス取得プロキシプロセスが取得した実行ラ
イセンスを前記第2の計算機に移送されたプロセスに移
転する移転手段と、 前記実行ライセンスの移転後に前記ライセンス取得プロ
キシプロセスの実行を終了終了手段とを具備したことを
特徴とする計算機システム。
9. A program which has means for granting an execution license to a process, and wherein only a process which has acquired the execution license can execute the execution license, the execution license being executed on a first computer. Is transferred to a second computer and the second computer
A computer system for executing the process on the first computer, the process of acquiring the execution license being executed on the first computer being interrupted, and transferring the interrupted process to the second computer. A process transfer means for resuming the execution on the second computer and activating a license acquisition proxy process for acquiring the execution license instead of the process transferred to the second computer; Stopping means for temporarily stopping the execution of the license acquisition proxy process after the activated license acquisition proxy process acquires the execution license; and transferring the execution license acquired by the license acquisition proxy process to the second computer. Means for transferring to a process that has been transferred, and after the transfer of the execution license Computer system, characterized by comprising a Exit Exit means the execution of the serial license acquisition proxy process.
【請求項10】 プロセスに対して実行ライセンスを付
与する手段を持ち、前記実行ライセンスを取得したプロ
セスだけがその実行をすることができるプログラムにお
いて、第1の計算機上で実行している前記実行ライセン
スを取得したプロセスを第2の計算機に移送して前記第
2の計算機上で実行させるための計算機システムであっ
て、 前記第1の計算機上で実行している前記実行ライセンス
を取得したプロセスの処理を中断し、この中断したプロ
セスを前記第2の計算機に移送して前記第2の計算機上
でその実行を再開させるプロセス移送手段と、 前記第2の計算機に移送されたプロセスの代わりに前記
実行ライセンスの取得をするためのライセンス取得プロ
キシプロセスを起動する起動手段と、 前記起動されたライセンス取得プロキシプロセスが前記
実行ライセンスを取得した後に前記ライセンス取得プロ
キシプロセスの実行を一時停止させる停止手段と、 前記ライセンス取得プロキシプロセスが取得した実行ラ
イセンスを前記第2の計算機に移送されたプロセスに移
転する移転手段と、 前記第2の計算機に移送されたプロセス処理終了後に前
記ライセンス取得プロキシプロセスの実行を終了させる
終了手段とを具備したことを特徴とする計算機システ
ム。
10. A program having means for granting an execution license to a process, wherein only the process that has acquired the execution license can execute the execution license, the execution license being executed on a first computer. A computer system for transferring the process that has obtained the above to a second computer and executing the process on the second computer, wherein the process of the process that has obtained the execution license and is running on the first computer A process transferring means for transferring the interrupted process to the second computer and restarting the execution on the second computer; and executing the process instead of the process transferred to the second computer. Activating means for activating a license acquisition proxy process for acquiring a license; and the activated license acquisition proxy Stopping means for temporarily suspending execution of the license acquisition proxy process after the process acquires the execution license; transfer means for transferring the execution license acquired by the license acquisition proxy process to a process transferred to the second computer And a terminating unit for terminating the execution of the license acquisition proxy process after the process processing transferred to the second computer is terminated.
JP2001023397A 2001-01-31 2001-01-31 Computer system Expired - Fee Related JP4080699B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001023397A JP4080699B2 (en) 2001-01-31 2001-01-31 Computer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001023397A JP4080699B2 (en) 2001-01-31 2001-01-31 Computer system

Publications (2)

Publication Number Publication Date
JP2002229659A true JP2002229659A (en) 2002-08-16
JP4080699B2 JP4080699B2 (en) 2008-04-23

Family

ID=18888691

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001023397A Expired - Fee Related JP4080699B2 (en) 2001-01-31 2001-01-31 Computer system

Country Status (1)

Country Link
JP (1) JP4080699B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7275180B2 (en) 2003-04-17 2007-09-25 International Business Machines Corporation Transparent replacement of a failing processor
JP2009116392A (en) * 2007-11-01 2009-05-28 Nec Infrontia Corp License management device, license management method and license authentication program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7275180B2 (en) 2003-04-17 2007-09-25 International Business Machines Corporation Transparent replacement of a failing processor
JP2009116392A (en) * 2007-11-01 2009-05-28 Nec Infrontia Corp License management device, license management method and license authentication program

Also Published As

Publication number Publication date
JP4080699B2 (en) 2008-04-23

Similar Documents

Publication Publication Date Title
US8214686B2 (en) Distributed processing method
JP5642338B2 (en) Job management program and job management method
JP3759410B2 (en) Method and apparatus for processing distributed network application management requests for execution in a clustered computing environment
US6971095B2 (en) Automatic firmware version upgrade system
JP4359609B2 (en) Computer system, system software update method, and first server device
KR20010006803A (en) A method and apparatus for managing client computers in a distributed data processing system
JP2006107185A (en) Computer system with terminal allowing off-line work
JP2004355153A (en) Power source management system and power source management program in parallel processing system by os for single processor
CN108874549B (en) Resource multiplexing method, device, terminal and computer readable storage medium
US11755364B2 (en) Transferral of process state and/or components in computing environments
US20190373056A1 (en) Cloud services integrated backup and restore
US20060041786A1 (en) Method of checkpointing parallel processes in execution within plurality of process domains
US8005984B2 (en) Flexible procedure for quiescing multiplexed client
JPH11184825A (en) Cluster system
US8826264B1 (en) Non-disruptive upgrade of applications
JP2009080705A (en) Virtual machine system and method for restoring virtual machine in the system
US10606632B2 (en) Preventing interruption during virtual machine reboot
JP4009192B2 (en) Efficient timer management system
JP2002229659A (en) Process transferring method and computer system
WO2006028521A1 (en) Process checkpointing and migration in computing systems
JP2003345638A (en) Method for controlling storage controller, the storage controller, and program
JP3545772B2 (en) Operating time monitoring method
JP2001075810A (en) Computer system, extension board and method for updating extension board function in computer system
JP2007073069A (en) Computer, automatic resource application processing program, and computer-readable record medium with the same recorded therein
JP2555386B2 (en) Electronic computer system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050131

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20050322

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A711

Effective date: 20050328

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070905

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071030

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080104

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080207

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

Free format text: PAYMENT UNTIL: 20110215

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees