JP2011164840A - Access management system, information processing apparatus, access management method, and program - Google Patents

Access management system, information processing apparatus, access management method, and program Download PDF

Info

Publication number
JP2011164840A
JP2011164840A JP2010025538A JP2010025538A JP2011164840A JP 2011164840 A JP2011164840 A JP 2011164840A JP 2010025538 A JP2010025538 A JP 2010025538A JP 2010025538 A JP2010025538 A JP 2010025538A JP 2011164840 A JP2011164840 A JP 2011164840A
Authority
JP
Japan
Prior art keywords
storage device
access
history
information processing
information
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
JP2010025538A
Other languages
Japanese (ja)
Inventor
Akira Yamauchi
亮 山内
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2010025538A priority Critical patent/JP2011164840A/en
Publication of JP2011164840A publication Critical patent/JP2011164840A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To acquire a history of access to a storage device even if the storage device storing data is damaged. <P>SOLUTION: When an information processing apparatus 100 gets access to a storage device 200, a start date of the access, a termination date of the access, and apparatus identification information uniquely added to the information processing apparatus 100 are associated with each other and written into a history storage device 300 as access history information. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、記憶装置へのアクセスを管理するアクセス管理システム、情報処理装置、アクセス管理方法およびプログラムに関する。   The present invention relates to an access management system, an information processing apparatus, an access management method, and a program for managing access to a storage device.

近年、情報化社会となり、様々な情報(データ)がやり取りされている。そのやり取りされているデータを記憶するためのハードディスクドライブ・ストレージなどの記憶装置の記憶容量も大きなものとなってきている。   In recent years, it has become an information society and various information (data) is exchanged. The storage capacity of storage devices such as hard disk drives and storages for storing the exchanged data is also increasing.

これらの記憶装置においては、記憶しているデータが壊れた場合、どのアクセスがそのデータ破壊の原因となったのかを突き止めることは大変困難である。   In these storage devices, when the stored data is corrupted, it is very difficult to determine which access caused the data corruption.

ファイルシステムの中には、最新アクセスのタイムスタンプを記録しているものもあるが、データ破壊に繋がった操作が最新アクセスのものとは限らない。また、その最新アクセスのタイムスタンプも同じ記憶装置内に記憶されているため、最新アクセスタイムスタンプも壊れているおそれもある。   Some file systems record the time stamp of the latest access, but the operation that led to the data destruction is not always the latest access. Further, since the latest access time stamp is also stored in the same storage device, the latest access time stamp may also be broken.

そこで、ネットワークと接続されたコンピュータへのアクセス履歴を取得する技術が考えられている(例えば、特許文献1参照。)。   Therefore, a technique for acquiring an access history to a computer connected to a network has been considered (for example, see Patent Document 1).

特開2006−146371号公報JP 2006-146371 A

しかしながら、特許文献1に記載された技術においては、コンピュータへのアクセス履歴は、最初当該コンピュータが記憶しており、所定のタイミングで外部の履歴取得手段が当該コンピュータからアクセス履歴を取得するものである。そのため、当該コンピュータが故障したことにより、その記憶しているアクセス履歴を読み出すことができなくなってしまうと、アクセス履歴を取得することができなくなってしまうという問題点がある。   However, in the technique described in Patent Document 1, an access history to a computer is initially stored in the computer, and an external history acquisition unit acquires an access history from the computer at a predetermined timing. . Therefore, if the stored access history cannot be read due to a failure of the computer, the access history cannot be acquired.

本発明の目的は、上述した課題を解決するアクセス管理システム、情報処理装置、アクセス管理方法およびプログラムを提供することである。   An object of the present invention is to provide an access management system, an information processing apparatus, an access management method, and a program that solve the above-described problems.

本発明のアクセス管理システムは、
情報を記憶する記憶装置と、
前記記憶装置へアクセスする情報処理装置と、
前記情報処理装置から前記記憶装置へのアクセスの履歴を示すアクセス履歴情報を記憶する履歴記憶装置とを有し、
前記情報処理装置は、前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として前記履歴記憶装置へ書き込むことを特徴とする。
The access management system of the present invention
A storage device for storing information;
An information processing apparatus for accessing the storage device;
A history storage device that stores access history information indicating a history of access from the information processing device to the storage device;
When accessing the storage device, the information processing device associates the access start date and time, the access end date and time, and device identification information uniquely assigned to the information processing device as access history information. It is characterized by writing to a history storage device.

