Nothing Special   »   [go: up one dir, main page]

JPS62169246A - Log data processing system - Google Patents

Log data processing system

Info

Publication number
JPS62169246A
JPS62169246A JP61012813A JP1281386A JPS62169246A JP S62169246 A JPS62169246 A JP S62169246A JP 61012813 A JP61012813 A JP 61012813A JP 1281386 A JP1281386 A JP 1281386A JP S62169246 A JPS62169246 A JP S62169246A
Authority
JP
Japan
Prior art keywords
log data
log
buffer
file server
transferred
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.)
Pending
Application number
JP61012813A
Other languages
Japanese (ja)
Inventor
Toshio Watanabe
俊夫 渡辺
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP61012813A priority Critical patent/JPS62169246A/en
Publication of JPS62169246A publication Critical patent/JPS62169246A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To increase the storage capacity of log data by transferring the log data to a file server when the quantity of log data stored in a buffer memory exceeds a certain value. CONSTITUTION:When log data is generated, it is checked whether a log buffer 6 in a gateway 5 is filled up or not. If the log buffer 6 is filled up, the current contents of the log buffer 6 are transferred to a file server 4, and the log buffer 6 is initialized. If it is not filled up, generated log data is stored in the log buffer 6. The file server 4 monitors the inputs of operators from work stations 1 and 2, and pertinent log data is transferred to a print server 3 if the print request of log data is inputted, and pertinent log data is transferred to the work station if the display request of log data on the work station is inputted.

Description

【発明の詳細な説明】 技術分野 本発明はログデータ処理方式に関し、特に各種ネットワ
ークを接続するゲートウェイにおいて、ログデータをフ
ァイルサーバに記録するようにしたログデータ処理方式
に関する。
TECHNICAL FIELD The present invention relates to a log data processing method, and more particularly to a log data processing method in which log data is recorded on a file server in a gateway connecting various networks.

従来技術 従来のゲートウェイにおいては、例えば、第4図に示す
如く、複数のワークステーション(WS)。
Prior Art In a conventional gateway, for example, as shown in FIG. 4, there are a plurality of workstations (WS).

ファイルサーバ(FS)、プリントサーバCPS’)等
を備えたゲートウェイ内に、ログデータ用パンファメモ
リ(ログバッファ)を設けて、これにログデータを記憶
するようにしていたが、ログバッファは記憶容量が少な
いという基本的問題があった。
A log data pamphlet memory (log buffer) was installed in the gateway equipped with a file server (FS), print server CPS'), etc., and log data was stored in this. The basic problem was that the capacity was low.

また、異常発生時には、ゲートウェイまで足を運ぶ必要
があるという問題もあった。
Another problem was that when an abnormality occurred, it was necessary to go to the gateway.

上記記憶容量の問題に対しては、ログデータを別に設け
られたログ装置に格納し、これに直接プリンタ、ディス
プレイ等を接続することも行われているが、この場合に
は物量が増加するという新たな問題があり、また−異常
発生時には、上記ログ装置まで足を運ぶ必要がある点で
は進歩がなかった。
To solve the storage capacity problem mentioned above, log data is stored in a separate log device and a printer, display, etc. is directly connected to this device, but in this case, the amount of material increases. There are new problems, and no progress has been made in terms of the need to visit the logging device when an abnormality occurs.

また、これらの問題とは別に、従来のログデータ記憶方
式においては、ログデータを、ゲートウェイ内のログバ
ッファあるいは補助記憶装置内にエンドレス形式で記録
しており、一定量の送受信後には、それ以前のログデー
タは無くなってしまう構成となっているという問題もあ
った。
In addition to these problems, in conventional log data storage methods, log data is recorded in an endless format in the log buffer or auxiliary storage device within the gateway, and after a certain amount of data is sent and received, There was also the problem that the configuration was such that log data would be lost.

目     的 本発明は上記事情に鑑みてなされたもので、その目的と
するところは、従来のログデータ処理方式における上述
の如き問題を解消し、ログデータの記憶容量を増加させ
るとともに、ログデータをオペレータの指示があるまで
は保存可能とし、また、ワークステーションから参照可
能とする、ログデータ処理方式を提供することにある。
Purpose The present invention has been made in view of the above circumstances, and its purpose is to solve the above-mentioned problems in conventional log data processing methods, increase the storage capacity of log data, and improve the storage capacity of log data. It is an object of the present invention to provide a log data processing method that allows log data to be stored until instructed by an operator and to be referenced from a workstation.

