JP2006268281A - Abnormality detection system in disconnecting power source input - Google Patents
Abnormality detection system in disconnecting power source input Download PDFInfo
- Publication number
- JP2006268281A JP2006268281A JP2005083803A JP2005083803A JP2006268281A JP 2006268281 A JP2006268281 A JP 2006268281A JP 2005083803 A JP2005083803 A JP 2005083803A JP 2005083803 A JP2005083803 A JP 2005083803A JP 2006268281 A JP2006268281 A JP 2006268281A
- Authority
- JP
- Japan
- Prior art keywords
- time
- monitor
- address
- difference
- memory
- 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
Links
Images
Landscapes
- Power Sources (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
本発明は、コンピュータの異常監視処理に関し、特に、コンピュータの立ち上げ、立ち下げ処理において決められた主記憶メモリのアドレスについてそのアドレスへのアクセス時刻を前回のアクセス時刻と比較して異常の有無を検出する電源入力切断時の異常検知方式に関する。 The present invention relates to an abnormality monitoring process for a computer, and in particular, compares the access time to the address of the main memory determined in the startup and shutdown process of the computer with the previous access time to determine whether there is an abnormality. The present invention relates to an abnormality detection method at the time of power supply input detection to be detected.
従来のコンピュータの故障などの監視システムは、コンピュータの立ち上げ時に監視用プログラムを起動し立ち上げ時刻を基準時刻と比較することで異常を検出したりしている。例えば特許文献1にはOSの立ち上げおよび立ち下げ時に出力するメッセージを監視し、前回同一のメッセージが出力された時間との差分を調べ、差分があれば異常と判断し、保守センタに通知するという方法が開示されている
しかしながら、この特許文献1における従来技術はOSの出力するメッセージを監視しているため、メッセージの出力が少ないOSや、メッセージを出力しないOSなどでは適用できなかった。また、特定の監視用プログラムを起動し、かつOSが監視用プログラムと通信するためにOS稼働状態でなければならなく、特に立ち下げ時はOSの立ち下げ処理開始とともに監視プログラムも終了してしまうため、立ち下げ処理中の障害は検知不可能であった。 However, since the prior art in Patent Document 1 monitors messages output by the OS, it cannot be applied to an OS that outputs few messages or an OS that does not output messages. In addition, a specific monitoring program must be started and the OS must be in an operating state in order for the OS to communicate with the monitoring program. In particular, at the time of shutdown, the monitoring program ends with the start of OS shutdown processing. Therefore, the failure during the shutdown process could not be detected.
この発明は、自動運転を行うコンピュータシステムにおいて、コンピュータシステムの立ち上げおよび立ち下げ時に処理に必要なメモリアドレスにアクセスした時の立ち上げおよび立ち下げ処理の開始からの時間を記憶しておき、前回のシステム立ち上げおよび立ち下げ時に記憶していた時間を比較し、差分があった場合は差分情報をファイルに保存するとともに、障害と判断し保守センタに自動通報する。これによって、すべてのOSに対し、コンピュータシステムの立ち上げおよび立ち下げ時の状況を段階的に監視することが可能となり、特に立ち下げ時に関してはOS立ち下げ終了の直前まで監視することが可能とする電源入力切断時の異常検知方式を提供するものである。 The present invention, in a computer system that performs automatic operation, memorizes the time from the start of startup and shutdown processing when accessing a memory address required for processing during startup and shutdown of the computer system, The time stored at the time of system startup and shutdown is compared, and if there is a difference, the difference information is saved in a file, and it is determined that there is a failure and is automatically notified to the maintenance center. As a result, it is possible to monitor the startup and shutdown status of the computer system in stages for all the OSs, and in particular, it is possible to monitor the shutdown until immediately before the OS shutdown ends. An abnormality detection method at the time of power input disconnection is provided.
本発明の電源入力切断時の異常検知方式は、コンピュータの立ち上げ時又は立ち下げ時に、前記コンピュータの主記憶メモリの予め設定されたアドレスへのアクセス時刻を前記アドレスとともに不揮発性メモリに記憶する記憶手段と、立ち上げ立ち下げ処理の終了時に前回の立ち上げ立ち下げ処理で記憶された情報を前記不揮発性メモリから読み出す読み出し手段と、前記記憶手段により記憶した今回の情報と、前記読み出し手段で読み出した前回の情報について同じアドレスを持つ時刻の差分をとり前記差分を予め設定された閾値と比較する比較手段と、前記差分が前記閾値を越えると保守センタに前記差分を通知する通知手段と、を備えることを特徴とする。 According to the present invention, the abnormality detection method at the time of power-off is a memory that stores the access time to a preset address in the main memory of the computer together with the address in the nonvolatile memory when the computer is started up or shut down. Means, reading means for reading out information stored in the previous start-up / down process at the end of the start-up / down process from the non-volatile memory, current information stored in the storage means, and reading out by the read-out means Comparing means for taking a time difference having the same address for the previous information and comparing the difference with a preset threshold value, and notifying means for notifying the difference to the maintenance center when the difference exceeds the threshold value. It is characterized by providing.
本発明によれば、スケジュールに従って各コンピュータ装置電源制御を実現している自動運転制御システムにおいて、従来の監視用プログラムでは監視困難であったコンピュータ装置のOS立ち上げおよび立ち下げ処理中の異常を検知が可能となり、さらに、立ち上げおよび立ち下げ時に出力するメッセージがないOSでも異常を検知することが可能であり、予定していたシステム運用に支障をきたす事態を回避することができる。 According to the present invention, in an automatic operation control system that realizes power control of each computer device according to a schedule, an abnormality during the startup and shutdown processing of a computer device that has been difficult to monitor with a conventional monitoring program is detected. In addition, it is possible to detect an abnormality even in an OS that does not have a message to be output at the time of start-up and shut-down, and a situation in which a planned system operation is hindered can be avoided.
次に、本発明を実施するための最良の形態について図面を参照して詳細に説明する。 Next, the best mode for carrying out the present invention will be described in detail with reference to the drawings.
図1は本発明を使用した自動運転制御システムの一実施の形態を示す。同図において、コンピュータ装置1は、演算処理を行うEPU11と、主記憶メモリ12と、OS(オペレーティングシステム)の立ち上げおよび立ち下げ処理の開始の監視やEPUからのメモリアクセスを監視する監視部13と、磁気ディスク装置10と、コンピュータ1にケーブルで接続され、保守センタ3への異常の通知を行うSVP2と、を有する。
FIG. 1 shows an embodiment of an automatic driving control system using the present invention. In the figure, a computer apparatus 1 includes an
監視部13は、立ち上げ、立ち下げ処理においてアクセスされる予め決められた1以上のアドレスを記憶し、このアドレスへのアクセスを監視するメモリアクセス監視手段131と、メモリアクセス監視手段131からアクセスされたアドレスの通知を受けるとその時の時刻をOSの計時機構から取り出し、通知されたアドレスと時刻とを磁気ディスク装置10の時刻履歴ファイル134に記憶するメモリアドレス記憶手段132と、立ち上げ立ち下げ処理が終了すると、立ち上げおよび立ち下げ処理中での同じメモリアドレスをアクセスした今回と前回の情報を時刻履歴ファイル134から読み込み、同じアドレスについての時刻を比較するメモリアドレス比較手段133と、前回との差分がある場合、その差分情報を時刻履歴ファイル134に記憶するとともに、差分情報をSVP2に通知する差分情報通報手段135と、からなる。時刻履歴ファイル134は、複数回の立ち上げ立ち下げ時のアドレスと時刻情報が記憶でき、ファイルの最後まで使用されると、ファイルの先頭から記憶が行われるようになっている。
The monitoring unit 13 stores one or more predetermined addresses to be accessed in the startup and shutdown processes, and is accessed from the memory
メモリアクセス監視手段131は、EPUファームウェア(FW)機能を含み、このEPUFWが立ち上げ時、立ち下げ時にOSによってアクセスされたアドレスを監視する。
The memory
次に、本発明を実施するための最良の形態の動作について図面を参照して説明する。 Next, the operation of the best mode for carrying out the present invention will be described with reference to the drawings.
メモリアクセス監視手段131は、OSの立ち上げまたは立ち下げ処理が開始すると、EPU11内のEPUFWがOSの立ち上げおよび立ち下げ処理の実行時にアクセスが行われる、常駐領域の予め決められた1以上のメモリアドレスへのアクセスの監視を開始する。
When the OS startup or shutdown process is started, the memory access monitoring means 131 is accessed by the EPUFW in the
メモリアクセス監視手段131が、コンピュータ装置1の立ち上げの開始を検出し、予め決められたアドレスへのアクセスされたことを検出すると、メモリアドレス記憶手段132は、メモリアクセス監視手段131によりコンピュータ装置1の立ち上げ時のメモリのアドレスの記録の指示を受ける。
When the memory
メモリアドレス記憶手段132は、立ち上げ終了までにメモリアクセス監視手段132から通知されるアドレスを時刻情報とともに時刻履歴ファイル134に記憶する。
The memory
また、同様の要領で、メモリアクセス監視手段131からコンピュータ装置1の立ち下げ開始が検出された場合も、メモリアドレス記憶手段132は、メモリアクセス監視手段131により立ち下げ終了までのアクセスされたアドレスを時刻情報とともに記憶する。
In the same manner, when the memory
メモリアドレス比較手段133は、立ち上げおよび立ち下げ処理が終了すると、時刻履歴ファイル134から前回の立ち上げ、立ち下げ時にアクセスしたメモリアドレスと時刻情報と、今回の立ち上げおよび立ち下げ時にアクセスしたメモリアドレスと時刻情報を取り出す。立ち上げ処理時には、前回の立ち上げ時の情報、立ち下げ処理時には、前回の立ち下げ処理時の情報となる。
When the startup and shutdown processing is completed, the memory address comparing means 133 reads the memory address and time information accessed at the previous startup and shutdown from the
メモリアドレス比較手段133は、同じアドレスについて時刻情報を比較し、予め決められた閾値以上の差分があった場合に時刻履歴ファイル134にその差分を格納する。
The memory
時刻履歴ファイル134に格納された閾値以上の差分情報がある場合、差分情報通報手段135はこの差分情報を故障、あるいは障害の予兆情報としてSVP2に通知する。SVP2はこれを保守センタ3に対して通知する。
If there is difference information equal to or greater than the threshold stored in the
スケジュールに従った運転を行うコンピュータの立ち上げ時、立ち下げ時の異常を検出する保守業務に適用することができる。 The present invention can be applied to maintenance work that detects an abnormality at the time of startup or shutdown of a computer that operates according to a schedule.
1 コンピュータ装置
11 EPU
12 メモリ
13 監視部
131 メモリアクセス監視手段
132 メモリアドレス記憶手段
133 メモリアドレス比較手段
134 時刻履歴ファイル
135 差分情報通報手段
10 磁気ディスク装置
2 SVP
3 保守センタ
1
DESCRIPTION OF
3 Maintenance Center
Claims (1)
When starting up or shutting down the computer, storage means for storing the access time to a preset address in the main memory of the computer together with the address in the non-volatile memory; Read means for reading out the information stored in the start-up / down process from the nonvolatile memory, the current information stored by the storage means, and the difference between the times having the same address for the previous information read by the read means And a comparison means for comparing the difference with a preset threshold value, and a notification means for notifying the difference to the maintenance center when the difference exceeds the threshold value. method.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005083803A JP2006268281A (en) | 2005-03-23 | 2005-03-23 | Abnormality detection system in disconnecting power source input |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005083803A JP2006268281A (en) | 2005-03-23 | 2005-03-23 | Abnormality detection system in disconnecting power source input |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006268281A true JP2006268281A (en) | 2006-10-05 |
Family
ID=37204218
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005083803A Withdrawn JP2006268281A (en) | 2005-03-23 | 2005-03-23 | Abnormality detection system in disconnecting power source input |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006268281A (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010092127A (en) * | 2008-10-03 | 2010-04-22 | Fujitsu Ltd | Computer system, processor diagnostic method, and processor diagnosis control program |
JP2013045154A (en) * | 2011-08-22 | 2013-03-04 | Nec Corp | Information processing apparatus, information processing system, abnormality sign detection method for information processing apparatus, and abnormality sign detection program |
-
2005
- 2005-03-23 JP JP2005083803A patent/JP2006268281A/en not_active Withdrawn
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010092127A (en) * | 2008-10-03 | 2010-04-22 | Fujitsu Ltd | Computer system, processor diagnostic method, and processor diagnosis control program |
JP2013045154A (en) * | 2011-08-22 | 2013-03-04 | Nec Corp | Information processing apparatus, information processing system, abnormality sign detection method for information processing apparatus, and abnormality sign detection program |
US9256486B2 (en) | 2011-08-22 | 2016-02-09 | Nec Corporation | Information processing apparatus detecting sign of abnormality, fault tolerant information processing system, method for detecting sign of abnormality in information processing apparatus and recording medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP2005092859A (en) | Information processing device and method, recording medium and program | |
CN110445638B (en) | Switch system fault protection method and device | |
US20200033928A1 (en) | Method of periodically recording for events | |
JP2017187992A (en) | Control device, control method and program | |
JP2010086364A (en) | Information processing device, operation state monitoring device and method | |
JP5041290B2 (en) | PROGRAMMABLE CONTROLLER AND ITS ERROR RECOVERY METHOD | |
US6598170B1 (en) | Power supply control based on preset schedule with independent schedule monitor and backup system for executing schedule operation when malfunction occurs | |
JP4886558B2 (en) | Information processing device | |
CN113468617A (en) | Method, equipment and storage medium for power failure protection of equipment | |
JP2006268281A (en) | Abnormality detection system in disconnecting power source input | |
JP2008225697A (en) | Power source control device | |
JP2006221484A (en) | Temperature anomaly monitoring method for computer | |
JP2007185022A (en) | Fan controller | |
JPH10307635A (en) | Computer system and temperature monitoring method applied to the same system | |
JP2010198410A (en) | Server failure prediction system | |
JP2005122424A (en) | Watchdog timer | |
JP5422426B2 (en) | Information processing device | |
CN112084085B (en) | System outage recording method | |
JP2009205276A (en) | Watchdog timer control device, watchdog timer control method, program, and cpu system | |
JP2755159B2 (en) | Self-diagnosis method for information processing equipment | |
JP2006085497A (en) | Cooling method, cooling system, and cooling program | |
JP2020190800A (en) | Monitoring control device, monitoring control method, computer, and program | |
JP6168238B2 (en) | Video recording / reproducing apparatus, surveillance recorder apparatus, and video recording / reproducing method | |
JP6410015B2 (en) | Information processing device | |
JP2022030028A (en) | Information processing device, information processing method, information processing system, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20080603 |