JP2010003022A - File updating method - Google Patents

File updating method Download PDF

Info

Publication number
JP2010003022A
JP2010003022A JP2008159828A JP2008159828A JP2010003022A JP 2010003022 A JP2010003022 A JP 2010003022A JP 2008159828 A JP2008159828 A JP 2008159828A JP 2008159828 A JP2008159828 A JP 2008159828A JP 2010003022 A JP2010003022 A JP 2010003022A
Authority
JP
Japan
Prior art keywords
file update
file
server
logical server
logical
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2008159828A
Other languages
Japanese (ja)
Inventor
Takashi Okada
崇 岡田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2008159828A priority Critical patent/JP2010003022A/en
Publication of JP2010003022A publication Critical patent/JP2010003022A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a file updating method for introducing a virtual server environment for operating a plurality of logical servers in one physical server by a telecommunication server, and for preventing any influence from being given to any other virtual server on the identical physical server in performing file update accompanied by system switching in a virtual server environment. <P>SOLUTION: This file updating method includes: a step (S1) for developing a new load module according to the input of a file update preparation command; a step (S3) for creating the logical server of a new load module by an operation system according to the input of a file update start command, and for performing the first half of initialization (S2); a step (S5) for ending old file side processing (S4) according to the input of a file update system switching command, and for performing the last half of the initialization of the logical server of the new load module; and a step (S7) for performing the end processing of a standby system object logical server according to the input of a file update approval command (S6), and for creating the logical server of the new load module, and for performing initialization. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、テレコムサーバのソフトウェアファイル更新方法に関し、特に、サービスの持続性が要望される通信系サーバの制御用ソフトウェア等のソフトウェアファイル更新方法として用いると好適である。   The present invention relates to a software file update method for a telecom server, and is particularly suitable for use as a software file update method for control software for a communication server that requires service durability.

近年、電話交換機の機能を備えたサーバシステムであるテレコムサーバが用いられるようになってきた。このようなテレコムサーバでは、マルチコアCPUを搭載したサーバに対称型マルチプロセッサ(SMP:Symmetric Multiple Processor)対応OSを搭載し、この上で呼処理プログラムとその他のアプリケーションプログラムを動作させている。   In recent years, a telecom server, which is a server system having a function of a telephone exchange, has been used. In such a telecom server, a OS equipped with a symmetric multiprocessor (SMP) is mounted on a server including a multicore CPU, and a call processing program and other application programs are operated on the OS.

図1は、本発明が対象とするテレコムサーバの配置構成図である。同図において、サーバ#11はネットワークノードサーバとして適用され、サーバ#21、サーバ#22は同じくネットワークノードサーバや、IP電話、PC端末、PDA(Personal Digital Assistant)などになる。IPネットワーク100は、IPアドレスを基にしたピア・ツー・ピアの通信網であり、データはIPパケットのヘッダ情報を基にさまざまな経路をたどり目的のノードへと届けられる。   FIG. 1 is an arrangement configuration diagram of a telecom server targeted by the present invention. In the figure, server # 11 is applied as a network node server, and server # 21 and server # 22 are also a network node server, an IP phone, a PC terminal, a PDA (Personal Digital Assistant), and the like. The IP network 100 is a peer-to-peer communication network based on an IP address, and data is delivered to a target node through various paths based on header information of the IP packet.

サーバ#11内の論理サーバ#01と論理サーバ#02は、CPU#01とCPU#02とを有効に活用する機能として提供されるものであり、論理サーバ単位で初期設定が可能、ファイル入替えが可能であり、論理サーバ単位に独立性が向上する。   The logical server # 01 and the logical server # 02 in the server # 11 are provided as functions that effectively utilize the CPU # 01 and the CPU # 02, and can be initialized in units of logical servers, and file replacement can be performed. Yes, and independence is improved for each logical server.

このような環境においては、1つの物理サーバ内に複数の論理サーバを稼動させており、1重化システムおよび2重化システムでソフトウェアファイルの更新の必要性が生じる。   In such an environment, a plurality of logical servers are operated in one physical server, and there is a need to update software files in the single system and the double system.

従来の技術では、交換機のソフトウェアファイルの更新に際し、サービス中断時間の短縮化を図る目的で、交換機の呼処理制御を行なう制御系装置の予備系に予め新ソフトウェアファイルを格納しておき、この予備系を新現用系に切替え、接続中の呼に対する呼情報を旧現用系から新現用系に引継いだり、あるいは既存呼の処理を旧現用系で続行していた(例えば、特許文献1参照)。   In the conventional technique, when the software file of the exchange is updated, a new software file is stored in advance in the spare system of the control system device that performs call processing control of the exchange for the purpose of shortening the service interruption time. The system is switched to the new active system, call information for the connected call is taken over from the old active system to the new active system, or the processing of the existing call is continued in the old active system (for example, see Patent Document 1).

また、別の従来技術では、複数の仮想マシンを実行するホストコンピュータ、複数のリソースグループに編成されたシステムリソースおよびリソースグループとホストコンピュータ上で動作する仮想マシンを関連付けるリソースコントローラを含み、必要に応じて同じホストコンピュータ上で多数の仮想マシンを実行可能にする(例えば、特許文献2参照)。
特開平06−319163号公報 特開平07−53447号公報
Another prior art includes a host computer that executes a plurality of virtual machines, a system resource that is organized into a plurality of resource groups, and a resource controller that associates a resource group with a virtual machine that operates on the host computer. Multiple virtual machines can be executed on the same host computer (see, for example, Patent Document 2).
Japanese Patent Laid-Open No. 06-319163 Japanese Patent Application Laid-Open No. 07-53447

しかしながら、従来技術(特許文献1)においては、現用系と予備系の二重化構成をとる一組の物理サーバで、系切り替えを行なうファイル更新が行なわれており、一台の物理サーバに複数の論理サーバを備えた構成をとる内容ではない。そのため、近年大きく様変わりしているテレコムサーバ上にて複数の論理的(仮想的)なサーバを実行できるようにしたサーバ仮想化技術を対象とする発明ではなく、且つ、系切替えを行なうことなくファイル更新を行なうことができない。   However, in the prior art (Patent Document 1), a file update for system switching is performed on a set of physical servers having a duplex configuration of an active system and a standby system, and a plurality of logical servers are allocated to one physical server. It is not the content that takes a configuration with a server. For this reason, the invention is not an invention directed to server virtualization technology that allows a plurality of logical (virtual) servers to be executed on a telecom server that has changed drastically in recent years, and a file without system switching. Cannot update.

また、従来技術(特許文献2)においては、仮想マシンの一例が記載されていますが、本例では、ストレージシステムを仮想マシンに適用する際に、ストレージデバイスを各仮想マシンに割り当てて開放する方法が記載されるだけで、仮想マシンを通信分野に適用するものではない。   In the prior art (Patent Document 2), an example of a virtual machine is described. In this example, when a storage system is applied to a virtual machine, a storage device is allocated to each virtual machine and released. Is merely described, and the virtual machine is not applied to the communication field.

本発明は、テレコムサーバにて1台の物理的なサーバ内に複数の論理的なサーバを稼動させる仮想サーバ環境を導入し、且つ、仮想サーバ環境での系切替えを伴うファイル更新に際して、同一物理サーバ上の他の仮想サーバに影響を及ばさないファイル更新方法を提供することを目的にする。   The present invention introduces a virtual server environment in which a plurality of logical servers are operated in one physical server by a telecom server, and when updating files with system switching in the virtual server environment, the same physical It is an object to provide a file update method that does not affect other virtual servers on the server.

上記課題を解決するための第1の発明は、1つの物理サーバ内に複数の論理サーバを有し、各論理サーバ内にはアプリケーションファイルとプロセス制御個別部を備えた二重化通信系サーバのファイル更新方法であって、ファイル更新準備コマンドの投入により、新ロードモジュールを展開するステップと、ファイル更新開始コマンドの投入により、運用系で新ロードモジュールの論理サーバを生成し、初期設定前半を行うステップと、ファイル更新系切替えコマンドの投入により、旧ファイル側の処理を終了させ、新ロードモジュールの論理サーバの初期設定後半を行なうステップと、ファイル更新承認コマンドの投入により、待機系の対象論理サーバの終了処理を行い、新ロードモジュールの論理サーバを生成し、初期設定するステップとを含んでいる。   A first invention for solving the above-mentioned problem is a file update of a duplex communication system server having a plurality of logical servers in one physical server, and each logical server having an application file and an individual process control unit. A method of deploying a new load module by inputting a file update preparation command, a step of generating a logical server of the new load module in the active system by inputting a file update start command, and performing the first half of the initial setting, When the file update system switch command is entered, the processing on the old file side is terminated, and the initial setting of the new load module logical server is completed, and when the file update approval command is entered, the standby target logical server is terminated. Steps to process, create a new load module logical server, and initialize It contains.

この第1の発明によれば、論理サーバ環境において、サービスの中断が極めて短時間か、あるいは全くなく、データを引き継ぐことにより接続中の呼の接続状態を維持して、アプリケーションソフトウェアのファイルを入れ替えることを可能とするファイル切替方法を提供できる。   According to the first aspect of the present invention, in the logical server environment, the service is interrupted for a very short time or not at all, and the connection state of the connected call is maintained by taking over the data, and the application software file is replaced. It is possible to provide a file switching method that makes it possible.

第2の発明は、第1の発明に記載のファイル更新方法において、
前記ファイル更新途中に異常状態を検出時、ファイル更新強制解除コマンドの投入によりファイル更新状態をファイル更新未実施に設定するとともに、新ファイルで起動している論理サーバに対して終了処理と消滅処理を行なう。
A second invention is the file update method according to the first invention, wherein:
When an abnormal state is detected during the file update, the file update state is set to unexecuted by inputting the file update forced release command, and the termination process and the extinction process are performed on the logical server running on the new file. Do.

この第2の発明によれば、ファイル更新途中に異常状態が発生した際に、容易にファイル更新を強制解除できるため保守者の負担を軽減することを可能とするファイル更新方法を提供できる。   According to the second aspect of the present invention, it is possible to provide a file update method capable of reducing the burden on the maintenance person because the file update can be easily forcibly canceled when an abnormal state occurs during the file update.

第3の発明は、第1の発明に記載のファイル更新方法において、
前記ファイル更新途中に異常状態を検出時、ファイル更新中止コマンドの投入によりファイル更新状態をファイル更新中止中に設定するとともに、二重化通信系サーバの運用系と待機系の系切替を行うことにより、新運用系側より運用系停止信号を通知して終了処理を行い、前記プロセス制御部の消滅を検出後に論理サーバを再起動する。
A third invention is the file update method according to the first invention,
When an abnormal condition is detected during the file update, the file update status is set to file update aborted by entering the file update abort command, and new operation is performed by switching the active and standby systems of the redundant communication server. An operation stop signal is notified from the operation system side to perform termination processing, and the logical server is restarted after detecting the disappearance of the process control unit.

この第3の発明によれば、ファイル更新途中に異常状態が発生した際に、容易にファイル更新を中止できるため保守者の負担を軽減することを可能とするファイル更新方法を提供できる。   According to the third aspect of the present invention, it is possible to provide a file update method that can reduce the burden on the maintainer because the file update can be easily canceled when an abnormal state occurs during the file update.

第4の発明は、第1の発明に記載のファイル更新方法において、
前記ファイル更新準備コマンド投入時に、同一のアプリケーションファイルを持つ複数の同種類の論理サーバ群に対して、新ファイルへ一括して入れ替える。
この第4の発明によれば、論理サーバ環境において、1つの論理サーバのアプリケーションを入れ替えている間、他の論理サーバではサービスを継続することができるとともに、1つ1つの論理サーバごとでなく、一括してファイルを入れ替えることで保守者の負担を軽減することを可能とするファイル更新方法を提供できる。
4th invention is the file update method as described in 1st invention,
When the file update preparation command is input, a plurality of the same type logical server groups having the same application file are collectively replaced with a new file.
According to the fourth aspect of the invention, while the application of one logical server is replaced in the logical server environment, the service can be continued in the other logical server and not every logical server, It is possible to provide a file update method that makes it possible to reduce the burden on maintenance personnel by exchanging files in a batch.

以上、本発明のファイル更新方法によれば、
(1)論理サーバ環境において、サービスの中断が極めて短時間か、あるいは全くなく、データを引き継ぐことにより接続中の呼の接続状態を維持して、アプリケーションソフトウェアのファイルを入れ替えることができる。
(2)系切り替えなしファイル更新方式では、論理サーバ環境において、ファイルを入れ替えない論理サーバにまったく影響を与えることなく、アプリケーションソフトウェアのファイルを入れ替えることができる。
(3)論理サーバ環境において、負荷分散などの目的で、同一のアプリケーションソフトウェアを複数の論理サーバで稼動している場合、1つの論理サーバのアプリケーションを入れ替えている間、他の論理サーバではサービスを継続することができる。
(4)論理サーバ環境において、負荷分散などの目的で、同一のアプリケーションソフトウェアを複数の論理サーバで稼動している場合、1つ1つの論理サーバごとでなく、一括してファイルを入れ替えることで保守者の負担を軽減することができる。
As described above, according to the file update method of the present invention,
(1) In a logical server environment, the service interruption is extremely short or not at all, and the connection state of the connected call can be maintained by taking over the data, and the application software file can be replaced.
(2) In the file update method without system switching, it is possible to replace the application software file in the logical server environment without affecting the logical server that does not replace the file at all.
(3) In the logical server environment, when the same application software is running on a plurality of logical servers for the purpose of load distribution or the like, while the application of one logical server is replaced, the service is performed on the other logical servers. Can continue.
(4) In the logical server environment, if the same application software is running on multiple logical servers for the purpose of load distribution, etc., maintenance is performed by replacing the files in batches instead of for each logical server. The burden on the user can be reduced.

以下、本発明の実施の形態について、図を参照しながら説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図2は、本発明の一実施形態における既存ファイル更新方法の基本説明図である。以下に二重化系サーバシステムでのファイル更新手順を説明する。
〔正常運転時のファイル更新手順〕
(a)では、サーバブレード#0が運用系とし、サーバブレード#1が待機系として2重化運転しており、それぞれの運用系と待機系のNGN基本ミドルウェアファイルとユーザアプリケーションファイルは、現用ファイル(旧ファイル)で運転している。
(b)では、ファイル更新開始により、サーバブレード#1待機系のNGN基本ミドルウェアファイルとユーザアプリケーションファイルに新ファイルを展開し、待機系で新ファイルを使用しての運転になり、セパレート運転を開始する。
(c)では、ファイル更新切替により、サーバブレード#1が運用系となり、そのNGN基本ミドルウェアファイルとユーザアプリケーションファイルは新ファイルで運用を開始する。一方、サーバブレード#0は運用系を停止し、緊急運用待ちの状態になり、切り戻しに備えて旧ファイルを保持する。
(d)では、ファイル更新確定(新ファイルでの運用状態が正常)により、旧運用系も新ファイルで立ち上げて待機系として運用させ、サーバブレード#1の運用系とともに2重化運転状態になる。
〔異常状態検出時のファイル更新手順〕
上記(b)にて新ファイルの運用で異常を検出した場合、「ファイル更新中止」とする。すなわち、待機系を旧ファイルで立ち上げなおし、待機系として運用を開始する。
FIG. 2 is a basic explanatory diagram of an existing file update method according to an embodiment of the present invention. The file update procedure in the redundant server system is described below.
[File update procedure during normal operation]
In (a), the server blade # 0 is operating as the active system and the server blade # 1 is operating as the redundant system, and the NGN basic middleware files and user application files of the active system and the standby system are the active files. You are driving with (old file).
In (b), when a file update is started, a new file is developed in the NGN basic middleware file and user application file of server blade # 1 standby system, and the operation is performed using the new file in the standby system, and separate operation is started. To do.
In (c), the server blade # 1 becomes the active system by the file update switching, and the NGN basic middleware file and the user application file start to operate as new files. On the other hand, the server blade # 0 stops the active system, enters an emergency operation waiting state, and holds the old file in preparation for switchback.
In (d), when the file update is confirmed (the operational status of the new file is normal), the old operational system is also started up with the new file and operated as a standby system, and the server blade # 1 and the operational system are switched to the duplex operation state. Become.
[File update procedure when an abnormal condition is detected]
If an abnormality is detected in the operation of the new file in (b) above, “file update abort” is set. That is, the standby system is restarted with the old file, and the operation is started as the standby system.

上記(c)にて新運用系での新ファイルの運用で異常を検出した場合、「ファイルイ更新中止」とする。すなわち、新ファイルを使用して運転していた系は、旧ファイルで立ち上がり、待機系として運用を開始する。   If an abnormality is detected in the operation of the new file in the new active system in (c) above, “file update update cancellation” is set. That is, the system that has been operated using the new file starts up with the old file and starts operation as a standby system.

図3は、本発明の一実施形態における論理サーバの単独ファイル更新手順を示す説明図であり、図4は、図3のフローチャートである。以下に図3と図4を用いて論理サーバの単独ファイル更新手順を説明する。   FIG. 3 is an explanatory diagram showing a single file update procedure of the logical server in one embodiment of the present invention, and FIG. 4 is a flowchart of FIG. The single file update procedure of the logical server will be described below with reference to FIGS.

S1.ファイル更新準備を対象の論理サーバ111に投入することで、新ロードモジュールを展開する。 S1. By turning on the file update preparation to the logical server 1 11 of the subject, to deploy the new load module.

