JPH0348343A - Updating system for program file - Google Patents

Updating system for program file

Info

Publication number
JPH0348343A
JPH0348343A JP1182551A JP18255189A JPH0348343A JP H0348343 A JPH0348343 A JP H0348343A JP 1182551 A JP1182551 A JP 1182551A JP 18255189 A JP18255189 A JP 18255189A JP H0348343 A JPH0348343 A JP H0348343A
Authority
JP
Japan
Prior art keywords
program
magnetic disk
new
program file
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP1182551A
Other languages
Japanese (ja)
Inventor
Akihiko Honda
本田 明彦
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP1182551A priority Critical patent/JPH0348343A/en
Publication of JPH0348343A publication Critical patent/JPH0348343A/en
Pending legal-status Critical Current

Links

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)

Abstract

PURPOSE:To eliminate the need for resetting environmental data driven in an old program file by means of a new program file by allowing the new program file to succeed a system driving state and user data from a magnetic disk storing the old program file. CONSTITUTION:A program C7 executes the succeeding processing 16 of old user definition data 10 and an old system driving state 11 in the magnetic disk 1 storing the old program file to new user definition data 12 and a new system driving state 13 in a magnetic disk 2 storing the new program file and then starts up a program D8. The program D8 loads an initial program from the magnetic disk 2 storing the new file. Thereby, the resetting of the environmental data driven in the old program file by means of the new program file is made unnecessary.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラムファイルの更新に係シ、特に旧ファ
イルで動作中のシステム稼動状態およびそのシステムの
利用者が設定しているユーザーデ一夕を新ファイルに自
動的に引継ぎプログラムファイルの更新時における環境
設定を自動化することを目的としたプログラムファイル
の更新方式に関するものである。
[Detailed Description of the Invention] [Industrial Application Field] The present invention relates to updating of program files, and in particular, the operating status of a system running on old files and the user data set by the user of the system. The present invention relates to a program file update method that aims to automatically take over a program file to a new file and automate environment settings when updating a program file.

〔従来の技術〕[Conventional technology]

従来のプログラムファイルの更新方式の一例を第2図に
示し説明する。
An example of a conventional program file update method is shown in FIG. 2 and will be described.

図において、21 .22は磁気ディスク、23はプロ
セッサ、24はメインメモリ、25,26,2Tはこの
メインメモリ24に格納されているプログラム(1),
ω)=(C)、2Bは磁気テープ(新ファイル)である
。29は磁気ディスク切離し処理を示し、30は新ファ
イルカードを示す。
In the figure, 21. 22 is a magnetic disk, 23 is a processor, 24 is a main memory, 25, 26, 2T are programs (1) stored in this main memory 24,
ω)=(C), 2B is a magnetic tape (new file). 29 indicates a magnetic disk separation process, and 30 indicates a new file card.

そして、プログラムファイルの更新は、メインメモリ2
4に格納されているグラム(1)25が1ず起動され、
このプログラム仏〉25は磁気ディスク21がアクト系
、磁気ディスク22がスタンドパイ系(ホットスタンド
バイ)で運転している磁気ディスク22の方をオンライ
ン系から磁気ディスク切離し処理29を実施し、その後
プログラム(B)26を駆動する。このプログラム(B
)26は、新磁気テープ(新ファイル)28をオンライ
ン系から切離された磁気ディスク22に新ファイルロー
ド3aを実施し、その後プログラム02γを起動する。
And update of program file is done by main memory 2.
Gram(1) 25 stored in 4 is activated by 1,
This program program 25 executes the process 29 of disconnecting the magnetic disk 22 from the online system for the magnetic disk 22 in which the magnetic disk 21 is operating in the active system and the magnetic disk 22 is operating in the standby system (hot standby), and then the program (B) Drive 26. This program (B
) 26 executes a new file load 3a on the new magnetic tape (new file) 28 to the magnetic disk 22 disconnected from the online system, and then starts the program 02γ.

このプログラム021は新ファイルの格納されている磁
気ディスク22より初期プログラムロードを実施すると
いうプログラムファイルの更新方式となっていた。
This program 021 has a program file update method in which an initial program load is performed from the magnetic disk 22 in which a new file is stored.

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

上述した従来のプログラムファイルの更新方式は、二重
化されている磁気ディスクの片方をオンライン系から切
離し、新プログラムファイルを切離した磁気ディスクに
格納した後、該当磁気ディスクから初期プログラムロー
ドを実施する方式となっているので、旧プログラムファ
イルで動作中のシステム稼動状態およびそのシステムの
利用者が設定しているユーザーデータが新プログラムフ
ァイルを格納している磁気ディスクに引継がれないため
新プログラムファイルて初期プログラムロード後にそれ
らの環境の再設定が必要となシ、オ冫ライン業務を停止
し危ければならないという課題があった。
The conventional program file update method described above is to disconnect one of the duplicated magnetic disks from the online system, store a new program file on the disconnected magnetic disk, and then perform an initial program load from the corresponding magnetic disk. , the operating status of the system running with the old program file and the user data set by the user of that system are not carried over to the magnetic disk that stores the new program file, so the new program file is used as the initial program. There was a problem in that it was necessary to reconfigure those environments after loading, which would stop the offline operations and be dangerous.

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

本発明のプログ2ムファイルの更新方式は、ホットスタ
ンドバイ系の磁気ディスクをオンライン系から切離す切
離手段と、この切離手段によって切離された磁気ディス
クに新プログラムファイルを格納する格納手段と、上記
新プログラムファイルの格納された磁気ディスクより初
期プログラムロードをする手段と、初期プログラムロー
ド前のオンラインに移行する前に旧プログラムファイル
の格納されている磁気ディスクより,システム稼動状態
釦よびユーザーデータを新プログラムファイルに引継ぐ
手段を備えてなるものである。
The program file update method of the present invention includes a disconnection means for disconnecting a hot standby system magnetic disk from an online system, and a storage means for storing a new program file on the magnetic disk disconnected by the disconnection means. and means for initial program loading from the magnetic disk where the new program file is stored, and means for loading the system operating status button and user from the magnetic disk where the old program file is stored before going online before the initial program loading. It is equipped with a means to take over data to a new program file.

〔作用〕[Effect]

本発明においては、二重化されている磁気ディスクの片
方をオンライン系から切離し新プログラムファイルを切
離した磁気ディスクに格納した後該当磁気ディスクから
初期プログラムロードを実施する方式において、初期プ
ログラムロード前のオンラインに移行する前に旧プログ
ラムファイルの格納されている磁気ディスクより、シス
テム稼動状態およびユーザーデータを新プログラムファ
イルに引継ぐ。
In the present invention, one of the dual magnetic disks is disconnected from the online system, a new program file is stored on the disconnected magnetic disk, and then the initial program is loaded from the magnetic disk. Before migration, transfer the system operating status and user data from the magnetic disk where the old program files are stored to the new program files.

〔実施例〕〔Example〕

以下、図面に基づき本発明の実施例を詳細に説明する。 Hereinafter, embodiments of the present invention will be described in detail based on the drawings.

第1図は本発明によるプログラムファイルの更新方式の
一実施例を示すブロック図である。
FIG. 1 is a block diagram showing an embodiment of a program file updating method according to the present invention.

図において、1,2Fi磁気ディスク、3はプロセッサ
、4はメインメモリ、5,6.7.8はこのメインメモ
リ4に格納されているプログラム(4),#) , (
C) , (t))、9は磁気テープ(新ファイル)、
10は磁気ディスク1の旧利用者定義データ、11は磁
気ディスク1の旧システム稼動状態、12は磁気ディス
ク2の新利用者定狡データ、13は磁気ディスク2の新
システム稼動状態、14は磁気ディスク切離し処理、1
5は新ファイルロード、16は引継処理である。
In the figure, 1 and 2 are Fi magnetic disks, 3 is a processor, 4 is a main memory, and 5, 6.7.8 are programs stored in this main memory 4 (4), #), (
C), (t)), 9 is magnetic tape (new file),
10 is the old user defined data of the magnetic disk 1, 11 is the old system operating state of the magnetic disk 1, 12 is the new user defined data of the magnetic disk 2, 13 is the new system operating state of the magnetic disk 2, and 14 is the magnetic disk 1 Disk detachment processing, 1
5 is a new file load, and 16 is a takeover process.

そして、プログラム(A)5と磁気ディスク切離し処理
14は、ホットスタンドパイ系の磁fiティスクをオン
ライン系から切離す切離手段を構或し、また、プログラ
ムφ)6と新ファイルロード15はこの切離手段によっ
て切離れた磁気ディスクに新プログラムファイルを格納
する格納手段を構或している。プログラム0)8は新プ
ログラムファイルの格納された磁気ディスクよう初期プ
ログラムロードをする手段を構成し、プログラムo1と
磁気ディスク1の旧利用者定義データ10,旧システム
移動状態11,磁気ディスク2の新利用者定義データ1
2,新システム稼動状態13および引継処理16は初期
プログラムロード前のオンラインに移行する前に旧プロ
グ2ムファイルの格納されている磁気ディスクよb,シ
ステム稼動状態およびユーザーデータを新プログラムフ
ァイルにダ1継ぐ手段を構威している。
The program (A) 5 and the magnetic disk disconnection process 14 constitute a disconnection means for disconnecting the magnetic disk of the hot stand pie system from the online system, and the program φ) 6 and the new file load 15 constitute A storage means is provided for storing a new program file on the magnetic disk separated by the separation means. Program 0)8 constitutes means for initial program loading to a magnetic disk in which a new program file is stored, and includes program o1, old user-defined data 10 on magnetic disk 1, old system migration status 11, and new program on magnetic disk 2. User-defined data 1
2. The new system operating state 13 and takeover process 16 download the magnetic disk where the old program file is stored, the system operating state and user data to the new program file before going online before the initial program load. He is preparing the means to take over.

つぎにこの第l図に示す実施例の動作を説明する。Next, the operation of the embodiment shown in FIG. 1 will be explained.

まず、プログラムファイルの更新時ニプロセッ? 3 
7d 7’ oグラム(4)5を起動し、このプログラ
ム(4)5は磁気ディスク1がアクト系,磁気ディスク
2がスタンドバイ系(ホットスタンドパイ)で運転して
いる磁気ディスク2の方をオンライン系から切離し磁気
ディスク切離し処理14を実施し、その後プログラムφ
)6を起動する。そして、このプログラムa3)6は磁
気テープ(新ファイル)9をオンライン系から切離され
た磁気ディスク2に新ファイルロード15を実施し、そ
の後プログラム(C)7を起動する。
First of all, when updating the program file, is Nipro set? 3
7d 7' Start ogram (4) 5, and this program (4) 5 will run the magnetic disk 2 where magnetic disk 1 is operating as an active system and magnetic disk 2 is operating as a standby system (hot standby). Disconnect from the online system and perform magnetic disk disconnection processing 14, and then program φ
)6. Then, this program a3)6 executes a new file load 15 of the magnetic tape (new file) 9 onto the magnetic disk 2 disconnected from the online system, and then starts the program (C)7.

つぎに、このプログラム(C) 7は、旧プログラムフ
ァイルの格納されている磁気ディスク1の旧利用者定義
データ10および旧システム稼動状態11を新プログラ
ムファイルの格納されている磁気ディスク2の新利用者
定義データ12および新システム稼動状態13に引継処
理16を実施し引継ぎを行い、その後プログラム08を
起動する。そして、このプログラムa)8は新ファイル
の格納されている磁気ディスク2より初期プログラムロ
ードを実施する。
Next, this program (C) 7 uses the old user defined data 10 and the old system operating state 11 of the magnetic disk 1 where the old program files are stored for new use on the magnetic disk 2 where the new program files are stored. A takeover process 16 is performed on the user definition data 12 and the new system operating state 13 to take over, and then the program 08 is started. Then, this program a) 8 executes an initial program load from the magnetic disk 2 in which the new file is stored.

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

以上説明したように本発明は、二重化されている磁気デ
ィスクの片方をオンライン系から切離し新プログラムフ
ァイルを切離した磁気ディスクに格納した後該当磁気デ
ィスク初期プログラムロードを実施するプログラムファ
イルの更新方式において、初期プログラムロード前のオ
ンラインに移行する前に、旧プログラムファイルの格納
されている磁気ディスクよb,システム稼動状態および
ユーザーデータを新プログラムファイルに引継ぐ機能を
具備することにより、旧プログラムファイルで稼動して
いた環境データの新プログラムファイルでの再設定が必
要なくなる効果がある。筐た、旧プログラムファイルで
利用者が定義したユーザーデータについても新プログラ
ムファイルに自動的に引継がれるためオンライン業務を
停止することなく、プログラムファイルの更新が実施で
きる効果がある。
As explained above, the present invention provides a program file update method in which one of the dual magnetic disks is disconnected from the online system, a new program file is stored on the disconnected magnetic disk, and then an initial program load is performed on the corresponding magnetic disk. By providing a function that transfers the magnetic disk where the old program file is stored, the system operating status, and user data to the new program file before going online before the initial program load, the new program file can be operated with the old program file. This has the effect of eliminating the need to reconfigure the previously used environment data with the new program file. Additionally, the user data defined by the user in the old program file is automatically inherited by the new program file, making it possible to update the program file without stopping online operations.

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

