JP2002366390A - Pc server and straight material management method - Google Patents

Pc server and straight material management method

Info

Publication number
JP2002366390A
JP2002366390A JP2001176800A JP2001176800A JP2002366390A JP 2002366390 A JP2002366390 A JP 2002366390A JP 2001176800 A JP2001176800 A JP 2001176800A JP 2001176800 A JP2001176800 A JP 2001176800A JP 2002366390 A JP2002366390 A JP 2002366390A
Authority
JP
Japan
Prior art keywords
batch processing
program
unit
server
execution
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
JP2001176800A
Other languages
Japanese (ja)
Inventor
Hiroko Kikuta
裕子 菊田
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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP2001176800A priority Critical patent/JP2002366390A/en
Publication of JP2002366390A publication Critical patent/JP2002366390A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the labor of job management of a system manager by making very easily detectable whether a fault accompanying batch processing has occurred or not in a PC server without periodical examination. SOLUTION: The PC server is provided with a batch processing setting part 10 which sets and registers a program required for execution of batch processing, the batch processing time, etc., a batch processing start part 12 which automatically starts the programs on the basis of contents set and registered by the batch processing setting part 10, a batch processing monitor part 14 which monitors whether a fault has occurred or not at the time of execution of the program started by the batch processing start part 12, and a mail communication part 16 which automatically generates an electronic mail indicating the occurrence of a fault to transmit it to a prescribed client in the case that the occurrence of the fault is detected at the time of program execution by the batch processing monitor part 14.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明は、コンピュータシ
ステムに使用されるPCサーバに係り、特にはバッチ処
理時のジョブ監視機能を高めるための技術に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a PC server used in a computer system, and more particularly to a technique for enhancing a job monitoring function during batch processing.

【0002】[0002]

【従来の技術】一般に、クライアント・サーバ型のコン
ピュータシステムにおいては、クライアント側のコンピ
ュータ装置として比較的低価格のPC(パーソナルコン
ピュータ)が使用されることが多い。一方、サーバ側の
コンピュータ装置としては、従来より、大型コンピュー
タやUNIX(登録商標)マシン等が使用されている
が、近年では、マイクロソフト社のWindowsNT
等のように、通信管理機能が強化されたOSを有するP
Cが採用されるようになってきている。以下、PCで構
築されたサーバをPCサーバと称する。
2. Description of the Related Art In general, in a client-server type computer system, a relatively low-cost PC (personal computer) is often used as a client-side computer device. On the other hand, as a computer device on the server side, a large computer, a UNIX (registered trademark) machine, or the like has been conventionally used, but in recent years, Microsoft Windows NT.
And the like having an OS with an enhanced communication management function.
C is being adopted. Hereinafter, a server constructed by a PC is referred to as a PC server.

【0003】[0003]

【発明が解決しようとする課題】このようなPCサーバ
においては、従来、バッチ処理の実行に必要なプログラ
ムやバッチ処理時間等を設定登録するための機能や、こ
うして設定登録された内容に基づいてプログラムを自動
的に起動する機能は設けられているものの、これらのプ
ログラムに基づいてジョブを実行する際に障害を生じた
場合には、これを第三者に自動的に知らせる機能は設け
られていなかった。
Conventionally, in such a PC server, a function for setting and registering a program, a batch processing time, and the like necessary for executing a batch process, and a content based on the content thus set and registered. Although there is a function to automatically start programs, a function is provided to automatically notify a third party of a failure when executing a job based on these programs. Did not.

【0004】すなわち、バッチ処理時のジョブ実行の
際、プログラムの欠陥や予想されるデータ以外のデータ
が入力されたときには、所期のデータ値よりもオーバフ
ローした値が生じて異常終了したり、誤動作することが
ある。また、プログラムの実行途中に回線切断等が生じ
ることもある。このように、プログラムが正常に実行さ
れないときには全て障害となる。
That is, when data other than expected data or a program defect is input during the execution of a job at the time of batch processing, a value overflowing from an expected data value is generated and abnormal termination or malfunction occurs. May be. Also, a line disconnection or the like may occur during the execution of the program. As described above, when the program is not executed normally, all obstacles are caused.

