JP2011258245A - Server device, start control method, and information processor - Google Patents

Server device, start control method, and information processor Download PDF

Info

Publication number
JP2011258245A
JP2011258245A JP2011211473A JP2011211473A JP2011258245A JP 2011258245 A JP2011258245 A JP 2011258245A JP 2011211473 A JP2011211473 A JP 2011211473A JP 2011211473 A JP2011211473 A JP 2011211473A JP 2011258245 A JP2011258245 A JP 2011258245A
Authority
JP
Japan
Prior art keywords
program
service
service program
memory area
processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2011211473A
Other languages
Japanese (ja)
Other versions
JP4875222B2 (en
Inventor
Yasuhiko Yoshimura
安彦 吉村
Shuichi Sato
修一 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP2011211473A priority Critical patent/JP4875222B2/en
Publication of JP2011258245A publication Critical patent/JP2011258245A/en
Application granted granted Critical
Publication of JP4875222B2 publication Critical patent/JP4875222B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a server device for preventing start processing from being affected by the defect of a service program.SOLUTION: A service initialization program 110, a service start monitoring program 120, and a maintenance program 130, which constitute a system start program, are mapped to a top root directory 100, and a service program 141, setting data 142, and a service management program 143 are mapped to a service root directory 140. Then, the programs and data are stored in a ROM 14. When a server device is started, the service initialization program 110, the service start monitoring program 120, and the maintenance program 130 are recorded in a memory area 200 to be a system start program execution environment in a RAM 15, so as to perform prescribed start processing. After the start, the service program 141, the setting data 142, and the service management program 143 are read out from the ROM 14 and recorded in a memory area 300 to be a service program execution environment in the RAM 15.

Description

本発明の実施形態は、例えばIP(Internet Protocol)電話システムで用いられるサーバ装置、及びサーバ装置で用いられる起動制御方法、及び情報処理装置に関する。   Embodiments described herein relate generally to a server device used in, for example, an IP (Internet Protocol) telephone system, an activation control method used in the server device, and an information processing device.

近年、IP電話システムが普及し始めている。このIP電話システムでは、例えばLAN(Local Area Network)やインターネットを含むIP網にIP電話端末を接続すると共に、IP網上の呼制御サーバにおいてプロトコル変換及びデータのフォーマット変換等を行うことにより、IP電話端末間及びIP電話端末と一般電話網との間で音声通信を可能にしている。   In recent years, IP telephone systems have begun to spread. In this IP telephone system, for example, an IP telephone terminal is connected to an IP network including a LAN (Local Area Network) and the Internet, and at the same time, protocol conversion and data format conversion are performed in a call control server on the IP network. Voice communication is enabled between telephone terminals and between an IP telephone terminal and a general telephone network.

ところで、上記呼制御サーバにあっては、一般にマイクロコンピュータを使用した制御部を備えており、この制御部において自装置の動作を統括的に制御している。また、制御部は、制御ハードウェア上にOS(Operating System)等のシステム起動プログラムを備え、このOS環境上で通信制御アプリケーションプログラムとしてのサービスプログラムを実行させることにより、ハードウェア部を動作させるように構成されている。   By the way, the call control server is generally provided with a control unit using a microcomputer, and the control unit controls the operation of its own apparatus. The control unit includes a system activation program such as an OS (Operating System) on the control hardware, and operates the hardware unit by executing a service program as a communication control application program on the OS environment. It is configured.

特開2000−207178号公報JP 2000-207178 A

ところで、上記呼制御サーバでは、システム起動プログラムとサービスプログラムは同一プログラム実行環境となるメモリ領域で起動し、サービスプログラムの不具合がシステム起動プログラムやシステム起動処理に影響を与え、システム起動不可となる場合がある。   By the way, in the above call control server, the system activation program and the service program are activated in the memory area that is the same program execution environment, and the malfunction of the service program affects the system activation program and the system activation processing, and the system activation becomes impossible. There is.

本発明の目的は、サービスプログラムの不具合が起動処理に影響を与えないようにしたサーバ装置及び起動制御方法及び情報処理装置を提供することにある。   An object of the present invention is to provide a server device, a startup control method, and an information processing device in which a malfunction of a service program does not affect startup processing.

本実施形態に従うサーバ装置は、処理用メモリに記録される起動プログラムに基づいて起動し、起動後に処理用メモリに記録されるサービスプログラムに基づいて通信処理を実行するサーバ装置において、処理用メモリ上で起動プログラムを起動させるプログラム実行環境となるメモリ領域を特定するディレクトリに対応付けて起動プログラムを記憶するとともに、サービスプログラムを起動プログラムのプログラム領域と異なるディレクトリに対応付けて記憶する記憶手段と、起動プログラムによる起動後に、記憶手段に記憶されるサービスプログラムのディレクトリを参照し、この参照結果に基づいて、サービスプログラムを記憶手段から読み出して、処理用メモリの起動プログラムとは異なるメモリ領域に記録する制御手段とを備えるようにしたものである。   The server device according to the present embodiment is activated on the processing memory in the server device that is activated based on the activation program recorded in the processing memory and executes communication processing based on the service program recorded in the processing memory after activation. Storage means for storing a startup program in association with a directory for specifying a memory area serving as a program execution environment for starting the startup program, and storing a service program in association with a directory different from the program area of the startup program; Control by which the service program directory stored in the storage means is referred to after the activation by the program, the service program is read from the storage means based on the reference result, and is recorded in a memory area different from the activation program of the processing memory Means Those were Unishi.

本発明のサーバ装置が適用されるIP電話システムの一実施形態の構成を示すブロック図。The block diagram which shows the structure of one Embodiment of the IP telephone system with which the server apparatus of this invention is applied. 上記図1に示した呼制御サーバのソフトウェア構成を示すブロック図。The block diagram which shows the software structure of the call control server shown in the said FIG. 同実施形態で取り扱うプログラムのルートディレクトリパスの構造を示す図。The figure which shows the structure of the root directory path of the program handled by the embodiment. 同実施形態において、サービスプログラムの異常に対応するためのCPUの制御処理手順を示すフローチャート。5 is a flowchart showing a control processing procedure of a CPU for responding to an abnormality in a service program in the embodiment. 同実施形態において、IP電話端末と公衆網上の外部端末との間の通信接続手順を示すシーケンス図。FIG. 3 is a sequence diagram showing a communication connection procedure between an IP telephone terminal and an external terminal on the public network in the embodiment.

以下、本発明の実施形態について図面を参照して詳細に説明する。
ここでは、本発明のサーバ装置をIP電話システムの呼制御サーバに適用した場合の一実施形態について説明する。図1は、一実施形態におけるIP電話システムの概略構成図である。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
Here, an embodiment when the server device of the present invention is applied to a call control server of an IP telephone system will be described. FIG. 1 is a schematic configuration diagram of an IP telephone system according to an embodiment.

このシステムは、IP網としてパケット通信用のLAN(Local Area Network)1を有する。LAN1は、IP電話端末T11〜T1i(iは自然数)が接続される。なお、IP電話端末T11〜T1iは、通話処理機能と映像等のメディア情報処理機能とを備えている。   This system has a LAN (Local Area Network) 1 for packet communication as an IP network. The LAN 1 is connected to IP telephone terminals T11 to T1i (i is a natural number). IP telephone terminals T11 to T1i have a call processing function and a media information processing function such as video.

また、LAN1には、ゲートウェイGW1,GW2が接続されている。ゲートウェイGW1は、LAN1とインターネット等のIP公衆網IPNとの間を接続するもので、LAN1とIP公衆網IPNとの間における通信プロトコル及び信号フォーマットの変換機能とを備えている。ゲートウェイGW2は、LAN1とアナログ電話網等の公衆網PNWとの間を接続するもので、LAN1と公衆網PNWとの間における通信プロトコル及び信号フォーマットの変換機能とを備えている。   Further, gateways GW1 and GW2 are connected to the LAN1. The gateway GW1 connects the LAN1 and an IP public network IPN such as the Internet, and has a communication protocol and signal format conversion function between the LAN1 and the IP public network IPN. The gateway GW2 connects between the LAN1 and a public network PNW such as an analog telephone network, and has a communication protocol and signal format conversion function between the LAN1 and the public network PNW.

また、これらIP電話端末T11〜T1i及びゲートウェイGW1,GW2は、LAN1を介して呼制御サーバSVに接続されている。呼制御サーバSVは、複数のIP電話端末T11〜T1i間またはIP電話端末T11〜T1iとIP公衆網IPN,公衆網PNWとの間で、例えばSIP、Megaco、H.323等の所定のプロトコルに従ってセッションを確立する交換制御機能を備える。そして、確立されたセッションにより、発信側と着信側の電話端末間でRTPパケットを送受信することで、音声通信を行なう。   The IP telephone terminals T11 to T1i and the gateways GW1 and GW2 are connected to the call control server SV via the LAN1. The call control server SV is connected between a plurality of IP telephone terminals T11 to T1i or between the IP telephone terminals T11 to T1i and the IP public network IPN and public network PNW, for example, SIP, Megaco, H.P. An exchange control function for establishing a session according to a predetermined protocol such as H.323 is provided. Then, voice communication is performed by transmitting and receiving RTP packets between the caller and callee telephone terminals using the established session.

ところで、呼制御サーバSVでは、システム起動プログラムとサービスプログラムは同一プログラム実行環境となるメモリ領域で起動し、サービスプログラムの不具合がシステム起動プログラムやシステム起動に影響を与え、システム起動不可となる場合がある。たとえば、サービスプログラム1をアップデートし、依存関係にあった共有ライブラリもアップデートされた場合、システム起動時に起動するサービスプログラム2も共有ライブラリを参照するが、正しく依存関係を設定されておらず、サービスプログラム2がアップデートされなかったとすると、システム起動時にサービスプログラム2が正常に起動せず、ハングアップしてしまい、システム起動不可となるケースがある。または、サービスプログラムがシステム起動プログラムが参照するファイルを書き換えるような動作を含んでいた場合、サービスプログラムの不具合により、該当ファイルを壊してしまい、システム起動プログラムが正常に起動できず、システム起動不可となるケースがある。   By the way, in the call control server SV, the system activation program and the service program are activated in the memory area that is the same program execution environment, and the malfunction of the service program affects the system activation program and the system activation, and the system activation may not be possible. is there. For example, if the service program 1 is updated and the shared library that is in the dependency relationship is also updated, the service program 2 that is activated when the system starts up also refers to the shared library, but the dependency relationship is not set correctly, and the service program If 2 is not updated, there is a case where the service program 2 does not start normally when the system is started, hangs up, and the system cannot be started. Or, if the service program includes an operation that rewrites the file referenced by the system startup program, the service file will be damaged due to a problem with the service program, and the system startup program will not start normally, indicating that the system cannot be started. There is a case.

プログラム実行環境となるメモリ領域を分離する既存手段として、仮想化技術があるが、仮想化ソフトが必要である。   As an existing means for separating a memory area as a program execution environment, there is a virtualization technique, but virtualization software is necessary.

また、シングルユーザモードで起動することで、起動するプログラムを限定可能であるが、システム起動不可となった後の解決手段であるため、予防はできない。この場合、保守者は現地へ赴き、リカバリディスクを用いてシステム復旧するか、レスキューディスクでシステムを起動して、バックアッププログラムに切り替えやバックアップデータをリストアしなければならない。   Moreover, by starting in single user mode, the program to be started can be limited, but since it is a solution means after the system cannot be started, it cannot be prevented. In this case, the maintenance person must go to the site and use the recovery disk to restore the system or start the system with the rescue disk to switch to the backup program and restore the backup data.

このため、サービスプログラムの不具合が起動処理に影響を与えないようにしたサーバ装置及び起動制御方法が必要になる。そこで、本実施形態では、サービスプログラムの不具合が起動処理に影響を与えない起動制御方法を実行する呼制御サーバSVを備えるようにした。   For this reason, a server apparatus and a startup control method are required in which a malfunction of the service program does not affect the startup process. Therefore, in the present embodiment, the call control server SV that executes the activation control method in which the malfunction of the service program does not affect the activation process is provided.

呼制御サーバSVは、IP制御部11と、メディア変換部12と、CPU(Central Processing Unit)13、データベースとしてのROM(Read Only Memory)14、処理用メモリとしてのRAM(Random Access Memory)15とを備えている。これらIP制御部11と、メディア変換部12と、CPU13は、データハイウェイ16を介して互いに接続されている。   The call control server SV includes an IP control unit 11, a media conversion unit 12, a CPU (Central Processing Unit) 13, a ROM (Read Only Memory) 14 as a database, and a RAM (Random Access Memory) 15 as a processing memory. It has. The IP control unit 11, the media conversion unit 12, and the CPU 13 are connected to each other via a data highway 16.

IP制御部11には、LAN1が必要に応じて接続される。IP制御部11は、接続されたLAN1との間でインタフェース処理を行う。また、IP制御部11は、上記インタフェース処理に係わる種々の制御情報の授受を、データハイウェイ15を介してCPU13との間で行う。   The LAN 1 is connected to the IP control unit 11 as necessary. The IP control unit 11 performs interface processing with the connected LAN 1. The IP control unit 11 also exchanges various control information related to the interface processing with the CPU 13 via the data highway 15.

メディア変換部12には、タイムスイッチ17が接続される。メディア変換部12は、IP制御部11で受信した制御パケット及び音声パケットを処理するもので、パケットをPCM信号に変換してタイムスイッチ17に出力し、タイムスイッチ16からのPCM信号をパケットに変換してIP制御部11に出力する。   A time switch 17 is connected to the media conversion unit 12. The media conversion unit 12 processes the control packet and voice packet received by the IP control unit 11, converts the packet into a PCM signal and outputs it to the time switch 17, and converts the PCM signal from the time switch 16 into a packet. And output to the IP control unit 11.

CPU13は、ROM14に格納されている各種プログラムを読み出して、RAM15に記録し、RAM15に記録されたプログラムに基づいた処理を行なうことで、IP制御部11、メディア変換部12及びタイムスイッチ17のそれぞれを総括制御し、呼制御サーバSVとしての動作を実現する。   The CPU 13 reads out various programs stored in the ROM 14, records them in the RAM 15, and performs processing based on the programs recorded in the RAM 15, whereby each of the IP control unit 11, the media conversion unit 12, and the time switch 17. Are collectively controlled to realize the operation as the call control server SV.

図2は、上記ROM14及びRAM15に記憶されるプログラムの構成を示すブロック図である。   FIG. 2 is a block diagram showing the configuration of programs stored in the ROM 14 and RAM 15.

ROM14に記憶される各種プログラムには、汎用OSといったシステム起動プログラムがあり、このシステム起動プログラム上で実行される複数のサービスプログラムがある。これらシステム起動プログラム及び複数のサービスプログラムは、CPU13によりRAM15の同一のプログラム実行環境となるメモリ領域に記録されることになり、万一サービスプログラムに動作異常が生じた場合に、この動作異常がシステム起動プログラムにも影響することになる。そこで、システム起動プログラムと複数のサービスプログラムとをRAM15上の別々のメモリ領域に記録する手段を用いるようにしている。この手段を講じることにより、システム起動プログラムに属するサービス初期化プログラム110、サービス起動監視プログラム120、メンテナンスプログラム130、共有ライブラリ170は、RAM15のシステム起動プログラム実行環境となるメモリ領域200を特定するトップルートディレクトリ100に対応付けてROM14に記憶される。また、システム起動プログラム以外のサービスプログラム141、設定データ142、サービス管理プログラム143及び共有ライブラリ144は、RAM15のサービスプログラム実行環境となるメモリ領域300を特定するサービスルートディレクトリ140に対応付けてROM14に記憶される。   The various programs stored in the ROM 14 include a system startup program such as a general-purpose OS, and there are a plurality of service programs executed on the system startup program. The system startup program and the plurality of service programs are recorded by the CPU 13 in a memory area that is the same program execution environment of the RAM 15, and if an operation abnormality occurs in the service program, the operation abnormality is detected by the system. It will also affect the startup program. Therefore, means for recording the system activation program and the plurality of service programs in separate memory areas on the RAM 15 is used. By taking this measure, the service initialization program 110, the service activation monitoring program 120, the maintenance program 130, and the shared library 170 belonging to the system activation program are used as the top route for specifying the memory area 200 serving as the system activation program execution environment in the RAM 15. It is stored in the ROM 14 in association with the directory 100. Further, the service program 141 other than the system activation program, the setting data 142, the service management program 143, and the shared library 144 are stored in the ROM 14 in association with the service route directory 140 that specifies the memory area 300 serving as the service program execution environment in the RAM 15. Is done.

サービス初期化プログラム110は、周知の起動処理を実行するためのプログラムである。サービス起動監視プログラム120は、サービスプログラム141が起動したか否かを監視するためのプログラムである。メンテナンスプログラム130は、サービスプログラム141に動作異常が発生した場合に、この動作異常に対応するためのプログラムである。共有ライブラリ170は、各プログラムの起動手順を示すデータである。   The service initialization program 110 is a program for executing a known startup process. The service activation monitoring program 120 is a program for monitoring whether or not the service program 141 has been activated. The maintenance program 130 is a program for responding to an operation abnormality when an operation abnormality occurs in the service program 141. The shared library 170 is data indicating the startup procedure of each program.

サービスプログラム141は、例えば交換処理用のプログラム群と、課金や通信履歴データ管理等の通信管理処理等を実行するための各種プログラム群1415とから構成される。交換処理用のプログラム群は、呼処理端末制御プログラム1411と、呼処理グループ制御プログラム1412と、呼処理サービスプログラム1413と、メディア処理プログラム1414とから構成される。   The service program 141 includes, for example, a program group for exchange processing and various program groups 1415 for executing communication management processing such as billing and communication history data management. The exchange processing program group includes a call processing terminal control program 1411, a call processing group control program 1412, a call processing service program 1413, and a media processing program 1414.

設定データ142は、サービスプログラム141をRAM15のメモリ領域300に設定するためのデータである。サービス管理プログラム143は、サービスプログラム141の起動・終了を管理するためのプログラムである。共有ライブラリ144は、交換処理に係わるサービス要求が発生したときに、どのサービスプログラム1411〜1415を起動させるかを参照するためのデータである。   The setting data 142 is data for setting the service program 141 in the memory area 300 of the RAM 15. The service management program 143 is a program for managing activation / termination of the service program 141. The shared library 144 is data for referring to which service program 1411 to 1415 is activated when a service request related to the exchange process occurs.

さらに、ROM14には、RAM15上のメモリ領域200,300とは異なるプログラム実行環境となるメモリ領域を特定するバックアップサービスルートディレクトリ150及び工場出荷時サービスルートディレクトリ160が記憶される。なお、バックアップサービスルートディレクトリ150に対応するサービスプログラム151、設定データ152、サービス管理プログラム153及び共有ライブラリ154は、サービスルートディレクトリ140に対応するサービスプログラム141、設定データ142、サービス管理プログラム143及び共有ライブラリ144と同一である。   Further, the ROM 14 stores a backup service root directory 150 and a factory default service route directory 160 that specify a memory area that is a program execution environment different from the memory areas 200 and 300 on the RAM 15. The service program 151, setting data 152, service management program 153, and shared library 154 corresponding to the backup service root directory 150 are the service program 141, setting data 142, service management program 143, and shared library corresponding to the service root directory 140. 144.

CPU13は、ROM14のトップルートディレクトリ100に対応するサービス初期化プログラム110、サービス起動監視プログラム120、メンテナンスプログラム130及び共有メモリ170を読み出して、RAM15のメモリ領域200に記録すると、サービス初期化プロセス210、サービス起動監視プロセス220、メンテナンスプロセス230及び共有ライブラリ270がメモリ領域200に生成される。   When the CPU 13 reads the service initialization program 110, the service activation monitoring program 120, the maintenance program 130, and the shared memory 170 corresponding to the top root directory 100 of the ROM 14 and records them in the memory area 200 of the RAM 15, the service initialization process 210, A service activation monitoring process 220, a maintenance process 230 and a shared library 270 are generated in the memory area 200.

また、CPU13は、ROM14のサービスルートディレクトリ140に対応するサービスプログラム141、設定データ142、サービス管理プログラム143及び共有ライブラリ144を読み出して、RAM15のメモリ領域300に記録すると、サービスプロセス310、サービス管理プロセス320及び共有ライブラリ330がメモリ領域300に生成される。   The CPU 13 reads the service program 141, the setting data 142, the service management program 143, and the shared library 144 corresponding to the service route directory 140 of the ROM 14 and records them in the memory area 300 of the RAM 15. 320 and the shared library 330 are generated in the memory area 300.

次に、上記構成における動作について説明する。
まず、ROM14に記憶されるシステム起動プログラム及びサービスプログラムをディレクトリに対応付ける場合に、例えば保守端末として機能するIP電話端末T12のユーザがIP電話端末T12を操作して各プログラムに対しパスを設定する。
Next, the operation in the above configuration will be described.
First, when the system activation program and the service program stored in the ROM 14 are associated with a directory, for example, the user of the IP telephone terminal T12 functioning as a maintenance terminal operates the IP telephone terminal T12 to set a path for each program.

ここで、図3は、各プログラムのパス設定構造を示す図である。IP電話端末T12のユーザは、ROM14中のトップルートディレクトリ100に対し「/」を登録する。また、トップルートディレクトリ100の配下に属する共有ライブラリ170に対し「/lib」を登録する。さらに、サービスルートディレクトリ140の配下に属するサービスプログラム141の呼処理サービスプログラム1413に対し「/current/usr/bin/call process」を登録する。   Here, FIG. 3 is a diagram showing a path setting structure of each program. The user of the IP telephone terminal T12 registers “/” in the top root directory 100 in the ROM. Also, “/ lib” is registered for the shared library 170 belonging to the top root directory 100. Furthermore, “/ current / usr / bin / call process” is registered in the call processing service program 1413 of the service program 141 belonging to the service route directory 140.

図示しない電源スイッチがオンされて、図示しない電源部からの電力供給が開始されることで、CPU13は制御処理を開始する。   When a power switch (not shown) is turned on and power supply from a power supply unit (not shown) is started, the CPU 13 starts control processing.

図4は、CPU13の制御処理を示すフローチャートである。この制御処理を開始するとCPU13は、まずOSを起動し(ステップST4a)、続いてROM14中の共有ライブラリ170を参照して、サービス初期化プログラム110及びサービス起動監視プログラム120をRAM15のシステム起動プログラム実行環境となるメモリ領域200上で起動させる(ステップST4b)。そして、メモリ領域200にサービス初期化プロセス210およびサービス起動監視プロセス220を生成させる(ステップST4c)。ここで、プログラムをメモリ領域上で起動させることは、CPU13がROM14からプログラムを読み出して、このプログラムをRAM15のメモリ領域に記録することである。   FIG. 4 is a flowchart showing the control process of the CPU 13. When this control process is started, the CPU 13 first activates the OS (step ST4a), and then refers to the shared library 170 in the ROM 14 to execute the service activation program 110 and the service activation monitoring program 120 in the RAM 15 system activation program. It is started up on the memory area 200 as an environment (step ST4b). Then, the service initialization process 210 and the service activation monitoring process 220 are generated in the memory area 200 (step ST4c). Here, starting the program on the memory area means that the CPU 13 reads the program from the ROM 14 and records the program in the memory area of the RAM 15.

続いて、CPU13は、サービス起動監視プロセス220にてサービスプログラム起動失敗回数240を「+1」にインクリメントしておき(ステップST4d)、サービスプログラム起動失敗回数240が上限値を超えているか否かの判断を行う(ステップST4e)。   Subsequently, the CPU 13 increments the service program activation failure frequency 240 to “+1” in the service activation monitoring process 220 (step ST4d), and determines whether or not the service program activation failure frequency 240 exceeds the upper limit value. (Step ST4e).

ここでは、上限値を超えていないので(Yes)、CPU13はサービス初期化プロセス210にてサービスルートディレクトリ140を指定してサービスルートディレクトリ140に配下にあるサービス管理プログラム143をメモリ領域300上で起動させる(ステップST4f)。そして、サービス管理プログラム143にてサービスプログラム141をメモリ領域300上で起動させることで、サービス管理プロセス320およびサービスプロセス310をメモリ領域300に生成させる(ステップST4g)。ここで、指定するルートディレクトリのパスは環境変数で設定し、メンテナンスプログラム230が変更するものとする。   Here, since the upper limit is not exceeded (Yes), the CPU 13 designates the service root directory 140 in the service initialization process 210 and starts the service management program 143 subordinate to the service root directory 140 on the memory area 300. (Step ST4f). Then, the service management program 143 is activated in the memory area 300 by the service management program 143 to generate the service management process 320 and the service process 310 in the memory area 300 (step ST4g). Here, it is assumed that the path of the designated root directory is set by an environment variable and is changed by the maintenance program 230.

続いて、CPU13は、サービスプログラム141が起動成功したか否かの判断を行なう(ステップST4h)。ここで、起動成功した場合(Yes)、CPU13は、サービス起動成功通知をサービス起動監視プロセス220に通知し、サービス起動監視プロセス220にサービスプログラム起動失敗回数340を「−1」にデクリメントさせる(ステップST4i)。   Subsequently, the CPU 13 determines whether or not the service program 141 has been successfully activated (step ST4h). If the activation is successful (Yes), the CPU 13 notifies the service activation monitoring process 220 of a service activation success notification, and causes the service activation monitoring process 220 to decrement the service program activation failure count 340 to “−1” (step) ST4i).