S2.ファイル更新開始が投入される。   S2. File update start is input.

S3.運用系で新ロードモジュールの新論理サーバ1’11を生成し、初期設定前半を行なう。 S3. To generate a new logical server 1 '11 of the new load module in a production system, perform the initial setting first half.

S4.ファイル更新切替が投入されると、旧ロードモジュールの旧論理サーバ111の終了処理を行う。 S4. When the file update switch is turned on, the termination processing of the old logic server 1 11 of the old load module.

S5.新ロードモジュールの新論理サーバ1’11の初期設定後半を行なう。 S5. Carry out the second half of the initial setting of the new logical server 1 '11 of the new load module.

S6.ファイル更新承認が投入される。   S6. File update approval is entered.

S7.待機系の対象論理サーバ121の終了処理を行い、新ロードモジュールの新論理サーバ1’21を生成し、初期設定を行なう。 S7. The termination processing of the target logical server 1 21 of the standby system is performed, a new logical server 1 ′ 21 of the new load module is generated, and initial setting is performed.

図5は、本発明によるファイル更新準備手順の一例を示す説明図である。   FIG. 5 is an explanatory diagram showing an example of a file update preparation procedure according to the present invention.

S1.プロセス制御個別部1211へファイル更新準備を要求する。 S1. Request the file update preparation to the process control individual unit 12 11 .

S2.全体管理部2へファイル更新準備が要求されたことを通知する。 S2. To notify that the system management unit 2 1 file update setup is requested.

S3.通知を受けた全体管理部2は、発行元論理サーバ111にファイル更新準備が入力されたことを通知する。 S3. Whole received a notification manager 2 1, file update preparation the issuing logical server 1 11 to notify that it has been entered.

S4.通知を受けたプロセス制御個別部1211は、新ファイル登録ディレクトリ(dir)下に配置されている圧縮ファイルを新ディレクトリ(dir)下にコピーして展開する。 S4. Process control individual unit 12 11 receives the notification, the new file registration directory (dir) compressed file that is located underneath deploy by copying down new directory (dir).

S5.プロセス制御個別部1211は、ファイルの展開終了を全体管理部2に通知する。 S5. Process control individual unit 12 11 notifies the system management unit 2 1 a deployment end of the file.

S6.通知を受信した全体管理部2は、プロセス制御個別部1211に展開終了を通知する。 S6. System management unit 2 1, which has received the notification notifies the deployment ended process control individual unit 12 11.

S7.通知を受信したプロセス制御個別部1211はファイル更新準備が入力されたことを待機系のプロセス制御個別部1221に送信する。 S7. Process control individual unit 12 11 that has received the notification transmits that the file update preparation is input to the process control individual unit 12 21 of the standby system.

S8〜S12.待機系で上記S2〜S6と同等の処理を行なう。   S8-S12. Processing equivalent to S2-S6 is performed in the standby system.

S13.待機系のプロセス制御個別部1221から現用系のプロセス制御個別部1211に応答を返却する。 S13. A response is returned from the standby process control individual unit 12 21 to the active process control individual unit 12 11 .

図6は、本発明による同種サーバファイル更新準備手順の一例を示す説明図である。   FIG. 6 is an explanatory diagram showing an example of the same-type server file update preparation procedure according to the present invention.

S1.プロセス制御個別部1211へファイル更新準備を要求する。 S1. Request the file update preparation to the process control individual unit 12 11 .

S2.全体管理部2へファイル更新準備が要求されたことを通知する。 S2. To notify that the system management unit 2 1 file update setup is requested.

S3.通知を受けた全体管理部2は、新ファイル登録ディレクトリ下に配置されている圧縮ファイルを、同種類の論理サーバの新ファイル登録ディレクトリ下にコピーする。 S3. Whole received a notification manager 2 1, a compressed file that is placed under the new file registration directory, copy under the new file registration directory of the same type logical server.

S4.コピー終了後、全体管理部2は、対象の論理サーバに同種サーバファイル更新準備が入力されたことを通知する。 S4. After copying system management unit 2 1 notifies that the same type server file update preparation is input to the target logical server.

S5.通知を受けたプロセス制御個別部12は、新ファイル登録ディレクトリ下に配置されている圧縮ファイルを新ディレクトリ下にコピーして展開する。 S5. Process control individual unit 12 1 receives the notification, to expand and copy the compressed files that are placed under the new file registration directory under the new directory.

S6.プロセス制御個別部1211は、ファイルの展開終了を全体管理部2に通知する。 S6. Process control individual unit 12 11 notifies the system management unit 2 1 a deployment end of the file.

S7.通知を受信した全体管理部2は、すべてのプロセス制御個別部からの展開終了通知を受信した後、要求発行元のプロセス制御個別部1211に展開終了を通知する。 S7. System management unit 2 1 that has received the notification, after receiving the expanded termination notification from all process control individual unit, and notifies the expanded exit request issuing process control individual unit 12 11.

S8.通知を受信したプロセス制御個別部1211は、同種サーバファイル更新準備が入力されたことを待機系のプロセス制御個別部1221に送信する。 S8. Process control individual unit 12 11 that has received the notification transmits that allogeneic server file update preparation is input to the process control individual unit 12 21 of the standby system.

S9〜S14.待機系で上記S2〜S7と同等の処理を行なう。   S9-S14. Processing equivalent to S2 to S7 is performed in the standby system.

S15.待機系のプロセス制御個別部1221から現用系のプロセス制御個別部1211に応答を返却する。 S15. A response is returned from the standby process control individual unit 12 21 to the active process control individual unit 12 11 .

図7は、本発明によるファイル更新開始手順(系切替無し)の一例を示す説明図である。   FIG. 7 is an explanatory diagram showing an example of a file update start procedure (no system switching) according to the present invention.

S1.プロセス制御個別部1211へファイル更新開始を要求する。 S1. Requests the process control individual unit 12 11 to start file update.

S2.全体管理部2へファイル更新開始が要求されたことを通知する。 S2. To notify that the system management unit 2 1 file update start has been requested.

S3.全体管理部2は、発行元論理サーバ111にファイル更新開始が入力されたことを通知する。 S3. System management unit 2 1, the issuing logic server 1 11 to a file update start to notify that it has been entered.

S4.通知を受けたプロセス制御個別部1211は、ファイル更新問い合わせイベント通知登録ユーザへ更新問い合わせイベントを通知する。 S4. Process control individual units 12 11 which has received the notification, to notify the update query events to file update query event notification registered users.

S5.プロセス制御個別部1211は、全体管理部2に終了処理を送信する。 S5. Process control individual unit 12 11, and transmits a termination process in the system management unit 2 1.

S6.処理終了を受信した全体管理部2は、対象論理サーバの新パスから対象論理サーバを“二重化切替え無しファイル更新初期設定”の初期設置種別で立ち上げる。 S6. Processing system management unit 2 1 receiving is completed, the target logical server from the new path of the target logical server launching an initial installation type "duplicated switching without file updating initialization".

S7.“二重化切替え無しファイル更新初期設定”で起動された新論理サーバ1’11は、カレントパスを新ファイルディレクトリ配下に設定し、初期設定の途中まで初期設定を実行することで、旧論理サーバ111の共有メモリデータを引き継ぐことができるようにする。 S7. "Redundant switching without file update the initial setting" new logical server 1 '11 that was started in, set the current path under the new file directory, by executing the initial setting up to the middle of the initial setting, the old logical server 1 11 The shared memory data can be taken over.

S8.初期設定終了を全体管理部2に通知する。 S8. And it notifies the system management unit 2 1 initialization termination.

S9.全体管理部2は、発行元の論理サーバ111に処理終了を送信する。 S9. System management unit 2 1 sends a process end to the issuing logical server 1 11.

図8は、本発明によるファイル更新開始時のデータ引き継ぎの一例を示す説明図である。(1)キー管理の共有メモリ領域の先頭アドレスを取得する。   FIG. 8 is an explanatory diagram showing an example of data transfer at the start of file update according to the present invention. (1) The top address of the shared memory area for key management is acquired.

(2)旧論理サーバが使用していたものとは異なる面を新論理サーバが使用する。   (2) The new logical server uses a different aspect from that used by the old logical server.

(3)旧論理サーバが使用しているキー管理データのうち、引き継ぎ対象である共有メモリ制御および排他制御機能のデータを、新論理サーバのキー管理データにコピーする。
引き継ぎ対象ではないその他機能、例えばスレッド制御機能やプロセス間通信機能に対応するキー管理データは初期化する。
(3) Of the key management data used by the old logical server, the shared memory control and exclusive control function data to be inherited are copied to the key management data of the new logical server.
Key management data corresponding to other functions that are not to be inherited, such as thread control functions and inter-process communication functions, are initialized.