また、本発明の情報処理装置は、
情報を記憶する記憶装置と接続された情報処理装置であって、
前記記憶装置へアクセスする記憶装置インタフェース部と、
前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、当該情報処理装置と接続された履歴記憶装置へ書き込む履歴記憶装置インタフェース部とを有する。
The information processing apparatus of the present invention
An information processing apparatus connected to a storage device for storing information,
A storage device interface unit for accessing the storage device;
When accessing the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device are associated with each other and connected to the information processing device as access history information A history storage device interface unit for writing to the recorded history storage device.

また、本発明のアクセス管理方法は、
情報を記憶する記憶装置へのアクセスを管理するアクセス管理方法であって、
前記記憶装置へのアクセスがあった場合、該アクセスの開始日時と、該アクセスの終了日時と、該アクセスを行った情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、前記記憶装置とは別の記憶装置である履歴記憶装置へ書き込む処理を行う。
In addition, the access management method of the present invention includes:
An access management method for managing access to a storage device for storing information,
When there is an access to the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device that performed the access are associated with each other as access history information. , A process of writing to a history storage device which is a storage device different from the storage device is performed.

また、本発明のプログラムは、
情報を記憶する記憶装置と接続された情報処理装置に実行させるためのプログラムであって、
前記記憶装置へアクセスする手順と、
前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、当該情報処理装置と接続された履歴記憶装置へ書き込む手順とを実行させる。
The program of the present invention is
A program for causing an information processing device connected to a storage device for storing information to be executed,
Accessing the storage device;
When accessing the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device are associated with each other and connected to the information processing device as access history information And writing to the recorded history storage device.

以上説明したように、本発明においては、データを記憶する記憶装置が壊れた場合であっても、当該記憶装置へのアクセス履歴を取得することができる。   As described above, in the present invention, even when a storage device that stores data is broken, an access history to the storage device can be acquired.

本発明のアクセス管理システムの実施の一形態を示す図である。It is a figure which shows one Embodiment of the access management system of this invention. 図1に示した履歴記憶装置に記憶されるアクセス履歴情報の一例を示す図である。It is a figure which shows an example of the access history information memorize | stored in the history memory | storage device shown in FIG. 図1に示したアクセス管理システムにおけるアクセス管理方法を説明するためのフローチャートである。4 is a flowchart for explaining an access management method in the access management system shown in FIG. 1.

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

図1は、本発明のアクセス管理システムの実施の一形態を示す図である。   FIG. 1 is a diagram showing an embodiment of an access management system of the present invention.

本形態は図1に示すように、情報処理装置100と、記憶装置200と、履歴記憶装置300とから構成されている。なお、図1には、情報処理装置100および記憶装置200を、それぞれ1台ずつ示しているが、それらの数は複数であっても良い。   As shown in FIG. 1, this embodiment includes an information processing device 100, a storage device 200, and a history storage device 300. In FIG. 1, one information processing apparatus 100 and one storage apparatus 200 are shown, but there may be a plurality of them.

情報処理装置100は、記憶装置200および履歴記憶装置300と接続され、外部から入力された情報を処理する一般的な情報処理装置であり、サーバやPC(Personal Computer)等である。   The information processing device 100 is a general information processing device that is connected to the storage device 200 and the history storage device 300 and processes information input from the outside, and is a server, a PC (Personal Computer), or the like.

また、情報処理装置100には、記憶装置インタフェース部110と、履歴記憶装置インタフェース部120とが設けられている。なお、情報処理装置100が有する他の構成要素(例えば、入力手段や表示手段等)については、図1ではその記載を省略した。   In addition, the information processing apparatus 100 is provided with a storage device interface unit 110 and a history storage device interface unit 120. Note that description of other components (for example, input means, display means, etc.) of the information processing apparatus 100 is omitted in FIG.

記憶装置インタフェース部110は、記憶装置200へのアクセスを行う。このアクセスとは、記憶装置200への情報の書き込み、記憶装置200からの情報の読み出し、記憶装置200の情報処理装置100へのマウント、情報処理装置100による記憶装置200のファイルシステム作成等、情報処理装置100が記憶装置200を用いた処理を言う。   The storage device interface unit 110 accesses the storage device 200. This access refers to information such as writing of information to the storage device 200, reading of information from the storage device 200, mounting of the storage device 200 to the information processing device 100, creation of a file system of the storage device 200 by the information processing device 100, etc. The processing device 100 refers to processing using the storage device 200.

履歴記憶装置インタフェース部120は、記憶装置インタフェース部110が記憶装置200へアクセスした場合、当該アクセスの開始日時と、当該アクセスの終了日時と、情報処理装置100固有にあらかじめ付与された装置識別情報(例えば、マシン名や装置ID等)とを対応付けてアクセスの履歴を示すアクセス履歴情報として、履歴記憶装置300へ書き込む。また、そのとき、情報処理装置100を使用している(情報処理装置100にログインしている)使用者固有に付与された使用者識別情報(例えば、ユーザIDやログイン名等)もそれらに対応付けてアクセス履歴情報として、履歴記憶装置300へ書き込む。   When the storage device interface unit 110 accesses the storage device 200, the history storage device interface unit 120, the access start date and time, the access end date and time, and the device identification information ( For example, it is written in the history storage device 300 as access history information indicating an access history in association with a machine name, device ID, or the like. At that time, user identification information (for example, user ID, login name, etc.) uniquely assigned to the user who is using the information processing apparatus 100 (logged in to the information processing apparatus 100) also corresponds to them. At the same time, it is written to the history storage device 300 as access history information.

具体的には、履歴記憶装置インタフェース部120は、記憶装置インタフェース部110が記憶装置200へアクセスした際、情報処理装置100に具備された時計等のタイマから現在の日時を開始日時として取得する。また、そのとき、履歴記憶装置インタフェース部120は、情報処理装置100に具備されたメモリ等にあらかじめ記憶されている装置識別情報を取得する。また、そのとき、履歴記憶装置インタフェース部120は、情報処理装置100を現在使用している(ログインしている)使用者の使用者識別情報を、ログイン時に書き込まれたメモリから取得する。そして、それら取得した開始日時と、装置識別情報と、使用者識別情報とを対応付けてアクセス履歴情報として履歴記憶装置300へ書き込む。また、履歴記憶装置インタフェース部120は、記憶装置インタフェース部110が記憶装置200へのアクセスが終了した際、情報処理装置100に具備された時計等のタイマから現在の日時を終了日時として取得する。そして、その取得した終了日時を、アクセス開始時に記憶したアクセス履歴情報に追加する形で履歴記憶装置300へ書き込む。   Specifically, when the storage device interface unit 110 accesses the storage device 200, the history storage device interface unit 120 acquires the current date and time as a start date and time from a timer such as a clock provided in the information processing device 100. At that time, the history storage device interface unit 120 acquires device identification information stored in advance in a memory or the like provided in the information processing device 100. At that time, the history storage device interface unit 120 acquires the user identification information of the user who is currently using (logged in) the information processing device 100 from the memory written at the time of login. Then, the acquired start date, device identification information, and user identification information are associated with each other and written in the history storage device 300 as access history information. Further, the history storage device interface unit 120 acquires the current date and time as the end date and time from a timer such as a clock provided in the information processing device 100 when the storage device interface unit 110 finishes accessing the storage device 200. Then, the acquired end date / time is written to the history storage device 300 in a form to be added to the access history information stored at the start of access.

記憶装置200は、情報を記憶する装置であり、内部補助記憶装置、外部補助記憶装置、ハードディスク装置、仮想ハードディスク等が挙げられる。   The storage device 200 is a device for storing information, and examples thereof include an internal auxiliary storage device, an external auxiliary storage device, a hard disk device, and a virtual hard disk.

履歴記憶装置300は、記憶装置200とは物理的に別に設けられた装置であり、上述したアクセス履歴情報を記憶する。   The history storage device 300 is a device physically provided separately from the storage device 200, and stores the access history information described above.

図2は、図1に示した履歴記憶装置300に記憶されるアクセス履歴情報の一例を示す図である。   FIG. 2 is a diagram showing an example of access history information stored in the history storage device 300 shown in FIG.

図1に示した履歴記憶装置300には図2に示すように、種類(履歴の種類)と、Noと、開始日時と、終了日時と、マシン名と、ユーザ名とが対応付けられて記憶される。   As shown in FIG. 2, the history storage device 300 shown in FIG. 1 stores a type (history type), No, start date / time, end date / time, machine name, and user name in association with each other. Is done.

履歴の種類は、マウント履歴、書き込み履歴、ファイルシステム作成履歴等、情報処理装置100が記憶装置200へどのようにアクセスしたかを示す情報である。   The history type is information indicating how the information processing apparatus 100 has accessed the storage device 200, such as a mount history, a write history, and a file system creation history.

Noは、種類別にアクセスごとに付与したシーケンス番号である。これは、なくてもかまわない。以下、説明は省略する。   No is a sequence number assigned to each access for each type. This does not have to be. The description is omitted below.

開始日時は、情報処理装置100から記憶装置200へのアクセスを開始した日時である。   The start date and time is the date and time when access from the information processing apparatus 100 to the storage device 200 is started.

終了日時は、情報処理装置100から記憶装置200へのアクセスを終了した日時である。   The end date and time is the date and time when access from the information processing apparatus 100 to the storage device 200 is ended.

マシン名は、当該アクセスを行った情報処理装置100の装置識別情報である。   The machine name is device identification information of the information processing device 100 that has performed the access.

ユーザ名は、当該アクセスを行った使用者の使用者識別情報である。つまり、情報処理装置100から記憶装置200へのアクセスを、情報処理装置100を用いて行った使用者の使用者識別情報である。   The user name is user identification information of the user who performed the access. That is, it is the user identification information of the user who accessed the information processing apparatus 100 from the information processing apparatus 100 using the information processing apparatus 100.

例えば、図2に示すように、種類「マウント履歴」と、開始日時「2/2 10:00」と、終了日時「2/2 15:00」と、マシン名「M01」と、ユーザ名「User1」とが対応付けられて記憶されている。これは、User1という使用者が、M01の情報処理装置から記憶装置200をマウントするアクセスを2月2日の10時から15時まで行ったことを示している。また、種類「マウント履歴」と、開始日時「2/2 16:00」と、終了日時「2/2 16:30」と、マシン名「M01」と、ユーザ名「User2」とが対応付けられて記憶されている。これは、User2という使用者が、M01の情報処理装置から記憶装置200をマウントするアクセスを2月2日の16時から16時30分まで行ったことを示している。また、種類「書き込み履歴」と、開始日時「2/2 8:30」と、終了日時「2/2 9:30」と、マシン名「M01」と、ユーザ名「User1」とが対応付けられて記憶されている。これは、User1という使用者が、M01の情報処理装置から記憶装置200へ情報を書き込むアクセスを2月2日の8時30分から9時30分まで行ったことを示している。また、種類「書き込み履歴」と、開始日時「2/2 15:30」と、終了日時「2/2 16:00」と、マシン名「M01」と、ユーザ名「User2」とが対応付けられて記憶されている。これは、User2という使用者が、M01の情報処理装置から記憶装置200へ情報を書き込むアクセスを2月2日の15時30分から16時まで行ったことを示している。また、種類「書き込み履歴」と、開始日時「2/3 8:30」と、終了日時「2/3 12:00」と、マシン名「M02」と、ユーザ名「User1」とが対応付けられて記憶されている。これは、User1という使用者が、M02の情報処理装置から記憶装置200へ情報を書き込むアクセスを2月3日の8時30分から12時まで行ったことを示している。また、種類「ファイルシステム作成履歴」と、開始日時「2/2 8:00」と、終了日時「2/2 8:30」と、マシン名「M02」と、ユーザ名「User3」とが対応付けられて記憶されている。これは、User3という使用者が、M02の情報処理装置から記憶装置200のファイルシステム作成のためのアクセスを2月2日の8時00分から8時30分まで行ったことを示している。   For example, as shown in FIG. 2, the type “mount history”, start date and time “2/2 10:00”, end date and time “2/2 15:00”, machine name “M01”, and user name “ User1 ”is stored in association with each other. This indicates that the user User1 has performed access from the information processing apparatus M01 to mount the storage device 200 from 10:00 on February 2 to 15:00. Also, the type “mount history”, start date and time “2/2 16:00”, end date and time “2/2 16:30”, machine name “M01”, and user name “User2” are associated with each other. Is remembered. This indicates that the user User2 has performed access from the information processing apparatus of M01 to mount the storage device 200 from 16:00 on February 2 to 16:30. In addition, the type “writing history”, the start date and time “2/2 8:30”, the end date and time “2/2 9:30”, the machine name “M01”, and the user name “User1” are associated with each other. Is remembered. This indicates that the user User1 has performed access from the information processing apparatus of M01 to the storage apparatus 200 from 8:30 to 9:30 on February 2. Also, the type “writing history”, the start date and time “2/2 15:30”, the end date and time “2/2 16:00”, the machine name “M01”, and the user name “User2” are associated with each other. Is remembered. This indicates that the user User2 has performed access from the information processing apparatus of M01 to the storage device 200 from 15:30 to 16:00 on February 2. Also, the type “writing history”, the start date and time “2/3 8:30”, the end date and time “2/3 12:00”, the machine name “M02”, and the user name “User1” are associated with each other. Is remembered. This indicates that the user User1 has performed access from the information processing apparatus M02 to write information to the storage device 200 from 8:30 on February 3 to 12:00. Also, the type “file system creation history”, start date and time “2/2 8:00”, end date and time “2/2 8:30”, machine name “M02”, and user name “User3” are supported. Attached and memorized. This indicates that the user User3 has accessed the file system creation of the storage device 200 from the M02 information processing apparatus from 8:00 to 8:30 on February 2.

また、履歴記憶装置300は、あらかじめ設定された世代分のアクセス履歴情報を記憶することができる。   Also, the history storage device 300 can store access history information for a preset generation.

なお、記憶装置200の数が複数である場合は、複数の記憶装置200を互いに識別するための記憶装置識別情報をそれぞれに付与しておき、該当する記憶装置200の記憶装置識別情報もアクセス履歴情報として記憶する。   If there are a plurality of storage devices 200, storage device identification information for identifying the plurality of storage devices 200 is assigned to each of the storage devices 200, and the storage device identification information of the corresponding storage device 200 is also included in the access history. Store as information.

また、これら履歴記憶装置300に記憶されたアクセス履歴情報は、一般の利用者からは上書き等されないように保護しておく必要がある。保護の方法については、特に規定しない。   The access history information stored in the history storage device 300 needs to be protected from being overwritten by general users. The method of protection is not specified.

以下に、本形態におけるアクセス管理方法について説明する。   Below, the access management method in this form is demonstrated.

図3は、図1に示したアクセス管理システムにおけるアクセス管理方法を説明するためのフローチャートである。   FIG. 3 is a flowchart for explaining an access management method in the access management system shown in FIG.

まず、記憶装置インタフェース部110から記憶装置200へアクセスが開始されると(ステップS1)、履歴記憶装置インタフェース部120によって、情報処理装置100に具備された時計等のタイマから現在の日時が開始日時として取得される(ステップS2)。   First, when access from the storage device interface unit 110 to the storage device 200 is started (step S1), the history storage device interface unit 120 sets the current date and time from the timer such as a clock provided in the information processing device 100 to the start date and time. (Step S2).

また、そのとき、履歴記憶装置インタフェース部120によって、情報処理装置100に具備されたメモリ等にあらかじめ記憶されている装置識別情報が取得される(ステップS3)。   At that time, the history storage device interface unit 120 acquires device identification information stored in advance in a memory or the like provided in the information processing device 100 (step S3).

また、そのとき、履歴記憶装置インタフェース部120によって、情報処理装置100を現在使用している(ログインしている)使用者の使用者識別情報が、ログイン時に書き込まれたメモリから取得される(ステップS4)。   At that time, the history storage device interface unit 120 obtains the user identification information of the user who is currently using (logged in) the information processing device 100 from the memory written at the time of login (step). S4).