構   成 本発明は上記目的を達成するために、ログデータを一時
記憶するバッファメモリを有するゲートウェイにおいて
、前記バッファメモリに記憶されたログデータが一定量
以上になったとき、該ログデータを自ネットワーク内の
ファイルサーバに転送する如く構成したことを特徴とす
る。
Configuration In order to achieve the above object, the present invention provides a gateway having a buffer memory for temporarily storing log data, when the log data stored in the buffer memory exceeds a certain amount, the log data is transferred within the own network. The system is characterized in that it is configured to transfer files to a file server.

以下、実施例に基づいて、本発明の構成をより詳細に説
明する。
Hereinafter, the configuration of the present invention will be explained in more detail based on examples.

第3図は本発明の一実施例を示すブロック構成図である
。図において、1.2はワークステーション、3はプリ
ントステーション、4はファイルサーバ、5はゲートウ
ェイを示している。
FIG. 3 is a block diagram showing one embodiment of the present invention. In the figure, 1.2 is a workstation, 3 is a print station, 4 is a file server, and 5 is a gateway.

上記ファイルサーバ4は、例えば、読書き可能な光デイ
スク装置で構成される。また、上記ゲートウェイ5内ト
こは、ログバッファ6が設けられている。
The file server 4 is composed of, for example, a read/write optical disk device. Further, a log buffer 6 is provided inside the gateway 5.

第1図、第2図は本実施例の動作を説明するための、処
理フローチャートである。
FIGS. 1 and 2 are processing flowcharts for explaining the operation of this embodiment.

第1図は、ゲートウェイにおけるログデータの転送の流
れを示すもので、ある6図からも明らかな如く、ログデ
ータが発生すると、まず、ゲートウェイ5内にあるログ
バッファ6が満杯か否かを調べる(ステップ11)。
Figure 1 shows the flow of log data transfer in the gateway.As is clear from Figure 6, when log data is generated, it is first checked to see if the log buffer 6 in the gateway 5 is full. (Step 11).

満杯の場合には、現在のログバッフ76の内容を、ファ
イルサーバ4に転送しくステップ12)、ログバッフ7
6を初期化する(ステップ13)。
If it is full, the contents of the current log buffer 76 are transferred to the file server 4 (step 12).
6 (step 13).

また、ステップ11におけるチェックで満杯でない場合
には、上記ログデータをログバッファ6に格納する(ス
テップ14)。
Further, if the buffer is not full as determined in step 11, the log data is stored in the log buffer 6 (step 14).

第2図は、ファイルサーバ4におけるログデータの流れ
を示すものである。本図に示す如く1本実施例において
は、ファイルサーバ4から、プリントサーバ3.ワーク
ステーション1または2へのログデータの転送が、ワー
クステーションからのオペレータの指示により、迅速に
実行できる。
FIG. 2 shows the flow of log data in the file server 4. As shown in the figure, in this embodiment, from the file server 4 to the print server 3. Log data can be quickly transferred to workstation 1 or 2 according to an operator's instruction from the workstation.

また、ファイルサーバ4内に記憶されているログデータ
については1例えば、オペレータからの指示によって、
あるいは、予め定めた一定時刻になった時点で、という
如く1種々の方式により、これを消去することも可能で
ある。
In addition, regarding the log data stored in the file server 4, for example, according to instructions from the operator,
Alternatively, it is also possible to erase it by one of various methods, such as at a predetermined time.

ファイルサーバ4はオペレータによるワークステーショ
ンからの入力を監視し、入力がログデータのプリント要
求であれば、該当するログデータをプリントサーバ3に
転送しくステップ21.22)、また、入力がログデー
タのワークステーションへの表示要求であれば、該当す
るログデータをワークステーションに転送する(ステッ
プ23.24)。
The file server 4 monitors the input from the workstation by the operator, and if the input is a request to print log data, forwards the corresponding log data to the print server 3 (steps 21 and 22). If the request is for display to a workstation, the corresponding log data is transferred to the workstation (steps 23 and 24).

同様に、入力がログデータの消去要求である場合には、
全消去1時刻指定消去等それぞれに対応する消去動作を
行う(ステップ25〜28)。
Similarly, if the input is a request to clear log data,
Erasing operations corresponding to all erasing, 1 time designated erasing, etc. are performed (steps 25 to 28).

上記実施例においては、ファイルサーバ4内のログデー
タを、自ネットワーク内のワークステーションから呼出
す例を示したが、本発明はこれに限られるものではなく
、回線を介して他のネットワークからも呼出すことが可
能であることは言うまでもない。
In the above embodiment, an example was shown in which the log data in the file server 4 is called from a workstation within the own network, but the present invention is not limited to this, and the log data may also be called from another network via a line. Needless to say, this is possible.