【0005】ところが、従来のPCサーバでは、上記の
ようにジョブ実行時に障害を生じた場合に、その旨を第
三者にネットワークを介して自動的に知らせる機能を備
えていなかった。このため、システム障害の原因を究明
してその対策を講じるためには、システム管理者が定期
的にPCサーバ側にアクセスして、ジョブ実行の履歴情
報(ログ)をその都度検証せねばならなかった。つま
り、バッチ処理におけるジョブ監視のためには、PCサ
ーバへのアクセスおよびログの検証といった作業を常に
定期的に行うことが必要となり、システム管理者にとっ
ての負担が大きく、余分な手間と時間がかかっていた。
However, the conventional PC server does not have a function of automatically notifying a third party via a network when a failure occurs during job execution as described above. For this reason, in order to determine the cause of the system failure and take measures against it, the system administrator must periodically access the PC server and verify the job execution history information (log) each time. Was. In other words, for job monitoring in batch processing, it is necessary to regularly perform operations such as accessing the PC server and verifying logs, which places a heavy burden on the system administrator and takes extra time and effort. I was

【0006】さらに、従来技術では、バッチ処理の実行
に必要なプログラムやバッチ処理時間等の設定登録のた
めには、PCサーバのATコマンド等により行なってい
たが、手間が掛かりかつ単純な設定しかできなかった。
Further, in the prior art, setting and registration of a program necessary for execution of batch processing and a batch processing time are performed by an AT command or the like of a PC server. could not.

【0007】この発明は、上記の問題点を解決するため
になされたもので、バッチ処理に伴う障害発生の有無を
必ずしも定期的に行わずとも必要に応じて極めて簡単な
手続きで検出することができ、また、バッチ処理に必要
なプログラムや実行時間等の登録を容易に行うことがで
きるPCサーバを提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and it is possible to detect the occurrence of a failure due to batch processing by a very simple procedure as required without necessarily performing the processing periodically. It is another object of the present invention to provide a PC server capable of easily registering programs and execution times required for batch processing.

【0008】[0008]

【課題を解決するための手段】本発明は、上記の目的を
達成するために、バッチ処理の実行に必要なプログラム
やバッチ処理時間等を設定登録するバッチ処理設定部
と、このバッチ処理設定部で設定登録された内容に基づ
いてプログラムを自動的に起動するバッチ処理起動部と
を有するPCサーバにおいて、次の構成を採用してい
る。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a batch processing setting section for setting and registering a program and a batch processing time required for executing a batch processing. The following configuration is adopted in a PC server having a batch processing starting unit that automatically starts a program based on the contents registered and set in the above.

【0009】すなわち、請求項1記載の発明では、前記
バッチ処理起動部で起動されるプログラムの実行時にお
ける障害発生の有無を監視するバッチ処理監視部と、こ
のバッチ処理監視部でプログラム実行時に障害が発生し
たことが検知された場合にはその旨の電子メールを自動
作成して所定のクライアントに送信するメール通信部と
を備えることを特徴としている。
In other words, according to the first aspect of the present invention, a batch processing monitoring unit monitors whether or not a failure has occurred during execution of a program started by the batch processing starting unit, and the batch processing monitoring unit has a failure when executing the program. And an e-mail communication unit for automatically creating an e-mail when the occurrence of the e-mail is detected and transmitting the e-mail to a predetermined client.

【0010】また、請求項2記載の発明では、請求項1
記載の構成において、前記バッチ処理設定部により設定
されるジョブ作成モードに応じて、バッチ処理の実行に
必要となるプログラムやバッチ処理時間等の登録用画面
をモニタに表示する処理を行う表示処理部を備えること
を特徴としている。
[0010] According to the second aspect of the present invention, in the first aspect,
In the configuration described above, according to a job creation mode set by the batch processing setting unit, a display processing unit that performs a process of displaying, on a monitor, a screen for registering a program and a batch processing time necessary for performing batch processing. It is characterized by having.

【0011】さらに、請求項3記載の発明は、バッチ処
理の実行に必要なプログラムやバッチ処理時間等を設定
登録するバッチ処理設定部、このバッチ処理設定部で設
定登録された内容に基づいてプログラムを自動的に起動
するバッチ処理起動部、前記バッチ処理起動部で起動さ
れるプログラムの実行時における障害発生の有無を監視
するバッチ処理監視部、このバッチ処理監視部でプログ
ラム実行時に障害が発生したことが検知された場合には
その旨の電子メールを自動作成して所定のクライアント
に送信するメール通信部を備えたPCサーバと、複数の
クライアントとを通信回線を通じて接続しているシステ
ムを使用して、直材の管理を行なうことを特徴としてい
る。
Further, according to a third aspect of the present invention, there is provided a batch processing setting section for setting and registering a program necessary for executing batch processing, a batch processing time, and the like, and a program based on the contents set and registered by the batch processing setting section. A batch processing start unit that automatically starts the program, a batch processing monitoring unit that monitors the occurrence of a failure during execution of a program started by the batch processing startup unit, and a failure occurs during execution of the program in the batch processing monitoring unit. If this is detected, use a PC server equipped with a mail communication unit that automatically creates an e-mail to that effect and send it to a predetermined client, and a system that connects a plurality of clients through a communication line. It is characterized by managing the direct material.

【0012】[0012]

【発明の実施の形態】実施の形態1.図1は本発明の実
施の形態に係るPCサーバを備えたコンピュータシステ
ム全体を示すブロック図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 FIG. 1 is a block diagram showing an entire computer system including a PC server according to an embodiment of the present invention.

【0013】このコンピュータシステム1は、PCサー
バ2と、複数のクライアント側のPC3a,3b,3
c,…とが公衆通信網4を介して双方向通信可能に互い
に接続されている。この場合のPCサーバ2は、汎用の
PCにたとえばWindows・NT・Serverと
いったOS(オペレーティングシステム)をロードする
ことにより構成されており、また、クライアント側とし
ては、システム管理者用PC3a、プログラマー用PC
3b、オペレータ用PC3c等がそれぞれ配置されてい
る。
The computer system 1 comprises a PC server 2 and a plurality of client PCs 3a, 3b, 3
are connected to each other via the public communication network 4 such that bidirectional communication is possible. In this case, the PC server 2 is configured by loading an OS (Operating System) such as Windows / NT / Server into a general-purpose PC. The client side includes a system administrator PC 3a and a programmer PC
3b, an operator's PC 3c, and the like are arranged.

【0014】上記のPCサーバ2は、各種の情報管理機
能を備えるとともに、情報の内容を表示するLCDやC
RT等のモニタ6、このモニタ6に各種の情報を表示す
るための処理を行う表示処理部7が設けられている。さ
らに、このPCサーバ2は、バッチ処理コントロール用
プログラムをロードすることにより、バッチ処理機能部
8が構成されている。そして、このバッチ処理機能部8
は、バッチ処理設定部10、バッチ処理起動部12、バ
ッチ処理監視部14、およびメイル通信部16を備えて
いる。
The above-mentioned PC server 2 has various information management functions, and has an LCD or C to display the contents of information.
A monitor 6 such as an RT and a display processing unit 7 for performing a process for displaying various information on the monitor 6 are provided. Further, in the PC server 2, a batch processing function unit 8 is configured by loading a batch processing control program. Then, the batch processing function unit 8
Has a batch processing setting unit 10, a batch processing starting unit 12, a batch processing monitoring unit 14, and a mail communication unit 16.

【0015】バッチ処理設定部10は、バッチ処理を行
うプログラムの指定や、当該プログラムの実行時間や実
行周期などのバッチ処理のスケジューリングを行うため
の情報や、バッチ処理実行中に障害が発生した場合の電
子メールの送付先の情報などを設定入力するためのもの
である。また、バッチ処理起動部12は、上記のバッチ
処理設定部10で設定登録されたスケジューリングの内
容に基づいてプログラムを自動的に起動するものであ
る。
The batch processing setting unit 10 is used to specify a program for performing the batch processing, information for scheduling the batch processing such as the execution time and the execution cycle of the program, and information when a failure occurs during the execution of the batch processing. This is for setting and inputting information on the destination of the e-mail. Further, the batch process starting unit 12 automatically starts the program based on the contents of the scheduling registered in the batch process setting unit 10.

【0016】バッチ処理監視部14は、バッチ処理起動
部12で順次起動されるバッチ処理のプログラム実行に
伴う障害の有無を常時監視するものである。また、メイ
ル通信部16は、バッチ処理監視部14でプログラム実
行時に障害が発生したことが検知された場合にはその旨
の電子メールを自動作成してバッチ処理設定部10で予
め設定登録した所定のクライアントに送信するものであ
る。
The batch processing monitoring section 14 constantly monitors the presence or absence of a failure accompanying the execution of a batch processing program sequentially started by the batch processing starting section 12. When the batch processing monitoring unit 14 detects that a failure has occurred during the execution of the program, the mail communication unit 16 automatically creates an e-mail to that effect, and the batch processing setting unit 10 presets and registers the e-mail. Is sent to the client.

【0017】また、表示処理部7は、バッチ処理設定部
10により設定されるジョブ作成モードに応じて、バッ
チ処理の実行に必要となるプログラムやバッチ処理時間
等の登録用画面(ダイアログボックス)をモニタに表示
し、さらに、およびこれらの登録用画面を用いて登録し
たジョブ内容などを表示するための処理を行うようにな
っている。
The display processing unit 7 displays a screen (dialog box) for registering a program and a batch processing time necessary for executing the batch processing in accordance with the job creation mode set by the batch processing setting unit 10. A process for displaying the information on a monitor and displaying the contents of a job registered using these registration screens is performed.

【0018】次に、上記構成を有するコンピュータシス
テム1の主としてPCサーバ2におけるバッチ処理動作
について説明する。
Next, a batch processing operation in the PC server 2 of the computer system 1 having the above configuration will be described.

【0019】まず、バッチ処理設定部10によりジョブ
作成モードを設定して表示処理部7を制御し、図2に示
すようなバッチ処理の実行に必要となるプログラム登録
用のダイアログボックスをモニタ6に表示する。そし
て、バッチ処理設定部10により、このダイアログボッ
クス上でバッチ処理の実行に必要となるプログラムの名
称(日本語名)、起動プログラムのファイル名(番
号)、および、起動時にパラメータが必要なプログラム
の場合にはパラメータ情報をそれぞれ入力する。
First, the job processing mode is set by the batch processing setting unit 10 to control the display processing unit 7, and a dialog box for registering a program required for executing the batch processing as shown in FIG. indicate. Then, the batch processing setting unit 10 displays the name of the program (Japanese name) required for executing the batch processing on this dialog box, the file name (number) of the start-up program, and the In this case, parameter information is input.

【0020】次に、同じくバッチ処理設定部10により
表示処理部7を制御して、図3に示すようなジョブ実行
のスケジューリングのためのダイアログボックスをモニ
タ6に表示する。そして、このダイアログボックス上で
各プログラムごとの処理順序、各プログラムの実行時
刻、あるいは実行間隔を設定する。この場合、プログラ
ムの実行時刻の設定では、日、週、月の各単位での指定
を行うことができ、また、実行間隔では、任意の分間隔
での設定を行うことができる。なお、バックアップ時間
帯を考慮して、実行除外時間も指定することができる。
Next, the display processing unit 7 is controlled by the batch processing setting unit 10 to display a dialog box for scheduling job execution as shown in FIG. Then, the processing order for each program, the execution time of each program, or the execution interval is set on this dialog box. In this case, in the setting of the execution time of the program, designation can be made in units of day, week, and month, and in the execution interval, the setting can be made at any minute interval. Note that the execution exclusion time can be specified in consideration of the backup time zone.

【0021】引き続いて、バッチ処理設定部10により
表示処理部7を制御して、図4に示すようなバッチ処理
時に障害が発生した時の電子メールの送付先を指定する
ためのダイアログボックスをモニタ6に表示する。そし
て、このダイアログボックス上で電子メールの送付元の
サーバ名、メールボックス、送付先のメールボックス等
の情報を設定入力する。なお、この場合、複数の送付先
を指定することができる。
Subsequently, the display processing section 7 is controlled by the batch processing setting section 10 to monitor a dialog box for specifying an e-mail destination when a failure occurs during the batch processing as shown in FIG. 6 is displayed. Then, on this dialog box, information such as the server name of the sender of the e-mail, the mailbox, the mailbox of the destination, etc. is set and input. In this case, a plurality of destinations can be specified.

【0022】次いで、バッチ処理起動部12を起動する
と、表示処理部7を制御することにより、図5に示すよ
うに、モニタ6に先のバッチ処理設定部10により設定
登録したジョブ内容や実行状況を表示すると同時に、バ
ッチ処理起動部12は、この図5に示されたスケジュー
リングの内容に沿って所定の時刻になるたびに各プログ
ラムを実行する。図5から分かるように、モニタ6の画
面には、プログラムの実行予定時刻、実行間隔、次回の
実行予定、前回のプログラム実行の開始日時、前回の実
行結果などが表示されるので、ジョブの実行状況を容易
に把握することができる。なお、この画面にて不要なジ
ョブを削除することも可能である。
Next, when the batch processing activation unit 12 is activated, the display processing unit 7 is controlled to control the display processing unit 7 so that, as shown in FIG. Is displayed, the batch process starting unit 12 executes each program at a predetermined time according to the contents of the scheduling shown in FIG. As can be seen from FIG. 5, the screen of the monitor 6 displays the scheduled execution time of the program, the execution interval, the next execution schedule, the start date and time of the previous program execution, the previous execution result, and the like. The situation can be easily grasped. It is also possible to delete unnecessary jobs on this screen.

【0023】バッチ処理監視部14は、バッチ処理とし
て登録されている各プログラムの実行中の障害の有無を
常時監視しており、障害が生じた場合には障害検知の情
報をメイル通信部16に送出する。
The batch processing monitoring unit 14 constantly monitors the presence or absence of a failure during the execution of each program registered as a batch process. If a failure occurs, information of failure detection is sent to the mail communication unit 16. Send out.

【0024】メイル通信部16は、これに応じて図6に
示すような内容の電子メールを自動作成する。すなわ
ち、障害発生時刻、障害発生のプログラムの名称(日本
語名)、障害が発生したプログラムのファイル名(番
号)等を含む電子メールを作成する。そして、この電子
メールをバッチ処理設定部10で予め設定登録した所定
のクライアント(ここでは、システム管理者用PC3
a、プログラマー用PC3b、およびオペレータ用PC
3cなど)にそれぞれ送信する。
The mail communication section 16 automatically creates an e-mail having the contents shown in FIG. That is, an e-mail including the failure occurrence time, the name of the program in which the failure occurred (Japanese name), the file name (number) of the failed program, and the like are created. Then, a predetermined client (here, the PC 3 for the system administrator) in which the e-mail is set and registered in the batch process setting unit 10 in advance.
a, PC 3b for programmer, and PC for operator
3c).

【0025】このように、バッチ処理時においてプログ
ラム実行の際に障害が発生した場合には、その旨が電子
メールによって自動的に所定のシステム管理者用PC3
a等のクライアントに送信されるため、バッチ処理に伴
う障害発生の有無を極めて簡単に検出することができ
る。したがって、従来のように、PCサーバへのアクセ
スおよびログの検証といった作業を常に定期的に行うと
いったことが不要となり、システム管理者にとってのジ
ョブ監視のための負担が軽減されるとともに、障害への
対処が容易になる。
As described above, when a failure occurs during the execution of a program during batch processing, the fact is automatically notified by e-mail to a predetermined system administrator PC 3.
Since it is transmitted to the client such as “a”, it is possible to extremely easily detect the presence or absence of a failure due to the batch processing. Therefore, it is not necessary to regularly perform operations such as accessing the PC server and verifying the log as in the related art, which reduces the load on the system administrator for monitoring the job, and reduces the possibility of failure. Coping becomes easier.

【0026】また、上記に説明したバッチ処理の実行に
必要なプログラムやバッチ処理時間等を設定登録するバ
ッチ処理設定部10、このバッチ処理設定部10で設定
登録された内容に基づいてプログラムを自動的に起動す
るバッチ処理起動部12、バッチ処理起動部12で起動
されるプログラムの実行時における障害発生の有無を監
視するバッチ処理監視部14、バッチ処理監視部14で
プログラム実行時に障害が発生したことが検知された場
合にはその旨の電子メールを自動作成して所定のクライ
アントに送信するメール通信部16を備えたPCサーバ
2と、複数のクライアント3とを通信回線を通じて接続
しているコンピュータシステム1を使用して、半導体製
造のための直材の管理を行なうことができる。
A batch processing setting section 10 for setting and registering a program and a batch processing time required for executing the batch processing described above, and automatically executes the program based on the contents set and registered by the batch processing setting section 10. Batch starting unit 12 that is started up in a batch, a batch processing monitoring unit 14 that monitors for the occurrence of a failure when the program started by the batch processing starting unit 12 is executed, and a failure occurs when the batch processing monitoring unit 14 executes the program. When a PC server 2 having a mail communication unit 16 for automatically creating an e-mail to that effect and transmitting the e-mail to a predetermined client, and a plurality of clients 3 are connected via a communication line The system 1 can be used to manage straight materials for semiconductor manufacturing.

【0027】なお、本発明は、上記の実施の形態に限定
されるものではなく、本発明の趣旨を逸脱しない範囲で
適宜に変更して実施することが可能である。
The present invention is not limited to the above-described embodiment, but can be implemented with appropriate modifications without departing from the spirit of the present invention.

【0028】[0028]

【発明の効果】請求項1記載の発明に係るPCサーバ
は、バッチ処理時においてプログラム実行の際に障害が
発生した場合にはその旨が電子メールによって自動的に
所定のクライアントに送信されるため、バッチ処理に伴
う障害発生の有無を極めて簡単に検出することができ
る。このため、従来のように、システム管理者が定期的
にPCサーバ側にアクセスして、ジョブ実行の履歴情報
(ログ)をその都度検証するといった手間を省くことが
でき、ジョブ監視のための負担を軽減することが可能に
なる。
In the PC server according to the first aspect of the present invention, if a failure occurs during execution of a program during batch processing, the fact is automatically transmitted to a predetermined client by e-mail. In addition, the presence / absence of a failure due to batch processing can be detected very easily. This eliminates the need for the system administrator to periodically access the PC server side and verify the job execution history information (log) each time as in the related art, thereby reducing the burden of job monitoring. Can be reduced.

【0029】また、請求項2記載の発明に係るPCサー
バは、請求項1記載の発明の効果に加えて、バッチ処理
対象となるプログラムやバッチ処理時間等の登録を画面
上で容易に行うことができるため、バッチ処理時におけ
るジョブ実行のための登録の手続きが極めて簡単にな
る。
Further, the PC server according to the second aspect of the present invention, in addition to the effect of the first aspect, can easily register a program to be subjected to batch processing and a batch processing time on a screen. Therefore, the registration procedure for job execution during batch processing becomes extremely simple.

【0030】更に、請求項3記載の発明によれば、バッ
チ処理の実行に必要なプログラムやバッチ処理時間等を
設定登録するバッチ処理設定部、このバッチ処理設定部
で設定登録された内容に基づいてプログラムを自動的に
起動するバッチ処理起動部、前記バッチ処理起動部で起
動されるプログラムの実行時における障害発生の有無を
監視するバッチ処理監視部、このバッチ処理監視部でプ
ログラム実行時に障害が発生したことが検知された場合
にはその旨の電子メールを自動作成して所定のクライア
ントに送信するメール通信部を備えたPCサーバと、複
数のクライアントとを通信回線を通じて接続しているシ
ステムを使用することにより、直材の管理を簡単に行な
うことができる。
Further, according to the third aspect of the present invention, a batch processing setting section for setting and registering a program and a batch processing time necessary for executing the batch processing, based on the contents set and registered by the batch processing setting section. A batch processing start unit for automatically starting a program by executing the program, a batch processing monitoring unit for monitoring whether or not a failure has occurred during execution of the program started by the batch processing start unit. A system that connects a plurality of clients through a communication line with a PC server having a mail communication unit that automatically creates an e-mail to that effect and transmits the e-mail to a predetermined client when the occurrence is detected. By using this, it is possible to easily manage the straight material.

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

【図1】 本発明の実施の形態に係るPCサーバを備え
たコンピュータシステム全体を示すブロック図である。
FIG. 1 is a block diagram showing an entire computer system including a PC server according to an embodiment of the present invention.

【図2】 本発明の実施の形態において、バッチ処理に
必要となるプログラム登録用のダイアログボックスの一
例を示す図である。
FIG. 2 is a diagram illustrating an example of a dialog box for registering a program required for batch processing in the embodiment of the present invention.

【図3】 本発明の実施の形態において、バッチ処理の
スケジューリング設定のためのダイアログボックスの一
例を示す図である。
FIG. 3 is a diagram illustrating an example of a dialog box for setting scheduling of batch processing in the embodiment of the present invention.

【図4】 本発明の実施の形態において、バッチ処理時
に障害が発生した時の電子メールの送付先を指定するた
めのダイアログボックスの一例を示す図である。
FIG. 4 is a diagram illustrating an example of a dialog box for designating an e-mail destination when a failure occurs during batch processing in the embodiment of the present invention.

【図5】 本発明の実施の形態において、バッチ処理設
定部により設定登録したジョブ内容や実行状況の表示の
一例を示す図である。
FIG. 5 is a diagram illustrating an example of display of job contents and execution status set and registered by a batch processing setting unit in the embodiment of the present invention.

【図6】 本発明の実施の形態において、メイル通信部
で自動作成される電子メールの内容を示す説明図であ
る。
FIG. 6 is an explanatory diagram showing contents of an electronic mail automatically created by a mail communication unit in the embodiment of the present invention.

【符号の説明】[Explanation of symbols]

1 コンピュータシステム、2 PCサーバ、4 公衆
通信網、6 モニタ、8 バッチ処理機能部、10 バ
ッチ処理設定部、12 バッチ処理起動部、14 バッ
チ処理監視部、16 メイル通信部。
1 computer system, 2 PC server, 4 public communication network, 6 monitor, 8 batch processing function section, 10 batch processing setting section, 12 batch processing starting section, 14 batch processing monitoring section, 16 mail communication section.

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 バッチ処理の実行に必要なプログラムや
バッチ処理時間等を設定登録するバッチ処理設定部と、
このバッチ処理設定部で設定登録された内容に基づいて
プログラムを自動的に起動するバッチ処理起動部とを有
するPCサーバにおいて、前記バッチ処理起動部で起動
されるプログラムの実行時における障害発生の有無を監
視するバッチ処理監視部と、このバッチ処理監視部でプ
ログラム実行時に障害が発生したことが検知された場合
にはその旨の電子メールを自動作成して所定のクライア
ントに送信するメール通信部と、を備えることを特徴と
するPCサーバ。
A batch processing setting unit for setting and registering a program, a batch processing time, and the like necessary for executing the batch processing;
In a PC server having a batch processing start unit that automatically starts a program based on the contents registered and set by the batch processing setting unit, whether a failure has occurred during execution of the program started by the batch processing start unit And a mail communication unit that automatically creates an e-mail to that effect and sends it to a predetermined client when a failure has been detected during the execution of the program by the batch processing monitoring unit. A PC server comprising:
【請求項2】 前記バッチ処理設定部により設定される
ジョブ作成モードに応じて、バッチ処理の実行に必要と
なるプログラムやバッチ処理時間等の登録用画面をモニ
タに表示する処理を行う表示処理部を備えることを特徴
とする請求項1記載のPCサーバ。
2. A display processing unit for displaying, on a monitor, a program required for executing batch processing and a screen for registering batch processing time and the like in accordance with a job creation mode set by the batch processing setting unit. The PC server according to claim 1, further comprising:
【請求項3】 バッチ処理の実行に必要なプログラムや
バッチ処理時間等を設定登録するバッチ処理設定部、こ
のバッチ処理設定部で設定登録された内容に基づいてプ
ログラムを自動的に起動するバッチ処理起動部、前記バ
ッチ処理起動部で起動されるプログラムの実行時におけ
る障害発生の有無を監視するバッチ処理監視部、このバ
ッチ処理監視部でプログラム実行時に障害が発生したこ
とが検知された場合にはその旨の電子メールを自動作成
して所定のクライアントに送信するメール通信部を備え
たPCサーバと、複数のクライアントとを通信回線を通
じて接続しているシステムを使用して、直材の管理を行
なう直材の管理方法。
3. A batch processing setting section for setting and registering a program and a batch processing time required for executing the batch processing, and a batch processing for automatically starting the program based on the contents registered and set by the batch processing setting section. An activation unit, a batch processing monitoring unit that monitors for the occurrence of a failure during the execution of the program activated by the batch processing activation unit, and when the failure is detected during the execution of the program by the batch processing monitoring unit, A direct server is managed using a PC server provided with a mail communication unit that automatically creates an e-mail to that effect and sends it to a predetermined client, and a system that connects a plurality of clients through a communication line. How to manage direct materials.
JP2001176800A 2001-06-12 2001-06-12 Pc server and straight material management method Withdrawn JP2002366390A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001176800A JP2002366390A (en) 2001-06-12 2001-06-12 Pc server and straight material management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001176800A JP2002366390A (en) 2001-06-12 2001-06-12 Pc server and straight material management method

Publications (1)

Publication Number Publication Date
JP2002366390A true JP2002366390A (en) 2002-12-20

Family

ID=19017734

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001176800A Withdrawn JP2002366390A (en) 2001-06-12 2001-06-12 Pc server and straight material management method

Country Status (1)

Country Link
JP (1) JP2002366390A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012513055A (en) * 2008-12-18 2012-06-07 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Software bug and performance deficiency report creation system, digital storage medium and method
CN103473164A (en) * 2013-09-25 2013-12-25 浪潮电子信息产业股份有限公司 Monitoring and early-warning method for linux server

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012513055A (en) * 2008-12-18 2012-06-07 コーニンクレッカ フィリップス エレクトロニクス エヌ ヴィ Software bug and performance deficiency report creation system, digital storage medium and method
CN103473164A (en) * 2013-09-25 2013-12-25 浪潮电子信息产业股份有限公司 Monitoring and early-warning method for linux server

Similar Documents

Publication Publication Date Title
JP4156663B2 (en) Method and apparatus for monitoring and controlling a program in a network
US7188171B2 (en) Method and apparatus for software and hardware event monitoring and repair
US6658465B1 (en) Method and apparatus for monitoring and controlling programs in a network
CA2518439C (en) Enterprise console
JP2007188201A (en) Attendance management system
JP2007108977A (en) Remote maintenance system, e-mail connection confirmation method, e-mail connection confirmation program, and e-mail transmission environmental diagnostic program
US7546604B2 (en) Program reactivation using triggering
CN112463421A (en) Information processing system
US11520754B2 (en) Database shutdown and restart stability optimizer
JP2003233512A (en) Client monitoring system with maintenance function, monitoring server, program, and client monitoring/ maintaining method
JP2000048072A (en) Method for checking progress state of work in work flow system
JP2004013411A (en) Remote maintenance device
US8402125B2 (en) Method of managing operations for administration, maintenance and operational upkeep, management entity and corresponding computer program product
WO2010010393A1 (en) Monitoring of backup activity on a computer system
JP2002366390A (en) Pc server and straight material management method
JP2002229870A (en) Server trouble monitoring system
US7240348B2 (en) Suspending scenario generation method, server device, and program therefor
JP4804139B2 (en) Information output method, system and program
US20080141262A1 (en) System, apparatus, and method for managing a service
JP2014041536A (en) Computer kitting problem countermeasure management system, problem countermeasure management computer and computer kitting problem countermeasure management program
JPH1139259A (en) Information processor and recording medium recorded with program
US20230065096A1 (en) Information processing apparatus and method for information processing system
US20070005756A1 (en) Shared data center monitor
JP2019128688A (en) Operation management system
JP2000112847A (en) Client-server system and method for monitoring operation of client

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20060123

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20071101

A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080902