そして、それら取得した開始日時と装置識別情報と使用者識別情報とが、履歴記憶装置インタフェース部120によって、対応付けられてアクセス履歴情報として履歴記憶装置300へ書き込まれる(ステップS5)。   Then, the acquired start date / time, device identification information, and user identification information are associated with each other by the history storage device interface unit 120 and written to the history storage device 300 as access history information (step S5).

また、記憶装置インタフェース部110によって、記憶装置200へのアクセスが実行される(ステップS6)。ステップS6の処理は、ステップS1の処理の後、すぐに開始されても良い。   Further, the storage device interface unit 110 executes access to the storage device 200 (step S6). The process of step S6 may be started immediately after the process of step S1.

その後、記憶装置インタフェース部110から記憶装置200へアクセスが終了すると(ステップS7)、履歴記憶装置インタフェース部120によって、情報処理装置100に具備された時計等のタイマから現在の日時が終了日時として取得される(ステップS8)。   Thereafter, when access from the storage device interface unit 110 to the storage device 200 is completed (step S7), the history storage device interface unit 120 obtains the current date and time as the end date and time from a timer such as a clock provided in the information processing device 100. (Step S8).

すると、取得された終了日時が、履歴記憶装置インタフェース部120によって、履歴記憶装置300へ書き込まれる(ステップS9)。このとき、当該アクセスに該当するアクセス履歴情報の対応付けに追加される形で書き込まれる。   Then, the acquired end date and time is written into the history storage device 300 by the history storage device interface unit 120 (step S9). At this time, it is written in a form added to the association of the access history information corresponding to the access.

