JP2006285867A - File management system, monitoring server, file server, file management method and program - Google Patents

File management system, monitoring server, file server, file management method and program Download PDF

Info

Publication number
JP2006285867A
JP2006285867A JP2005107831A JP2005107831A JP2006285867A JP 2006285867 A JP2006285867 A JP 2006285867A JP 2005107831 A JP2005107831 A JP 2005107831A JP 2005107831 A JP2005107831 A JP 2005107831A JP 2006285867 A JP2006285867 A JP 2006285867A
Authority
JP
Japan
Prior art keywords
client
file
server
monitoring
locked
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2005107831A
Other languages
Japanese (ja)
Other versions
JP4379369B2 (en
Inventor
Taichi Kageyama
太一 影山
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 JP2005107831A priority Critical patent/JP4379369B2/en
Publication of JP2006285867A publication Critical patent/JP2006285867A/en
Application granted granted Critical
Publication of JP4379369B2 publication Critical patent/JP4379369B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide technology for unlocking a file left as a client locks it. <P>SOLUTION: This file management system comprises: a file server 200 comprising a file storage means storing the file, and a lock control means locking the file when access to the file is performed, and releasing the lock when the access to the file is completed; the client 300 accessing the file stored in the file storage means of the file server 200; and a lock monitoring server 100 comprising a client monitoring means monitoring whether the client 300 operates or not, and a notification means transmitting notification information for specifying the client 300 to the file server 200 used by the client when the client monitoring means detects the client 300 not in operation. The lock control means releases the lock when receiving the notification information. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、ファイル管理システムにおける、ファイルへのアクセス制限を変更するための技術に関する。   The present invention relates to a technique for changing a file access restriction in a file management system.

ファイルを保存するサーバと、ネットワークを介してサーバに接続されるクライアントとを有するファイル管理システムにおいて、サーバが保存するファイルを、クライアントが当該ファイルに自由にアクセスできるNFS(Network File System)という技術が知られており、多くのOS(Operating System)が採用している。   In a file management system having a server for storing a file and a client connected to the server via a network, there is a technology called NFS (Network File System) that allows a client to freely access the file stored by the server. Known and used by many operating systems (OS).

多くの場合、NFSは、ファイルの内容の一貫性が保たれなくなることを防ぐために、あるクライアントがファイルにアクセスしているときに、別のクライアントが当該ファイルにアクセスすることを禁じ(ロック)、ファイルへのアクセスが終了するとロックを解除する(アンロック)。
また、非特許文献1によれば、NFSを用いた場合、ファイルをロックしたクライアントでなければ、当該ファイルのアンロックを行うことができない。
Brent Callaghan、「NFSバイブル」、アスキー出版、2001年10月1日、p.302−303
In many cases, NFS prohibits (locks) another client from accessing a file when one client is accessing the file to prevent the file content from becoming inconsistent. When access to the file ends, the lock is released (unlocked).
According to Non-Patent Document 1, when NFS is used, the file cannot be unlocked unless the client locks the file.
Brent Callaghan, “NFS Bible”, ASCII Publishing, October 1, 2001, p. 302-303

上述のような、ロック、アンロックが実行されるNFSでは、あるファイルにアクセス中のクライアントが動作しなくなった(ダウンした)場合、当該アクセス中であったファイルは、ロックされたままの状態でサーバ内に存在することとなる。このとき、他のクライアントが当該ファイルにアクセスするためには、動作しなくなったクライアントを再起動し、当該ファイルをアンロックしなければならない。また、ファイルをロックしたまま動作しなくなったクライアントの再起動が不可能な場合は、他のクライアントが当該ファイルにアクセスするためには、サーバを再起動しなければならないという問題がある。
これらの問題は、ファイル管理システムの可用性の低下を引き起こす。
In the NFS where locking and unlocking are executed as described above, when a client accessing a file stops operating (downs), the file being accessed remains locked. It will exist in the server. At this time, in order for another client to access the file, the client that has stopped operating must be restarted to unlock the file. In addition, when it is impossible to restart a client that has stopped operating with the file locked, the server must be restarted in order for another client to access the file.
These problems cause a reduction in the availability of the file management system.

本発明は、上記問題に鑑みてなされたもので、クライアントがダウンした場合に、当該クライアントがロックしたまま放置したファイルを、アンロックするファイル管理システム及びファイル管理方法を提供すること、及び、当該ファイル管理システム及び当該ファイル管理方法に適した監視サーバ、ファイルサーバ、及びプログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and provides a file management system and a file management method for unlocking a file that has been left locked by the client when the client goes down, and An object is to provide a monitoring server, a file server, and a program suitable for the file management system and the file management method.

本発明の第1の観点に係るファイル管理システムは、ファイルを記憶するファイル記憶手段と、前記ファイルに対するアクセスがあった場合に当該ファイルをロックし、当該ファイルへのアクセスが終了した場合にロックを解除するロック制御手段と、から構成されるファイルサーバと、前記ファイルサーバのファイル記憶手段に記憶された前記ファイルにアクセスするクライアントと、前記クライアントが動作しているか否かを監視するクライアント監視手段と、前記クライアント監視手段が動作していないクライアントを検出した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを特定するための通知情報を送信する通知手段と、から構成される監視サーバと、から構成されるファイル管理システムであって、前記ロック制御手段は、前記通知手段からの通知情報を受け取った場合に、当該通知情報により特定されるクライアントがアクセスしていたファイルのロックを解除する、ことを特徴とする。
なお、本発明において、「クライアントが動作していない」とは、クライアント装置全体が動作していないことのみならず、クライアント装置上で動作するプロセスにおいて、ファイルサーバのファイルにアクセスしているプロセスのうちの1つが動作していないことも含むものとする。
A file management system according to a first aspect of the present invention includes a file storage unit that stores a file, and locks the file when the file is accessed, and locks the file when access to the file is completed. A lock control means for releasing the file server, a client accessing the file stored in the file storage means of the file server, and a client monitoring means for monitoring whether or not the client is operating. A notification server configured to transmit notification information for identifying the client to a file server used by the client when the client monitoring unit detects a non-operating client; A file management system consisting of The lock control unit, when receiving the notification information from the notification means, to unlock the file a client identified by the notification information is being accessed, and wherein the.
In the present invention, “the client is not operating” means not only that the entire client device is not operating, but also a process accessing a file on the file server in a process operating on the client device. Including that one of them is not operating.

前記通知手段は、動作していないクライアントを識別するための識別情報を含む前記通知情報を送信し、前記ファイルサーバは、ロックしたクライアントとロックされたファイルとを対応付けて記憶し、ロックしたクライアントとロックされたファイルとを対応付けた記憶内容と前記通知情報とに基づいて、前記通知情報に含まれるクライアント識別情報により特定されるクライアントによってロックされたファイルを特定して前記ロック制御手段に通知する、ファイル管理手段を更に有し、前記ロック制御手段は、前記ファイル管理手段により特定されたファイルのロックを解除してもよい。   The notification means transmits the notification information including identification information for identifying an inoperative client, the file server stores the locked client and the locked file in association with each other, and the locked client Based on the stored content that associates a locked file with the locked file and the notification information, a file locked by the client specified by the client identification information included in the notification information is specified and notified to the lock control means The lock control means may release the lock of the file specified by the file management means.

前記クライアント監視手段は、前記クライアントに応答要求情報を送信し、前記クライアントは、前記クライアント監視手段からの応答要求情報に応答して返信情報を前記クライアント監視手段に送信する、ファイル管理システムであって、前記クライアント監視手段は、前記クライアントから所定の期間内に返信情報を受け取らない場合、前記クライアントが動作していないものとして検知してもよい。   In the file management system, the client monitoring unit transmits response request information to the client, and the client transmits reply information to the client monitoring unit in response to response request information from the client monitoring unit. The client monitoring means may detect that the client is not operating when no reply information is received from the client within a predetermined period.

本発明の第2の観点に係る監視サーバは、ネットワークに接続されたクライアントが動作しているか否かを監視するクライアント監視手段と、前記クライアント監視手段が動作していないクライアントを検知した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを特定するための通知情報を送信する通知手段と、から構成される、ことを特徴とする。   When the monitoring server according to the second aspect of the present invention detects a client monitoring unit that monitors whether or not a client connected to the network is operating, and a client that does not operate the client monitoring unit, And a notification means for transmitting notification information for specifying the client to a file server used by the client.

前記通知手段は、動作していないクライアントを識別するための識別情報を含む前記通知情報を送信してもよい。   The notification unit may transmit the notification information including identification information for identifying a client that is not operating.

前記クライアント監視手段は、前記クライアントに返信情報を送信させるための応答要求情報を送信し、前記クライアントから所定の期間内に返信情報を受け取らない場合、前記クライアントが動作していないものとして検知してもよい。   The client monitoring means transmits response request information for causing the client to send reply information, and if no reply information is received from the client within a predetermined period, it detects that the client is not operating. Also good.

本発明の第3の観点に係るファイルサーバは、ファイルを記憶するファイル記憶手段と、前記ファイルに対するアクセスがあった場合に当該ファイルをロックし、当該ファイルへのアクセスが終了した場合にロックを解除するロック制御手段と、から構成されるファイル管理サーバであって、前記ロック制御手段は、動作していないクライアントを特定するための通知情報を受け取った場合にロックを解除する、ことを特徴とする。   A file server according to a third aspect of the present invention has a file storage means for storing a file, locks the file when the file is accessed, and releases the lock when the access to the file ends. And a lock management unit configured to release the lock when receiving notification information for specifying an inactive client. .

前記ファイルサーバは、ファイルをロックしたクライアントとロックされたファイルとを対応付けて記憶し、前記通知情報に含まれるクライアント識別情報により特定されるクライアントによってロックされたファイル特定して前記ロック制御手段に通知する、ファイル管理手段を更に有し、前記ロック制御手段は、前記ファイル管理手段により特定されたファイルのロックを解除してもよい。   The file server stores the client that locked the file in association with the locked file, specifies the file locked by the client specified by the client identification information included in the notification information, and stores the file in the lock control unit. The file management means may be further notified, and the lock control means may unlock the file specified by the file management means.

本発明の第4の観点に係るファイル管理方法は、クライアントが接続されているサーバの識別情報と、当該サーバにロックしたファイルが有るか否かを示す情報と、を対応付けて取得するロック状態取得ステップと、前記クライアントが動作しているか否かを監視するクライアント監視ステップと、前記クライアントが前記ファイルをロックしており、且つ、動作していないことを検知した場合に、ロックされた前記ファイルのロックを解除するロック解除ステップと、を備えることを特徴とする。   The file management method according to the fourth aspect of the present invention provides a lock state in which identification information of a server to which a client is connected and information indicating whether there is a locked file in the server are associated with each other and acquired. An acquisition step; a client monitoring step for monitoring whether or not the client is operating; and the locked file when it is detected that the client locks the file and is not operating. And an unlocking step for releasing the lock.

本発明の第5の観点に係るプログラムは、コンピュータを、クライアントが動作しているか否かを監視するクライアント監視手段と、前記クライアント監視手段が動作していないクライアントを検知した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを通知するための通知情報を送信する通知手段と、として機能させる、ことを特徴とする。   A program according to a fifth aspect of the present invention uses a computer when a client monitoring unit that monitors whether a client is operating and a client that does not operate the client monitoring unit are detected by the client. It is made to function as a notification means which transmits the notification information for notifying the said client to the file server which has been carried out.

本発明のファイル管理システム及びファイル管理方法は、クライアントが動作しているか否かを監視し、動作していないクライアントを検知した場合、当該クライアントがロックしたファイルのロックを解除する。このため、クライアントがダウンした場合に、当該クライアントがロックしたまま放置したファイルを、アンロックすることができる。
また、本発明の監視サーバ、ファイルサーバ、及びプログラムは、上記のファイル管理システム及びファイル管理方法に適する。
The file management system and the file management method of the present invention monitor whether or not a client is operating, and when a client that is not operating is detected, unlock the file locked by the client. For this reason, when a client goes down, a file that has been left locked while the client is locked can be unlocked.
The monitoring server, file server, and program of the present invention are suitable for the above-described file management system and file management method.

本発明の実施形態に係るファイル管理システムを、図面を参照して説明する。   A file management system according to an embodiment of the present invention will be described with reference to the drawings.

本実施形態のファイル管理システム1は、図1に示すように、通信ネットワークCと、通信ネットワークCに接続されたロック管理サーバ100と、通信ネットワークCに接続されたファイルサーバ200と、通信ネットワークCに接続されたクライアント300A乃至300Cとから構成される。なお、以下では、クライアント300A乃至300Cを総称して、クライアント300と呼ぶ。
また、本実施の形態では、ファイル管理システム1は、ファイルサーバ200を1台、クライアント300を3台のみ備えているが、ファイルサーバ200及びクライアント300のいずれについても数の制限はない。
As shown in FIG. 1, the file management system 1 of the present embodiment includes a communication network C, a lock management server 100 connected to the communication network C, a file server 200 connected to the communication network C, and a communication network C. Clients 300A to 300C connected to the network. Hereinafter, the clients 300A to 300C are collectively referred to as a client 300.
In the present embodiment, the file management system 1 includes only one file server 200 and three clients 300, but there is no limit on the number of either the file server 200 or the client 300.

通信ネットワークCは、例えば、TCP/IP(Transmission Control Protocol/Internet Protocol)などの通信プロトコルに基づく通信ネットワークである。   The communication network C is a communication network based on a communication protocol such as TCP / IP (Transmission Control Protocol / Internet Protocol).

ロック管理サーバ100は、図2に示すように、記憶部110と、制御部120と、通信部130と、から構成される。   As shown in FIG. 2, the lock management server 100 includes a storage unit 110, a control unit 120, and a communication unit 130.

記憶部110は、例えば、ワークエリアとなるRAM(Random Access Memory)と、制御部120の動作を制御するためのOS(Operating System)、アプリケーションプログラム等を記憶するハードディスク装置と、から構成される。より詳細には、記憶部110は、例えば、クライアント300の動作状態を定期的に監視するクライアント監視処理等を制御部120に実行させるためのプログラム等を、ハードディスクに記憶する。   The storage unit 110 includes, for example, a RAM (Random Access Memory) serving as a work area, and an OS (Operating System) for controlling the operation of the control unit 120, a hard disk device that stores application programs, and the like. More specifically, the storage unit 110 stores, for example, a program for causing the control unit 120 to execute a client monitoring process for periodically monitoring the operation state of the client 300 on the hard disk.

また、記憶部110は、対応テーブル111を記憶する。図3に示すように、対応テーブル111は、クライアント300を識別するためのクライアント識別データと、クライアント300の状態を示す状態フラグ(up又はdown)と、クライアント300がファイルをロックしたかどうかを示すロックフラグ(on又はoff)と、クライアント300が使用(マウント)しているファイルサーバ200を示すサーバ識別データと、を対応付けて記憶するテーブルである。   In addition, the storage unit 110 stores a correspondence table 111. As shown in FIG. 3, the correspondence table 111 indicates client identification data for identifying the client 300, a status flag (up or down) indicating the status of the client 300, and whether the client 300 has locked the file. It is a table that stores a lock flag (on or off) and server identification data indicating the file server 200 used (mounted) by the client 300 in association with each other.

例えば、図3に示した例において、対応テーブル111の第1行目は、クライアント300Aは、動作していない(down)が、ファイルをロックした(on)ままであって、マウントしているファイルサーバはファイルサーバ200であることを示す。   For example, in the example shown in FIG. 3, the first line of the correspondence table 111 shows that the client 300A is not operating (down) but the file is locked (on), and the file is mounted. It indicates that the server is the file server 200.

また、対応テーブル111の第2行目は、クライアント300Bは、動作している状態であって(up)、ファイルをロックしておらず(off)、マウントしているファイルサーバはファイルサーバ200であることを示す。   The second line of the correspondence table 111 indicates that the client 300B is operating (up), does not lock the file (off), and the mounted file server is the file server 200. It shows that there is.

通信部130は、例えば、NIC(Network Interface Card)のような通信装置を有し、制御部120による制御に従い、通信ネットワークCを介してファイルサーバ200及びクライアント300との間でデータの送受信を行う。   The communication unit 130 includes a communication device such as a NIC (Network Interface Card), for example, and performs data transmission / reception between the file server 200 and the client 300 via the communication network C according to control by the control unit 120. .

制御部120は、例えば、CPU(Central Processing Unit)を有し、記憶部110に記憶されたプログラムに基づき、演算処理を行い、各部を制御する。   The control unit 120 includes, for example, a CPU (Central Processing Unit), performs arithmetic processing based on a program stored in the storage unit 110, and controls each unit.

例えば、制御部120は、通信ネットワークCを介してクライアント300の状態(動作しているか否か)を監視し、動作していないクライアント300が見つかった場合、当該クライアントがマウントしているファイルサーバ200に、ダウン通知情報を送信する。なお、ダウン通知情報は、例えば、対応テーブル111における、ダウンしたクライアント300に対応するクライアント識別データを含んだ情報である。   For example, the control unit 120 monitors the state of the client 300 (whether it is operating or not) via the communication network C, and when a client 300 that is not operating is found, the file server 200 mounted by the client is detected. Send down notification information. The down notification information is information including client identification data corresponding to the down client 300 in the correspondence table 111, for example.

ファイルサーバ200は、図4に示すように、記憶部210と、制御部220と、通信部230と、ファイル記憶部240と、から構成される。   As illustrated in FIG. 4, the file server 200 includes a storage unit 210, a control unit 220, a communication unit 230, and a file storage unit 240.

記憶部210は、例えば、ワークエリアとなるRAMと、制御部220の動作を制御するためのOS、アプリケーションプログラム等を記憶するハードディスク装置と、から構成される。記憶部210は、例えば、ロックされたまま残されたファイルのロックを解除するための強制アンロック処理等を実行するためのプログラム等を、ハードディスクに記憶する。   The storage unit 210 includes, for example, a RAM serving as a work area and a hard disk device that stores an OS, an application program, and the like for controlling the operation of the control unit 220. The storage unit 210 stores, for example, a program for executing a forced unlocking process for unlocking a file that remains locked in the hard disk.

また、記憶部210は、ロックマネジメントテーブル211を記憶する。図5に示すように、ロックマネジメントテーブル211は、クライアント300を示すクライアント識別データと、クライアントがロックしたファイルを示すロックファイル識別データと、を対応付けて記憶するテーブルである。   In addition, the storage unit 210 stores a lock management table 211. As shown in FIG. 5, the lock management table 211 is a table that stores client identification data indicating the client 300 and lock file identification data indicating a file locked by the client in association with each other.

例えば、ロックマネジメントテーブル211の第1行目は、クライアント300Aが、「thesis.doc」というファイルをロックしていることを示す。   For example, the first line of the lock management table 211 indicates that the client 300A has locked the file “thesis.doc”.

通信部230は、例えば、NIC(Network Interface Card)のような通信装置を有し、制御部220による制御に基づき、通信ネットワークCを介してロック管理サーバ100及びクライアント300との間で、データの送受信を行う。   The communication unit 230 includes, for example, a communication device such as a NIC (Network Interface Card). Based on control by the control unit 220, data communication between the lock management server 100 and the client 300 is performed via the communication network C. Send and receive.

ファイル記憶部240は、例えば、ハードディスク装置から構成され、クライアント300がアクセスするファイルを保存する。   The file storage unit 240 is composed of, for example, a hard disk device, and stores a file accessed by the client 300.

制御部220は、例えば、CPUを有し、記憶部210に記憶されたプログラムに基づき、演算処理を行い、各部を制御する。   The control unit 220 includes, for example, a CPU, performs arithmetic processing based on a program stored in the storage unit 210, and controls each unit.

例えば、制御部220は、クライアント300からのファイルへのアクセスに応答し、ロックして当該ファイルに対する他のクライアント300からのアクセスを禁止し、アクセスが終了したファイルをアンロックして、いずれのクライアント300でも当該ファイルにアクセスできるようにする。また、制御部220は、ファイルへのアクセス状況に応じて、ロックマネジメントテーブル211を更新しながら管理する。   For example, the control unit 220 responds to the access to the file from the client 300, locks it, prohibits access from the other client 300 to the file, unlocks the file that has been accessed, The file can be accessed even at 300. Further, the control unit 220 manages the lock management table 211 while updating it according to the access status to the file.

また、制御部220は、ロック管理サーバ100から、ダウン通知情報を受け取ると、当該ファイルへのアクセスを可能とするための強制アンロック処理を実行する。なお、強制アンロック処理については、後で詳細に説明する。   In addition, when receiving the down notification information from the lock management server 100, the control unit 220 executes a forced unlock process for enabling access to the file. The forced unlock process will be described later in detail.

クライアント300は、例えば、パーソナルコンピュータ、ワークステーション等により構成される。クライアント300は、通信ネットワークCに接続され、プログラムによる制御やユーザによる操作に応じて、当該通信ネットワークCを介してファイルサーバ200のファイル記憶部240に記憶されたファイルにアクセスする。   The client 300 is configured by, for example, a personal computer or a workstation. The client 300 is connected to the communication network C, and accesses a file stored in the file storage unit 240 of the file server 200 via the communication network C in accordance with control by a program or user operation.

このように構成される、ファイル管理システム1において、ロック管理サーバ100が定常的に実行する、クライアント監視処理の手順を、図6に示すフローチャートを参照して説明する。   In the file management system 1 configured as described above, the procedure of client monitoring processing that is regularly executed by the lock management server 100 will be described with reference to the flowchart shown in FIG.

ロック管理サーバ100は、所定の間隔で(例えば10秒毎に)、クライアント監視処理を実行する。   The lock management server 100 executes client monitoring processing at predetermined intervals (for example, every 10 seconds).

クライアント監視処理が開始されると、制御部120は、通信部130及び通信ネットワークCを介して、通信ネットワークCに接続されている全てのクライアント300(300A〜300C)と通信し、各クライアント300の状態を取得する(ステップS100)。より詳細には、制御部120は、各クライアント300に、マウントしているファイルサーバ200及びロックの有無を問い合わせる。これに対し、各クライアント300が応答した場合には、制御部120は、各クライアント300がマウントするファイルサーバ200及びロックの有無についての情報を取得する。一方、所定の期間内に問い合わせに応答しないクライアント300がある場合、そのクライアント300は動作していない(down)ものとして処理をする。   When the client monitoring process is started, the control unit 120 communicates with all of the clients 300 (300A to 300C) connected to the communication network C via the communication unit 130 and the communication network C. A state is acquired (step S100). More specifically, the control unit 120 inquires each client 300 about the mounted file server 200 and whether there is a lock. On the other hand, when each client 300 responds, the control unit 120 acquires information about the file server 200 mounted by each client 300 and the presence or absence of lock. On the other hand, when there is a client 300 that does not respond to an inquiry within a predetermined period, the client 300 is processed as being not operating (down).

次に、制御部120は、各クライアント300の状態に応じて、対応テーブル111を更新する(ステップS110)。   Next, the control unit 120 updates the correspondence table 111 according to the state of each client 300 (step S110).

次に、制御部120は、更新後の対応テーブル111に、状態フラグがdownであり、且つ、ロックフラグがonであるクライアント300が有るか否かを判定する(ステップS120)。   Next, the control unit 120 determines whether or not there is a client 300 whose status flag is down and whose lock flag is on in the updated correspondence table 111 (step S120).

状態フラグがdownであり、且つ、ロックフラグがonであるクライアント300がない場合(ステップS120;No)、ファイルサーバ200は、クライアント監視処理を終了する。   If there is no client 300 whose status flag is down and the lock flag is on (step S120; No), the file server 200 ends the client monitoring process.

一方、状態フラグがdownであり、且つ、ロックフラグがonであるクライアント300がある場合(ステップS120;Yes)、制御部120は、当該クライアント300のクライアント識別データを含むダウン通知情報を生成し、当該クライアントがマウントしているファイルサーバ200に対し、当該ダウン通知情報を送信する(ステップS130)。   On the other hand, when there is a client 300 in which the status flag is down and the lock flag is on (step S120; Yes), the control unit 120 generates down notification information including client identification data of the client 300, The down notification information is transmitted to the file server 200 mounted by the client (step S130).

そして、制御部120は、ダウン通知情報の送信が済んだクライアントについて、対応テーブル111のロックフラグをoffに設定するように更新する(ステップS140)。   And the control part 120 is updated so that the lock flag of the corresponding | compatible table 111 may be set to off about the client which completed transmission of down notification information (step S140).

ロック管理サーバ100は、以上でクライアント監視処理を終了する。
なお、クライアント監視処理が終了後、所定の時間が経過すると、ロック管理サーバ100は、クライアント監視処理を繰り返し実行する。
The lock management server 100 ends the client monitoring process as described above.
Note that when a predetermined time elapses after the client monitoring process ends, the lock management server 100 repeatedly executes the client monitoring process.

次に、ダウン通知情報を受け取ったファイルサーバ200が実行する、強制アンロック処理の手順を、図7に示すフローチャートを参照して説明する。   Next, the procedure of the forced unlock process executed by the file server 200 that has received the down notification information will be described with reference to the flowchart shown in FIG.

ファイルサーバ200は、ダウン通知情報を受け取ると、強制アンロック処理を開始する。
強制アンロック処理を開始すると、制御部220は、ダウン通知情報に含まれるクライアント識別データと、ロックマネジメントテーブル211のデータとを照合し、アンロックすべきファイルを特定する(ステップS200)。
Upon receiving the down notification information, the file server 200 starts a forced unlock process.
When the forced unlock process is started, the control unit 220 collates the client identification data included in the down notification information with the data of the lock management table 211, and specifies a file to be unlocked (step S200).

次に、制御部220は、当該特定されたファイルをアンロックする(ステップS210)。そして、制御部220は、ロックマネジメントテーブル211から、アンロックしたファイルに関するデータを削除して、ロックマネジメントテーブル211を更新する(ステップS220)。
ファイルサーバ200は、以上で強制アンロック処理を終了する。
Next, the control unit 220 unlocks the identified file (step S210). And the control part 220 deletes the data regarding the unlocked file from the lock management table 211, and updates the lock management table 211 (step S220).
The file server 200 ends the forced unlock process.

以上説明したファイル管理システム1において、クライアント300がファイルをロックしたままダウンした場合の、ファイル管理システム1全体動作について、具体的に説明する。   In the file management system 1 described above, the entire operation of the file management system 1 when the client 300 goes down with the file locked is specifically described.

クライアント300Aが、ファイルサーバ200のファイル記憶部240に格納されたファイル「thesis.doc」をロックしたまま、ダウンした状態を想定する。すなわち、クライアント300B、300Cは、ロックされたファイル「thesis.doc」にアクセスできなくなっている状態である。
なお、ファイルサーバ200が持つロックマネジメントテーブル211は図5に示される状態となっているものとする。
Assume that the client 300A is down while the file “thesis.doc” stored in the file storage unit 240 of the file server 200 is locked. That is, the clients 300B and 300C cannot access the locked file “thesis.doc”.
Note that the lock management table 211 of the file server 200 is in the state shown in FIG.

このような状態で、ロック管理サーバ100は、クライアント監視処理を開始し、各クライアント300と通信してその状態を取得する(図6のステップS100)。このとき、クライアント300Bと300Cは、正常に応答するが、クライアント300Aは応答しない。   In such a state, the lock management server 100 starts a client monitoring process and communicates with each client 300 to acquire the state (step S100 in FIG. 6). At this time, the clients 300B and 300C respond normally, but the client 300A does not respond.

ロック管理サーバ100の制御部120は、クライアント300Aがダウンしたと認識し、対応テーブル111を更新する(図6のステップS110)。このとき、更新後の対応テーブル111は、図3に示されたような状態となる。   The control unit 120 of the lock management server 100 recognizes that the client 300A is down, and updates the correspondence table 111 (step S110 in FIG. 6). At this time, the updated correspondence table 111 is in a state as shown in FIG.

ロック管理サーバ100の制御部120は、更新後の対応テーブル111をサーチして、状態フラグがdownであり、ロックフラグがonであるデータを捜す。そして、制御部120は、これに該当するものとしてクライアント300Aのデータ(図3の対応テーブルの1行目)を発見する(図6のステップS120;Yes)。   The control unit 120 of the lock management server 100 searches the updated correspondence table 111 to search for data in which the status flag is down and the lock flag is on. And the control part 120 discovers the data (1st line of the corresponding | compatible table of FIG. 3) of the client 300A as what corresponds to this (step S120 of FIG. 6; Yes).

ロック管理サーバ100の制御部120は、発見したデータに基づいて、ダウン通知情報を作成し、クライアント300Aがマウントしていたファイルサーバ200に送信する(図6のステップS130)。   The control unit 120 of the lock management server 100 creates down notification information based on the found data and transmits it to the file server 200 mounted by the client 300A (step S130 in FIG. 6).

その後、ロック管理サーバ100の制御部120は、対応テーブル111の1行目のロックフラグをoffにする(図6のステップS140)。   Thereafter, the control unit 120 of the lock management server 100 turns off the lock flag in the first row of the correspondence table 111 (step S140 in FIG. 6).

一方、ファイルサーバ200は、ダウン通知情報を受け取り、強制アンロック処理を開始する。   On the other hand, the file server 200 receives the down notification information and starts the forced unlocking process.

ファイルサーバ200の制御部220は、ダウン通知情報に含まれるクライアント識別データと、ロックマネジメントテーブル211のデータとを照合する。その結果、制御部220は、アンロックすべきファイルとして、「thesis.doc」を特定する(図7のステップS200)。   The control unit 220 of the file server 200 collates the client identification data included in the down notification information with the data of the lock management table 211. As a result, the control unit 220 identifies “thesis.doc” as the file to be unlocked (step S200 in FIG. 7).

ファイルサーバ200の制御部220は、ファイル「thesis.doc」を強制的にアンロックし(図7のステップS210)、ロックマネジメントテーブル211から、アンロックされたファイル「thesis.doc」についてのデータ(すなわち図5のテーブルの1行目)を削除する。そして、ファイルサーバ200は、強制アンロック処理を終了する。   The control unit 220 of the file server 200 forcibly unlocks the file “thesis.doc” (step S <b> 210 in FIG. 7), and the data about the unlocked file “thesis.doc” from the lock management table 211 ( That is, the first line) in the table of FIG. 5 is deleted. Then, the file server 200 ends the forced unlock process.

ファイルサーバ200による強制アンロック処理の結果、ファイル「thesis.doc」がアンロックされ、クライアント300B及び300Cは当該ファイル「thesis.doc」にアクセス可能となる。   As a result of the forced unlocking process by the file server 200, the file “thesis.doc” is unlocked, and the clients 300B and 300C can access the file “thesis.doc”.

このように、本実施の形態のファイル管理システム1では、クライアント300がファイルをロックしたままダウンした場合に、ロック管理サーバ100が、クライアント300がダウンしたことを検知して、ファイルサーバ200に通知する。そして、ファイルサーバ200は、ダウンしたクライアント300がロックさせていたファイルをアンロックし、他のクライアントからのアクセスを可能とする。
このため、本実施の形態のファイル管理システム1によれば、クライアントがファイルをロックしたままダウンしても、ファイルサーバやクライアントを再起動等させることなく、当該ファイルにアクセス可能であり、システムの可用性を高めることができる。
As described above, in the file management system 1 of the present embodiment, when the client 300 goes down with the file locked, the lock management server 100 detects that the client 300 is down and notifies the file server 200 of it. To do. Then, the file server 200 unlocks the file locked by the down client 300 and enables access from other clients.
Therefore, according to the file management system 1 of the present embodiment, even if the client goes down with the file locked, the file can be accessed without restarting the file server or the client. Availability can be increased.

本発明は、上記実施形態に限定されず、種々の変形および応用が可能である。   The present invention is not limited to the above embodiment, and various modifications and applications are possible.

上記の実施の形態では、1台のクライアント300が、1台のファイルサーバ200をマウントする場合を例に説明したが、本発明のファイル管理システムは、1台のクライアントが複数のファイルサーバをマウントしてもよい。
この場合、対応テーブル111において、一のクライアント識別データに対応付けて、複数のサーバ識別データを格納できるようにすればよい。そして、クライアントがダウンした場合には、ロック管理サーバ100が、当該クライアントに対応付けられた複数のファイルサーバにダウン通知情報を送信するようにすればよい。
In the above embodiment, the case where one client 300 mounts one file server 200 has been described as an example. However, in the file management system of the present invention, one client mounts a plurality of file servers. May be.
In this case, in the correspondence table 111, a plurality of server identification data may be stored in association with one client identification data. If the client goes down, the lock management server 100 may send down notification information to a plurality of file servers associated with the client.

上記の実施の形態ではファイル記憶部は、ファイルサーバの外部にある構成でもよい。この場合、クライアントがアクセスするファイルを記憶する記憶装置と、記憶装置が記憶するファイルのロック状態を管理する管理サーバと、によって、本実施の形態におけるファイルサーバ200の機能を実現すればよい。   In the above embodiment, the file storage unit may be provided outside the file server. In this case, the function of the file server 200 according to the present embodiment may be realized by a storage device that stores a file accessed by the client and a management server that manages a lock state of the file stored in the storage device.

上記の実施の形態では、ロック管理サーバ100と、ファイルサーバ200とは別装置である場合を説明したが、ロック管理サーバ100とファイルサーバ200とは同一の装置であってもよい。   In the above embodiment, the case where the lock management server 100 and the file server 200 are separate devices has been described. However, the lock management server 100 and the file server 200 may be the same device.

また、上記の実施の形態では、ハングアップ等によりクライアント300全体が動作してなくなる場合を例に説明した。しかし、、本発明では、クライアント300上で動作しているプロセスで、ファイルサーバ200のファイルにアクセスしているものの1つが動作していないことも、「クライアントが動作していない」という概念に含まれるものとする。
この場合、例えば、ロック管理サーバ100は、クライアント300上で動作するOS(Opetating System)に、各クライアント300上で動作しておりファイルサーバ200のファイルにアクセス中のプロセスの動作状況を問い合わせ、動作していないプロセスがあった場合に、その動作していないプロセスがアクセスしていたファイルをファイルサーバ200に通知すればよい。そして、ファイルサーバ200は、通知されたファイルについて、ロックを解除するようにすればよい。
In the above embodiment, the case where the entire client 300 is not operated due to a hang-up or the like has been described as an example. However, in the present invention, the fact that one of the processes operating on the client 300 accessing the file of the file server 200 is not operating is also included in the concept of “the client is not operating”. Shall be.
In this case, for example, the lock management server 100 inquires of the OS (Opetating System) operating on the client 300 about the operating status of the process operating on each client 300 and accessing the file on the file server 200. If there is an unprocessed process, the file server 200 may be notified of the file accessed by the non-operating process. Then, the file server 200 may release the lock on the notified file.

本発明に係るサーバやクライアントは、専用のシステムによらず、通常のコンピュータシステムを用いて実現可能である。例えば、上述の動作を実行するためのプログラムを、コンピュータが読みとり可能な記録媒体(フレキシブルディスク、CD-ROM、DVD-ROM等)に格納して配布し、当該プログラムをコンピュータにインストールすることにより、上述の処理を実行する、サーバおよびクライアントを構成してもよい。また、インターネット等の通信ネットワーク上のサーバが有するストレージに当該プログラムを格納しておき、通常のコンピュータシステムがダウンロード等することでサーバ及びクライアントを構成してもよい。   The server and the client according to the present invention can be realized using a normal computer system, not a dedicated system. For example, by storing a program for executing the above-described operation on a computer-readable recording medium (flexible disk, CD-ROM, DVD-ROM, etc.) and installing the program on the computer, You may comprise the server and client which perform the above-mentioned process. Further, the server and the client may be configured by storing the program in a storage of a server on a communication network such as the Internet and downloading the program by a normal computer system.

また、上述の機能を、OSとアプリケーションの分担、またはOSとアプリケーションとの協働により実現する場合などには、アプリケーション部分のみを記録媒体やストレージに格納してもよい。   Further, when the above-described function is realized by sharing of the OS and the application or by cooperation between the OS and the application, only the application part may be stored in the recording medium or the storage.

また、搬送波にプログラムを重畳し、通信ネットワークを介して配信することも可能である。例えば、通信ネットワーク上の掲示板(BBS, Bulletin Board System)に前記プログラムを掲示し、ネットワークを介して前記プログラムを配信してもよい。そして、このプログラムを起動し、OSの制御下で、他のアプリケーションプログラムと同様に実行することにより、上述の処理を実行できるように構成してもよい。   It is also possible to superimpose a program on a carrier wave and distribute it via a communication network. For example, the program may be posted on a bulletin board (BBS, Bulletin Board System) on a communication network, and the program may be distributed via the network. Then, the above-described processing may be executed by starting this program and executing it under the control of the OS in the same manner as other application programs.

ファイル管理システムの構成を示すブロック図である。It is a block diagram which shows the structure of a file management system. ロック管理サーバの構成を示すブロック図である。It is a block diagram which shows the structure of a lock management server. 対応テーブルのフォーマットを示す図である。It is a figure which shows the format of a correspondence table. ファイルサーバの構成を示すブロック図である。It is a block diagram which shows the structure of a file server. ロックマネジメントテーブルのフォーマットを示す図である。It is a figure which shows the format of a lock management table. クライアント監視処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a client monitoring process. 強制アンロック処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a forced unlocking process.

符号の説明Explanation of symbols

1 ファイル管理システム
100 ロック管理サーバ
200 ファイルサーバ
300 クライアント
C 通信ネットワーク
1 File management system 100 Lock management server 200 File server 300 Client C Communication network

Claims (10)

ファイルを記憶するファイル記憶手段と、前記ファイルに対するアクセスがあった場合に当該ファイルをロックし、当該ファイルへのアクセスが終了した場合にロックを解除するロック制御手段と、から構成されるファイルサーバと、
前記ファイルサーバのファイル記憶手段に記憶された前記ファイルにアクセスするクライアントと、
前記クライアントが動作しているか否かを監視するクライアント監視手段と、前記クライアント監視手段が動作していないクライアントを検出した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを特定するための通知情報を送信する通知手段と、から構成される監視サーバと、から構成されるファイル管理システムであって、
前記ロック制御手段は、前記通知手段からの通知情報を受け取った場合に、当該通知情報により特定されるクライアントがアクセスしていたファイルのロックを解除する、
ことを特徴とするファイル管理システム。
A file server comprising: a file storage means for storing a file; a lock control means for locking the file when the file is accessed; and unlocking the file when the access to the file is terminated; ,
A client accessing the file stored in the file storage means of the file server;
Client monitoring means for monitoring whether or not the client is operating, and when detecting a client for which the client monitoring means is not operating, a file server used by the client for identifying the client A file management system comprising a monitoring server comprising notification means for sending notification information,
The lock control unit, when receiving notification information from the notification unit, unlocks the file accessed by the client specified by the notification information;
A file management system characterized by that.
前記通知手段は、動作していないクライアントを識別するための識別情報を含む前記通知情報を送信し、
前記ファイルサーバは、ロックしたクライアントとロックされたファイルとを対応付けて記憶し、ロックしたクライアントとロックされたファイルとを対応付けた記憶内容と前記通知情報とに基づいて、前記通知情報に含まれるクライアント識別情報により特定されるクライアントによってロックされたファイルを特定して前記ロック制御手段に通知する、ファイル管理手段を更に有し、
前記ロック制御手段は、前記ファイル管理手段により特定されたファイルのロックを解除する、
ことを特徴とする請求項1に記載のファイル管理システム。
The notification means transmits the notification information including identification information for identifying an inoperative client;
The file server stores the locked client and the locked file in association with each other, and is included in the notification information based on the stored content in which the locked client and the locked file are associated with each other and the notification information. File management means for specifying a file locked by the client specified by the client identification information and notifying the lock control means;
The lock control unit releases the lock of the file specified by the file management unit;
The file management system according to claim 1.
前記クライアント監視手段は、前記クライアントに応答要求情報を送信し、
前記クライアントは、前記クライアント監視手段からの応答要求情報に応答して返信情報を前記クライアント監視手段に送信する、ファイル管理システムであって、
前記クライアント監視手段は、前記クライアントから所定の期間内に返信情報を受け取らない場合、前記クライアントが動作していないものとして検知する、
ことを特徴とする請求項1又は2に記載のファイル管理システム。
The client monitoring means transmits response request information to the client;
The client is a file management system for sending reply information to the client monitoring means in response to response request information from the client monitoring means,
The client monitoring means detects that the client is not operating when it does not receive reply information within a predetermined period from the client.
The file management system according to claim 1 or 2, characterized in that
ネットワークに接続されたクライアントが動作しているか否かを監視するクライアント監視手段と、
前記クライアント監視手段が動作していないクライアントを検知した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを特定するための通知情報を送信する通知手段と、から構成される、
ことを特徴とする監視サーバ。
Client monitoring means for monitoring whether or not a client connected to the network is operating;
A notification unit configured to transmit notification information for identifying the client to a file server used by the client when the client monitoring unit detects a non-operating client;
A monitoring server characterized by that.
前記通知手段は、動作していないクライアントを識別するための識別情報を含む前記通知情報を送信する、
ことを特徴とする請求項4に記載の監視サーバ。
The notification means transmits the notification information including identification information for identifying an inoperative client;
The monitoring server according to claim 4.
前記クライアント監視手段は、前記クライアントに返信情報を送信させるための応答要求情報を送信し、前記クライアントから所定の期間内に返信情報を受け取らない場合、前記クライアントが動作していないものとして検知する、
ことを特徴とする請求項4又は5に記載の監視サーバ。
The client monitoring means transmits response request information for sending reply information to the client, and detects that the client is not operating when no reply information is received from the client within a predetermined period.
The monitoring server according to claim 4 or 5, characterized by the above.
ファイルを記憶するファイル記憶手段と、前記ファイルに対するアクセスがあった場合に当該ファイルをロックし、当該ファイルへのアクセスが終了した場合にロックを解除するロック制御手段と、から構成されるファイル管理サーバであって、
前記ロック制御手段は、動作していないクライアントを特定するための通知情報を受け取った場合にロックを解除する、
ことを特徴とするファイルサーバ。
A file management server comprising file storage means for storing a file, and lock control means for locking the file when the file is accessed and releasing the lock when the access to the file is completed Because
The lock control means releases the lock when receiving notification information for identifying a client that is not operating;
A file server characterized by that.
ファイルをロックしたクライアントとロックされたファイルとを対応付けて記憶し、ロックしたクライアントとロックされたファイルとを対応付けた記憶内容と前記通知情報とに基づいて、前記通知情報に含まれるクライアント識別情報により特定されるクライアントによってロックされたファイル特定して前記ロック制御手段に通知する、ファイル管理手段を更に有し、
前記ロック制御手段は、前記ファイル管理手段により特定されたファイルのロックを解除する、
ことを特徴とする請求項7に記載のファイルサーバ。
The client that includes the locked file and the locked file are stored in association with each other, and the client identification included in the notification information is based on the stored content that associates the locked client with the locked file and the notification information. A file management means for specifying the file locked by the client specified by the information and notifying the lock control means;
The lock control unit releases the lock of the file specified by the file management unit;
The file server according to claim 7, wherein:
クライアントが接続されているサーバの識別情報と、当該サーバにロックしたファイルが有るか否かを示す情報と、を対応付けて取得するロック状態取得ステップと、
前記クライアントが動作しているか否かを監視するクライアント監視ステップと、
前記クライアントが前記ファイルをロックしており、且つ、動作していないことを検知した場合に、ロックされた前記ファイルのロックを解除するロック解除ステップと、
を備えることを特徴とするファイル管理方法。
A lock state acquisition step of acquiring, in association with each other, identification information of a server to which the client is connected and information indicating whether or not there is a locked file in the server;
A client monitoring step for monitoring whether the client is operating;
An unlocking step of unlocking the locked file when it is detected that the client has locked the file and is not operating;
A file management method comprising:
コンピュータを、
クライアントが動作しているか否かを監視するクライアント監視手段と、
前記クライアント監視手段が動作していないクライアントを検知した場合、当該クライアントが使用していたファイルサーバに、当該クライアントを通知するための通知情報を送信する通知手段と、として機能させる、
ことを特徴とするプログラム。
Computer
Client monitoring means for monitoring whether the client is operating;
When the client monitoring unit detects a non-operating client, it functions as a notification unit that transmits notification information for notifying the client to the file server used by the client.
A program characterized by that.
JP2005107831A 2005-04-04 2005-04-04 File management system, monitoring server, monitoring method, and program Expired - Fee Related JP4379369B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005107831A JP4379369B2 (en) 2005-04-04 2005-04-04 File management system, monitoring server, monitoring method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005107831A JP4379369B2 (en) 2005-04-04 2005-04-04 File management system, monitoring server, monitoring method, and program

Publications (2)

Publication Number Publication Date
JP2006285867A true JP2006285867A (en) 2006-10-19
JP4379369B2 JP4379369B2 (en) 2009-12-09

Family

ID=37407699

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005107831A Expired - Fee Related JP4379369B2 (en) 2005-04-04 2005-04-04 File management system, monitoring server, monitoring method, and program

Country Status (1)

Country Link
JP (1) JP4379369B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276515A (en) * 2007-04-27 2008-11-13 Sky Kk Network management system and program for network management
JP2009163529A (en) * 2008-01-08 2009-07-23 Nec Corp System and method for multiplexing data
WO2012032873A1 (en) * 2010-09-08 2012-03-15 株式会社 山武 Shared file management system, control method of same, and program
JP2014523596A (en) * 2011-07-25 2014-09-11 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Method and apparatus for cleaning a file system and storage medium thereof
JP2015140603A (en) * 2014-01-30 2015-08-03 大成建設株式会社 Biodegradable, solidification-molded temporary construction material
JP2015230603A (en) * 2014-06-05 2015-12-21 東芝テック株式会社 Information processing device and information processing program

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008276515A (en) * 2007-04-27 2008-11-13 Sky Kk Network management system and program for network management
JP4553916B2 (en) * 2007-04-27 2010-09-29 Sky株式会社 Network management system and network management program
JP2009163529A (en) * 2008-01-08 2009-07-23 Nec Corp System and method for multiplexing data
WO2012032873A1 (en) * 2010-09-08 2012-03-15 株式会社 山武 Shared file management system, control method of same, and program
JP2012058960A (en) * 2010-09-08 2012-03-22 Yamatake Corp Shared file management system, control method of the same and program
JP2014523596A (en) * 2011-07-25 2014-09-11 ▲騰▼▲訊▼科技(深▲セン▼)有限公司 Method and apparatus for cleaning a file system and storage medium thereof
US9104685B2 (en) 2011-07-25 2015-08-11 Tencent Technology (Shenzhen) Company Limited Method, device and storage medium for cleaning up file systems
JP2015140603A (en) * 2014-01-30 2015-08-03 大成建設株式会社 Biodegradable, solidification-molded temporary construction material
JP2015230603A (en) * 2014-06-05 2015-12-21 東芝テック株式会社 Information processing device and information processing program

Also Published As

Publication number Publication date
JP4379369B2 (en) 2009-12-09

Similar Documents

Publication Publication Date Title
JP4794143B2 (en) System and method for managing cache objects using notification bonds
JP5328177B2 (en) Information processing apparatus, data processing method for information processing apparatus, storage medium, and program
US7739391B2 (en) Gateway for wireless mobile clients
CN106572130B (en) Method and apparatus for implementing distributed lock management
CN102148817B (en) Network equipment configuration method, client, server and network system
EP1987657B1 (en) Scalable wireless messaging system
US20040002974A1 (en) Thread based lock manager
JP4379369B2 (en) File management system, monitoring server, monitoring method, and program
US20120072763A1 (en) System and method of file locking in a network file system federated namespace
JP4371321B2 (en) NFS server, NFS server control program, and NFS server control method
JPH086840A (en) Mechanism for judgment of completion of directory operation for server recovery
US9596121B2 (en) Server apparatus communicating with a client apparatus via the internet, system, and control method thereof
JP2013097548A (en) Information processing system, information processing device, client terminal, information processing method and program
US20120117131A1 (en) Information processing device, file management method, and recording medium for file management program
US20140101320A1 (en) Information processing system, control method, management apparatus and computer-readable recording medium
CN103209090A (en) Remote network management system and business operation method thereof
JP4607999B2 (en) How to handle lock-related inconsistencies
JP2010113617A (en) Cluster system-control program, cluster system, and cluster system-control method
US6775828B2 (en) Delayed uploading of user registration data
JP4882537B2 (en) Request control method by timer cooperation
JP2009151470A (en) Printing control device, printing control method, and program for carrying out printing control method
JP2006309595A (en) Network system, information processor and communication control method
JP2007133795A (en) Cluster-structured business system
JP4232606B2 (en) File distribution system, client program, client, server program, server, and method
JP2015049745A (en) Server device, information processing method, and program

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070126

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080527

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090113

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090306

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090519

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090716

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090825

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090907

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20131002

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees