JP2897354B2 - Program environment management method - Google Patents

Program environment management method

Info

Publication number
JP2897354B2
JP2897354B2 JP2178102A JP17810290A JP2897354B2 JP 2897354 B2 JP2897354 B2 JP 2897354B2 JP 2178102 A JP2178102 A JP 2178102A JP 17810290 A JP17810290 A JP 17810290A JP 2897354 B2 JP2897354 B2 JP 2897354B2
Authority
JP
Japan
Prior art keywords
program
environment
storage file
development
production
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.)
Expired - Lifetime
Application number
JP2178102A
Other languages
Japanese (ja)
Other versions
JPH0465730A (en
Inventor
琢磨 深澤
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
Nippon Electric Co Ltd
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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP2178102A priority Critical patent/JP2897354B2/en
Publication of JPH0465730A publication Critical patent/JPH0465730A/en
Application granted granted Critical
Publication of JP2897354B2 publication Critical patent/JP2897354B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はプログラム環境管理方式に関し、特に開発環
境下で使用するプログラムと本番環境下で使用するプロ
グラムの双方を監視し、相互の世代管理および障害時の
自動復旧と、新規開発プログラムの本番環境への自動移
行を行うプログラム環境管理方式に関する。
Description: BACKGROUND OF THE INVENTION The present invention relates to a program environment management method, and in particular, monitors both a program used in a development environment and a program used in a production environment, and performs mutual generation management and management. The present invention relates to a program environment management method for automatically recovering from a failure and automatically transferring a newly developed program to a production environment.

〔従来の技術〕[Conventional technology]

従来、コンピュータを作動させるためのプログラムの
運用管理は、コンピュータの運用管理者がその使用状況
等を監視し、プログラム更新に伴う世代管理や障害時の
復旧管理などを行っている。又、新規開発プログラムの
開発が完了して検収されたときに、そのプログラムを開
発環境から本番環境へ移行させる作業も、すべて運用管
理者により行われていた。
2. Description of the Related Art Conventionally, in the operation management of a program for operating a computer, an operation manager of the computer monitors the use state and the like, and performs generation management accompanying program updating and recovery management in the event of a failure. In addition, when the development of a new development program is completed and accepted, the operation manager has also all performed operations for transferring the program from the development environment to the production environment.

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

上述した従来の運用管理者がすべてを行うプログラム
管理方式では、コンピュータの運用中は常時運用管理者
が監視する必要があり、又、世代管理,障害復旧,開発
環境から本番環境への移行は必要時に随時行わねばなら
ない。このため、運用管理者に対する負荷が大きく、管
理がおろそかになり運用上支障をきたす可能性があると
いう欠点があった。
In the conventional program management method described above, in which all operations are performed by the operation administrator, the operation administrator must constantly monitor the computer during operation, and generation management, failure recovery, and the transition from the development environment to the production environment are required. It must be done from time to time. For this reason, there is a drawback that the load on the operation manager is large, the management is neglected, and there is a possibility that the operation may be hindered.

本発明の目的は、プログラムの世代管理,障害復旧,
検収時の環境移行を自動的に実施で、運用管理者の負荷
を軽減できるプログラム環境管理方式を提供することで
ある。
An object of the present invention is to manage the generation of a program, recover from a failure,
It is an object of the present invention to provide a program environment management method that can automatically perform environment transition at the time of acceptance and reduce the load on an operation manager.

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

本発明のプログラム環境管理方式は、プログラム開発
を行う開発環境下および実用業務を遂行する本番環境下
で使用される周辺装置等に関する環境条件と各プログラ
ムの更新版数などの世代管理情報とを格納した管理情報
格納ファイルと、開発環境下で使用するプログラムを格
納したテストプログラム格納ファイルと、本番環境下で
使用するプログラムを格納した本番プログラム格納ファ
イルと、開発プログラムが検収されたときに前記管理情
報格納ファイルに登録して前記テストプログラム格納フ
ァイルに格納されている前記開発プログラムの環境条件
を前記管理情報格納ファイルを参照して開発環境から本
番環境に移行させ前記本番プログラム格納ファイルに格
納する検収管理モジュールと、前記テストプログラム格
納ファイルと前記本番プログラム格納ファイルの双方を
監視し一方のプログラムの前記世代管理情報に変更があ
ったときに他方のプログラムを更新し一方のプログラム
が破壊されたときは他方のプログラムを変換して破壊さ
れたプログラムを復旧する環境管理モジュールとを備え
て構成されている。
The program environment management method of the present invention stores environmental conditions relating to peripheral devices and the like used in a development environment for performing program development and a production environment for performing practical tasks, and generation management information such as an updated version number of each program. A management information storage file, a test program storage file storing a program used in a development environment, a production program storage file storing a program used in a production environment, and the management information when the development program is accepted. Inspection management for registering in the storage file and transferring the environment condition of the development program stored in the test program storage file from the development environment to the production environment by referring to the management information storage file and storing the environment condition in the production program storage file Module, the test program storage file and the book Monitor both program storage files, update the other program when the generation management information of one program changes, and when one program is destroyed, convert the other program to And a recovery environment management module.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明す
る。
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例の構成を示すブロック図で
ある。
FIG. 1 is a block diagram showing the configuration of one embodiment of the present invention.

第1図において、1は環境管理モジュール、2は検収
管理モジュール、3は開発環境下で使用するプログラム
を格納してあるテストプログラム格納ファイル、4はプ
ログラム開発を行う開発環境下および実用業務を遂行す
る本番環境下で使用される周辺装置等に関する環境条件
と各プログラムの更新版数などの世代管理情報とを格納
した管理情報格納ファイル、5は本番環境下で使用する
プログラムを格納した本番プログラム格納ファイルであ
る。
In FIG. 1, 1 is an environment management module, 2 is an acceptance management module, 3 is a test program storage file storing programs to be used in a development environment, and 4 is a development environment for performing program development and performs practical work. Information storage file that stores environmental conditions related to peripheral devices and the like used in the production environment and generation management information such as the update version of each program, and 5 is a production program storage that stores programs used in the production environment File.

環境管理モジュール1は、テストプログラム格納ファ
イル3と本番プログラム格納ファイル5とを監視してお
り、いずれか一方のプログラムが障害となると、他方の
プログラムから環境条件を変更して障害となったプログ
ラムを復旧する。又、各プログラムの更新版数を監視
し、一方のプログラムで更新が行われ登録されると、他
方のプログラムも更新して常に両者の同一性を確保する
よう世代管理を行う。
The environment management module 1 monitors the test program storage file 3 and the production program storage file 5, and if one of the programs fails, the other program changes the environmental conditions to replace the failed program. Recover. Also, the number of updated versions of each program is monitored, and when an update is made and registered by one program, the other program is also updated, and generation management is performed so that the two programs are always identical.

検収管理モジュール2は、プログラムの新規開発が完
了し検収を行うときに使用し、開発プログラムを管理情
報格納ファイル4に登録し、環境条件を参照してテスト
プログラム格納ファイル3に格納されている新規開発プ
ログラムを開発環境から本番環境へ移行させ、本番プロ
グラム格納ファイル5に格納する。
The acceptance management module 2 is used when the new development of the program is completed and the acceptance is performed, the development program is registered in the management information storage file 4, and the new program stored in the test program storage file 3 with reference to the environmental conditions. The development program is shifted from the development environment to the production environment and stored in the production program storage file 5.

〔発明の効果〕〔The invention's effect〕

以上詳細に説明したように、本発明は、管理情報格納
ファイルと環境管理モジュールと検収管理モジュールと
を備え、テストプログラム格納ファイルと本番プログラ
ム格納ファイルとの双方を監視することにより、プログ
ラムの世代管理,障害時の自動復旧及び新規開発プログ
ラム検収時の開発環境から本番環境への自動移行がで
き、コンピュータ運用中のオペレータ監視が不要となる
効果がある。
As described in detail above, the present invention includes a management information storage file, an environment management module, and an acceptance management module, and monitors both the test program storage file and the production program storage file to control the generation of the program. Automatic recovery from a development environment at the time of acceptance of a newly developed program, and automatic transition from a development environment to a production environment at the time of acceptance of a newly developed program can be performed, so that operator monitoring during computer operation is not required.

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

第1図は本発明の一実施例の構成を示すブロック図であ
る。 1……環境管理モジュール、2……検収管理モジュー
ル、3……テストプログラム格納ファイル、4……管理
情報格納ファイル、5……本番プログラム格納ファイ
ル。
FIG. 1 is a block diagram showing the configuration of one embodiment of the present invention. 1 ... Environment management module, 2 ... Reception management module, 3 ... Test program storage file, 4 ... Management information storage file, 5 ... Production program storage file.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】プログラム開発を行う開発環境下および実
用業務を遂行する本番環境下で使用される周辺装置等に
関する環境条件と各プログラムの更新版数などの世代管
理情報とを格納した管理情報格納ファイルと、開発環境
下で使用するプログラムを格納したテストプログラム格
納ファイルと、本番環境下で使用するプログラムを格納
した本番プログラム格納ファイルと、開発プログラムが
検収されたときに前記管理情報格納ファイルに登録して
前記テストプログラム格納ファイルに格納されている前
記開発プログラムの環境条件を前記管理情報格納ファイ
ルを参照して開発環境から本番環境に移行させ前記本番
プログラム格納ファイルに格納する検収管理モジュール
と、前記テストプログラム格納ファイルと前記本番プロ
グラム格納ファイルの双方を監視し一方のプログラムの
前記世代管理情報に変更があったときに他方のプログラ
ムを更新し一方のプログラムが破壊されたときは他方の
プログラムを変換して破壊されたプログラムを復旧する
環境管理モジュールとを備えたことを特徴とするプログ
ラム環境管理方式。
1. A management information storage which stores environmental conditions related to peripheral devices and the like used in a development environment for performing program development and a production environment for performing practical tasks and generation management information such as an updated version number of each program. File, test program storage file storing programs used in the development environment, production program storage file storing programs used in the production environment, and registration in the management information storage file when the development program is accepted An acceptance management module for transferring the environment conditions of the development program stored in the test program storage file from the development environment to the production environment with reference to the management information storage file and storing the environment condition in the production program storage file; The test program storage file and the production program storage file Environment for monitoring both, updating the other program when the generation management information of one program is changed, and converting the other program when the one program is destroyed, and restoring the destroyed program A program environment management system comprising a management module.
JP2178102A 1990-07-05 1990-07-05 Program environment management method Expired - Lifetime JP2897354B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2178102A JP2897354B2 (en) 1990-07-05 1990-07-05 Program environment management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2178102A JP2897354B2 (en) 1990-07-05 1990-07-05 Program environment management method

Publications (2)

Publication Number Publication Date
JPH0465730A JPH0465730A (en) 1992-03-02
JP2897354B2 true JP2897354B2 (en) 1999-05-31

Family

ID=16042684

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2178102A Expired - Lifetime JP2897354B2 (en) 1990-07-05 1990-07-05 Program environment management method

Country Status (1)

Country Link
JP (1) JP2897354B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0785157A (en) * 1993-06-28 1995-03-31 Nec Corp Software management system

Also Published As

Publication number Publication date
JPH0465730A (en) 1992-03-02

Similar Documents

Publication Publication Date Title
EP1024430B1 (en) Fault-tolerant Java virtual machine
US20070115738A1 (en) Failure management method for a storage system
US7162498B2 (en) System recovery method taking backup of data before data conversion batch and producing snapshot of volume having related table stored therein and computer system using the same
US7770057B1 (en) System and method for customized disaster recovery reports
WO2021082675A1 (en) Database information backup method and recovery method, electronic device, and computer readable storage medium
JPH07281934A (en) System file updating/restoring method
JP2003528392A (en) Method and apparatus for recovering ongoing changes made in a software application
JPH08272643A (en) Client-server system
US7290100B2 (en) Computer system for managing data transfer between storage sub-systems
US20070168720A1 (en) Method and apparatus for providing fault tolerance in a collaboration environment
JPH04139544A (en) Data restoring method
JP4883986B2 (en) Computer system, management computer, and data recovery method
JP3901060B2 (en) Application update processing method, update processing system, and update processing program
JP2897354B2 (en) Program environment management method
JPH10177425A (en) Computer system
JP3435454B2 (en) Method of continuous operation in different environmental spaces and apparatus therefor
CN114138563A (en) Method for backing up and restoring Hyper-V virtual machine
JP3691272B2 (en) Distributed processing system and failure analysis information storage method
JPH08278911A (en) Multiple-system processing system
JP2001034595A (en) Method and device for integrating work among a plurality of systems
JP2000315190A (en) Job recovery system
JPH10240596A (en) System and method for data recovery of computer system and recording medium where data restoration program is recorded
JP2959467B2 (en) Fault recovery system, fault recovery method, and medium for storing fault recovery program in loosely coupled multi-computer system
JPH0588855A (en) Trouble recovering system
JPH02211557A (en) Data base saving system