以上説明した本発明においては、記憶装置200へのアクセス履歴情報を過去にさかのぼり確認することができる。それは、履歴記憶装置300に、情報処理装置100から記憶装置200へのアクセス記録を数世代にわたり記録しているためである。   In the present invention described above, access history information to the storage device 200 can be confirmed in the past. This is because an access record from the information processing device 100 to the storage device 200 is recorded in the history storage device 300 for several generations.

また、記憶装置200に記憶されているデータが壊れても、安全にアクセス履歴情報を読み出すことができる。それは、履歴記憶装置300を記憶装置200とは別に設けているためである。   Further, even if the data stored in the storage device 200 is broken, the access history information can be read safely. This is because the history storage device 300 is provided separately from the storage device 200.

上述した情報処理装置100に設けられた各構成要素が行う処理は、目的に応じてそれぞれ作製された論理回路で行うようにしても良い。また、処理内容を記述したプログラムを情報処理装置100にて読取可能な記録媒体に記録し、この記録媒体に記録されたプログラムを情報処理装置100に読み込ませ、実行するものであっても良い。情報処理装置100にて読取可能な記録媒体とは、フロッピー(登録商標)ディスク、光磁気ディスク、DVD、CDなどの移設可能な記録媒体の他、情報処理装置100に内蔵されたROM、RAM等のメモリやHDD等を指す。この記録媒体に記録されたプログラムは、情報処理装置100に設けられたCPU(不図示)にて読み込まれ、CPUの制御によって、上述したものと同様の処理が行われる。ここで、CPUは、プログラムが記録された記録媒体から読み込まれたプログラムを実行するコンピュータとして動作するものである。   The processing performed by each component provided in the information processing apparatus 100 described above may be performed by a logic circuit that is produced according to the purpose. Alternatively, a program describing the processing contents may be recorded on a recording medium readable by the information processing apparatus 100, and the program recorded on the recording medium may be read by the information processing apparatus 100 and executed. The recording medium readable by the information processing apparatus 100 includes a transfer medium such as a floppy (registered trademark) disk, a magneto-optical disk, a DVD, and a CD, as well as a ROM, a RAM, and the like built in the information processing apparatus 100. Memory, HDD, etc. The program recorded on the recording medium is read by a CPU (not shown) provided in the information processing apparatus 100, and the same processing as described above is performed under the control of the CPU. Here, the CPU operates as a computer that executes a program read from a recording medium on which the program is recorded.