一方、サービスプログラム141が起動失敗した場合(No)、サービスプロセス310がシステムリセットを実行、もしくは、サービス起動監視プロセス220がサービスプログラム141起動失敗と判断して、システム再起動する(ステップST4j)。   On the other hand, when the service program 141 has failed to start (No), the service process 310 executes a system reset, or the service start monitoring process 220 determines that the service program 141 has failed to start and restarts the system (step ST4j).

一方、上記ステップST4eにおいて、システムリセットが多発し、サービス起動失敗回数240が上限値を超えた場合、CPU13はサービス初期化プロセス210にてメンテナンスプログラム130をROM14から読み出してRAM15のシステム起動プログラム領域200に記録し、メンテナンスプロセス230をメモリ領域200に生成させる(ステップST4k)。メンテナンスプロセス230は、システム復旧方法として、設定データ切替またはサービスルートディレクトリ切替の旨を示す復旧対応メッセージをIP電話端末T21に送出してOSD(On Screen Display)表示させる。   On the other hand, when the system reset frequently occurs in step ST4e and the service activation failure count 240 exceeds the upper limit value, the CPU 13 reads the maintenance program 130 from the ROM 14 in the service initialization process 210 and the system activation program area 200 of the RAM 15. The maintenance process 230 is generated in the memory area 200 (step ST4k). As a system recovery method, the maintenance process 230 sends a recovery response message indicating that setting data switching or service route directory switching is to the IP telephone terminal T21 to display an OSD (On Screen Display).

この状態で保守者が、設定データ切替を選択するべくIP電話端末T12において選択指示を入力したとする。そうすると、CPU13はステップST4lからステップST4mに移行してここでメンテナンスプロセス330にて設定データをバックアップ設定データで上書きする。   In this state, it is assumed that the maintenance person inputs a selection instruction at the IP telephone terminal T12 to select setting data switching. Then, the CPU 13 proceeds from step ST4l to step ST4m, and overwrites the setting data with the backup setting data in the maintenance process 330 here.

一方、保守者がルートディレクトリ切替を選択した場合、CPU13はメンテナンスプロセス330にてメモリ領域300とは異なるプログラム実行環境となるメモリ領域を特定するルートディレクトリを指定し(ステップST4n)、続いてROM14中のサービスプログラム141のルートディレクトリパスの環境変数を指定されたパスに変更する(ステップST4o)。つまり、不具合が生じた呼処理サービスプログラム1413のルートディレクトリパス「/current/usr/bin/call process」を「/xxxx/usr/bin/call process」に変更する。なお「xxxx」は、RAM15のメモリ領域200,300とは異なるプログラム実行環境となるメモリ領域を特定するものであり、メンテナンスプログラム130により予め決められているものとする。   On the other hand, when the maintenance person selects the root directory switching, the CPU 13 designates a root directory for specifying a memory area serving as a program execution environment different from the memory area 300 in the maintenance process 330 (step ST4n), and then in the ROM 14 The environment variable of the root directory path of the service program 141 is changed to the designated path (step ST4o). That is, the root directory path “/ current / usr / bin / call process” of the call processing service program 1413 in which a problem has occurred is changed to “/ xxxx / usr / bin / call process”. Note that “xxxx” specifies a memory area serving as a program execution environment different from the memory areas 200 and 300 of the RAM 15 and is predetermined by the maintenance program 130.