効   果 以上述べた如く、本発明によれば、ログデータを一時記
憶するバッファメモリを有するゲートウェイにおいて、
前記バッファメモリに記憶されたログデータが一定量以
上になったとき、該ログデータを自ネットワーク内のフ
ァイルサーバに転送する如く構成したので、従来のログ
データ処理方式における前述の如き問題を解消し、ログ
データの記憶容量を増加させるとともに、ログデータを
オペレータの指示があるまでは保存可能とし、また、自
ネットワーク内外のワークステーションから参照可能と
する、ログデータ処理方式を実現できるという顕著な効
果を奏するものである。
Effects As described above, according to the present invention, in a gateway having a buffer memory for temporarily storing log data,
The system is configured so that when the log data stored in the buffer memory exceeds a certain amount, the log data is transferred to a file server within the own network, which solves the above-mentioned problems with conventional log data processing methods. , the remarkable effect of realizing a log data processing method that increases the storage capacity of log data, allows log data to be stored until instructed by an operator, and can be referenced from workstations inside and outside the own network. It is something that plays.

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

第1図、第2図は本実施例の動作を示す処理フローチャ
ート、第3図は本発明の一実施例を示すブロック構成図
、第4図は従来の方式を示すブロック構成図である。 1.2:ワークステーション、3ニブリントステーシヨ
ン、4:ファイルサーバ、5ニゲ−トウエイ、6:ログ
バソフア、11〜14.21〜28:処理ステップ・ 第     1     図 第2図
1 and 2 are processing flowcharts showing the operation of this embodiment, FIG. 3 is a block diagram showing an embodiment of the present invention, and FIG. 4 is a block diagram showing a conventional system. 1.2: Workstation, 3 Niblint station, 4: File server, 5 Nigateway, 6: Log bath, 11-14. 21-28: Processing steps Figure 1 Figure 2

Claims (1)

【特許請求の範囲】[Claims] (1)ログデータを一時記憶するバッファメモリを有す
るゲートウェイにおいて、前記バッファメモリに記憶さ
れたログデータが一定量以上になったとき、該ログデー
タを自ネットワーク内のファイルサーバに転送すること
を特徴とするログデータ処理方式。
(1) In a gateway having a buffer memory for temporarily storing log data, when the log data stored in the buffer memory exceeds a certain amount, the log data is transferred to a file server within the own network. Log data processing method.
JP61012813A 1986-01-22 1986-01-22 Log data processing system Pending JPS62169246A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61012813A JPS62169246A (en) 1986-01-22 1986-01-22 Log data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61012813A JPS62169246A (en) 1986-01-22 1986-01-22 Log data processing system

Publications (1)

Publication Number Publication Date
JPS62169246A true JPS62169246A (en) 1987-07-25

Family

ID=11815823

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61012813A Pending JPS62169246A (en) 1986-01-22 1986-01-22 Log data processing system

Country Status (1)

Country Link
JP (1) JPS62169246A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003177847A (en) * 2002-12-05 2003-06-27 Hideki Nishimoto Data processing system, data processor, and its program
JP2009519509A (en) * 2005-12-03 2009-05-14 インターナショナル・ビジネス・マシーンズ・コーポレーション Remote monitoring method and apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003177847A (en) * 2002-12-05 2003-06-27 Hideki Nishimoto Data processing system, data processor, and its program
JP2009519509A (en) * 2005-12-03 2009-05-14 インターナショナル・ビジネス・マシーンズ・コーポレーション Remote monitoring method and apparatus

Similar Documents

Publication Publication Date Title
US6842833B1 (en) Computer system and method for transferring data between multiple peer-level storage units
JPH1040141A (en) Control log file management device
JPS58225422A (en) Data controller
JPS62169246A (en) Log data processing system
US20030023785A1 (en) Data processing program, computer readable recording medium recorded with data processing program and data processing apparatus
US7502373B2 (en) Method and apparatus for performing an in-service upgrade of a switching fabric of a network element
JPH08227371A (en) Method for managing data
US5630115A (en) Method of rewriting information on a record medium by rewriting only changed portions
JP2587417B2 (en) File backup and restoration method
JPS6016661B2 (en) Main memory allocation method
JP2000357130A (en) Peripheral control processor, and system and method for holding fault analytic information
JPS62235669A (en) Loading system for program/data
JP2526656B2 (en) Program transfer method
JPS63163642A (en) File managing system
JP3594202B2 (en) External storage controller
JPH01501661A (en) Improved high-speed tag transfer
JPS61240346A (en) Control system for magnetic tape device
JPS6349817B2 (en)
JPH03255558A (en) Communication processor control system
JPH0430244A (en) System file switching system for distributed system
EP0614141A2 (en) Method and apparatus for improving fault tolerance of multi-media document management systems
JPH04120939A (en) Network system
JPS63208147A (en) Command starting system
JPS6244654B2 (en)
JPS6364152A (en) Message queue control system