100 情報処理装置
110 記憶装置インタフェース部
120 履歴記憶装置インタフェース部
200 記憶装置
300 履歴記憶装置
DESCRIPTION OF SYMBOLS 100 Information processing apparatus 110 Storage device interface unit 120 History storage device interface unit 200 Storage device 300 History storage device

Claims (8)

情報を記憶する記憶装置と、
前記記憶装置へアクセスする情報処理装置と、
前記情報処理装置から前記記憶装置へのアクセスの履歴を示すアクセス履歴情報を記憶する履歴記憶装置とを有し、
前記情報処理装置は、前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として前記履歴記憶装置へ書き込むことを特徴とするアクセス管理システム。
A storage device for storing information;
An information processing apparatus for accessing the storage device;
A history storage device that stores access history information indicating a history of access from the information processing device to the storage device;
When accessing the storage device, the information processing device associates the access start date and time, the access end date and time, and device identification information uniquely assigned to the information processing device as access history information. An access management system for writing to a history storage device.
請求項1に記載のアクセス管理システムにおいて、
前記情報処理装置は、前記記憶装置へのアクセスを開始した際、前記開始日時と、前記装置識別情報とを前記履歴記憶装置へ書き込み、前記記憶装置へのアクセスを終了した際、前記終了日時を前記履歴記憶装置へ書き込むことを特徴とするアクセス管理システム。
The access management system according to claim 1,
The information processing device writes the start date and time and the device identification information to the history storage device when starting access to the storage device, and sets the end date and time when access to the storage device is ended. An access management system for writing into the history storage device.
請求項1に記載のアクセス管理システムにおいて、
前記情報処理装置は、当該情報処理装置を使用している使用者固有に付与された使用者識別情報と、前記開始日時と、前記終了日時と、前記装置識別情報とを対応付けてアクセス履歴情報として前記履歴記憶装置へ書き込むことを特徴とするアクセス管理システム。
The access management system according to claim 1,
The information processing apparatus associates the user identification information given to the user who is using the information processing apparatus, the start date and time, the end date and time, and the device identification information with access history information. And writing to the history storage device as an access management system.
請求項3に記載のアクセス管理システムにおいて、
前記情報処理装置は、前記記憶装置へのアクセスを開始した際、前記開始日時と、前記装置識別情報と、前記使用者識別情報とを前記履歴記憶装置へ書き込み、前記記憶装置へのアクセスを終了した際、前記終了日時を前記履歴記憶装置へ書き込むことを特徴とするアクセス管理システム。
In the access management system according to claim 3,
When the access to the storage device is started, the information processing device writes the start date and time, the device identification information, and the user identification information to the history storage device, and ends the access to the storage device. And writing the end date and time into the history storage device.
請求項1乃至4のいずれか1項に記載のアクセス管理システムにおいて、
前記情報処理装置は、あらかじめ設定された世代分の前記アクセス履歴情報を前記履歴記憶装置へ書き込むことを特徴とするアクセス管理システム。
The access management system according to any one of claims 1 to 4,
The information processing apparatus writes the access history information for a preset generation to the history storage device.
情報を記憶する記憶装置と接続された情報処理装置であって、
前記記憶装置へアクセスする記憶装置インタフェース部と、
前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、当該情報処理装置と接続された履歴記憶装置へ書き込む履歴記憶装置インタフェース部とを有する情報処理装置。
An information processing apparatus connected to a storage device for storing information,
A storage device interface unit for accessing the storage device;
When accessing the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device are associated with each other and connected to the information processing device as access history information Information processing apparatus having a history storage device interface unit for writing to the recorded history storage device.
情報を記憶する記憶装置へのアクセスを管理するアクセス管理方法であって、
前記記憶装置へのアクセスがあった場合、該アクセスの開始日時と、該アクセスの終了日時と、該アクセスを行った情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、前記記憶装置とは別の記憶装置である履歴記憶装置へ書き込む処理を行うアクセス管理方法。
An access management method for managing access to a storage device for storing information,
When there is an access to the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device that performed the access are associated with each other as access history information. An access management method for performing a process of writing to a history storage device which is a storage device different from the storage device.
情報を記憶する記憶装置と接続された情報処理装置に、
前記記憶装置へアクセスする手順と、
前記記憶装置へアクセスした場合、該アクセスの開始日時と、該アクセスの終了日時と、当該情報処理装置固有に付与された装置識別情報とを対応付けてアクセス履歴情報として、当該情報処理装置と接続された履歴記憶装置へ書き込む手順とを実行させるためのプログラム。
To an information processing device connected to a storage device for storing information,
Accessing the storage device;
When accessing the storage device, the access start date and time, the access end date and time, and the device identification information given to the information processing device are associated with each other and connected to the information processing device as access history information For executing the written procedure to the history storage device.
JP2010025538A 2010-02-08 2010-02-08 Access management system, information processing apparatus, access management method, and program Pending JP2011164840A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010025538A JP2011164840A (en) 2010-02-08 2010-02-08 Access management system, information processing apparatus, access management method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010025538A JP2011164840A (en) 2010-02-08 2010-02-08 Access management system, information processing apparatus, access management method, and program