そして、CPU13はサービスプログラム起動失敗回数240をリセットし(ステップST4p)、上記ステップST4jの処理に移行してシステム再起動を実行する。   Then, the CPU 13 resets the service program activation failure count 240 (step ST4p), shifts to the process of step ST4j, and executes system restart.

次に、IP電話端末T11と公衆網PNW上の電話端末TT2との間で通信接続を行なう場合の例について説明する。   Next, an example in which communication connection is performed between the IP telephone terminal T11 and the telephone terminal TT2 on the public network PNW will be described.

図5は、通信接続を行なう手順を示すシーケンス図である。
いま例えば、IP電話端末T11においてユーザが、IP電話端末T11から他の外部端末TT2に対し発信操作を行なったとする(図5(1))。そうするとIP電話端末T11でのオフフック動作は、呼制御サーバSVのIP制御部11で解析されて、オフフック信号としてIP制御部11からデータハイウェイ16を介してCPU13に転送される。
FIG. 5 is a sequence diagram showing a procedure for performing communication connection.
Now, for example, it is assumed that a user performs a call operation from the IP telephone terminal T11 to another external terminal TT2 at the IP telephone terminal T11 (FIG. 5 (1)). Then, the off-hook operation at the IP telephone terminal T11 is analyzed by the IP control unit 11 of the call control server SV and transferred to the CPU 13 from the IP control unit 11 via the data highway 16 as an off-hook signal.

このオフフック信号が転送されるとCPU13では、メモリ領域300に生成される共有ライブラリ330により、処理に必要なサービスプログラム141が起動される。ここでは、IP電話端末T11のオフフック信号であるので呼処理端末プログラム1411が起動され、このプログラムによりIP電話端末T11に対する端末処理が実行される。   When this off-hook signal is transferred, the CPU 13 activates a service program 141 necessary for processing by the shared library 330 generated in the memory area 300. Here, since it is an off-hook signal for IP telephone terminal T11, call processing terminal program 1411 is started, and terminal processing for IP telephone terminal T11 is executed by this program.

そして、この呼処理端末プログラム1411において、例えばCPU13からタイムスイッチ17に対して発呼したIP電話端末T11へダイヤルトーンを送出する信号が転送される。また、CPU13からIP制御部11に対してダイヤル信号の受け付けを許可するための制御信号が転送される。IP制御部11は、タイムスイッチ17からのダイヤルトーンを発信元のIP電話端末T11へ送出し、以後IP電話端末T11からのダイヤル信号を受け取る状態になる。   In the call processing terminal program 1411, for example, a signal for transmitting a dial tone is transferred from the CPU 13 to the IP telephone terminal T 11 that makes a call to the time switch 17. Further, a control signal for permitting acceptance of the dial signal is transferred from the CPU 13 to the IP control unit 11. The IP control unit 11 sends a dial tone from the time switch 17 to the IP telephone terminal T11 that is the transmission source, and thereafter receives a dial signal from the IP telephone terminal T11.

この状態で、ダイヤルトーンを確認したIP電話端末T11のユーザがダイヤル操作を行なうと、ダイヤル信号がIP制御部11及びデータハイウェイ16を介してCPU13に転送される。   In this state, when the user of the IP telephone terminal T11 who has confirmed the dial tone performs a dial operation, the dial signal is transferred to the CPU 13 via the IP control unit 11 and the data highway 16.

そうするとCPU13では、上記ダイヤル信号より発呼先が解析され、発呼先が公衆網PNWであることが分かると、メモリ領域300に生成される共有ライブラリ330により、呼処理サービス制御プログラム1413が起動される。そして、呼処理サービス制御プログラム1413により公衆網PNW宛ての発信メッセージが生成され、IP制御部11に転送される。すると、IP制御部11は、公衆網PNW宛の発信メッセージをLAN1及びゲートウェイGW2を経由して公衆網PNWへ送信する(図5(2))。   Then, the CPU 13 analyzes the call destination from the dial signal and finds that the call destination is the public network PNW. Then, the call processing service control program 1413 is activated by the shared library 330 generated in the memory area 300. The Then, a call message addressed to the public network PNW is generated by the call processing service control program 1413 and transferred to the IP control unit 11. Then, the IP control unit 11 transmits an outgoing message addressed to the public network PNW to the public network PNW via the LAN 1 and the gateway GW2 (FIG. 5 (2)).

そうすると、着信先の外部端末TT2の呼び出しが行なわれる(図5(3))。呼び出しに対し外部端末TT2が応答すると(図5(4))、呼制御サーバSVのCPU13は、発信元のIP電話端末T11とゲートウェイGW2との間の通信パスを接続するための処理を実行する(図5(5))。かくして、IP端末T11のユーザは外部端末TT2のユーザとの間で音声通信を行なうことが可能となる。   Then, the incoming call destination external terminal TT2 is called (FIG. 5 (3)). When the external terminal TT2 responds to the call (FIG. 5 (4)), the CPU 13 of the call control server SV executes a process for connecting a communication path between the caller IP telephone terminal T11 and the gateway GW2. (FIG. 5 (5)). Thus, the user of the IP terminal T11 can perform voice communication with the user of the external terminal TT2.

なお、上記呼処理端末プログラム1411の起動中に、IP電話端末T11のグループ処理が必要な場合には、呼処理端末プログラム1411から呼処理グループ処理プログラム1412へ共有ライブラリ330を介して処理が依頼される。また、IP電話端末T11,T13間の相互接続が必要な場合には、呼処理端末プログラム1411から呼処理サービス制御プログラム1413へ共有ライブラリ330を介して処理が依頼される。さらに、画像伝送等といったメディア処理が必要な場合には、共有ライブラリ330によりメディア処理プログラム1414が起動される。   If group processing of the IP telephone terminal T11 is necessary during the activation of the call processing terminal program 1411, the call processing terminal program 1411 requests the call processing group processing program 1412 to perform processing via the shared library 330. The When the IP telephone terminals T11 and T13 need to be interconnected, the call processing terminal program 1411 requests the call processing service control program 1413 via the shared library 330. Further, when media processing such as image transmission is necessary, the media processing program 1414 is activated by the shared library 330.

以上のように上記実施形態では、システム起動プログラムを構成するサービス初期化プログラム110、サービス起動監視プログラム120及びメンテナンスプログラム130をトップルートディレクトリ100に対応付け、サービスプログラム141、設定データ142及びサービス管理プログラム143をサービスルートディレクトリ140に対応付けてROM14に記憶しておくことで、起動時にサービス初期化プログラム110、サービス起動監視プログラム120及びメンテナンスプログラム130がRAM15のメモリ領域200に記録されて所定の起動処理が実行され、起動後にサービスプログラム141、設定データ142及びサービス管理プログラム143がROM14から読み出されてRAM15の起動プログラムとは異なるメモリ領域300に記録されてサービスプログラムに従って通信処理が実行されることになる。   As described above, in the above embodiment, the service initialization program 110, the service activation monitoring program 120, and the maintenance program 130 constituting the system activation program are associated with the top root directory 100, and the service program 141, the setting data 142, and the service management program are associated with each other. By storing 143 in the ROM 14 in association with the service root directory 140, the service initialization program 110, the service activation monitoring program 120, and the maintenance program 130 are recorded in the memory area 200 of the RAM 15 at the time of activation and predetermined activation processing is performed. Are executed, the service program 141, the setting data 142, and the service management program 143 are read from the ROM 14 after the startup, and the startup program of the RAM 15 is It is recorded in the memory area 300 so that the communication processing in accordance with the service program is executed consisting.

従って、サービスプログラム141の不具合が起動処理に影響を与えることを防ぐことができる。   Therefore, it is possible to prevent the malfunction of the service program 141 from affecting the activation process.

また、上記実施形態では、サービスプログラム141を起動した時点から一定時間経過後にサービスプログラム141から正常起動完了の通知が受け取れない場合に、サービスプログラム141の動作異常と自動的に判定されて再起動が行われる。従って、サービスプログラム141の動作異常が起動処理に波及する心配はなくなり、これによりシステムダウンの発生を未然に防ぐことができる。   Further, in the above embodiment, when a notification of normal startup completion is not received from the service program 141 after a certain period of time has elapsed since the service program 141 was started, it is automatically determined that the service program 141 is operating abnormally and restarting is performed. Done. Accordingly, there is no concern that an abnormal operation of the service program 141 will spread to the startup process, thereby preventing the occurrence of system down.