(4)共有メモリ管理は、キー管理を用いて共有メモリ管理用の共有メモリのIDを取得し、アタッチを行なう。旧論理サーバとデータを共有するため、リソースの初期化、セマフォの再生成は行わない。   (4) Shared memory management acquires the ID of the shared memory for shared memory management using key management and attaches it. Since data is shared with the old logical server, resource initialization and semaphore regeneration are not performed.

(5)排他制御は、キー管理を用いて排他制御用の共有メモリのIDを取得し、アタッチを行なう。旧論理サーバとデータを共有するため、リソースの初期化は行わない。   (5) Exclusive control acquires the ID of the shared memory for exclusive control using key management, and performs attachment. Since the data is shared with the old logical server, the resource is not initialized.

(6)アプリケーションプロセスの生成を行なう。   (6) An application process is generated.

(7)アプリケーションプロセスは、軌道元との通信用の初期設定のみを行い、アプリケーションプロミス生成成功を起動元プロセスに送信する。   (7) The application process performs only the initial setting for communication with the orbital source, and transmits the application promise generation success to the activation source process.

図9は、本発明によるファイル更新開始手順(系切替有り)の一例を示す説明図である。   FIG. 9 is an explanatory diagram showing an example of a file update start procedure (with system switching) according to the present invention.

S1.プロセス制御個別部1211へファイル更新開始を要求する。 S1. Requests the process control individual unit 12 11 to start file update.

S2.全体管理部2へファイル更新開始が要求されたことを通知する。 S2. To notify that the system management unit 2 1 file update start has been requested.

S3.全体管理部2は、全論理サーバにファイル更新開始が入力されたことを通知する。 S3. System management unit 2 1 notifies that all logical server file update start is input.

S4.通知を受けたプロセス制御個別部1211は、ファイル更新中であればファイル更新問い合わせイベント通知登録ユーザへ更新問い合わせイベントを通知する。 S4. Process control individual units 12 11 which has received the notification, to notify the update query event if the file being updated to the file update query event notification registered users.

S5.プロセス制御個別部1211は、全体管理部2に処理終了を送信する。 S5. Process control individual unit 12 11 transmits the process end to the system management unit 2 1.

S6.全体管理部2は、メッセージを送信したすべてのプロセス制御個別部からの応答を受け取った後、要求元プロセス制御個別部1211に処理終了を通知する。 S6. System management unit 2 1, after receiving responses from all of the process control individual unit that sent the message, and sends the processing completion to the requesting process control individual unit 12 11.

S7.要求元プロセス制御個別部1211は、全体管理部2にクラスタシステムに対して待機系切り離しを要求する。 S7. Requesting process control individual unit 12 11 requests the standby disconnect the system management unit 2 1 to the cluster system.

S8.全体管理部2は、全論理サーバ111、112に待機系の切り離し可/不可を問合せる。 S8. System management unit 2 1 inquires the disconnect enable / disable the standby to all logical server 1 11, 1 12.

S9.プロセス制御個別部1211は、待機系切り離しの可否を全体管理部2に返却する。 S9. Process control individual unit 12 11, and returns whether the standby disconnecting the system management unit 2 1.

S10.全体管理部2は、クラスタシステム3に対して待機系切り離しを要求する。 S10. System management unit 2 1 requests the standby disconnect the cluster system 3 1.

S11.クラスタシステム3が待機系を切り離すことにより、待機系のクラスタシステム3から待機系停止信号が全体管理部2に通知される。 S11. Cluster system 3 1 by disconnecting the standby, the standby system stop signal from the cluster system 3 2 standby is notified to the system management unit 2 2.

S12.全体管理部2は、全論理サーバに対して待機系停止を送信する。 S12. System management unit 2 2 transmits a standby stop for all logical server.

S13.プロセス制御個別部1221は、ファイル更新中であればファイル更新中フラグを立て終了処理を行い、運用ディレクトリのファイルパスを新ファイル格納ディレクトリに切り替える。ファイル更新中でない場合は、終了処理のみ行なう。 S13. If the file is being updated, the process control individual unit 1221 sets a file update flag and performs an end process to switch the file path of the working directory to the new file storage directory. If the file is not being updated, only end processing is performed.

S14.プロセス制御個別部1221は、処理終了を全体管理部2に送信する。 S14. Process control individual unit 12 21, and transmits processing completion to the system management unit 2 2.

S15.全体管理部2では、すべてのプロセス制御個別部からの終了通知を待ち合わせた後、再起動を行い、ファイル更新中の論理サーバ121の新ファイルでの待機系立ち上げを実施する。 S15. The system management unit 2 2, after waiting a completion notification from all of the process control individual unit, and restarts to perform the standby system startup in the new file logical server 1 21 in the file update.

S16.運用系において、各プロセス制御個別部1211が運用系/待機系間のリンク確立を検出する。 S16. In operation system, the process control individual unit 12 11 detects a link establishment between the operation system / standby system.

S17.要求元プロセス制御個別部1211は、全体管理部2に対して待機系の新ファイル立ち上げが完了したかどうかを問合せる。 S17. Requesting process control individual unit 12 11 inquires whether the new file launch standby for the entire management unit 2 1 is completed.

S18.全体管理部2は、全プロセス制御個別部に問い合わせ、要求元論理サーバ111に結果を通知する。 S18. System management unit 2 1 queries the entire process control individual unit, and notifies the result to the requesting logical server 1 11.

図10は、本発明によるファイル更新系切替手順(系切替無し)の一例を示す説明図である。   FIG. 10 is an explanatory diagram showing an example of a file update system switching procedure (no system switching) according to the present invention.

S1.プロセス制御個別部1211へファイル更新系切替えを要求する。 S1. Requests file update system switching to the individual process control unit 12 11 .

S2.全体管理部2へファイル更新系切替えが入力されたことを通知する。 S2. The system management unit 2 1 is switched file update system notifies the input.

S3.通知を受けた全体管理部2は、コマンド入力元の論理サーバ111に、ファイル更新系切替えが入力されたことを通知する。 S3. System management unit 2 1 receives the notification, the logical server 1 11 commands input source, and notifies that the switch file updating system is input.

S4.通知を受けた論理サーバ111は、ファイル更新中状態にする。 S4. Logical server 1 11 receives the notification, to file updating state.

S5.プロセス制御個別部1211は、処理の終了を全体管理部2に通知する。 S5. Process control individual unit 12 11 notifies the completion of the process in the system management unit 2 1.

S6.全体管理部2は、発行元論理サーバ111に上記S2の応答を送信する。 S6. System management unit 2 1 sends a response issuing source logical server 1 11 in the S2.

S7.コマンド発行元論理サーバ111は、全体管理部2に対して新ファイル立ち上げを要求する。 S7. Command issuing logical server 1 11 requests a new file launch for the entire management section 2 1.

S8.コマンド発行元論理サーバ111は、自論理サーバ111の消滅可否を全体管理部2に問合せる。 S8. Command issuing logical server 1 11 inquires the disappearance whether the own logical server 1 11 to the system management unit 2 1.

S9.全体管理部2は、上記S8の応答を送信する。 S9. System management unit 2 1 sends a response of the S8.

S10.応答を受けた論理サーバ111は、終了処理を行ない、引継ぎ対象でないリソースについて開放処理を行ない、ファイルパスを新ファイルに切替え、次に二重化ファイル更新切替え無し用の消滅処理を行ない、論理サーバ111を新ファイルに切替え、次に二重化ファイル更新切替え無し用の消滅処理を行ない、論理サーバ111を終了させる。 S10. Upon receiving the response, the logical server 1 11 performs termination processing, performs release processing for resources that are not to be inherited, switches the file path to a new file, and then performs erasure processing for no duplexed file update switching. switch the 11 to the new file, and then perform the disappearance processing for without switching duplicated file update, to terminate the logical server 1 11.

S11.全体管理部2がプロセス制御個別部1211の消滅を検出する。 S11. System management unit 2 1 detects the disappearance of the process control individual unit 12 11.

S12.新論理サーバ1’11に初期設定継続を通知する。 S12. To notify the initial set continued in the new logical server 1 '11.

S13.新論理サーバ1’11は、初期設定途中から初期設定を継続し、アプリケーション(APL)プロセスを立ち上げる。初期設定後半では、引き継ぎ対象でない共有メモリのキー情報を削除する。 S13. New logical server 1 '11 continues the initialization from the middle initial setting raises the application (APL) process. In the latter half of the initial setting, the key information of the shared memory that is not the target of inheritance is deleted.

S14.初期設定完了を全体管理部2に通知する。 S14. And it notifies the system management unit 2 1 a completion of the initial settings.

S15.ファイル更新開始時に“二重化切替無しファイル更新初期設定”で立ち上がった運用系サーバは、ファイル更新承認が投入されるまでは系間一致処理を行わない。   S15. The active server that was started up with “file update initialization without duplexing switching” at the start of file update does not perform inter-system matching processing until file update approval is entered.

図11は、本発明によるファイル更新系切替時のデータ引き継ぎの一例を示す説明図である。   FIG. 11 is an explanatory diagram showing an example of data takeover at the time of file update system switching according to the present invention.

初期設定後半では引き継ぎ対象でない共有メモリのキー情報を削除する。   In the latter half of the initial setting, the key information of the shared memory that is not the target of inheritance is deleted.

図12は、本発明によるファイル更新系切替手順(系切替有り)の一例を示す説明図である。   FIG. 12 is an explanatory diagram showing an example of a file update system switching procedure (with system switching) according to the present invention.

S1.プロセス制御個別部1211へファイル更新系切替えを要求する。 S1. Requests the process control individual unit 12 11 to switch the file update system.

S2.全体管理部2へファイル更新系切替えが入力されたことを通知する。 S2. The system management unit 2 1 is switched file update system notifies the input.

S3.通知を受けた全体管理部2は、全論理サーバ111、112にファイル更新系切替えが入力されたことを通知する。 S3. System management unit 2 1 which has received the notification notifies that all logical server 1 11, 1 12 to switch file update system is input.

S4.通知を受けた論理サーバ111は、ファイル更新中であり、データコンバート有りの場合は、ユーザにファイル更新問い合わせイベントを送信する。 S4. Logical server 1 11 which has received the notification, is a file being updated, in the case of there data conversion, to send a file update query events to the user.

S5.プロセス制御個別部1211は、処理の終了を全体管理部2に通知する。 S5. Process control individual unit 12 11 notifies the completion of the process in the system management unit 2 1.

S6.全体管理部2は、すべての論理サーバから通知を受け取ると発行元論理サーバ111にファイル更新系切替えに対する応答を送信する。 S6. System management unit 2 1 sends to the issuing logical server 1 11 receives a notification from all the logical server a response to switching file update system.

S7.要求元論理サーバ111は、全体管理部2に対して系切替えを要求する。 S7. Requesting logical server 1 11 requests the switching system for the entire management section 2 1.

S8.アプリケーション(APL)の吐き出し、プロセス制御個別部1211内各通信部の停止を行なう。 S8. Discharging the application (APL), within the process control individual unit 12 11 performs the stopping of the communication unit.

S9.全体管理部2は、クラスタシステム3に対して系切替えを要求する。 S9. System management unit 2 1 requests the switching system to the cluster system 3 1.

S10.クラスタシステム3が系を切替えることにより、待機系のクラスタシステム3から運用系切替信号が全体管理部2に通知される。 S10. Cluster system 3 1 by switching the system, operation system switching signal from the cluster system 3 2 standby is notified to the system management unit 2 2.

S11.運用系切替信号を受け取った待機系全体管理部2は、全論理サーバ121、122に対して、運用系切替えを送信し、論理サーバ121、122が運用系となる。 S11. Operation system standby system management unit 2 2 which has received the switching signal, the total logical server 1 21, 1 22, and transmits the switching operation system, the logical server 1 21, 1 22 is the active system.

S12.旧運用系では全体管理部2が、クラスタシステム3より、運用系停止信号を受信する。 S12. System management unit 2 1 is the old active system, from the cluster system 3 1 receives the operation system stop signal.

S13.全体管理部2は、各プロセス制御個別部1211、1212に運用系停止通知を送信する。 S13. System management unit 2 1 sends an operation system stop notification to each process control individual unit 12 11, 12 12.

S14.運用系停止を受信したプロセス制御個別部1211、1212は、処理終了を全体管理部2に送信し、緊急運用待ちに状態を遷移させる。 S14. The process control individual unit 12 11 that has received the operation system stops, 12 12 transmits processing completion to the system management unit 2 1 shifts the state to the emergency operation waiting.

図13は、本発明によるファイル更新承認手順(系切替無し)の一例を示す説明図である。   FIG. 13 is an explanatory diagram showing an example of a file update approval procedure (no system switching) according to the present invention.

S1.プロセス制御個別部12’11へファイル更新承認を要求する。 S1. To request a file update approval to process control individual units 12 '11.

S2.プロセス制御個別部12’11は待機系121へ、ファイル更新承認が入力されたことを通知する。 S2. Process control individual unit 12 '11 to the standby system 1 21, and notifies that the file update approval is input.

S3.通知を受けたプロセス制御個別部1221は、全体管理部2へファイル更新承認が入力されたことを通知する。 S3. Process control individual unit 12 21 receives the notification, to notify that the system management unit 2 2 file update approved inputted.

S4.全体管理部2から通知元論理サーバ121へ、ファイル更新承認が入力されたことを通知する。 S4. From system management unit 2 2 to the notification source logical server 1 21, and notifies that the file update approval is input.

S5.通知を受けたプロセス制御個別部1221は、ファイル更新中状態にする。 S5. Receiving the notification, the individual process control unit 1221 sets the file updating status.

S6.処理完了を全体管理部2へ通知する。 S6. And it notifies the completion of processing to the system management unit 2 2.

S7.全体管理部2は、発行元論理サーバ121へ処理終了を送信する。 S7. System management unit 2 2 transmits a process end to the issuing logical server 1 21.

S8.終了通知を受けた発行元論理サーバ121は、運用系へ応答を返却する。 S8. Exit notified of the received issuing logical server 1 21, returns a response to the operational system.

S9.応答を返した後、全体管理部2に、運用系へ応答を返却したことを通知する。 S9. After returning the response, to the entire management unit 2 2, to notify that it has returned the response to the operational system.

S10.プロセス制御個別部1221は、全体管理部2に対して消滅可否を問合せる。 S10. Process control individual unit 12 21 inquires the disappearance possibility for the entire management section 2 2.

S11.全体管理部2は、上記S10に対する応答を論理サーバ121に返却する。 S11. System management unit 2 2 returns the response to the S10 to logic server 1 21.

S12.論理サーバ121は、上記S10に対する応答を受け、終了処理と消滅処理を行なった後、起動パスを新パスに切替えて消滅する。 S12. Logical server 1 21 receives the response to the S10, after performing the annihilation process and end the process and disappear by switching the starting path to the new path.

S13.全体管理部2は、消滅した論理サーバ1’21を再起動する。再起動された論理サーバ1’21は、バックアップファイルを収集する。 S13. System management unit 2 2 restarts the logical server 1 '21 disappeared. Logical server 1 '21 is restarted collects the backup file.

S14.待機系から応答を受け取った運用系のプロセス制御個別部12’11は、全体管理部2に対して対象論理サーバへファイル更新承認が入力されたことを通知する。 S14. The process control of the active received a response from the standby system individual unit 12 '11 notifies that to the target logical server file updating approved entered for the system management unit 2 1.

S15.全体管理部2は、発行元プロセス制御個別部12’11へファイル更新承認が入力されたことを通知する。 S15. System management unit 2 1, to the issuing process control individual unit 12 '11 file update approval notifying that input.

S16.通知を受けた論理サーバ1’11は、ファイル更新問い合わせイベント通知登録ユーザにファイル更新終了を送信し、バックアップファイルを収集する。 S16. Logical server 1 '11 which has received the notification, send the file update completion of the file update query event notification registered users, to collect the backup file.

S17.バックアップファイルを収集した論理サーバ1’11は、処理完了を全体管理部2に通知する。 S17. Logical server 1 '11 collected the backup file, notifies the completion of processing to the system management unit 2 1.

S18.全体管理部2は、論理サーバ1’11からの応答を受信し、ファイル更新承認発行元サーバ1’11へ、ファイル更新承認に対する応答を返却する。 S18. System management unit 2 1 'receives a response from the 11, file update approval issuing server 1' logical server 1 to 11, returns a response to the file update approval.

S19.待機系サーバとのリンク確立を契機に系間一致処理を開始する。   S19. Inter-system matching processing is started upon establishment of a link with the standby server.

図14は、本発明によるファイル更新承認手順(系切替有り)の一例を示す説明図である。   FIG. 14 is an explanatory diagram showing an example of a file update approval procedure (with system switching) according to the present invention.

S1.プロセス制御個別部1221へファイル更新承認を要求する。 S1. Requests file update approval from the individual process control unit 12 21 .

S2.全体管理部2へ、ファイル更新承認が入力されたことを通知する。 S2. To the entire management unit 2 2, informing you that the file update approval has been input.

S3.全体管理部2から全論理サーバ121、122にファイル更新承認が入力されたことを通知する。 S3. The system management unit 2 2 from all the logical server 1 21, 1 22 file update approval notifying that input.

S4.通知を受けたプロセス制御個別部1221は、バックアップ収集を行なう。 S4. Process control individual unit 12 21 receives the notification, performs backup collection.

S5.バックアップ収集完了を全体管理部2へ通知する。 S5. It notifies the system management unit 2 2 the backup collection completion.