第1図は本発明によるプログラムファイルの更新方式の
一実施例を示すブロック図、第2図は従来のプログラム
ファイルの更新方式の一例を示すブロック図である。 1,2●・●●磁気ディスク、3●・●・プロセッサ、
4●●●●メインメモリ、5●●●●プログラム(4)
、6●●●●プログラムCB)、7●●●●プログラム
0、8●●●●プログラム(自)、9●・・・磁気テー
プ(新ファイル)、1G・・・・旧利用者定義データ、
11●●●●旧システム稼動状態、12・・・・新利用
者定義データ、13・・・・新システム稼動状態、14
・・・・磁気ディスク切離し処理、15●●・●新ファ
イルロード、16・##●引継処理。
FIG. 1 is a block diagram showing an embodiment of a program file updating method according to the present invention, and FIG. 2 is a block diagram showing an example of a conventional program file updating method. 1, 2●●●magnetic disk, 3●●●processor,
4●●●●Main memory, 5●●●●Program (4)
, 6●●●●Program CB), 7●●●●Program 0, 8●●●●Program (own), 9●... Magnetic tape (new file), 1G... Old user-defined data ,
11●●●●Old system operating status, 12... New user definition data, 13... New system operating status, 14
...Magnetic disk detachment processing, 15●●・●new file load, 16.##●takeover processing.

Claims (1)

【特許請求の範囲】[Claims]  ホットスタンドバイ系の磁気ディスクをオンライン系
から切離す切離手段と、この切離手段によつて切離され
た磁気ディスクに新プログラムファイルを格納する格納
手段と、前記新プログラムファイルの格納された磁気デ
ィスクより初期プログラムロードをする手段と、初期プ
ログラムロード前のオンラインに移行する前に旧プログ
ラムファイルの格納されている磁気ディスクより、シス
テム稼動状態およびユーザーデータを新プログラムファ
イルに引継ぐ手段を備えてなることを特徴とするプログ
ラムファイルの更新方式。
a disconnection means for disconnecting a hot standby system magnetic disk from an online system; a storage means for storing a new program file on the magnetic disk separated by the disconnection means; A means for initial program loading from a magnetic disk, and a means for transferring the system operating state and user data to a new program file from the magnetic disk where the old program file is stored before the initial program load and before going online. A program file update method characterized by:
JP1182551A 1989-07-17 1989-07-17 Updating system for program file Pending JPH0348343A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1182551A JPH0348343A (en) 1989-07-17 1989-07-17 Updating system for program file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1182551A JPH0348343A (en) 1989-07-17 1989-07-17 Updating system for program file

Publications (1)

Publication Number Publication Date
JPH0348343A true JPH0348343A (en) 1991-03-01

Family

ID=16120261

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1182551A Pending JPH0348343A (en) 1989-07-17 1989-07-17 Updating system for program file

Country Status (1)

Country Link
JP (1) JPH0348343A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060051920A (en) * 2004-10-01 2006-05-19 가부시끼가이샤 히다치 세이사꾸쇼 Rotary electric machine using permanent magnet and wind turbine system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060051920A (en) * 2004-10-01 2006-05-19 가부시끼가이샤 히다치 세이사꾸쇼 Rotary electric machine using permanent magnet and wind turbine system

Similar Documents

Publication Publication Date Title
JPH0348343A (en) Updating system for program file
JPH04373026A (en) Program interrupting method
JP2666426B2 (en) Duplex auxiliary storage device
JP2864871B2 (en) Computer center backup method
JPH052519A (en) File system managing device
JP2874451B2 (en) Online business processing system
JPH02136943A (en) Disk file updating system
JP2003022208A (en) Data saving and restoration system
JPH0354655A (en) Terminal control system
JPH0373893B2 (en)
JPH02300824A (en) Job interrupting/restarting control system in information processor
JPS61156444A (en) Office data file recovering system
JPH0250734A (en) System restoration processing method
JPH01209893A (en) System establishing system for electronic exchange
JPS62232051A (en) Data saving and restoring system
JP2877826B2 (en) Console command catalog control method
JPS63276655A (en) Increasing system for peripheral equipment of non-stop computer system
JPH02212965A (en) Program loading system
JPH02304647A (en) File saving system
JPH03116249A (en) File deletion system
JPH02118715A (en) Back up system for fixed disk device
JPS62248052A (en) Terminal processing system
JPS62254555A (en) Communication node recovery system
JPH0470930A (en) Diagnostic program loading method for computer system
JPH03252835A (en) Updating processing system for data base