また、上記実施形態では、サービスプログラム141に起因したシステムリセットが多発した場合においても、メンテナンスプログラム130のみ起動させることができ、異常発生を表す情報を保守者のIP電話端末T12に転送して保守者に報知するようにしている。このため、保守者はサービスプログラムの異常が発生したことを即時知ることができ、これにより復旧操作などの対応処置を迅速に講じることが可能となる。   In the above embodiment, even when system resets caused by the service program 141 occur frequently, only the maintenance program 130 can be activated, and information indicating the occurrence of an abnormality is transferred to the maintenance person's IP telephone terminal T12 for maintenance. The person is notified. For this reason, the maintenance person can immediately know that the abnormality of the service program has occurred, and thus, it is possible to quickly take a countermeasure such as a recovery operation.

さらに、上記実施形態では、異常発生を通知した後、保守者の指示入力に応じてバックアップ設定データへの切り替え、サービスプログラムのディレクトリを指定のディレクトリに変更のいずれかを実行するようにしている。   Further, in the above-described embodiment, after notifying the occurrence of an abnormality, switching to backup setting data and changing the service program directory to a specified directory are executed in accordance with an instruction input from the maintenance person.

従って、サービスプログラム141の不具合解析やバックアッププログラムへの切り替え、バックアップデータのリストアが可能であるため、レスキューディスクが不要となる。   Therefore, a failure analysis of the service program 141, switching to a backup program, and restoration of backup data can be performed, so that a rescue disk becomes unnecessary.

(その他の実施形態)
例えば上記各実施形態では、IP電話システムの呼制御サーバを例にとって説明したが、パーソナル・コンピュータ等の情報処理装置やCPUと汎用OSで構成されるシステムであってもよい。
(Other embodiments)
For example, in each of the above embodiments, the call control server of the IP telephone system has been described as an example. However, an information processing apparatus such as a personal computer, a system including a CPU and a general-purpose OS may be used.

この他の実施形態であっても、起動プログラムとサービスプログラムとを互いに異なるディレクトリに対応付けてデータベースに記憶しておくことで、起動時に起動プログラムが処理用メモリの対応するプログラム領域に記録されて所定の起動処理が実行され、起動後にサービスプログラムがデータベースから読み出されて処理用メモリの起動プログラムとは異なるプログラム領域に記録されてサービスプログラムに従って通信処理が実行されることになるので、サービスプログラムの不具合が起動処理に影響を与えることを防ぐことができる。   Even in this other embodiment, the startup program and the service program are stored in the database in association with different directories so that the startup program is recorded in the corresponding program area of the processing memory at startup. A predetermined start process is executed, the service program is read from the database after the start and recorded in a program area different from the start program of the processing memory, and the communication process is executed according to the service program. Can prevent the startup process from affecting the startup process.

その他、呼制御サーバの構成、ソフトウェアの構成、各プログラムに対するディレクトリの登録手順、サービスプログラムの動作異常に対応するための制御処理手順とその内容等についても、要旨を逸脱しない範囲で種々変形して実施できる。   In addition, the call control server configuration, the software configuration, the directory registration procedure for each program, the control processing procedure for dealing with abnormal operation of the service program and its contents, etc., can be variously modified without departing from the scope of the invention. Can be implemented.

1…LAN、11…IP制御部、12…メディア変換部、13…CPU、14…ROM、15…RAM、16…データハイウェイ、17…タイムスイッチ、110…サービス初期化プログラム、120…サービス起動監視プログラム、130…メンテナンスプログラム、140…サービスルートディレクトリ、141…サービスプログラム、142…設定データ、143…サービス管理プログラム、144…共有ライブラリ、200,300…メモリ領域、SV…呼制御サーバ、T11〜T1i…IP電話端末、GW1,GW2…ゲートウェイ、PNW…公衆網。   DESCRIPTION OF SYMBOLS 1 ... LAN, 11 ... IP control part, 12 ... Media conversion part, 13 ... CPU, 14 ... ROM, 15 ... RAM, 16 ... Data highway, 17 ... Time switch, 110 ... Service initialization program, 120 ... Service start monitoring 130, maintenance program, 140, service route directory, 141, service program, 142, setting data, 143, service management program, 144, shared library, 200, 300, memory area, SV, call control server, T11 to T1i ... IP telephone terminal, GW1, GW2 ... Gateway, PNW ... Public network.

Claims (18)