Publications (1)

Publication Number Publication Date
JP2011164840A true JP2011164840A (en) 2011-08-25

Family

ID=44595461

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010025538A Pending JP2011164840A (en) 2010-02-08 2010-02-08 Access management system, information processing apparatus, access management method, and program

Country Status (1)

Country Link
JP (1) JP2011164840A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06187213A (en) * 1992-12-17 1994-07-08 Fuji Xerox Co Ltd File access history control system
JPH06202926A (en) * 1992-12-28 1994-07-22 Fuji Xerox Co Ltd File access history control system
JP2003263353A (en) * 2002-03-08 2003-09-19 Hitachi Information Systems Ltd Fault occurrence cause analytical device, fault occurrence cause analytical method, and fault occurrence cause analytical program
JP2009116552A (en) * 2007-11-05 2009-05-28 Yahoo Japan Corp Behavior attribute acquisition system and method for controlling the system
JP2009245263A (en) * 2008-03-31 2009-10-22 Nomura Research Institute Ltd Information presentation device and related file estimation system
JP2010026663A (en) * 2008-07-16 2010-02-04 Sky Co Ltd File management system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH06187213A (en) * 1992-12-17 1994-07-08 Fuji Xerox Co Ltd File access history control system
JPH06202926A (en) * 1992-12-28 1994-07-22 Fuji Xerox Co Ltd File access history control system
JP2003263353A (en) * 2002-03-08 2003-09-19 Hitachi Information Systems Ltd Fault occurrence cause analytical device, fault occurrence cause analytical method, and fault occurrence cause analytical program
JP2009116552A (en) * 2007-11-05 2009-05-28 Yahoo Japan Corp Behavior attribute acquisition system and method for controlling the system
JP2009245263A (en) * 2008-03-31 2009-10-22 Nomura Research Institute Ltd Information presentation device and related file estimation system
JP2010026663A (en) * 2008-07-16 2010-02-04 Sky Co Ltd File management system