S6.全体管理部2は、すべての対象サーバからの通知を受け取った後、要求元プロセス制御個別部1221に上記S2に対する応答を返却する。 S6. System management unit 2 2, after receiving the notification from all target servers, returns a response to the requesting process control individual unit 12 21 with respect to the S2.

S7.要求元プロセス制御個別部1221は、全体管理部2に対して待機系サーバの切り離しを要求する。 S7. Requesting process control individual unit 12 21 requests the disconnection of the standby server for the entire management section 2 2.

S8.全体管理部2は、クラスタシステム3に対して待機系サーバの切り離しを要求する。 S8. System management unit 2 2 requests the disconnection of the standby server to the cluster system 3 2.

S9.ファイル更新中の論理サーバ121は、上記S5の処理の後、全体管理部2に対して、アプリケーション(APL)に対する通知の可否を問合せる。 S9. Logical server 1 21 in the file update, after the processing in S5, with respect to the system management unit 2 2 inquires whether the notification to the application (APL).

S10.全体管理部2は、すべてのプロセス制御個別部からの応答を受け取ったら、上記S9に対する応答を送信する。 S10. System management unit 2 2 After receiving a response from all of the process control individual unit sends a response to the S9.

S11.論理サーバ121は、上記S9の応答である上記S10を受け取った後、ファイル更新問い合わせイベント通知登録ユーザにファイル更新終了を送信する。 S11. Logical server 1 21, after receiving the above S10 is a response of the S9, transmits the file update completion to the file update query event notification registration user.

S12.上記S8によりクラスタシステム3が待機系を切り離すことにより、待機系のクラスタシステム3から待機系停止信号が全体管理部2に通知される。 S12. Cluster system 3 2 by the S8 is by disconnecting the standby, the standby system stop signal from the cluster system 3 1 standby is notified to the system management unit 2 1.

S13.全体管理部2は、全論理サーバに対して待機系停止を送信する。 S13. System management unit 2 1 sends a standby stop for all logical server.

S14.プロセス制御個別部1211は、ファイル更新中であれば、ファイル更新中フラグを立て、終了処理を行い、ファイルパスを新ディレクトリに切替える。ファイル更新中でない場合は、終了処理のみ行なう。 S14. Process control individual units 12 11, if the file being updated, making a file update flag, a termination process is performed, it switches the file path to the new directory. If the file is not being updated, only end processing is performed.

S15.全体管理部2へ処理の終了を通知する。 S15. It notifies the end of the process to the system management unit 2 1.

S16.全体管理部2では、すべてのプロセス制御個別部からの終了通知を待ち合わせた後、再起動を行い、ファイル更新中の論理サーバ1’11の新ファイルでの待機系立ち上げを実施する。 S16. The system management unit 2 1, after waiting a completion notification from all of the process control individual unit, and restarts to perform the standby system startup in the new file logical server 1 '11 in the file update.

S17.再起動後、バックアップファイルを収集する。   S17. After restarting, collect the backup file.

図15は、本発明によるファイル更新強制解除手順(系切替無し)の一例を示す説明図である。   FIG. 15 is an explanatory diagram showing an example of a file update forced release procedure (no system switching) according to the present invention.

S1.プロセス制御個別部1211へファイル更新強制解除を要求する。 S1. Requests the process control individual unit 12 11 to forcibly release the file update.

S2.全体管理部2へ、ファイル更新強制解除が入力されたことを通知する。 S2. The system management unit 2 1, notifying that the file update forcibly released is input.

S3.全体管理部2から発行元論理サーバ111にファイル更新強制解除が入力されたことを通知する。 S3. From system management unit 2 1 to the issuing logical server 1 11 file update forcibly released notifies the input.

S4.通知を受けたプロセス制御個別部1211は、ファイル更新状態をファイル更新未実施に設定する。 S4. Receiving the notification, the process control individual unit 1211 sets the file update status to “unupdated file”.

S5.処理が終了したことを全体管理部2に通知する。 S5. Processing and notifies the system management unit 2 1 the completion.

S6.論理サーバ111は、ストップ処理終了通知を全体管理部2に通知する。 S6. Logical server 1 11 notifies the stop processing end notification to the system management unit 2 1.

S7.全体管理部2は、新ファイルで起動している論理サーバ1’11であれば、終了通知を送信する。 S7. System management unit 2 1, if logical server 1 '11 running on the new file, and transmits an end notification.

S8.通知を受けた新ファイル起動論理サーバ1’11は、終了処理と消滅処理を行い、プロセス消滅する。 S8. New file start logical server 1 '11 which has received the notification, performs the annihilation process and end the process, the process disappears.

S9.全体管理部2は、発行元論理サーバ111に上記S6の応答を送信する
図16は、本発明によるファイル更新強制解除手順(系切替有り)の一例を示す説明図である。
S9. System management unit 2 1, 16 to transmit a response of the above-described Step S6 the issuing logical server 1 11 is an explanatory diagram showing an example of the file update Forced release procedure according to the present invention (with the system switching).

S1.プロセス制御個別部1211へファイル更新強制解除を要求する。 S1. Requests the process control individual unit 12 11 to forcibly release the file update.

S2.全体管理部2へ、ファイル更新強制解除が入力されたことを通知する。 S2. The system management unit 2 1, notifying that the file update forcibly released is input.

S3.全体管理部2から全論理サーバ111、112にファイル更新強制解除が入力されたことを通知する。 S3. System management unit 2 1 from all the logical server 1 11, 1 12 to file update forcibly released to notify that it has been entered.

S4.通知を受けたプロセス制御個別部1211は、ファイル更新中であればファイル更新状態をファイル更新未実施に設定し、ファイル更新状態ファイルを待機系サーバ1’21に転送する。 S4. Process control individual unit 12 11 receives the notification, if the file being updated to set the file update status file updated unexecuted transfers the file update status file on the standby server 1 '21.

S5.処理が終了したことを全体管理部2に通知する。 S5. Processing and notifies the system management unit 2 1 the completion.

S6.全体管理部2は、すべての対象サーバ111、112からの通知を待ち合わせ、要求元プロセス制御個別部1211に上記S2に対する応答を返却する。 S6. System management unit 2 1, waiting the notification from all target servers 1 11, 1 12 and returns a response to the requesting process control individual unit 12 11 in the S2.

S7.要求元プロセス制御個別部1211は、全体管理部2に対して、待機系サーバの切り離しを要求する。 S7. Requesting process control individual unit 12 11, to the system management unit 2 1, and requests the disconnection of the standby server.

S8.全体管理部2は、クラスタシステム3に対して、待機系サーバ1’21の切り離しを要求する。 S8. System management unit 2 1, to the cluster system 3 1 requests the disconnection of the standby server 1 '21.

S9.クラスタシステムが待機系を切り離すことにより、待機系のクラスタシステム3から待機系停止信号が全体管理部22に通知される。 S9. Cluster system by disconnecting the standby, the standby system stop signal from the cluster system 3 2 standby is notified to the system management unit 2 2.

S10.全体管理部22は、全論理サーバ1’21に対して待機系停止を送信する。 S10. System management unit 2 2 transmits a standby stop for all logical server 1 '21.

S11.待機系停止を受信したプロセス制御個別部12’21は、ファイル更新中であればファイル更新状態をファイル更新未実施に設定し終了処理を行い、パスを切り替える。ファイル更新中で無い場合、終了処理のみを行なう。 S11. Process control individual unit 12 '21, which has received the standby system stops, if the file updating performed to set the file update status file updated unexecuted end processing, switches the path. If the file is not being updated, only end processing is performed.

S12.全体管理部22に処理終了を通知する。 S12. And it notifies the completion of processing the system management unit 2 2.

S13.全体管理部22は、すべてのプロセス制御個別部からの通知を待ち合わせ、再起動を実施する。 S13. System management unit 2 2 waits for notification from all process control individual unit, performing the reboot.

S14.運用系では、クラスタシステム3に対し、待機系切り離しを実施した後、要求元プロセス制御個別部1211に処理終了を通知する。 S14. In a production system, with respect to the cluster system 3 1, after performing the standby disconnection, and it sends the processing completion to the requesting process control individual unit 12 11.

図17は、本発明によるファイル更新中止手順(系切替無し)の一例を示す説明図である。   FIG. 17 is an explanatory diagram showing an example of a file update cancellation procedure (no system switching) according to the present invention.

S1.プロセス制御個別部12’11へファイル更新中止を要求する。 S1. It requests a file updating cancellation to the process control individual unit 12 '11.

S2.全体管理部2へ、ファイル更新中止が入力されたことを通知する。 S2. The system management unit 2 1, notifying that the file update cancellation is input.

S3.全体管理部2から発行元論理サーバ1’11にファイル更新中止が入力されたことを通知する。 S3. From system management unit 2 1 to the issuing logical server 1 '11 file updating cancellation is notified that it has been entered.

