JPH07281934A - システムファイルの更新及び復元方法 - Google Patents
システムファイルの更新及び復元方法Info
- Publication number
- JPH07281934A JPH07281934A JP6073608A JP7360894A JPH07281934A JP H07281934 A JPH07281934 A JP H07281934A JP 6073608 A JP6073608 A JP 6073608A JP 7360894 A JP7360894 A JP 7360894A JP H07281934 A JPH07281934 A JP H07281934A
- Authority
- JP
- Japan
- Prior art keywords
- file
- storage area
- replacement
- files
- updating
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1415—Saving, restoring, recovering or retrying at system level
- G06F11/1433—Saving, restoring, recovering or retrying at system level during software upgrading
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/60—Software deployment
- G06F8/65—Updates
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Computer Security & Cryptography (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
クセスが拒否されている対象のファイルの更新及び更新
失敗時の復元をソフトウエアにより実現する方法を提供
する。 【構成】 第1及び第2の記憶領域に同一形式のOSを
格納し、稼働中の第1の記憶領域のOSを終了させて
(S201)第2の記憶領域のOSを切替起動し(S2
02)、第1記憶領域に格納されたシステムファイルを
アクセスロックの対象外にした後にこれらシステムファ
イルと予め用意した入替対象ファイルとを第2のOSの
ファイル入替機能を用いて入れ替える(S204)。ま
た、このようなファイル入替が何らかの原因により失敗
したときは直ちにバックアップファイルを用いて元のフ
ァイルを復元する(S209)。
Description
システムファイルの更新及び復元方法に関し、より詳細
には、稼働中のオペレーティングシステム(以下、OS
と称する)によってアクセスが拒否されるシステムファ
イルの更新及び更新失敗時の復元をソフトウエアによっ
て実現する方法に関する。
WINDOWS NT等が使用するシステムファイルの
うち、特定のファイルが何らかの手違いにより書き換え
られると、そのOSにより制御されているシステムが正
常に機能しなくなることがある。このようなエラーの発
生を防止するため、OS側では、その動作中に、書き換
えられると問題となるファイルにアクセスロックをか
け、他のOSやアプリケーションプログラム(以下、A
Pと称する)等から当該ファイルへの不用意な読出/書
込等のアクセスを拒否しているのが通常である。
においては、処理機能の拡張あるいは改善のため、しば
しばシステムファイルの更新の必要が生じる。このよう
な更新は、例えば通信回線を介してホストコンピュータ
に接続された複数の端末装置を有するシステムの場合に
は、各端末装置の動作の統一性を図るため、同一時期に
一斉に実施することが要求される。これに対応するに
は、ホストコンピュータから各端末装置へ新しいシステ
ムファイルを一斉に転送し、各端末装置に予めインスト
ールされたAPによって現在のシステムファイルを各々
更新することが望ましい。しかし、ホストコンピュータ
から新たなシステムファイルを転送しても、前述のよう
にアクセスロックがかけられたシステムファイルについ
ては当該OSの動作中にアクセスすることができないの
で、その更新は不可能となる。
クがかけられているシステムファイルを更新するとき
は、例えばホストコンピュータから新しいシステムファ
イルを異なるファイル名で各端末装置のハードディスク
(以下、HDDと称する)に格納するとともに、現在実
行中のOSを一旦停止させる。そして、適当な時点でオ
ペレータがそのOSと同じシステムを保守用フレキシブ
ルディスク(以下、FDと称する)より立ち上げて上記
ロックされたシステムファイルへのアクセスを可能な状
態とし、その後、HDD内に格納した新しいシステムフ
ァイルのリネーム等の処理を行って上記システムファイ
ルを更新していた。
システムの場合は、当該システムを管理するオペレータ
が常駐している場合が多いので、前述のような一連の作
業を容易に実行することができる。しかし、通信回線を
介してホストコンピュータに接続されているような端末
装置では、キーオペレータは存在してもシステムを管理
する者がしない場合がある。このような場合には、各端
末装置が設置されている場所にシステムの管理能力を有
するオペレータを更新の都度派遣する必要があった。
る端末装置が多数存在する場合に、これらの端末装置の
OSにおけるシステムファイルを同時に更新するとき
は、全ての端末装置にシステムの管理能力を有するオペ
レータが存在していなければならず、運用コストの点で
問題があった。
いファイルにより逐次更新している途中で、セクタ異常
等のために更新が失敗したときは、システム保全のため
に、その更新の作業については一旦中止し、旧ファイル
に速やかに復元させることが必要となる。しかし、新し
いファイルの格納により旧ファイルが上書きされている
と、旧ファイルを復元させることが不可能になり、ファ
イル間の論理的な整合性がとれなくなるという問題もあ
った。
りアクセスロックされているシステムファイルの更新及
び復元を、オペレータによる手作業によらずに実現し得
る方法を提供することを目的とする。
システムファイルの更新及び復元を、通信回線で結ばれ
た遠方のホストコンピュータの指示を契機に行い得る方
法を提供することにある。
め、本発明は、第1の記憶領域及び第2の記憶領域にフ
ァイル入替機能を有するOSを格納(インストール、以
下同じ)し、更に第1の記憶領域のOSが稼働した際に
該OSによってアクセスロックされる複数のシステムフ
ァイルを該第1の記憶領域に格納したコンピュータシス
テムにおける、前記複数のシステムファイルの更新及び
復元をソフトウエアで実行する方法を提供する。このソ
フトウエアは、以下のステップを含んでなる。 (1)稼働中の第1の記憶領域のOSを終了させて第2
の記憶領域のOSを切替起動するステップ、(2)起動
した第2の記憶領域のOSのファイル入替機能を用いて
前記複数のシステムファイルと予め用意した入替対象フ
ァイルとを入れ替えるとともに、入れ替えたシステムフ
ァイルのバックアップファイルを作成するステップ、
(3)前記ファイル入替が正常に終了したか否かを判定
し、正常に終了しないときに前記バックアップファイル
を前記第1の記憶領域に復元するステップ、(4)前記
ファイル入替が正常終了したとき又は前記バックアップ
ファイルの復元が終了したときに、稼働中の第2の記憶
領域のOSを終了させて第1の記憶領域のOSを切替起
動するステップ。
1の記憶領域に復元するステップは、それまでにファイ
ル入替を終了した全てのシステムファイルと該当するバ
ックアップファイルとを入れ替え、前記予め用意した入
替対象ファイルは、例えば通信回線を介して接続された
ホストコンピュータから転送されたシステムファイルを
用いる。また、前記第1の記憶領域及び第2の記憶領域
は、同一のディスク装置をパーティションで分けた領域
であるものとする。
ティションで分けた第1記憶領域と第2の記憶領域に同
一形式のOSを格納しておく。第1の記憶領域のOS及
びその管理下のシステムファイルよりシステムが立ち上
がっている場合、これらシステムファイルは、そのOS
によってアクセスロックがかかっているので、このまま
では、ファイル更新を実行することができない。そこ
で、まず、稼働中の第1の記憶領域のOSを終了させて
第2の記憶領域のOSを切替起動する。これにより第1
記憶領域に格納されたシステムファイルは、アクセスロ
ックの対象外となるため、他方のOSあるいはAP等に
よるアクセスが可能になる。
ァイル入替機能を呼び出し、第1の記憶領域内の複数の
システムファイルと予め用意した入替対象ファイルとを
入れ替える。つまりファイル内容の更新を行う。更に入
れ替えたシステムファイルのバックアップファイルを作
成する。その後、ファイル入替が正常に終了したか否か
を判定し、正常に終了しないときは、上記バックアップ
ファイルを第1の記憶領域に復元する。つまり、入替前
(更新前)の状態に戻す。ファイル入替が正常終了した
とき又はバックアップファイルの復元が終了したとき
は、稼働中の第2の記憶領域のOSを終了させて第1の
記憶領域のOSを切替起動する。これによりアクセスロ
ックがかけられたシステムファイルの自動更新処理及び
更新失敗時の自動復元処理が実行される。
ァイルは、通信回線を介して接続された遠方のホストコ
ンピュータから転送することも可能であり、予め設定し
た更新日時に入替可能なように保持しておくこともでき
る。この場合は、上記ソフトウエアは、現在の日時と上
記更新日時とを比較の上、ファイル入替を実行すること
になる。このようにすれば、システムファイルの更新及
び復元の遠隔処理が可能になる。
に説明する。図1は、本発明の一実施例に係るコンピュ
ータシステムのブロック構成図である。図中、10はホ
ストコンピュータ、20は端末装置、30は電話回線、
専用回線、ISDN等からなる通信回線、40はLAN
(Local Area Network)、50はファイルサーバを示
す。
ベース・マシンであり、本システムの各構成要素の動作
を管理すると共に、各端末装置20やファイルサーバ5
0との間でファイルやデータの送受を行なう機能を有す
る。
する装置であり、それぞれ自装置の構成要素の動作を管
理するCPU(中央処理部)21と、起動に必要なソフ
トウエアを格納するROM(read only memory)22
と、ディスク装置23とを含み、OS/2やWINDO
WS NT等のOSの管理下で種々のAPを実行するこ
とができるコンピュータを構成している。なお、各端末
装置20は、ホストコンピュータ10やファイルサーバ
50との間でファイルやデータの送受を行う機能をも有
する。
り少なくとも2つの領域に分割され、論理的に複数の記
憶装置(領域)が形成されている。第1の記憶領域PT
1と第2の記憶領域PT2には同一形式のOSが格納さ
れ、更に、第1の記憶領域PT1には、第1の記憶領域
のOSが稼働中にこのOSによってアクセスロックがか
けられている複数のOSファイル(便宜上、この実施例
において旧OSファイルと称する)24が格納されてい
る。第2の記憶領域には、入替対象となるOSファイル
(以下、便宜上、この実施例において入替対象ファイル
と称する)25が格納されている。
23の配列例を示す。図2において、0セクタには、起
動に際してROM31のソフトウエアがいずれの記憶領
域を読み取るべきかの指示情報が書き込まれている。起
動後は、この指示情報で指示された記憶領域のOSが稼
働状態になり、当該OSによって領域内のOSファイル
にアクセスロックがかけられる。
クアップファイル26と更新情報ファイル27が格納さ
れている。バックアップファイル26は、後述のファイ
ル入替の際に、旧OSファイル24を一時的に格納する
ファイルである。なお、このバックアップファイル26
は、上記第1又は第2の記憶領域PT1,PT2に格納
することも可能である。但し、その場合は、ファイル名
を変える等の工夫を要する。
起動時におけるファイル更新状態等の確認や後述のファ
イル入替の際に使用する種々の情報を設定しておくため
のファイルであり、当該ファイル入替機能を呼び出すA
P、例えば図示のファイル管理プログラム28によって
作成及び参照され、更に、入替処理時に呼び出されるフ
ァイル入替機能、即ちプログラム入替プログラム29が
実行される際に随時参照される。そのファイル構造、設
定内容は任意であるが、本実施例では、更新時又は復元
時のファイル入替結果の出力指定、ファイル入替後の後
処理つまり再起動/電源断の指定、ファイル入替異常の
ときの復元/非復元の指定、入替対象ファイル名指定、
正常、異常、入替中、復元中等を表わす結果情報等を格
納した。
て接続されている各端末装置20における種々のファイ
ルの保管、これらファイルの改訂の処理を実行するファ
イル管理等を行なうもので、ファイル管理装置51と、
複数のファイル及びファイル管理装置51が行なうファ
イル管理処理に必要なデータ等を格納するディスク装置
52とを備えている。
OSファイルの更新及び復元処理は、まず、ホストコン
ピュータ10からファイルサーバ50のディスク装置5
2に、入替対象となる新しいOSファイルを転送するこ
とから始まる。ファイルサーバ50のファイル管理装置
51は、この転送されたOSファイルをディスク装置5
2から複写して、これをLAN40に接続されている各
端末装置20に送出する。なお、この新しいOSファイ
ルには、更新予定日時を表す時間情報が含まれる。端末
装置20では、このOSファイルを取得してディスク装
置23に格納し、入替対象ファイル25として使用す
る。
ファイル更新及び復元処理が行われるまでの手順を示す
フローチャートである。図3を参照すると、各端末装置
20は、上記入替対象となるOSファイルの取得後(ス
テップ(以下、S)101)、適当な時期にファイル管
理プログラム28を起動する(S102)。システム立
ち上げの際、あるいは上記OSファイルの取得後直ちに
起動させるようにすることもできる。起動したファイル
管理プログラム28は、前回のファイル入替処理の結果
のチェックを実行する(S103)。この処理は、例え
ば更新情報ファイル27に記録されている該当結果情報
を確認することで行う。チェックが正常であれば、旧O
Sファイル24のバージョンを調べて不整合があるか否
かをチェックする(S104)、不整合があれば、ファ
イル入替を行う必要があることを示すので、更新情報フ
ァイル27及びオペレータ宛のメッセージファイルを作
成する(S105)とともに、例えばOSの機能として
提供されるアプリケーション・プログラム・インタフェ
ース(API)(図示省略)を介してファイル入替プロ
グラム29を自動起動し(S106)、ファイル入替を
行う(S107)。なお、S103〜S106までの処
理は、現在の日時と前述の更新予定日時とが一致したこ
とが前提となる。
よるファイル入替(上記S107)の処理手順を図4に
示す。以下、図4を参照してこの処理を詳細に説明す
る。ファイル入替プログラム29においては、まず、現
在稼働している通常運用のOS、例えば第1の記憶領域
PT1のOSを終了させ(S201)、第2の記憶領域
PT2のOSを切替起動する(S202)。これによっ
て、それまで第1の記憶領域PT1により管理されてい
た旧OSファイル24のアクセスロックが解除され、そ
の更新が可能となる。即ち、第2の記憶領域PT2のO
Sが起動した後は、第2の記憶領域PT2内のOSファ
イルにアクセスロックがかけられ、今まで稼働していた
第1の記憶領域PT1に格納された旧OSファイル24
については自由にアクセスを行うことが可能となる。
204)、設定されたファイル順に従って第1の記憶領
域PT1に格納されている個々の旧OSファイル24を
入替対象ファイル25と入れ替える(S204)ととも
に、当該旧OSファイル24のバックアップファイルを
順次作成する(S205)。その後、ファイル入替が正
常になされたか否かを判定し(S206)、正常であれ
ばその旨を順次更新情報ファイル27に記録する(S2
07)。他の入替対象ファイル25があるときはS20
3の処理に戻る。
たとき、つまり何らかの原因により入替に失敗したとき
は、ファイル復元処理を行う(S209)。このファイ
ル復元処理は、それまでにファイル入替を終了した第1
の記憶領域PT1内の全ての入替対象ファイル25とS
205のステップで作成した該当バックアップファイル
(旧OSファイル)とを入れ替える処理である。第1の
記憶領域のOSは終了しているので、この場合のファイ
ル入替も可能である。ファイル復元を行ったときは、そ
の旨を更新情報ファイルS210に記録する。これによ
り次回のファイル入替を行うときに、ファイル更新が未
終了であることを示すことができる。
したとき、あるいはファイル復元処理を終了したとき
は、第2の記憶領域PT2のOSを終了させ(S21
1)、再度第1の記憶領域PT1のOSを切替起動して
通常運用に戻る(S212)。このように、従来におい
てはOSによってアクセスロックされたものであって
も、本実施例によればファイル入替による更新が可能で
あり、また、リモートによって、即ち端末装置20内の
APによって自動的に行うことも可能となる。
おけるファイル更新及び復元方法を特定の処理シーケン
スに基づいて説明したが、本発明は、上記シーケンスに
限定されるものではなく、種々の態様で実施することが
可能である。例えば、本実施例では、通信回線を介して
接続された遠方のホストコンピュータ10からファイル
サーバ50を介して端末装置20に入替対象ファイル2
6を転送する構成について説明したが、スタンドアロー
ン型のシステムについても同様に適用できることができ
る。また、本実施例では、便宜上、第1の記憶領域のO
Sと第2の記憶領域のOSとが同一形式のOSであるこ
とを前提に説明したが、第1の記憶領域PT1のOSに
よってアクセスロックされているファイルをアクセスで
きるOSを第2の記憶領域PT2に格納すれば足りるの
で、両者は必ずしも同一形式で無くとも良い。更に、本
実施例では、OSが提供するファイル入替機能及びAP
Iを利用する例について説明したが、必ずそうしなけれ
ばならないのではなく、APによりこれらを実現するこ
とも可能である。
では、第1及び第2の記憶領域に例えば同一形式のOS
を格納するとともに、稼働中の第1の記憶領域のOSを
終了させて第2の記憶領域のOSを切替起動し、第1記
憶領域に格納されたシステムファイルをアクセスロック
の対象外にした後にこれらシステムファイルと予め用意
した入替対象ファイルとを第2のOSのファイル入替機
能を用いて入れ替えるようにしたので、OSによりアク
セスを拒否されるファイルの入替(更新)をソフトウエ
アにより実行することができる。
原因により失敗したときでも、直ちにバックアップファ
イルを用いて元のファイルを復元することができるの
で、システムとしての信頼性も高めることができる。特
に、この復元処理は、それまでにファイル入替を終了し
た全てのシステムファイルと該当するバックアップファ
イルとを入れ替える処理なので、各端末装置におけるフ
ァイル間の論理的な整合性の保持も容易となる効果があ
る。
ンピュータから入替対象ファイルを複数の端末装置に転
送し、予め設定した更新日時に上記ソフトウエアを実行
させてファイル入替を行うことができるので、システム
ファイルの更新及び復元の遠隔処理が可能となる。これ
により、従来のように、各端末装置が設置されている場
所にシステムの管理能力を有するオペレータを更新の都
度派遣する必要が無くなる。
の概要構成図。
記憶領域の構造とファイルの配列例を示す図。
ル更新及び復元処理が行われるまでの手順を示すフロー
チャート。
ァイル入替の処理手順を示すフローチャート。
Claims (5)
- 【請求項1】 第1の記憶領域及び第2の記憶領域にそ
れぞれファイル入替機能を有するオペレーティングシス
テムを格納し、更に第1の記憶領域のオペレーティング
システムが稼働した際に該オペレーティングシステムに
よってアクセスロックされる複数のシステムファイルを
該第1の記憶領域に格納したコンピュータシステムにお
ける、前記複数のシステムファイルの更新及び復元をソ
フトウエアにより行う方法であって、該ソフトウエア
は、 稼働中の第1の記憶領域のオペレーティングシステムを
終了させて第2の記憶領域のオペレーティングシステム
を切替起動するステップと、 起動した第2の記憶領域のオペレーティングシステムの
ファイル入替機能を用いて前記第1の記憶領域内の複数
のシステムファイルと予め用意した入替対象ファイルと
を入れ替えるとともに、入れ替えたシステムファイルの
バックアップファイルを作成するステップと、 前記ファイル入替が正常に終了したか否かを判定し、正
常に終了しないときに前記バックアップファイルを前記
第1の記憶領域に復元するステップと、 前記ファイル入替が正常終了したとき又は前記バックア
ップファイルの復元が終了したときに、稼働中の第2の
記憶領域のオペレーティングシステムを終了させて第1
の記憶領域のオペレーティングシステムを切替起動する
ステップと、を有することを特徴とするシステムファイ
ルの更新及び復元方法。 - 【請求項2】 前記バックアップファイルを第1の記憶
領域に復元するステップは、それまでにファイル入替を
終了した全てのシステムファイルと該当するバックアッ
プファイルとを入れ替える処理であることを特徴とする
請求項1記載のシステムファイルの更新及び復元方法。 - 【請求項3】 前記予め用意した入替対象ファイルは、
通信回線を介して接続されたホストコンピュータより転
送されるシステムファイルであることを特徴とする請求
項1又は2のいずれかの項記載のシステムファイルの更
新及び復元方法。 - 【請求項4】 前記第1の記憶領域及び第2の記憶領域
は、一つのディスク装置をパーティションで分けた領域
であることを特徴とする請求項1ないし3のいずれかの
項記載のシステムファイルの更新及び復元方法。 - 【請求項5】 前記第1の記憶領域及び第2の記憶領域
に格納されるオペレーティングシステムは、同一形式の
オペレーティングシステムであることを特徴とする請求
項1ないし4のいずれかの項記載のシステムファイルの
更新及び復元方法。
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP06073608A JP3140906B2 (ja) | 1994-04-12 | 1994-04-12 | システムファイルの更新及び復元方法 |
KR1019950705512A KR0176272B1 (ko) | 1994-04-12 | 1995-02-27 | 시스템파일의 갱신과 복원방법 |
DE19580589T DE19580589C2 (de) | 1994-04-12 | 1995-02-27 | Verfahren zum Aktualisieren und Wiederherstellen von Systemdateien |
CN95190292A CN1081814C (zh) | 1994-04-12 | 1995-02-27 | 系统文件的更新和复原方法 |
GB9524498A GB2294568B (en) | 1994-04-12 | 1995-02-27 | Updating and restoration method of system file |
US08/553,617 US5715462A (en) | 1994-04-12 | 1995-02-27 | Updating and restoration method of system file |
PCT/JP1995/000300 WO1995027941A1 (fr) | 1994-04-12 | 1995-02-27 | Methode de mise a jour et de retablissement d'un fichier systeme |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP06073608A JP3140906B2 (ja) | 1994-04-12 | 1994-04-12 | システムファイルの更新及び復元方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH07281934A true JPH07281934A (ja) | 1995-10-27 |
JP3140906B2 JP3140906B2 (ja) | 2001-03-05 |
Family
ID=13523226
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP06073608A Expired - Fee Related JP3140906B2 (ja) | 1994-04-12 | 1994-04-12 | システムファイルの更新及び復元方法 |
Country Status (7)
Country | Link |
---|---|
US (1) | US5715462A (ja) |
JP (1) | JP3140906B2 (ja) |
KR (1) | KR0176272B1 (ja) |
CN (1) | CN1081814C (ja) |
DE (1) | DE19580589C2 (ja) |
GB (1) | GB2294568B (ja) |
WO (1) | WO1995027941A1 (ja) |
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06231026A (ja) * | 1993-02-05 | 1994-08-19 | N T T Data Tsushin Kk | システムファイルの更新方法 |
KR19990070727A (ko) * | 1998-02-24 | 1999-09-15 | 김영환 | 홈위치등록기의 소프트웨어 장애 복구방법 |
JP2000181772A (ja) * | 1998-12-15 | 2000-06-30 | Dell Usa Lp | コンピュ―タシステムハ―ドドライブの復元方法および装置 |
JP2003076614A (ja) * | 2001-08-28 | 2003-03-14 | Lenten Technology Ltd | ハードディスク装置のデータのバックアップ及び復元の方法 |
JP2003280914A (ja) * | 2002-03-22 | 2003-10-03 | Toshiba Corp | 情報機器、記憶媒体、及び初期状態復元方法 |
JP2004280814A (ja) * | 2003-03-12 | 2004-10-07 | Microsoft Corp | ソフトウェアシステム内での処理ロジックのカスタマイズ方法 |
JP2006309501A (ja) * | 2005-04-28 | 2006-11-09 | Kwok-Yan Leung | リモートコントロール装置 |
JP2007058699A (ja) * | 2005-08-26 | 2007-03-08 | Fujitsu Ltd | 情報処理装置、情報処理装置制御プログラム、情報処理装置制御方法 |
JP2007227759A (ja) * | 2006-02-24 | 2007-09-06 | Tokyo Electron Ltd | 基板処理装置、基板処理装置のパラメータ管理システム、基板処理装置のパラメータ管理方法、プログラム、及び記憶媒体 |
Families Citing this family (106)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5797016A (en) * | 1996-10-29 | 1998-08-18 | Cheyenne Software Inc. | Regeneration agent for back-up software |
US5933647A (en) * | 1997-01-24 | 1999-08-03 | Cognet Corporation | System and method for software distribution and desktop management in a computer network environment |
JP2001514776A (ja) * | 1997-02-27 | 2001-09-11 | シーベル システムズ,インコーポレイティド | ローカルな修正を組み込むソフトウェア配布の連続レベル移送の方法 |
US6324411B1 (en) * | 1997-05-20 | 2001-11-27 | Telefonaktiebolaget Lm Ericsson (Publ) | Background software loading in cellular telecommunication systems |
US6016536A (en) * | 1997-11-13 | 2000-01-18 | Ye-Te Wu | Method for backing up the system files in a hard disk drive |
KR19990070725A (ko) * | 1998-02-24 | 1999-09-15 | 김영환 | 홈위치등록기의 소프트웨어 프로세스 기능 갱신 방법 |
US7080371B1 (en) | 1998-03-03 | 2006-07-18 | Siebel Systems, Inc. | Method, system, apparatus and program product for distribution and instantiation of software upgrades |
WO1999045465A1 (en) * | 1998-03-03 | 1999-09-10 | Siebel Systems, Inc. | Method, system, apparatus and program product for distribution and instantiation of software upgrades |
US6275930B1 (en) * | 1998-08-12 | 2001-08-14 | Symantec Corporation | Method, computer, and article of manufacturing for fault tolerant booting |
US6393585B1 (en) | 1998-12-23 | 2002-05-21 | Scientific-Atlanta, Inc. | Method and apparatus for restoring operating systems in a set-top box environment |
US6484315B1 (en) * | 1999-02-01 | 2002-11-19 | Cisco Technology, Inc. | Method and system for dynamically distributing updates in a network |
JP2000284987A (ja) | 1999-03-31 | 2000-10-13 | Fujitsu Ltd | コンピュータ、コンピュータネットワークシステム及び記録媒体 |
CA2375701C (en) * | 1999-06-03 | 2010-08-10 | Anchor Gaming | Method and device for implementing a downloadable software delivery system |
US8033913B2 (en) * | 1999-06-03 | 2011-10-11 | Igt | Gaming machine update and mass storage management |
JP2003503795A (ja) * | 1999-06-30 | 2003-01-28 | マイクロソフト コーポレイション | サポート・インシデントを報告及び解決する方法及びシステム |
US6948099B1 (en) * | 1999-07-30 | 2005-09-20 | Intel Corporation | Re-loading operating systems |
US6763458B1 (en) * | 1999-09-27 | 2004-07-13 | Captaris, Inc. | System and method for installing and servicing an operating system in a computer or information appliance |
JP3330569B2 (ja) * | 1999-09-28 | 2002-09-30 | インターナショナル・ビジネス・マシーンズ・コーポレーション | コンピュータの制御方法、コンピュータ及び記録媒体 |
US6415383B1 (en) | 1999-10-06 | 2002-07-02 | International Business Machines Corporation | Address offset feature for a hard disk drive |
IL138408A0 (en) * | 2000-04-07 | 2001-10-31 | Digitalsecu Co Ltd | Apparatus for and method of storing log data in communication network |
US7951002B1 (en) | 2000-06-16 | 2011-05-31 | Igt | Using a gaming machine as a server |
AU8326401A (en) * | 2000-08-18 | 2002-03-04 | Int Game Tech | Gaming machine virtual player tracking and related services |
GB2367656A (en) * | 2000-10-06 | 2002-04-10 | Hewlett Packard Co | Self-repairing operating system for computer entities |
EP1195679A1 (en) * | 2000-10-06 | 2002-04-10 | Hewlett-Packard Company, A Delaware Corporation | Performing operating system recovery from external back-up media in a headless computer entity |
US8636596B2 (en) | 2000-11-04 | 2014-01-28 | Igt | Dynamic player notices for operational changes in gaming machines |
US9251647B2 (en) * | 2000-10-19 | 2016-02-02 | Igt | Remote configuration of gaming terminals |
US20040180721A1 (en) * | 2000-12-21 | 2004-09-16 | Igt | Gaming terminal data repository and information distribution system |
US6645077B2 (en) * | 2000-10-19 | 2003-11-11 | Igt | Gaming terminal data repository and information distribution system |
US8556698B2 (en) | 2000-10-19 | 2013-10-15 | Igt | Executing multiple applications and their variations in computing environments |
US7409685B2 (en) | 2002-04-12 | 2008-08-05 | Hewlett-Packard Development Company, L.P. | Initialization and update of software and/or firmware in electronic devices |
US7814474B2 (en) * | 2000-11-17 | 2010-10-12 | Hewlett-Packard Development Company, L.P. | Updatable mobile handset based on Linux with compression and decompression techniques |
US8479189B2 (en) * | 2000-11-17 | 2013-07-02 | Hewlett-Packard Development Company, L.P. | Pattern detection preprocessor in an electronic device update generation system |
US7972214B2 (en) * | 2000-12-07 | 2011-07-05 | Igt | Methods and devices for downloading games of chance |
US20080214300A1 (en) * | 2000-12-07 | 2008-09-04 | Igt | Methods for electronic data security and program authentication |
US7168089B2 (en) | 2000-12-07 | 2007-01-23 | Igt | Secured virtual network in a gaming environment |
US7515718B2 (en) * | 2000-12-07 | 2009-04-07 | Igt | Secured virtual network in a gaming environment |
US20050153778A1 (en) * | 2004-01-14 | 2005-07-14 | Dwayne Nelson | Methods and apparatus for gaming data downloading |
US20070136817A1 (en) * | 2000-12-07 | 2007-06-14 | Igt | Wager game license management in a peer gaming network |
CN100347689C (zh) * | 2001-01-09 | 2007-11-07 | 梁国恩 | 保护硬盘资料的电路 |
US7186181B2 (en) * | 2001-02-02 | 2007-03-06 | Igt | Wide area program distribution and game information communication system |
US6516394B1 (en) * | 2001-03-02 | 2003-02-04 | Emc Corporation | System and method for management of storage devices using labels |
US6915449B2 (en) | 2001-03-30 | 2005-07-05 | International Business Machines Corporation | Method and apparatus for performing emergency shutdown of a malfunctioning computer system saving all open files, data, and work in progress to a remote data storage business entity |
US6769075B2 (en) * | 2001-03-30 | 2004-07-27 | International Business Machines Corporation | Method and apparatus for performing emergency shutdown of a malfunctioning computer system saving all open files, data, and work in progress |
US6928579B2 (en) * | 2001-06-27 | 2005-08-09 | Nokia Corporation | Crash recovery system |
US7159214B2 (en) | 2001-07-26 | 2007-01-02 | Kyocera Wireless Corp. | System and method for compacting field upgradeable wireless communication device software code sections |
US7027806B2 (en) * | 2001-07-26 | 2006-04-11 | Kyocera Wireless, Corp. | System and method for field downloading a wireless communications device software code section |
US7200389B2 (en) * | 2001-07-26 | 2007-04-03 | Kyocera Wireless Corp. | Dynamic interface software for wireless communication devices |
US7231637B1 (en) * | 2001-07-26 | 2007-06-12 | Mcafee, Inc. | Security and software testing of pre-release anti-virus updates on client and transmitting the results to the server |
US9554268B2 (en) * | 2001-07-26 | 2017-01-24 | Kyocera Corporation | System and method for updating persistent data in a wireless communications device |
US7197302B2 (en) | 2001-07-26 | 2007-03-27 | Kyocera Wireless Corp. | System and method for interchangeable modular hardware components for wireless communication devices |
US7143407B2 (en) * | 2001-07-26 | 2006-11-28 | Kyocera Wireless Corp. | System and method for executing wireless communications device dynamic instruction sets |
US7328007B2 (en) | 2001-07-26 | 2008-02-05 | Kyocera Wireless Corp. | System and method for organizing wireless communication device system software |
US7386846B2 (en) * | 2001-07-26 | 2008-06-10 | Kyocera Wireless Corp. | System and method for the management of wireless communications device system software downloads in the field |
US7184759B2 (en) * | 2001-07-26 | 2007-02-27 | Kyocera Wireless Corp. | Modular software components for wireless communication devices |
EP1410191A2 (en) | 2001-07-26 | 2004-04-21 | Kyocera Wireless Corporation | System and method for the management of wireless communications device system software downloads in the field |
US7184793B2 (en) * | 2001-07-26 | 2007-02-27 | Kyocera Wireless Corp. | System and method for over the air area code update |
US6961537B2 (en) * | 2001-08-10 | 2005-11-01 | Kyocera Wireless Corp. | System and method for peer-to-peer handset communication |
US7254386B2 (en) * | 2001-08-10 | 2007-08-07 | Kyocera Wireless Corp. | System and method for improved security in handset reprovisioning and reprogramming |
US8708828B2 (en) * | 2001-09-28 | 2014-04-29 | Igt | Pluggable modular gaming modifiers and configuration templates for gaming environments |
US6902481B2 (en) * | 2001-09-28 | 2005-06-07 | Igt | Decoupling of the graphical presentation of a game from the presentation logic |
US7131909B2 (en) * | 2002-09-10 | 2006-11-07 | Igt | Method and apparatus for managing gaming machine code downloads |
US7931533B2 (en) | 2001-09-28 | 2011-04-26 | Igt | Game development architecture that decouples the game logic from the graphics logics |
JP2003150429A (ja) * | 2001-11-16 | 2003-05-23 | Hitachi Ltd | ファイルシステム保護方法及び装置 |
US8597116B2 (en) | 2002-03-12 | 2013-12-03 | Igt | Virtual player tracking and related services |
US6997803B2 (en) * | 2002-03-12 | 2006-02-14 | Igt | Virtual gaming peripherals for a gaming machine |
US7174547B2 (en) * | 2002-03-25 | 2007-02-06 | Ciena Corporation | Method for updating and restoring operating software in an active region of a network element |
US20070169073A1 (en) * | 2002-04-12 | 2007-07-19 | O'neill Patrick | Update package generation and distribution network |
JP2003316595A (ja) * | 2002-04-23 | 2003-11-07 | Casio Comput Co Ltd | インストール方法、ファイル更新方法、プログラム及びコンピュータシステム |
US7856631B2 (en) * | 2002-05-08 | 2010-12-21 | Sap Aktiengesellschaft | Software delivery manager |
US7918730B2 (en) * | 2002-06-27 | 2011-04-05 | Igt | Trajectory-based 3-D games of chance for video gaming machines |
US8083585B2 (en) * | 2002-09-10 | 2011-12-27 | Igt | Apparatus and method for copying gaming machine configuration settings |
CN1235149C (zh) * | 2002-09-18 | 2006-01-04 | 宏碁股份有限公司 | 计算机操作系统的恢复方法及装置及生产该系统的方法 |
US6836657B2 (en) * | 2002-11-12 | 2004-12-28 | Innopath Software, Inc. | Upgrading of electronic files including automatic recovery from failures and errors occurring during the upgrade |
CN100426256C (zh) * | 2003-02-20 | 2008-10-15 | 松下电器产业株式会社 | 信息记录介质以及其区域管理方法 |
TW591395B (en) * | 2003-02-27 | 2004-06-11 | Acer Inc | Recovery method of multi-functional operating system and system thereof |
AU2004202425A1 (en) * | 2003-06-04 | 2004-12-23 | Panasonic Corporation | Program replacing method |
WO2004109518A1 (ja) * | 2003-06-09 | 2004-12-16 | Fujitsu Limited | ファイル切替装置及び切替方法 |
US8832276B2 (en) * | 2003-08-18 | 2014-09-09 | International Business Machines Corporation | Bypassing content blocking |
US7359698B2 (en) * | 2003-09-08 | 2008-04-15 | Kyocera Wireless Corp. | Systems and methods for enhanced over-the-air programming |
US8555273B1 (en) | 2003-09-17 | 2013-10-08 | Palm. Inc. | Network for updating electronic devices |
US20050138408A1 (en) * | 2003-12-22 | 2005-06-23 | International Business Machines Corporation | Autonomic self-configuring alternate operating system environment which includes personalization |
CN100407638C (zh) * | 2004-04-14 | 2008-07-30 | 华为技术有限公司 | 一种软件升级及回退方法 |
US7904895B1 (en) * | 2004-04-21 | 2011-03-08 | Hewlett-Packard Develpment Company, L.P. | Firmware update in electronic devices employing update agent in a flash memory card |
US20060031425A1 (en) * | 2004-06-07 | 2006-02-09 | Northrop Grumman Corporation | Method for imaging computer systems |
WO2006006908A1 (en) * | 2004-07-08 | 2006-01-19 | Andrew Corporation | A radio base station and a method of operating a radio base station |
US8526940B1 (en) | 2004-08-17 | 2013-09-03 | Palm, Inc. | Centralized rules repository for smart phone customer care |
US8287379B2 (en) | 2005-09-12 | 2012-10-16 | Igt | Distributed game services |
US7887420B2 (en) | 2005-09-12 | 2011-02-15 | Igt | Method and system for instant-on game download |
US20070207800A1 (en) * | 2006-02-17 | 2007-09-06 | Daley Robert C | Diagnostics And Monitoring Services In A Mobile Network For A Mobile Device |
JP2007249340A (ja) * | 2006-03-14 | 2007-09-27 | Fujitsu Ltd | ソフトウェアアップデート方法、アップデート管理プログラム、情報処理装置 |
CN100454253C (zh) * | 2006-04-29 | 2009-01-21 | 华为技术有限公司 | 一种终端软件升级方法及终端设备 |
US8209676B2 (en) | 2006-06-08 | 2012-06-26 | Hewlett-Packard Development Company, L.P. | Device management in a network |
EP2047420A4 (en) | 2006-07-27 | 2009-11-18 | Hewlett Packard Development Co | USER EXPERIENCE AND DEPENDENCE MANAGEMENT IN A MOBILE DEVICE |
US8117461B2 (en) | 2006-09-13 | 2012-02-14 | Igt | Method of randomly and dynamically checking configuration integrity of a gaming system |
US7734959B2 (en) * | 2007-07-30 | 2010-06-08 | Hewlett-Packard Development Company, L.P. | Operating system recovery across a network |
US20090048022A1 (en) * | 2007-08-13 | 2009-02-19 | Igt | Dynamic reconfiguration of promotional programs |
US8447938B2 (en) * | 2008-01-04 | 2013-05-21 | International Business Machines Corporation | Backing up a deduplicated filesystem to disjoint media |
JP4393563B1 (ja) * | 2008-07-02 | 2010-01-06 | 株式会社東芝 | 情報処理装置、情報処理装置のデータ復元方法、及び情報処理装置のデータ復元プログラム |
US10235832B2 (en) * | 2008-10-17 | 2019-03-19 | Igt | Post certification metering for diverse game machines |
CN101610449B (zh) * | 2009-07-07 | 2011-12-28 | 中兴通讯股份有限公司 | 配置数据升级与回退的方法和系统 |
KR101615646B1 (ko) * | 2009-08-25 | 2016-04-27 | 삼성전자 주식회사 | 컴퓨터시스템, 그 제어방법과, 그 컴퓨터프로그램이 저장된 기록매체 |
US8560888B1 (en) * | 2011-02-11 | 2013-10-15 | Bank Of America Corporation | Method and apparatus for rebuilding an ATM computer image automatically |
CN102841824B (zh) * | 2011-06-23 | 2014-04-02 | 珠海市君天电子科技有限公司 | 一种回滚方法和回滚装置 |
US20150242282A1 (en) * | 2014-02-24 | 2015-08-27 | Red Hat, Inc. | Mechanism to update software packages |
CN109542677B (zh) * | 2018-11-05 | 2021-08-13 | 北京炎黄盈动科技发展有限责任公司 | 一种高可靠容器内应用介质升级方法、装置及存储介质 |
CN109656594A (zh) * | 2018-12-10 | 2019-04-19 | 惠州Tcl移动通信有限公司 | 移动终端系统文件的更新方法、装置及存储介质 |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4759145A (en) * | 1986-12-15 | 1988-07-26 | Volansky Edward P | Bullet dispersing machine gun |
US4862349A (en) * | 1987-10-19 | 1989-08-29 | International Business Machines Corporation | Method for extracting and/or replacing control system information in a computer operating system |
US5008814A (en) * | 1988-08-15 | 1991-04-16 | Network Equipment Technologies, Inc. | Method and apparatus for updating system software for a plurality of data processing units in a communication network |
EP0455922B1 (en) * | 1990-05-11 | 1996-09-11 | International Business Machines Corporation | Method and apparatus for deriving mirrored unit state when re-initializing a system |
JP2886961B2 (ja) * | 1990-09-19 | 1999-04-26 | 株式会社日立製作所 | プログラム入替方法 |
US5157663A (en) * | 1990-09-24 | 1992-10-20 | Novell, Inc. | Fault tolerant computer system |
GB2251324B (en) * | 1990-12-31 | 1995-05-10 | Intel Corp | File structure for a non-volatile semiconductor memory |
US5257377A (en) * | 1991-04-01 | 1993-10-26 | Xerox Corporation | Process for automatically migrating a subset of updated files from the boot disk to the replicated disks |
EP0516900B1 (en) * | 1991-06-04 | 1996-05-01 | International Business Machines Corporation | Data backup and recovery in a data processing system |
JPH04362733A (ja) * | 1991-06-10 | 1992-12-15 | Nec Corp | システムプログラム更新方式 |
US5410667A (en) * | 1992-04-17 | 1995-04-25 | Storage Technology Corporation | Data record copy system for a disk drive array data storage subsystem |
US5410703A (en) * | 1992-07-01 | 1995-04-25 | Telefonaktiebolaget L M Ericsson | System for changing software during computer operation |
US5359730A (en) * | 1992-12-04 | 1994-10-25 | International Business Machines Corporation | Method of operating a data processing system having a dynamic software update facility |
DE59309391D1 (de) * | 1993-01-18 | 1999-04-01 | Siemens Ag | Realzeit-Steuerungssystem |
JP3527756B2 (ja) * | 1993-02-05 | 2004-05-17 | 株式会社エヌ・ティ・ティ・データ | システムファイルの更新方法 |
US5469573A (en) * | 1993-02-26 | 1995-11-21 | Sytron Corporation | Disk operating system backup and recovery system |
US5572709A (en) * | 1993-06-18 | 1996-11-05 | Lucent Technologies Inc. | Using dynamically-linked libraries to add side effects to operations |
JP3048792B2 (ja) * | 1993-07-09 | 2000-06-05 | 株式会社日立製作所 | オペレーティングシステムの自動入れ替え方法及びそれを利用した計算機システム |
-
1994
- 1994-04-12 JP JP06073608A patent/JP3140906B2/ja not_active Expired - Fee Related
-
1995
- 1995-02-27 WO PCT/JP1995/000300 patent/WO1995027941A1/ja active Application Filing
- 1995-02-27 GB GB9524498A patent/GB2294568B/en not_active Expired - Fee Related
- 1995-02-27 KR KR1019950705512A patent/KR0176272B1/ko not_active IP Right Cessation
- 1995-02-27 DE DE19580589T patent/DE19580589C2/de not_active Expired - Fee Related
- 1995-02-27 US US08/553,617 patent/US5715462A/en not_active Expired - Fee Related
- 1995-02-27 CN CN95190292A patent/CN1081814C/zh not_active Expired - Fee Related
Cited By (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH06231026A (ja) * | 1993-02-05 | 1994-08-19 | N T T Data Tsushin Kk | システムファイルの更新方法 |
KR19990070727A (ko) * | 1998-02-24 | 1999-09-15 | 김영환 | 홈위치등록기의 소프트웨어 장애 복구방법 |
JP2000181772A (ja) * | 1998-12-15 | 2000-06-30 | Dell Usa Lp | コンピュ―タシステムハ―ドドライブの復元方法および装置 |
JP2003076614A (ja) * | 2001-08-28 | 2003-03-14 | Lenten Technology Ltd | ハードディスク装置のデータのバックアップ及び復元の方法 |
JP2003280914A (ja) * | 2002-03-22 | 2003-10-03 | Toshiba Corp | 情報機器、記憶媒体、及び初期状態復元方法 |
JP2004280814A (ja) * | 2003-03-12 | 2004-10-07 | Microsoft Corp | ソフトウェアシステム内での処理ロジックのカスタマイズ方法 |
JP2006309501A (ja) * | 2005-04-28 | 2006-11-09 | Kwok-Yan Leung | リモートコントロール装置 |
JP2007058699A (ja) * | 2005-08-26 | 2007-03-08 | Fujitsu Ltd | 情報処理装置、情報処理装置制御プログラム、情報処理装置制御方法 |
JP2007227759A (ja) * | 2006-02-24 | 2007-09-06 | Tokyo Electron Ltd | 基板処理装置、基板処理装置のパラメータ管理システム、基板処理装置のパラメータ管理方法、プログラム、及び記憶媒体 |
Also Published As
Publication number | Publication date |
---|---|
WO1995027941A1 (fr) | 1995-10-19 |
GB2294568B (en) | 1998-08-12 |
KR0176272B1 (ko) | 1999-05-15 |
DE19580589C2 (de) | 2001-01-18 |
KR960702916A (ko) | 1996-05-23 |
GB9524498D0 (en) | 1996-02-21 |
CN1081814C (zh) | 2002-03-27 |
DE19580589T1 (de) | 1996-06-27 |
US5715462A (en) | 1998-02-03 |
JP3140906B2 (ja) | 2001-03-05 |
GB2294568A (en) | 1996-05-01 |
CN1127043A (zh) | 1996-07-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3140906B2 (ja) | システムファイルの更新及び復元方法 | |
JP4321705B2 (ja) | スナップショットの取得を制御するための装置及び記憶システム | |
JP3200661B2 (ja) | クライアント/サーバシステム | |
US7281159B2 (en) | Managing disk drive replacements on multidisk headless appliances | |
JP4363676B2 (ja) | コンピュータシステム | |
US8209507B2 (en) | Storage device and information management system | |
US6438563B1 (en) | Method and device for synchronizing databases in a network management system | |
US7290100B2 (en) | Computer system for managing data transfer between storage sub-systems | |
JP2000138692A (ja) | Macアドレス管理装置、macアドレス管理方法、及び記憶媒体 | |
US20020120733A1 (en) | Method, program and arrangement for synchronizing a network manager to a network agent | |
JP5683088B2 (ja) | 復旧システム、復旧方法及びバックアップ制御システム | |
JP3551079B2 (ja) | 修正ロードモジュール置換後の復旧方法ならびに装置 | |
US7991849B1 (en) | System for managing configuration memory with transaction and redundancy support in an optical network element | |
JPH1124934A (ja) | クライアント・サーバシステムにおけるクライアントプログラムの配布管理方法 | |
JP3941597B2 (ja) | 論理区画式計算機システム | |
JP3527756B2 (ja) | システムファイルの更新方法 | |
JPH1127266A (ja) | 網管理装置の構成情報管理方式および管理対象装置 | |
JPH08286964A (ja) | 分散トランザクション処理方法 | |
JP3589433B2 (ja) | データベース保証方式 | |
JPH0430220A (ja) | ソフトウエアメンテナンス方式 | |
JP2897354B2 (ja) | プログラム環境管理方式 | |
JPH08278911A (ja) | 多重系処理システム | |
JP3575236B2 (ja) | データベース排他制御方法及びシステム及びデータベース排他制御プログラムを格納した記憶媒体 | |
JP4141680B2 (ja) | データベース管理システム及びデータベースシステムの管理方法 | |
JPH02255919A (ja) | データ復旧装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20071215 Year of fee payment: 7 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081215 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20081215 Year of fee payment: 8 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091215 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091215 Year of fee payment: 9 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101215 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101215 Year of fee payment: 10 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111215 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111215 Year of fee payment: 11 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121215 Year of fee payment: 12 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20121215 Year of fee payment: 12 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131215 Year of fee payment: 13 |
|
LAPS | Cancellation because of no payment of annual fees |