Similar Documents

Publication Publication Date Title
JP4941556B2 (en) ENCRYPTION DEVICE, ENCRYPTION METHOD, AND ENCRYPTION PROGRAM
CN104572762B (en) The method and apparatus for deleting and restoring video file
EP3229403A1 (en) Samba configuration management method for network device and system
CN105589733B (en) A kind of data processing method and device
US11501016B1 (en) Digital password protection
JP2013065953A5 (en)
EP3072049B1 (en) Indicating rebuild state of storage devices
CN107967118A (en) A kind of method and apparatus realized hard disc data high speed dump and checked
CN106254806B (en) A kind of Video data guard method and device
US7600151B2 (en) RAID capacity expansion interruption recovery handling method and system
JP2013065089A5 (en)
CN105653385B (en) A kind of vehicle-mounted kinescope method
CN105095352B (en) Data processing method and device applied to distributed system
JP2009058993A5 (en)
JP2011164840A (en) Access management system, information processing apparatus, access management method, and program
JP2010027003A (en) Information processing apparatus, information processing method, and program
JP5310075B2 (en) Log collection system, information processing apparatus, log collection method, and program
JP5972455B2 (en) How to delete information
JP5027805B2 (en) MEMORY CONTROLLER, NONVOLATILE STORAGE DEVICE, AND NONVOLATILE STORAGE DEVICE SYSTEM
JP2013065088A5 (en)
US20140181237A1 (en) Server and method for storing data
US9824718B2 (en) Recording and playback device
JP2012181672A (en) Data processor
JP6528127B2 (en) Recording and playback device
JP4885735B2 (en) Management program, management method and management apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130111

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131128

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20131210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140129

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20140423

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140513