S4.通知を受けたプロセス制御個別部12’11は、ファイル更新状態をファイル更新中止中に設定する。 S4. Process control individual part 12 '11 which has received the notification sets the file update status during a file update cancellation.

S5.処理が終了したことを全体管理部2に通知する。 S5. Processing and notifies the system management unit 2 1 the completion.

S6.全体管理部2は、上記S2に対する応答をコマンド発行元論理サーバ1’11に返却する。 S6. System management unit 2 1 is returned to the command issuing source logical server 1 '11 response to the S2.

S7.要求元プロセス制御個別部12’11は、全体管理部2に対して、系切替えを要求する。 S7. Requesting process control individual unit 12 '11, with respect to the system management unit 2 1 requests the switching system.

S8.全体管理部2は、クラスタシステム3に対して系切替えを要求する。 S8. System management unit 2 1 requests the switching system to the cluster system 3 1.

S9.クラスタシステム3が系切替えを行なうことにより、待機系のクラスタシステム3から運用系切替信号が全体管理部2に通知される。 S9. Cluster system 3 1 by performing switching system, operating system switching signal from the cluster system 3 2 standby is notified to the system management unit 2 2.

S10.運用系切替信号を受信した新運用系全体管理部2は、全論理サーバ121、122に対して運用系切替信号を送信し、論理サーバ121、122が運用系となる。 S10. Operation system switching signal the new active system system management unit 2 2 which has received the send operation system switching signal to all logical server 1 21, 1 22 1 2, logical server 1 21, 1 22 is operated based .

S11.クラスタシステム3から運用系停止信号を全体管理部2が受け取る。 S11. The whole operation system stop signal from the cluster system 3 2 management unit 2 1 is received.

S12.全体管理部2は、プロセス制御個別部12’11に対して運用系停止を通知する。 S12. System management unit 2 1 notifies the operation system stop for the process control individual unit 12 '11.

S13.プロセス制御個別部12’11は、ファイル更新中であればファイル更新状態をファイル更新未実施に設定し、立ち上げディレクトリを変更し終了処理を行なう。ファイル更新中でなければ終了処理のみを行なう。 S13. Process control individual unit 12 '11 sets the file update status if file updating a file update unexecuted, performs an end process to change the start-up directory. If the file is not being updated, only end processing is performed.

S14.終了処理を全体管理部2に通知する。 S14. It notifies the end process throughout the administrative unit 2 1.

S15.全体管理部2は、すべてのプロセス制御個別部からの処理終了通知を受け取ると再起動を行なう。 S15. System management unit 2 1 performs restart and receive processing end notification from all of the process control individual unit.

図18は、本発明によるファイル更新中止手順(系切替有り)の一例を示す説明図である。   FIG. 18 is an explanatory diagram showing an example of a file update cancel procedure (with system switching) according to the present invention.

S1.プロセス制御個別部12’21へファイル更新中止を要求する。 S1. It requests a file updating cancellation to the process control individual unit 12 '21.

S2.全体管理部2へ、ファイル更新中止が入力されたことを通知する。 S2. The system management unit 2 2 notifies that the file update cancellation is input.

S3.全体管理部2から全論理サーバにファイル更新中止が入力されたことを通知する。 S3. From system management unit 2 2 All logical server file updating cancellation is notified that it has been entered.

S4.通知を受けたプロセス制御個別部12’21は、ファイル更新中であればファイル更新状態をファイル更新中止中に設定する。 S4. Process control individual unit 12 '21 which has received the notification sets if file updating a file update status during a file update cancellation.

S5.処理が終了したことを全体管理部2に通知する。 S5. Processing and notifies the system management unit 2 2 the completion.

S6.全体管理部2は、上記S2に対する応答を要求元プロセス制御個別部12’21に返却する。 S6. System management unit 2 2 returns a response to the requesting process control individual unit 12 '21 with respect to the S2.

S7.要求元プロセス制御個別部12’21は、全体管理部2に対して、系切替えを要求する。 S7. Requesting process control individual unit 12 '21, with respect to the system management unit 2 2 requests the switching system.

S8.全体管理部2は、クラスタシステム3に対して系切替えを要求する。 S8. System management unit 2 2 requests the switching system to the cluster system 3 2.

S9.クラスタシステム3が系切替えを行なうことにより、待機系のクラスタシステム3から運用系切替信号が全体管理部2に通知される。 S9. Cluster system 3 2 By performing the system switching, the operation system switching signal from the cluster system 3 1 standby is notified to the system management unit 2 1.

S10.クラスタシステム3から運用系停止信号を全体管理部2が受け取る。 S10. The whole operation system stop signal from the cluster system 3 1 management unit 2 2 receives.

S11.全体管理部2は、プロセス制御個別部12’21に対して運用系停止を通知する。 S11. System management unit 2 2 notifies the operating system stops to the process control individual unit 12 '21.

S12.プロセス制御個別部12’21は、ファイル更新中であれば、立ち上げディレクトリを変更して終了処理を行なう。ファイル更新中でなければ、終了処理のみを行なう。 S12. Process control individual units 12 '21, if the file being updated, the termination process by changing the startup directory. If the file is not being updated, only end processing is performed.

S13.終了処理を全体管理部2に通知する。 S13. It notifies the end process throughout the administrative unit 2 2.

S14.全体管理部2は、すべてのプロセス制御個別部からの処理終了通知を受け取ると再起動を行なう。 S14. System management unit 2 2 performs restart and receive processing end notification from all of the process control individual unit.

S15.運用系切替えを受け取った新運用系全体管理部2は、全プロセス制御個別部1211、1212に対して運用系変更を送信する。 S15. Whole new active system received a switching operation based management unit 2 1 sends an operating system changes with respect to the total process control individual unit 12 11, 12 12.

S16.プロセス制御個別部1211は、ファイル更新中であればファイル更新未実施状態に状態を変更する。 S16. Process control individual unit 12 11 changes state to file update unexecuted state if the file being updated.

S17.その後、プロセス制御個別部1211は自プロセス消滅を行なう。 S17. Thereafter, the process control individual unit 12 11 performs the disappearance own process.

S18.プロセス制御個別部1211の消滅を検出した全体管理部2は、論理サーバ111、112を再起動する。 S18. System management unit 2 1 that has detected the disappearance of process control individual unit 12 11, to restart the logical server 1 11, 1 12.

本発明は、サービスの持続性が要求される通信系サーバ(テレコムサーバ)の制御用ソフトウェアにおいて、特に、物理サーバ内に複数の論理サーバを稼動させる仮想サーバ環境での単独の論理サーバのアプリケーションソフトウェアのファイルをデータを引き継ぎながら入れ替える場合に利用でき、かつ、複数の論理サーバのアプリケーションソフトウェアのファイルを一括して入れ替えることで通信装置の保守者作業の軽減化に利用できる。   The present invention relates to software for controlling a communication server (telecom server) that requires service sustainability, particularly application software for a single logical server in a virtual server environment in which a plurality of logical servers are operated in a physical server. This file can be used to replace the files while taking over the data, and can be used to reduce maintenance work of the communication device by replacing the application software files of a plurality of logical servers at once.

本発明が対象とするテレコムサーバの配置構成図である。It is the arrangement block diagram of the telecom server which this invention makes object. 本発明の一実施形態における既存ファイル更新方法の基本説明図である。It is a basic explanatory view of the existing file update method in one embodiment of the present invention. 本発明の一実施形態における論理サーバの単独ファイル更新手順を示す説明図である。It is explanatory drawing which shows the single file update procedure of the logical server in one Embodiment of this invention. 図3のフローチャートである。It is a flowchart of FIG. 本発明によるファイル更新準備手順の一例を示す説明図である。It is explanatory drawing which shows an example of the file update preparation procedure by this invention. 本発明による同種サーバファイル更新準備手順の一例を示す説明図である。It is explanatory drawing which shows an example of the homogeneous server file update preparation procedure by this invention. 本発明によるファイル更新開始手順(系切替無し)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update start procedure (without system switching) by this invention. 本発明によるファイル更新開始時のデータ引き継ぎの一例を示す説明図である。It is explanatory drawing which shows an example of the data taking over at the time of the file update start by this invention. 本発明によるファイル更新開始手順(系切替有り)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update start procedure (with system switching) by this invention. 本発明によるファイル更新系切替手順(系切替無し)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update type | system | group switching procedure (no system switching) by this invention. 本発明によるファイル更新系切替時のデータ引き継ぎの一例を示す説明図である。It is explanatory drawing which shows an example of the data taking over at the time of file update type | system | group switching by this invention. 本発明によるファイル更新系切替手順(系切替有り)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update type | system | group switching procedure (with system switching) by this invention. 本発明によるファイル更新承認手順(系切替無し)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update approval procedure (no system switching) by this invention. 本発明によるファイル更新承認手順(系切替有り)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update approval procedure (with system switching) by this invention. 本発明によるファイル更新強制解除手順(系切替無し)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update forced cancellation procedure (no system switching) by this invention. 本発明によるファイル更新強制解除手順(系切替有り)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update forced cancellation procedure (with system switching) by this invention. 本発明によるファイル更新中止手順(系切替無し)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update cancellation procedure (no system switching) by this invention. 本発明によるファイル更新中止手順(系切替有り)の一例を示す説明図である。It is explanatory drawing which shows an example of the file update cancellation procedure (with system switching) by this invention.

符号の説明Explanation of symbols

11 運用系の論理サーバ#1
1’11 運用系の新論理サーバ#1
12 運用系の論理サーバ#2
21 待機系の論理サーバ#1
1’21 待機系の新論理サーバ#1
22 待機系の論理サーバ#2
運用系の全体管理部
待機系の全体管理部
運用系のクラスタ
待機系のクラスタ
運用系のOS
待機系のOS
運用系のサーバ基本部
待機系のサーバ基本部
11 運用系のアプリケーション(APL)
11待機系のアプリケーション(APL)
12運用系のプロセス制御個別部
12待機系のプロセス制御個別部
100 IPネットワーク
110 サーバ#11
111 論理サーバ
112 CPU
210 サーバ#21
211 CPU
310 サーバ#31
311 CPU
1 11 Operational logical server # 1
1 '11 operating system new logical server # 1
1 12 Operational logical server # 2
1 21 standby logical server # 1
1 '21 standby new logical server # 1
1 22 standby logical server # 2
2 1 OS of the active system management unit 2 2 whole of the standby system management section 3 1 operating system cluster 3 2 standby cluster 4 1 operational system of the
42 2 OS
5 1 Active server basic part 5 2 Standby server basic part 11 1 Active application (APL)
11 2 Standby application (APL)
12 1 Process control individual unit for the active system 12 2 Process control individual unit for the standby system 100 IP network 110 Server # 11
111 Logical server 112 CPU
210 Server # 21
211 CPU
310 Server # 31
311 CPU

Claims (4)

1つの物理サーバ内に複数の論理サーバを有し、各論理サーバ内にはアプリケーションファイルとプロセス制御個別部を備えた二重化通信系サーバのファイル更新方法であって、
ファイル更新準備コマンドの投入により、新ロードモジュールを展開するステップと、
ファイル更新開始コマンドの投入により、運用系で新ロードモジュールの論理サーバを生成し、初期設定前半を行うステップと、
ファイル更新系切替えコマンドの投入により、旧ファイル側の処理を終了させ、新ロードモジュールの論理サーバの初期設定後半を行なうステップと、
ファイル更新承認コマンドの投入により、待機系の対象論理サーバの終了処理を行い、新ロードモジュールの論理サーバを生成し、初期設定するステップと、
を含むことを特徴とするファイル更新方法。
A file update method for a duplex communication system server having a plurality of logical servers in one physical server, and each logical server having an application file and an individual process control unit,
The step of expanding the new load module by inputting the file update preparation command,
Generate a new load module logical server in the active system by inputting the file update start command, and perform the first half of the initial setting,
The process of terminating the processing of the old file side by inputting the file update system switching command and performing the latter half of the initial setting of the logical server of the new load module;
The process of terminating the standby target logical server by inputting the file update approval command, generating a logical server for the new load module, and initial setting,
A file update method comprising:
請求項1に記載のファイル更新方法において、
前記ファイル更新途中に異常状態を検出時、ファイル更新強制解除コマンドの投入によりファイル更新状態をファイル更新未実施に設定するとともに、新ファイルで起動している論理サーバに対して終了処理と消滅処理を行なうことを特徴とするファイル更新方法。
The file update method according to claim 1,
When an abnormal state is detected during the file update, the file update state is set to unexecuted by inputting the file update forced release command, and the termination process and the extinction process are performed on the logical server running on the new file. A file update method characterized by performing.
請求項1に記載のファイル更新方法において、
前記ファイル更新途中に異常状態を検出時、ファイル更新中止コマンドの投入によりファイル更新状態をファイル更新中止中に設定するとともに、二重化通信系サーバの運用系と待機系の系切替を行うことにより、新運用系側より運用系停止信号を通知して終了処理を行い、前記プロセス制御部の消滅を検出後に論理サーバを再起動することを特徴とする。ファイル更新方法。
The file update method according to claim 1,
When an abnormal state is detected during the file update, the file update state is set to file update aborted by inputting the file update abort command, and new operation is performed by switching the active and standby systems of the redundant communication server. An operation system stop signal is notified from the operation system side to perform termination processing, and the logical server is restarted after the disappearance of the process control unit is detected. File update method.
請求項1に記載のファイル更新方法において、
前記ファイル更新準備コマンド投入時に、同一のアプリケーションファイルを持つ複数の同種類の論理サーバ群に対して、新ファイルへ一括して入れ替えることを特徴とするファイル更新方法。
The file update method according to claim 1,
A file update method characterized in that when a file update preparation command is input, a plurality of logical server groups having the same application file are collectively replaced with a new file.
JP2008159828A 2008-06-19 2008-06-19 File updating method Withdrawn JP2010003022A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008159828A JP2010003022A (en) 2008-06-19 2008-06-19 File updating method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008159828A JP2010003022A (en) 2008-06-19 2008-06-19 File updating method

Publications (1)

Publication Number Publication Date
JP2010003022A true JP2010003022A (en) 2010-01-07

Family

ID=41584714

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008159828A Withdrawn JP2010003022A (en) 2008-06-19 2008-06-19 File updating method

Country Status (1)

Country Link
JP (1) JP2010003022A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013021577A (en) * 2011-07-13 2013-01-31 Nippon Telegr & Teleph Corp <Ntt> Clustering communication system
JP2013037433A (en) * 2011-08-04 2013-02-21 Fujitsu Ltd Server, server system, and server redundancy switch method
JP2015032301A (en) * 2013-08-07 2015-02-16 日本電信電話株式会社 Version update method for virtual host and network equipment
JP2016143202A (en) * 2015-01-30 2016-08-08 日本電信電話株式会社 Decentralized processing system and decentralized processing method
JP2021019209A (en) * 2019-07-17 2021-02-15 株式会社京三製作所 Mobile IP system and home agent redundant control method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013021577A (en) * 2011-07-13 2013-01-31 Nippon Telegr & Teleph Corp <Ntt> Clustering communication system
JP2013037433A (en) * 2011-08-04 2013-02-21 Fujitsu Ltd Server, server system, and server redundancy switch method
US9032241B2 (en) 2011-08-04 2015-05-12 Fujitsu Limited Server, server system, and method for controlling recovery from a failure
JP2015032301A (en) * 2013-08-07 2015-02-16 日本電信電話株式会社 Version update method for virtual host and network equipment
JP2016143202A (en) * 2015-01-30 2016-08-08 日本電信電話株式会社 Decentralized processing system and decentralized processing method
JP2021019209A (en) * 2019-07-17 2021-02-15 株式会社京三製作所 Mobile IP system and home agent redundant control method

Similar Documents

Publication Publication Date Title
WO2015146355A1 (en) Update management system and update management method
US8032786B2 (en) Information-processing equipment and system therefor with switching control for switchover operation
JP2009265805A (en) Failover method, program, failover device and failover system
JPH11220466A (en) Node substitute system, node supervisory system, their methods and storage medium
CN112799786A (en) Exit method, device, equipment and storage medium of micro-service instance
JP2010003022A (en) File updating method
JP2007304845A (en) Virtual computer system and software update method
JP5056504B2 (en) Control apparatus, information processing system, control method for information processing system, and control program for information processing system
JP4517923B2 (en) Object relief system and method
JPH06214906A (en) System and method for communication provided with redundancy
WO1997049034A1 (en) Job taking-over system
JP2002049502A (en) Update system for multiprocessor systems
JPH11224207A (en) Computer constituting multi-cluster system
JP2012014674A (en) Failure recovery method, server, and program in virtual environment
JP2017027166A (en) Operation management unit, operation management program, and information processing system
JP2011065495A (en) Network system, method, and computer program
JP2009075710A (en) Redundant system
WO2014176969A1 (en) Automatic disaster recovery switching method and device
JP2001027951A (en) File loading device for information processing system of multiprocessor configuration and recording medium
JP6856574B2 (en) Service continuation system and service continuation method
JP3394189B2 (en) Uninterrupted update system for program / data of any processor
JP5691248B2 (en) Task takeover program, processing device, and computer system
JP6107159B2 (en) Database system and database system control method
JPH08249196A (en) Redundancy execution system for task
JP5304359B2 (en) COMMUNICATION CONTROL DEVICE, DATA SYNCHRONIZATION METHOD, AND DATA SYNCHRONIZATION PROGRAM

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20110906