処理用メモリに記録される起動プログラムに基づいて起動し、起動後に前記処理用メモリに記録されるサービスプログラムに基づいて通信処理を実行する通信処理部と、
前記処理用メモリ上で前記起動プログラムを起動させるプログラム実行環境となる第1のメモリ領域を特定する第1のディレクトリに対応付けて前記起動プログラムを記憶するとともに、前記サービスプログラムを前記起動プログラムの第1のメモリ領域と異なる第2のメモリ領域を特定する第2のディレクトリに対応付けて記憶する記憶手段と、
前記起動プログラムによる起動後に、前記記憶手段に記憶される前記サービスプログラムの第2のディレクトリを参照し、この参照結果に基づいて、前記サービスプログラムを前記記憶手段から読み出して、前記処理用メモリの前記起動プログラムとは異なる第2のメモリ領域に記録する制御手段とを具備するサーバ装置。
A communication processing unit that starts up based on a startup program recorded in the processing memory, and executes communication processing based on a service program recorded in the processing memory after startup;
The startup program is stored in association with a first directory that specifies a first memory area that is a program execution environment for starting up the startup program on the processing memory, and the service program is stored in the first of the startup program. Storage means for storing a second memory area different from the first memory area in association with a second directory;
After activation by the activation program, the second directory of the service program stored in the storage unit is referred to, and based on the reference result, the service program is read from the storage unit, and the processing memory A server device comprising: control means for recording in a second memory area different from the startup program.
前記制御手段は、サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知が受け取れない場合に、再起動を実行する請求項1記載のサーバ装置。   The server device according to claim 1, wherein the control unit performs a restart when a normal start completion notification is not received from the service program after a predetermined time has elapsed since the start of the service program. 前記制御手段は、前記サービスプログラムを起動する前に、起動失敗回数をインクリメントしておき、前記サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知を受信した場合に、前記起動失敗回数をデクリメントする請求項1記載のサーバ装置。   The control means increments the number of activation failures before starting the service program, and when a normal activation completion notification is received from the service program after a predetermined time has elapsed since the service program was activated, The server device according to claim 1, wherein the startup failure count is decremented. 前記記憶手段は、前記第1のディレクトリに対応付けて、前記サービスプログラムの動作異常に対処するためのメンテナンスプログラムを記憶し、
前記制御手段は、前記起動失敗回数が予め決められた回数を超えた場合に、前記メンテナンスプログラムを前記処理用メモリの前記第1のメモリ領域上で起動し、前記メンテナンスプログラムに基づいて異常発生を外部に通知する請求項3記載のサーバ装置。
The storage means stores a maintenance program for dealing with an operation abnormality of the service program in association with the first directory;
The control means starts the maintenance program on the first memory area of the processing memory when the number of activation failures exceeds a predetermined number of times, and generates an abnormality based on the maintenance program. The server device according to claim 3, which notifies the outside.
前記記憶手段は、前記サービスプログラムに対するバックアップ設定データを前記起動プログラム及び前記サービスプログラムのプログラム実行環境となる前記第1のメモリ領域及び前記第2のメモリ領域と異なる第3のメモリ領域を特定する第3のディレクトリに対応付けて記憶し、前記サービスプログラムのバックアップを前記第1、第2及び第3のメモリ領域とは異なる第4のメモリ領域を特定する第4のディレクトリに対応付けて記憶し、
前記制御手段は、前記異常発生を通知した後、ユーザの指示入力に応じてバックアップ設定データへの切り替え、前記サービスプログラムのディレクトリを前記サービスプログラムのバックアップである前記第4のディレクトリに変更のいずれかを実行する請求項4記載のサーバ装置。
The storage means specifies backup setting data for the service program in a third memory area that is different from the first memory area and the second memory area as a program execution environment for the startup program and the service program. And a backup of the service program is stored in association with a fourth directory that specifies a fourth memory area different from the first, second and third memory areas,
After notifying the occurrence of the abnormality, the control means switches to backup setting data in response to a user instruction input, and changes the directory of the service program to the fourth directory that is a backup of the service program. The server device according to claim 4 which performs.
前記サービスプログラムは、呼処理端末制御プログラム、呼処理グループ制御プログラム、呼処理サービスプログラム、メディア処理プログラム、課金を実行するためのプログラム、通信管理処理を実行するためのプログラムのうち少なくとも1つを備える請求項1記載のサーバ装置。   The service program includes at least one of a call processing terminal control program, a call processing group control program, a call processing service program, a media processing program, a program for executing charging, and a program for executing communication management processing. The server device according to claim 1. サーバ装置で使用される起動制御方法において、
処理用メモリに記録される起動プログラムに基づいて起動し、起動後に前記処理用メモリに記録されるサービスプログラムに基づいて通信処理を実行し、
前記処理用メモリ上で前記起動プログラムを起動させるプログラム実行環境となる第1のメモリ領域を特定する第1のディレクトリに対応付けて前記起動プログラムをデータベースに記憶するとともに、前記サービスプログラムを前記起動プログラムの第1のメモリ領域と異なる第2のメモリ領域を特定する第2のディレクトリに対応付けてデータベースに記憶し、
前記起動プログラムによる起動後に、前記データベースに記憶される前記サービスプログラムの第2のディレクトリを参照し、この参照結果に基づいて、前記サービスプログラムを前記データベースから読み出して、前記処理用メモリの前記起動プログラムとは異なる第2のメモリ領域に記録する起動制御方法。
In the startup control method used in the server device,
Starts based on a startup program recorded in the processing memory, executes communication processing based on a service program recorded in the processing memory after startup,
The startup program is stored in a database in association with a first directory that specifies a first memory area serving as a program execution environment for starting the startup program on the processing memory, and the service program is stored in the startup program. Storing the second memory area different from the first memory area in the database in association with the second directory that specifies the second memory area,
After the activation by the activation program, the second directory of the service program stored in the database is referred to, the service program is read from the database based on the reference result, and the activation program of the processing memory is read Activation control method for recording in a second memory area different from the above.
さらに、サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知が受け取れない場合に、再起動を実行する請求項7記載の起動制御方法。   The start control method according to claim 7, further comprising restarting when a normal start completion notification cannot be received from the service program after a predetermined time has elapsed since the start of the service program. さらに、前記サービスプログラムを起動する前に、起動失敗回数をインクリメントしておき、前記サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知を受信した場合に、前記起動失敗回数をデクリメントする請求項7記載の起動制御方法。   Further, before starting the service program, the number of start failures is incremented, and when a normal start completion notification is received from the service program after a predetermined time has elapsed since the start of the service program, the start failure The activation control method according to claim 7, wherein the number of times is decremented. 前記記憶することは、前記第1のディレクトリに対応付けて、前記サービスプログラムの動作異常に対処するためのメンテナンスプログラムを前記データベースに記憶し、
さらに、前記起動失敗回数が予め決められた回数を超えた場合に、前記メンテナンスプログラムを前記処理用メモリの前記第1のメモリ領域上で起動し、前記メンテナンスプログラムに基づいて異常発生を外部に通知する請求項9記載の起動制御方法。
The storing stores a maintenance program in the database in association with the operation abnormality of the service program in association with the first directory;
Furthermore, when the number of activation failures exceeds a predetermined number, the maintenance program is activated on the first memory area of the processing memory, and an abnormality occurrence is notified to the outside based on the maintenance program The start control method according to claim 9.
前記記憶することは、前記サービスプログラムに対するバックアップ設定データを前記起動プログラム及び前記サービスプログラムのプログラム実行環境となる前記第1のメモリ領域及び前記第2のメモリ領域と異なる第3のメモリ領域を特定する第3のディレクトリに対応付けて前記データベースに記憶し、前記サービスプログラムのバックアップを前記第1、第2及び第3のメモリ領域とは異なる第4のメモリ領域を特定する第4のディレクトリに対応付けて記憶し、
さらに、前記異常発生を通知した後、ユーザの指示入力に応じてバックアップ設定データへの切り替え、前記サービスプログラムのディレクトリを前記サービスプログラムのバックアップである前記第4のディレクトリに変更のいずれかを実行する請求項10記載の起動制御方法。
The storing specifies backup setting data for the service program in a third memory area different from the first memory area and the second memory area as a program execution environment of the startup program and the service program. Store in the database in association with a third directory, and associate the backup of the service program with a fourth directory that identifies a fourth memory area different from the first, second and third memory areas Remember,
Further, after notifying the occurrence of the abnormality, switching to backup setting data in accordance with a user's instruction input, and changing the directory of the service program to the fourth directory that is a backup of the service program is executed. The activation control method according to claim 10.
前記サービスプログラムは、呼処理端末制御プログラム、呼処理グループ制御プログラム、呼処理サービスプログラム、メディア処理プログラム、課金を実行するためのプログラム、通信管理処理を実行するためのプログラムのうち少なくとも1つを備える請求項7記載の起動制御方法。   The service program includes at least one of a call processing terminal control program, a call processing group control program, a call processing service program, a media processing program, a program for executing charging, and a program for executing communication management processing. The activation control method according to claim 7. 処理用メモリに記録される起動プログラムに基づいて起動し、起動後に前記処理用メモリに記録されるサービスプログラムに基づいて通信処理を実行する通信処理部と、
前記処理用メモリ上で前記起動プログラムを起動させるプログラム実行環境となる第1のメモリ領域を特定する第1のディレクトリに対応付けて前記起動プログラムを記憶するとともに、前記サービスプログラムを前記起動プログラムの第1のメモリ領域と異なる第2のメモリ領域を特定する第2のディレクトリに対応付けて記憶する記憶手段と、
前記起動プログラムによる起動後に、前記記憶手段に記憶される前記サービスプログラムの第2のディレクトリを参照し、この参照結果に基づいて、前記サービスプログラムを前記記憶手段から読み出して、前記処理用メモリの前記起動プログラムとは異なる第2のメモリ領域に記録する制御手段とを具備する情報処理装置。
A communication processing unit that starts up based on a startup program recorded in the processing memory, and executes communication processing based on a service program recorded in the processing memory after startup;
The startup program is stored in association with a first directory that specifies a first memory area that is a program execution environment for starting up the startup program on the processing memory, and the service program is stored in the first of the startup program. Storage means for storing a second memory area different from the first memory area in association with a second directory;
After activation by the activation program, the second directory of the service program stored in the storage unit is referred to, and based on the reference result, the service program is read from the storage unit, and the processing memory An information processing apparatus comprising: control means for recording in a second memory area different from the activation program.
前記制御手段は、サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知が受け取れない場合に、再起動を実行する請求項13記載の情報処理装置。   The information processing apparatus according to claim 13, wherein the control unit performs a restart when a normal start completion notification is not received from the service program after a predetermined time has elapsed since the start of the service program. 前記制御手段は、前記サービスプログラムを起動する前に、起動失敗回数をインクリメントしておき、前記サービスプログラムを起動した時点から所定時間経過後に前記サービスプログラムから正常起動完了の通知を受信した場合に、前記起動失敗回数をデクリメントする請求項13記載の情報処理装置。   The control means increments the number of activation failures before starting the service program, and when a normal activation completion notification is received from the service program after a predetermined time has elapsed since the service program was activated, The information processing apparatus according to claim 13, wherein the number of activation failures is decremented. 前記記憶手段は、前記第1のディレクトリに対応付けて、前記サービスプログラムの動作異常に対処するためのメンテナンスプログラムを記憶し、
前記制御手段は、前記起動失敗回数が予め決められた回数を超えた場合に、前記メンテナンスプログラムを前記処理用メモリの前記第1のメモリ領域上で起動し、前記メンテナンスプログラムに基づいて異常発生を外部に通知する請求項15記載の情報処理装置。
The storage means stores a maintenance program for dealing with an operation abnormality of the service program in association with the first directory;
The control means starts the maintenance program on the first memory area of the processing memory when the number of activation failures exceeds a predetermined number of times, and generates an abnormality based on the maintenance program. The information processing apparatus according to claim 15, which notifies the outside.
前記記憶手段は、前記サービスプログラムに対するバックアップ設定データを前記起動プログラム及び前記サービスプログラムのプログラム実行環境となる前記第1のメモリ領域及び前記第2のメモリ領域と異なる第3のメモリ領域を特定する第3のディレクトリに対応付けて記憶し、前記サービスプログラムのバックアップを前記第1、第2及び第3のメモリ領域とは異なる第4のメモリ領域を特定する第4のディレクトリに対応付けて記憶し、
前記制御手段は、前記異常発生を通知した後、ユーザの指示入力に応じてバックアップ設定データへの切り替え、前記サービスプログラムのディレクトリを前記サービスプログラムのバックアップである前記第4のディレクトリに変更のいずれかを実行する請求項16記載の情報処理装置。
The storage means specifies backup setting data for the service program in a third memory area that is different from the first memory area and the second memory area as a program execution environment for the startup program and the service program. And a backup of the service program is stored in association with a fourth directory that specifies a fourth memory area different from the first, second and third memory areas,
After notifying the occurrence of the abnormality, the control means switches to backup setting data in response to a user instruction input, and changes the directory of the service program to the fourth directory that is a backup of the service program. The information processing apparatus according to claim 16, wherein:
前記サービスプログラムは、呼処理端末制御プログラム、呼処理グループ制御プログラム、呼処理サービスプログラム、メディア処理プログラム、課金を実行するためのプログラム、通信管理処理を実行するためのプログラムのうち少なくとも1つを備える請求項13記載の情報処理装置。   The service program includes at least one of a call processing terminal control program, a call processing group control program, a call processing service program, a media processing program, a program for executing charging, and a program for executing communication management processing. The information processing apparatus according to claim 13.
JP2011211473A 2011-09-27 2011-09-27 Server apparatus, activation control method, and information processing apparatus Expired - Fee Related JP4875222B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011211473A JP4875222B2 (en) 2011-09-27 2011-09-27 Server apparatus, activation control method, and information processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011211473A JP4875222B2 (en) 2011-09-27 2011-09-27 Server apparatus, activation control method, and information processing apparatus

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2010105620 Division 2010-04-30 2010-04-30

Publications (2)

Publication Number Publication Date
JP2011258245A true JP2011258245A (en) 2011-12-22
JP4875222B2 JP4875222B2 (en) 2012-02-15

Family

ID=45474255

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011211473A Expired - Fee Related JP4875222B2 (en) 2011-09-27 2011-09-27 Server apparatus, activation control method, and information processing apparatus

Country Status (1)

Country Link
JP (1) JP4875222B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015138269A (en) * 2014-01-20 2015-07-30 三菱電機株式会社 Communication control device and fault restoration method
US9195529B2 (en) 2012-08-21 2015-11-24 Fujitsu Limited Information processing apparatus and activation method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0537629A (en) * 1991-07-26 1993-02-12 Toshiba Corp Electronic exchange system
JPH0799674A (en) * 1993-09-27 1995-04-11 Fujitsu Ltd Partial file updating system for information processor
JP2002149495A (en) * 2000-11-15 2002-05-24 Nec Corp Memory management system and its method, and recording medium with the method recorded thereon
JP2008040964A (en) * 2006-08-09 2008-02-21 Hitachi Ltd Operating system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0537629A (en) * 1991-07-26 1993-02-12 Toshiba Corp Electronic exchange system
JPH0799674A (en) * 1993-09-27 1995-04-11 Fujitsu Ltd Partial file updating system for information processor
JP2002149495A (en) * 2000-11-15 2002-05-24 Nec Corp Memory management system and its method, and recording medium with the method recorded thereon
JP2008040964A (en) * 2006-08-09 2008-02-21 Hitachi Ltd Operating system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9195529B2 (en) 2012-08-21 2015-11-24 Fujitsu Limited Information processing apparatus and activation method
JP2015138269A (en) * 2014-01-20 2015-07-30 三菱電機株式会社 Communication control device and fault restoration method

Also Published As

Publication number Publication date
JP4875222B2 (en) 2012-02-15

Similar Documents

Publication Publication Date Title
US7630313B2 (en) Scheduled determination of network resource availability
CN109660405B (en) Disaster recovery method, device, equipment and storage medium for call center
TW201944236A (en) Task processing method, apparatus, and system
US20060031540A1 (en) High availability software based contact centre
US20050138462A1 (en) System and method for managing protocol network failures in a cluster system
US7450568B2 (en) System and method for managing a VolP network
JP5092039B1 (en) Server apparatus, telephone system, and firmware update control method used for server apparatus
JP4875222B2 (en) Server apparatus, activation control method, and information processing apparatus
US8234487B2 (en) Server apparatus and startup control method
JP2006042176A (en) Ip telephone system, network management server, and ip telephone
JP2004134878A (en) Communication system, main apparatus function backup method, maintenance management center, and user system
US9379939B2 (en) Self troubleshooting home router
Cisco Cisco CallManager Integration
Cisco Cisco DPA 7630/7610 Voice Mail Gateway Version 1.3(1) Release Notes
Cisco Cisco CallManager Integration
KR100693034B1 (en) Network Alarm Management System for Managing Event occurred in Network Element Device and Method for Managing Network Alarm using the same
JP7227739B2 (en) CALL RECORDING SYSTEM AND CALL RECORDING METHOD
US10489569B2 (en) Voice service registration method and digital terminal
JP5381699B2 (en) Fault management apparatus, fault management program, and fault management method
JP6032226B2 (en) Remote maintenance system, remote maintenance method, and program
CN115665112B (en) Video format conversion system and method suitable for industrial Internet
JP2008277968A (en) Ip telephone communication system and ip telephone communication method
JP4810446B2 (en) Management system for managing communication device, communication device and management method thereof
EP2247088B1 (en) Method for voice notification of a malfunction in a home gateway and corresponding home gateway
JP4364285B1 (en) Communication device and error recovery method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110927

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20110927

TRDD Decision of grant or rejection written
A975 Report on accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A971005

Effective date: 20111027

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20111101

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20111124

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

Free format text: PAYMENT UNTIL: 20141202

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20141202

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees