JP3716578B2 - Shared file management device - Google Patents

Shared file management device Download PDF

Info

Publication number
JP3716578B2
JP3716578B2 JP29719897A JP29719897A JP3716578B2 JP 3716578 B2 JP3716578 B2 JP 3716578B2 JP 29719897 A JP29719897 A JP 29719897A JP 29719897 A JP29719897 A JP 29719897A JP 3716578 B2 JP3716578 B2 JP 3716578B2
Authority
JP
Japan
Prior art keywords
management information
information
file
management
client
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.)
Expired - Fee Related
Application number
JP29719897A
Other languages
Japanese (ja)
Other versions
JPH11134239A (en
Inventor
充晴 福田
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP29719897A priority Critical patent/JP3716578B2/en
Publication of JPH11134239A publication Critical patent/JPH11134239A/en
Application granted granted Critical
Publication of JP3716578B2 publication Critical patent/JP3716578B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

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

Description

【0001】
【発明の属する技術分野】
本発明は、複数のクライアントの共用する共用ファイルを管理する共用ファイル管理装置に関する。
【0002】
複数のクライアントとサーバとがネットワークに接続され、分担して処理を行うクライアント・サーバ・システムでは、同一のファイルを複数のクライアントが共用する場合が多い。
【0003】
多数の共用ファイルをファイルサーバに集約して保持すると、ファイルサーバに対するアクセスが輻輳して処理性能の低下が生じる。
従って、処理性能の低下を防止するためには別々の装置に共用ファイルを分散し、アクセスの輻輳を防止することが必要である。
【0004】
ところが、共用ファイルを別々の装置が分散保持する場合には共用ファイルの格納先を明らかにすることが必須となる。
そのため、全ての共用ファイルに関する管理情報(ファイル名,格納位置,ファイル量等)を集約して管理する共用ファイル管理装置が必要となる。
【0005】
【従来の技術】
ネットワークを介してクライアント3台が接続された場合を例として、図9〜図11を参照しながら従来例を説明する。
【0006】
図9において、1は共用ファイル管理装置であり、60はクライアントAであり、61はクライアントBであり、62はクライアントCであり、7はネットワークであり、10は記憶回路であり、12’は管理テーブルであり、14’はテキストエディタであり、20は制御回路であり、30は接続回路である。
【0007】
尚、以下の説明においてクライアントを一般的に説明する場合には、クライアント6として説明する。
共用ファイル管理装置1は、記憶回路10と制御回路20と接続回路30とを有し、ネットワーク7を介して複数のクライアント6と接続され、共用ファイルの管理情報(以下、「管理情報」と略す。)を保持し、クライアント6からの指示により管理情報を登録、変更、または削除(以下、「更新」と総称する。)する装置である。
【0008】
クライアント6は、ネットワーク7を介して共用ファイル管理装置1に接続され、共用ファイル管理装置1に管理情報の更新を指示する装置である。
管理テーブル12’は、図10に示すように複数のレコードで構成され、ファイル名、ファイルの格納位置(以下、「ファイル情報」と総称する。)、ファイル量等からなる管理情報をレコードの形式で保持する、記憶回路10に設けられた領域である。
【0009】
図10の場合には、1つのレコードは例えばファイル名がFile01、格納位置がクライアントA60の中のDISK1のFKDというIDで指定される位置、ファイル量が1024MBという形の管理情報で構成されている。
【0010】
テキストエディタ14’は、接続回路30を介してクライアント6から送信された送信情報に基づき管理情報を更新する、記憶回路10に保持されるソフトウェアである。
【0011】
記憶回路10は、制御回路20と接続回路30とに接続され、管理テーブル12’とテキストエディタ14’とを保持する回路である。
制御回路20は、記憶回路10と接続回路30とに接続され、記憶回路10の保持するソフトウェアが走行し、管理テーブル12’の保持する管理情報を更新する回路である。
【0012】
接続回路30は、記憶回路10と制御回路20とネットワーク7を介してクライアント6とに接続され、クライアント6から送信された送信情報に基づいてテキストエディタ14’を起動し、動作させる回路である。
【0013】
次に、管理情報の更新処理の流れを図11を参照しながら説明する。
クライアント6からネットワーク7を介して送信情報が送信されると、共用ファイル管理装置1では接続回路30を介して受信された送信情報に基づいてテキストエディタ14’が起動され、管理テーブル12’がオープンされる。(ステップS01)
テキストエディタ14’により管理テーブル12’が参照され、クライアント6の指定するレコードが選択される。(ステップS02)
テキストエディタ14’により、クライアント6からログアウトが指示された場合にはステップS12に進み、変更が指示された場合にはステップS11に進み、登録が指示された場合にはステップS10に進み、複写が指示された場合にはステップS08に進み、削除が指示された場合にはステップS09に処理が進められる。(ステップS03〜S07)
テキストエディタ14’により当該レコードに登録されている管理情報が新たなレコードに複写され、ステップS03に戻る。(ステップS08)
テキストエディタ14’により当該レコードに登録されている管理情報が削除され、ステップS03に戻る。(ステップS09)
テキストエディタ14’により当該レコードに送信情報の中の管理情報が登録され、ステップS03に戻る。(ステップS10)
テキストエディタ14’により当該レコードに登録されている管理情報の指定された位置の情報が、送信情報の中の指定された位置の情報で置換され、ステップS03に戻る。(ステップS11)
管理テーブル12’がクローズされ、テキストエディタ14’が停止して処理を終了する。(ステップS12)
【0014】
【発明が解決しようとする課題】
従来の共用ファイル管理装置では、リスト等に記入されている更新情報を参照し、テキストエディタにより対象となるレコードを直接指定して管理情報を更新していた。
【0015】
登録されている管理情報を特定の日付がきたら削除する場合にも、リスト等を参照し、削除指定日になったことが識別されると削除していた。
従って、登録されている管理情報を直接更新するため、更新誤りを犯し易く、特定の者を専任のオペレータとして更新誤りを予防する必要があった。
【0016】
そのため、ファイル更新手続きが煩雑になり、ファイル更新に時間がかかるという問題があった。
本発明は、削除指定日に自動的に管理情報を削除することができ、オペレータを必要としないで、容易に且つ誤りなく管理情報を更新することのできる共用ファイル管理装置を提供することを目的とする。
【0017】
【課題を解決するための手段】
本発明の原理について、図1を参照しながら説明する。
図1において、1は共用ファイル管理装置であり、2は管理情報保持手段であり、3は日付管理手段であり、4は管理情報更新手段であり、5はメッセージ保持手段であり、60はクライアントAであり、61はクライアントBであり、62はクライアントCであり、7はネットワークである。
【0018】
共用ファイル管理装置1は、管理情報保持手段2と日付管理手段3と管理情報更新手段4とメッセージ保持手段5とを有し、ネットワーク7を介して複数のクライアント6と接続され、管理情報を保持し、クライアント6からの指示により管理情報を更新する装置である。
【0019】
管理情報保持手段2は、管理情報更新手段4により更新される、ファイル情報と、削除指定日と、更新許可者とを含む管理情報を保持する手段である。
日付管理手段3は、日付を管理し、表示する手段である。
【0020】
管理情報更新手段4は、定期的に管理情報保持手段2と日付管理手段3とを参照し、指定された削除指定日になったことを検出した場合には該削除指定日を含む管理情報を削除して、該管理情報の中のファイル情報と通知先とをメッセージ保持手段5に登録し、
クライアント6から送信情報を受信するとメッセージ保持手段5を参照し、送信情報の送信元名と一致する通知先名が検出されると通知先名で指定される通知先に対応するファイル情報で指定されるファイルの登録が削除された旨のメッセージを生成して送信し、
クライアント6から管理情報の削除が指示されると、更新許可者からの指示か否かを識別し、更新許可者からの指示の場合に管理情報を削除し、
クライアント6から管理情報の変更が指示されると、更新許可者からの指示か否かを識別し、更新許可者からの指示の場合には入力されたファイル情報に基づいて前記クライアントから収集情報を収集し、ファイル情報で指定される管理情報を変更し、
クライアント6から管理情報の登録が指示されると、入力されたファイル情報に基づいて前記クライアントから収集情報を収集し、管理情報保持手段2に登録する手段である。
【0021】
管理情報更新手段4は、定期的に管理情報保持手段2と日付管理手段3とを比較して削除指定日になったか否かをチェックし、
削除指定日になった場合には管理情報保持手段2の対応する管理情報を削除し、ファイル情報と通知先名とをメッセージ保持手段5に登録する。
【0022】
次に、管理情報更新手段4はクライアント6からの送信情報の受信の有無をチェックし、送信情報が受信されると送信情報の中の送信元名とメッセージ保持手段5に登録されている通知先名とを比較し、一致した場合には通知先名に対応して登録されているファイル情報に基づき、通知先に管理情報の削除を通知する。
【0023】
次に、管理情報更新手段4はクライアント6からの送信情報の中の指示事項を参照する。
削除が指示された場合、管理情報更新手段4は更新許可者からの指示か否かを識別し、更新許可者からの指示の場合に管理情報を削除し、
変更が指示された場合、管理情報更新手段4は更新許可者からの指示か否かを識別し、更新許可者からの指示の場合に送信情報の中のファイル情報に基づいて前記クライアントから収集情報を収集し、管理情報の指定された位置の情報を送信情報と収集情報の中の指定された位置の情報と置き換え、
登録が指示された場合、管理情報更新手段4は送信情報の中のファイル情報に基づいて前記クライアントから収集情報を収集し、管理情報保持手段2に登録し、
再び定期的な削除指定日になったか否かのチェックに戻る。
【0024】
【発明の実施の形態】
発明の実施例について図2〜図8を参照しながら、(A)本発明の共用ファイル管理装置の構成、(B)本発明の共用ファイル管理処理の流れ、の順に説明する。
【0025】
尚、従来例の説明及び本発明の原理についての説明において説明されたと同一の部分または相当する部分については同一符号を付し、本説明において新たに説明される部分については新しい符号を付して説明する。
(A)本発明の共用ファイル管理装置の構成
図2において、1は共用ファイル管理装置であり、10は記憶回路であり、20は制御回路であり、30は接続回路であり、12は管理テーブルであり、13はカレンダタイマであり、14は管理情報更新部であり、15はメッセージ保持部であり、60はクライアントAであり、61はクライアントBであり、62はクライアントCであり、7はネットワークである。
【0026】
共用ファイル管理装置1は、記憶回路10と制御回路20と接続回路30とを有し、ネットワーク7を介して複数のクライアント6と接続され、管理情報を保持し、クライアント6の指示に従って管理情報を更新する装置である。
【0027】
管理テーブル12は、記憶回路10に設けられた、管理情報更新部14により参照され更新される管理情報を保持する領域である。
管理情報更新部14は、クライアント6から送信されネットワーク7を介して接続回路30が受信した送信情報に基づいて、管理テーブル12に保持される管理情報を更新する、記憶回路10に保持されるソフトウェアである。
【0028】
管理情報更新部14は、定期的にカレンダタイマ13を参照し、削除指定日の到達が検出された場合には該削除指定日を含む管理情報を削除し、該管理情報の中のファイル情報と通知先とをメッセージ保持部15に登録し、
クライアント6から送信情報を受信するとメッセージ保持部15を参照し、送信情報の送信元名と一致する通知先名が検出されると通知先名で指定される通知先に、対応するファイル情報に基づいて管理情報の削除を通知するメッセージを生成して送信し、
クライアント6からの指示が管理情報の削除の場合には、更新許可者の指示か否かを管理テーブル12の許可者名と送信情報の中の送信元名とを比較して識別し、更新許可者の指示であれば管理情報を削除し、
管理情報の変更の場合には、更新許可者の指示か否かを識別し、更新許可者の指示であれは送信情報の中のファイル情報に基づいて前記クライアント6から収集情報を収集し、ファイル情報で指定される管理情報を変更し、
管理情報の登録の場合には、送信情報の中のファイル情報に基づいて前記クライアント6から収集情報を収集し、管理テーブル12に登録する、記憶回路10に保持されるソフトウェアである。
【0029】
記憶回路10は、制御回路20と接続回路30とに接続された、管理テーブル12とカレンダタイマ13と管理情報更新部14とメッセージ保持部15とを保持する回路である。
【0030】
制御回路20は、記憶回路10と接続回路30とに接続された、記憶回路10の保持するソフトウェアが走行して管理情報を更新する回路である。
接続回路30は、記憶回路10と制御回路20とに接続され、ネットワーク7を介してクライアント6に接続され、クライアント6からの送信情報を管理情報更新部14に転送し、管理情報更新部14の生成した削除通知メッセージを通知先に送出し、管理情報更新部14からの指示に基づいてクライアント6から収集された収集情報を管理情報更新部14に転送する回路である。
【0031】
カレンダタイマ13は、定期的に更新される日付をカレンダ情報として保持する、公知の、記憶回路10に設けられた領域である。
メッセージ保持部15は、削除指定日に管理テーブル12から削除された管理情報を示すファイル情報と通知先名とを保持する、記憶回路10に設けられた領域である。
【0032】
図6は、クライアント6から通知される入力情報の様式を示す図であり、入力情報はクライアント6から送信される送信情報と、管理情報更新部14により収集される収集情報とからなる。
【0033】
送信情報は、指示の対象とするファイルを特定するファイル情報(即ち、「ファイル名」及び「格納位置」)と、指示を具体的に示す指示事項と、指示者を特定する送信元名と、削除日を指定する削除指定日と、登録後に更新を指示することの許された更新許可者とからなり、
収集情報は、クライアント6がファイル情報を基に自動的に通知できる、ファイルの容量を示すファイル量である。
【0034】
図7は、管理テーブル12の様式を示す図であり、管理情報は共用ファイル毎に、ファイル名と格納位置とファイル量と削除指定日と更新許可者とからなるレコードの形式で構成される。
【0035】
例えば、ファイル名がFile01という共用ファイルは、クライアントA60のDISK1の中のFKDという区画に格納されており、ファイル容量は1024MBであって、QCFIRMに属するFKDのみが更新することが許されており、1999年9月25日に削除されるファイルであることを図7は示している。
(B)本発明の共用ファイル管理処理の流れ
管理情報更新部14によりカレンダタイマ13が定期的に参照され、前回参照した日付と今回参照した日付とが同じ場合にはステップS06に進み、異なる場合にはステップS03に進む。(ステップS01〜S02)
管理情報更新部14により管理テーブル12が参照され、削除指定日に達したレコードが検出された場合にはステップS05に進み、検出されなかった場合にはステップS06に進む。(ステップS03〜S04)
管理情報更新部14により削除指定日に達したレコードが削除され、メッセージ保持部15に前記レコードに登録されていたファイル情報と通知先名とが格納され、ステップS06に進む。(ステップS05)
管理情報更新部14により接続回路30からの送信情報の有無がチェックされ、送信情報が検出された場合にはステップS08に進み、送信情報が検出されなかった場合にはステップS01に戻る。(ステップS06〜S07)
管理情報更新部14によりメッセージ保持部15が参照され、登録されている通知先と送信情報の中の送信元名が一致するレコードが検出された場合にはステップS10に進み、検出されなかった場合にはステップS11に進む。(ステップS08〜S09)
管理情報更新部14によりメッセージ保持部15に保持されているファイル情報を基に管理情報の削除を通知するメッセージが生成され、接続回路30を介して通知先に通知される。(ステップS10)
管理情報更新部14により送信情報の中の指示事項がチェックされ、登録されている管理情報の削除が指示された場合にはステップS13に進み、管理情報の登録が指示された場合にはステップS19に進み、登録されている管理情報の変更が指示された場合にはステップS22に進む。(ステップS11〜S12)
管理情報更新部14により送信情報で指定された管理情報が管理情報保持部12に登録されているか否かチェックされる。前記管理情報が登録されていた場合にはステップS15に進み、登録されていない場合はステップS18に進む。(ステップS13〜S14)
管理情報更新部14により送信情報の中の送信元名と管理情報の中の更新許可者名とが比較され、更新許可者からの指示の場合にはステップS17に進み、更新許可者からの指示ではない場合にはステップS18に進む。(ステップS15〜S16)
管理情報更新部14により指定されたファイル情報を含むレコードが削除され、ステップS01に戻る。(ステップS17)
管理情報更新部14によりエラーメッセージが生成され、前記エラーメッセージは更に接続回路30に出力されて、ネットワーク7を介して送信情報の送信元に通知される。そしてステップS01に戻る。(ステップS18)
管理情報更新部14により管理情報の登録先として新規レコードが選択される。(ステップS19)
管理情報更新部14により接続回路30を介して送信情報の送信元から収集情報を収集される。(ステップS20)
管理情報更新部14により送信情報と収集情報とから変更部分が抽出され、登録済の管理情報の該当部分と置き換えられ、ステップS01に戻る。(ステップS21)
管理情報更新部14により送信情報で指定された管理情報が管理テーブル12に登録されているか否かをチェックされる。登録されている場合にはステップS24に進み、登録されていない場合にはステップS26に進む。(ステップS22〜S23)
管理情報更新部14により管理情報の中の許可者名と送信情報の中の送信元名とが比較される。一致した場合はステップS27に進み、一致しなかった場合はステップS26に進む。(ステップS24〜S25)
管理情報更新部14によりエラーメッセージが生成され、接続回路30を介して送信元のクライアント6に転送される。そして、ステップS01に戻る。(ステップS26)
管理情報更新部14により接続回路30を介して送信情報の送信元から収集情報が収集される。(ステップS27)
管理情報更新部14により送信情報と収集情報とが管理情報として前記レコードに登録され、ステップS01に戻る。(ステップS28)
【0036】
【発明の効果】
以上説明した様に、本発明によれば登録された管理情報の削除日付の管理が不要となり、更新が必要になった場合には専任のオペレータに依頼することなく容易に、且つ誤りなく更新できるようになるため、誤りのないタイムリーな共用ファイルの管理が可能になるという工業的効果がある。
【図面の簡単な説明】
【図1】 本発明の原理図
【図2】 本発明の共用ファイル管理装置の構成図
【図3】 本発明のフローチャート図(その1)
【図4】 本発明のフローチャート図(その2)
【図5】 本発明のフローチャート図(その3)
【図6】 本発明の入力情報の様式図
【図7】 本発明の管理テーブルの様式図
【図8】 本発明のメッセージ保持部の様式図
【図9】 従来の共用ファイル管理装置の構成図
【図10】 従来の管理テーブルの様式図
【図11】 従来のフローチャート図
【符号の説明】
1 共用ファイル管理装置
2 管理情報保持手段
3 日付管理手段
4 管理情報更新手段
5 メッセージ保持手段
6 クライアント
7 ネットワーク
10 記憶回路
12 管理テーブル
12’ 管理テーブル
13 カレンダタイマ
14 管理情報更新部
14’ テキストエディタ
15 メッセージ保持部
20 制御回路
30 接続回路
60 クライアントA
61 クライアントB
62 クライアントC
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a shared file management apparatus that manages a shared file shared by a plurality of clients.
[0002]
In a client / server system in which a plurality of clients and servers are connected to a network and perform processing in common, a plurality of clients often share the same file.
[0003]
When a large number of shared files are aggregated and held in the file server, access to the file server is congested and processing performance is degraded.
Therefore, in order to prevent a decrease in processing performance, it is necessary to distribute the shared file to different devices to prevent access congestion.
[0004]
However, when the shared file is distributed and held by different devices, it is essential to clarify the storage destination of the shared file.
For this reason, a shared file management device that collects and manages management information (file names, storage positions, file amounts, etc.) related to all shared files is required.
[0005]
[Prior art]
A conventional example will be described with reference to FIGS. 9 to 11 by taking as an example a case where three clients are connected via a network.
[0006]
In FIG. 9, 1 is a shared file management apparatus, 60 is a client A, 61 is a client B, 62 is a client C, 7 is a network, 10 is a storage circuit, and 12 ' A management table, 14 'is a text editor, 20 is a control circuit, and 30 is a connection circuit.
[0007]
In the following description, when the client is generally described, the client 6 is described.
The shared file management apparatus 1 includes a storage circuit 10, a control circuit 20, and a connection circuit 30, and is connected to a plurality of clients 6 via a network 7. The shared file management information (hereinafter abbreviated as “management information”). )) And registers, changes, or deletes management information according to instructions from the client 6 (hereinafter collectively referred to as “update”).
[0008]
The client 6 is connected to the shared file management apparatus 1 via the network 7 and is an apparatus that instructs the shared file management apparatus 1 to update management information.
As shown in FIG. 10, the management table 12 ′ is composed of a plurality of records, and management information including a file name, a file storage position (hereinafter collectively referred to as “file information”), a file amount, etc. Is an area provided in the memory circuit 10.
[0009]
In the case of FIG. 10, one record is composed of management information in the form of, for example, the file name is File01, the storage position is specified by the ID of FSK of DISK1 in the client A60, and the file amount is 1024 MB. .
[0010]
The text editor 14 ′ is software held in the storage circuit 10 that updates management information based on transmission information transmitted from the client 6 via the connection circuit 30.
[0011]
The storage circuit 10 is connected to the control circuit 20 and the connection circuit 30 and holds the management table 12 ′ and the text editor 14 ′.
The control circuit 20 is a circuit that is connected to the storage circuit 10 and the connection circuit 30, runs software held in the storage circuit 10, and updates management information held in the management table 12 ′.
[0012]
The connection circuit 30 is connected to the storage circuit 10, the control circuit 20, and the client 6 via the network 7, and is a circuit that activates and operates the text editor 14 ′ based on transmission information transmitted from the client 6.
[0013]
Next, the flow of management information update processing will be described with reference to FIG.
When transmission information is transmitted from the client 6 via the network 7, the shared file management apparatus 1 starts the text editor 14 'based on the transmission information received via the connection circuit 30, and opens the management table 12'. Is done. (Step S01)
The management table 12 ′ is referred to by the text editor 14 ′, and a record designated by the client 6 is selected. (Step S02)
If logout is instructed by the text editor 14 'from the client 6, the process proceeds to step S12. If a change is instructed, the process proceeds to step S11. If registration is instructed, the process proceeds to step S10. If instructed, the process proceeds to step S08. If deletion is instructed, the process proceeds to step S09. (Steps S03 to S07)
The management information registered in the record is copied to a new record by the text editor 14 ', and the process returns to step S03. (Step S08)
The management information registered in the record is deleted by the text editor 14 ', and the process returns to step S03. (Step S09)
The management information in the transmission information is registered in the record by the text editor 14 ', and the process returns to step S03. (Step S10)
The information on the designated position of the management information registered in the record by the text editor 14 ′ is replaced with the information on the designated position in the transmission information, and the process returns to step S03. (Step S11)
The management table 12 ′ is closed, the text editor 14 ′ is stopped, and the process is terminated. (Step S12)
[0014]
[Problems to be solved by the invention]
In the conventional shared file management apparatus, the update information entered in a list or the like is referred to, and the management information is updated by directly specifying the target record using a text editor.
[0015]
Even when the registered management information is deleted when a specific date arrives, the management information is deleted when it is identified that the specified deletion date has been reached by referring to a list or the like.
Therefore, since the registered management information is directly updated, it is easy to make an update error, and it is necessary to prevent the update error by using a specific person as a dedicated operator.
[0016]
As a result, the file update procedure becomes complicated, and it takes time to update the file.
It is an object of the present invention to provide a shared file management apparatus that can automatically delete management information on a specified deletion date, and can easily update the management information without error without requiring an operator. And
[0017]
[Means for Solving the Problems]
The principle of the present invention will be described with reference to FIG.
In FIG. 1, 1 is a shared file management apparatus, 2 is management information holding means, 3 is date management means, 4 is management information update means, 5 is message holding means, and 60 is a client. A, 61 is a client B, 62 is a client C, and 7 is a network.
[0018]
The shared file management device 1 has management information holding means 2, date management means 3, management information update means 4, and message holding means 5, and is connected to a plurality of clients 6 via a network 7 and holds management information. The management information is updated by an instruction from the client 6.
[0019]
The management information holding unit 2 is a unit that holds management information that is updated by the management information update unit 4 and includes file information, a deletion designation date, and an update authorized person.
The date management means 3 is means for managing and displaying the date.
[0020]
The management information update unit 4 periodically refers to the management information holding unit 2 and the date management unit 3 and, when detecting that the specified deletion specified date has been reached, the management information update unit 4 stores the management information including the deletion specified date. Delete, register the file information and notification destination in the management information in the message holding means 5,
When the transmission information is received from the client 6, the message holding means 5 is referred to. When a notification destination name that matches the transmission source name of the transmission information is detected, it is specified by the file information corresponding to the notification destination specified by the notification destination name. Generate and send a message that the registration of the file to be deleted has been
When deletion of management information is instructed from the client 6, it is identified whether or not the instruction is from an update authorized person.
When a change in management information is instructed from the client 6, it is identified whether or not the instruction is from an update permitter. In the case of an instruction from an update permitter, the collected information is received from the client based on the input file information. Collect and change the management information specified in the file information,
When the registration of management information is instructed from the client 6, the collected information is collected from the client based on the input file information and registered in the management information holding means 2.
[0021]
The management information update unit 4 periodically compares the management information holding unit 2 and the date management unit 3 to check whether or not the deletion designated date has been reached,
When the deletion designation date comes, the management information corresponding to the management information holding unit 2 is deleted, and the file information and the notification destination name are registered in the message holding unit 5.
[0022]
Next, the management information updating unit 4 checks whether or not the transmission information is received from the client 6. When the transmission information is received, the transmission source name in the transmission information and the notification destination registered in the message holding unit 5 are checked. If the names match, the notification destination is notified of the deletion of management information based on the file information registered corresponding to the notification destination name.
[0023]
Next, the management information update unit 4 refers to the instruction item in the transmission information from the client 6.
When the deletion is instructed, the management information update unit 4 identifies whether or not the instruction is from the update authorized person, and deletes the management information in the case of an instruction from the update authorized person,
When the change is instructed, the management information update unit 4 identifies whether or not the instruction is from an update permitter. If the instruction is from the update permitter, the management information update unit 4 collects information from the client based on the file information in the transmission information. And replace the information at the specified position in the management information with the information at the specified position in the transmission information and collection information,
When registration is instructed, the management information update unit 4 collects the collected information from the client based on the file information in the transmission information, registers it in the management information holding unit 2,
Return to the check to see if the date has been specified for periodic deletion again.
[0024]
DETAILED DESCRIPTION OF THE INVENTION
Embodiments of the invention will be described in the order of (A) the configuration of the shared file management apparatus of the present invention and (B) the flow of shared file management processing of the present invention, with reference to FIGS.
[0025]
In addition, the same code | symbol is attached | subjected to the part which is the same as that demonstrated in description of the prior art example, and description of the principle of this invention, or a corresponding part, and a new code | symbol is attached | subjected about the part newly demonstrated in this description. explain.
(A) Configuration of Shared File Management Device of the Present Invention In FIG. 2, 1 is a shared file management device, 10 is a storage circuit, 20 is a control circuit, 30 is a connection circuit, and 12 is a management table. , 13 is a calendar timer, 14 is a management information update unit, 15 is a message holding unit, 60 is a client A, 61 is a client B, 62 is a client C, 7 is It is a network.
[0026]
The shared file management apparatus 1 includes a storage circuit 10, a control circuit 20, and a connection circuit 30, is connected to a plurality of clients 6 via the network 7, holds management information, and stores management information according to instructions from the client 6. It is a device to update.
[0027]
The management table 12 is an area that is provided in the storage circuit 10 and holds management information that is referred to and updated by the management information update unit 14.
The management information update unit 14 updates the management information held in the management table 12 based on the transmission information transmitted from the client 6 and received by the connection circuit 30 via the network 7. Software held in the storage circuit 10 It is.
[0028]
The management information update unit 14 periodically refers to the calendar timer 13 and deletes the management information including the deletion designated date when the arrival of the deletion designated date is detected, and the file information in the management information Register the notification destination in the message holding unit 15,
When the transmission information is received from the client 6, the message holding unit 15 is referred to. When a notification destination name that matches the transmission source name of the transmission information is detected, the notification destination specified by the notification destination name is set based on the corresponding file information. To generate and send a message to notify the deletion of management information,
If the instruction from the client 6 is to delete management information, whether or not it is an update permitter's instruction is identified by comparing the permitter name in the management table 12 with the transmission source name in the transmission information, and the update permission Delete the management information if instructed by the
When the management information is changed, it is identified whether or not it is an instruction from an update authorized person. If the instruction is from an update authorized person, the collected information is collected from the client 6 based on the file information in the transmission information, and the file Change the management information specified in the information,
In the case of registration of management information, it is software held in the storage circuit 10 that collects collected information from the client 6 based on file information in transmission information and registers it in the management table 12.
[0029]
The storage circuit 10 is a circuit that holds the management table 12, calendar timer 13, management information update unit 14, and message holding unit 15 connected to the control circuit 20 and the connection circuit 30.
[0030]
The control circuit 20 is a circuit connected to the storage circuit 10 and the connection circuit 30 to update the management information by running the software held by the storage circuit 10.
The connection circuit 30 is connected to the storage circuit 10 and the control circuit 20, is connected to the client 6 via the network 7, transfers transmission information from the client 6 to the management information update unit 14, and This is a circuit that sends the generated deletion notification message to a notification destination and transfers the collected information collected from the client 6 to the management information updating unit 14 based on an instruction from the management information updating unit 14.
[0031]
The calendar timer 13 is a well-known area provided in the storage circuit 10 that retains a periodically updated date as calendar information.
The message holding unit 15 is an area provided in the storage circuit 10 that holds file information indicating the management information deleted from the management table 12 and a notification destination name on the specified deletion date.
[0032]
FIG. 6 is a diagram illustrating a format of input information notified from the client 6, and the input information includes transmission information transmitted from the client 6 and collection information collected by the management information update unit 14.
[0033]
The transmission information includes file information (that is, “file name” and “storage position”) that specifies a file to be instructed, an instruction item that specifically indicates the instruction, a transmission source name that specifies the instructor, It consists of a delete specified date that specifies the delete date and an update permitter who is allowed to instruct the update after registration,
The collected information is a file amount indicating a file capacity that can be automatically notified by the client 6 based on the file information.
[0034]
FIG. 7 is a diagram showing a format of the management table 12, and the management information is configured in a record format including a file name, a storage position, a file amount, a deletion designation date, and an update authorized person for each shared file.
[0035]
For example, a shared file with the file name File01 is stored in a partition called FKD in DISK1 of the client A60, the file capacity is 1024 MB, and only FKD belonging to QCFIRM is allowed to be updated. FIG. 7 shows that the file is deleted on September 25, 1999.
(B) Flow of shared file management process of the present invention The calendar timer 13 is periodically referred to by the management information updating unit 14, and if the previously referred date and the current referenced date are the same, the process proceeds to step S06, and if different Then, the process proceeds to step S03. (Steps S01 to S02)
The management information update unit 14 refers to the management table 12 and proceeds to step S05 if a record that has reached the specified deletion date is detected, and proceeds to step S06 if it is not detected. (Steps S03 to S04)
The record that has reached the specified deletion date is deleted by the management information update unit 14, the file information and the notification destination name registered in the record are stored in the message holding unit 15, and the process proceeds to step S06. (Step S05)
The management information updating unit 14 checks the presence / absence of transmission information from the connection circuit 30. If transmission information is detected, the process proceeds to step S08. If transmission information is not detected, the process returns to step S01. (Steps S06 to S07)
When the management information updating unit 14 refers to the message holding unit 15 and if a record in which the registered notification destination matches the transmission source name in the transmission information is detected, the process proceeds to step S10. The process proceeds to step S11. (Steps S08 to S09)
Based on the file information held in the message holding unit 15 by the management information update unit 14, a message for notifying deletion of the management information is generated and notified to the notification destination via the connection circuit 30. (Step S10)
When the management information update unit 14 checks the instructions in the transmission information and instructs to delete the registered management information, the process proceeds to step S13. When the management information registration is instructed, the process proceeds to step S19. If it is instructed to change the registered management information, the process proceeds to step S22. (Steps S11 to S12)
The management information update unit 14 checks whether or not the management information designated by the transmission information is registered in the management information holding unit 12. If the management information has been registered, the process proceeds to step S15. If the management information has not been registered, the process proceeds to step S18. (Steps S13 to S14)
The management information updating unit 14 compares the transmission source name in the transmission information with the update authorized person name in the management information. If the instruction is from the update authorized person, the process proceeds to step S17, and the instruction from the authorized updater is issued. If not, the process proceeds to step S18. (Steps S15 to S16)
The record including the file information designated by the management information update unit 14 is deleted, and the process returns to step S01. (Step S17)
An error message is generated by the management information updating unit 14, and the error message is further output to the connection circuit 30 and notified to the transmission information transmission source via the network 7. Then, the process returns to step S01. (Step S18)
The management information update unit 14 selects a new record as a registration destination of management information. (Step S19)
Collected information is collected from the transmission information transmission source by the management information updating unit 14 via the connection circuit 30. (Step S20)
The changed part is extracted from the transmission information and the collected information by the management information update unit 14, is replaced with the corresponding part of the registered management information, and the process returns to step S01. (Step S21)
The management information update unit 14 checks whether or not the management information specified by the transmission information is registered in the management table 12. If registered, the process proceeds to step S24. If not registered, the process proceeds to step S26. (Steps S22 to S23)
The management information update unit 14 compares the authorized person name in the management information with the transmission source name in the transmission information. If they match, the process proceeds to step S27, and if they do not match, the process proceeds to step S26. (Steps S24 to S25)
An error message is generated by the management information updating unit 14 and transferred to the transmission source client 6 via the connection circuit 30. Then, the process returns to step S01. (Step S26)
Collected information is collected from the transmission source of the transmission information by the management information update unit 14 via the connection circuit 30. (Step S27)
The transmission information and the collection information are registered in the record as management information by the management information update unit 14, and the process returns to step S01. (Step S28)
[0036]
【The invention's effect】
As described above, according to the present invention, it is not necessary to manage the deletion date of registered management information, and when it is necessary to update, it can be updated easily and without error without requesting a dedicated operator. Therefore, there is an industrial effect that it is possible to manage timely shared files without errors.
[Brief description of the drawings]
FIG. 1 is a principle diagram of the present invention. FIG. 2 is a configuration diagram of a shared file management apparatus according to the present invention. FIG. 3 is a flowchart of the present invention (part 1).
FIG. 4 is a flowchart (part 2) of the present invention.
FIG. 5 is a flowchart of the present invention (part 3).
6 is a format diagram of input information according to the present invention. FIG. 7 is a format diagram of a management table according to the present invention. FIG. 8 is a format diagram of a message holding unit according to the present invention. 10 is a conventional management table format diagram. FIG. 11 is a conventional flowchart.
DESCRIPTION OF SYMBOLS 1 Shared file management apparatus 2 Management information holding means 3 Date management means 4 Management information update means 5 Message holding means 6 Client 7 Network 10 Storage circuit 12 Management table 12 'Management table 13 Calendar timer 14 Management information update section 14' Text editor 15 Message holding unit 20 Control circuit 30 Connection circuit 60 Client A
61 Client B
62 Client C

Claims (1)

複数のクライアントの共用する共用ファイルを管理する、Manage shared files shared by multiple clients,
各共用ファイルのファイル名と格納位置と削除指定日と通知先を管理情報として保持する管理情報保持手段と、Management information holding means for holding, as management information, the file name, storage location, deletion designation date, and notification destination of each shared file;
日付を管理する日付管理手段と、Date management means for managing dates;
削除指定日と日付を比較して削除指定日に達した場合に対応するファイルと該ファイルの管理情報を削除する管理情報更新手段と、を有する共用ファイル管理装置であって、A shared file management device having a file corresponding to the case where the deletion designation date is reached by comparing the date with the deletion designation date and management information update means for deleting the management information of the file,
削除されたファイルのファイル名と格納位置と通知先とを保持するメッセージ保持手段を有し、Message holding means for holding the file name, storage location and notification destination of the deleted file;
クライアントから管理情報の更新指示が入力された場合、管理情報更新手段が通知先からの指示であることを識別し、前記通知先に前記ファイルに関する管理情報の削除を通知することを特徴とする共用ファイル管理装置。When the management information update instruction is input from the client, the management information update unit identifies that the instruction is from the notification destination, and notifies the notification destination of the deletion of the management information related to the file File management device.
JP29719897A 1997-10-29 1997-10-29 Shared file management device Expired - Fee Related JP3716578B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP29719897A JP3716578B2 (en) 1997-10-29 1997-10-29 Shared file management device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP29719897A JP3716578B2 (en) 1997-10-29 1997-10-29 Shared file management device

Publications (2)

Publication Number Publication Date
JPH11134239A JPH11134239A (en) 1999-05-21
JP3716578B2 true JP3716578B2 (en) 2005-11-16

Family

ID=17843458

Family Applications (1)

Application Number Title Priority Date Filing Date
JP29719897A Expired - Fee Related JP3716578B2 (en) 1997-10-29 1997-10-29 Shared file management device

Country Status (1)

Country Link
JP (1) JP3716578B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4356693B2 (en) * 2003-03-12 2009-11-04 日本電気株式会社 Message delivery apparatus and method, system and program thereof

Also Published As

Publication number Publication date
JPH11134239A (en) 1999-05-21

Similar Documents

Publication Publication Date Title
JP3610718B2 (en) Electronic conference system
CN101416183B (en) Method and system for maintaining current data for wireless devices
BRPI1000139B1 (en) METHOD FOR UPDATING LOCATION CODE DATA AND LOCATION CODE CHANGE SYSTEM
JP3290801B2 (en) Resource location detection method
JP3716578B2 (en) Shared file management device
JP4259076B2 (en) File management system and file management method
JP3985430B2 (en) Database management apparatus and method
JP2003173329A (en) Document management system
JP3296570B2 (en) File transfer method
JP2005316715A (en) Document management system, method and program
JP2000196771A (en) Telephone directory management system
CN101364224A (en) Information management system and method
JP3761911B2 (en) File server and file management method
JP3718273B2 (en) Maintenance data management method
JP4219607B2 (en) Data search apparatus and server update method
JP4578234B2 (en) Project management system
JP2003330836A (en) Data transmission method
JP4394886B2 (en) Information distribution system and information distribution method
JPH08161210A (en) File management method and file management system
JPH03286345A (en) Version-up system for software
JPH076073A (en) Automatic delivery system among host terminal devices
JP4045868B2 (en) Information providing server, content management method, and program
JP2002288416A (en) Assets management method
JP2828004B2 (en) File collection distribution management system
JPH04102139A (en) Network system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050104

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050215

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: 20050809

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050822

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: 20080909

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20090909

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20090909

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100909

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20100909

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110909

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120909

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20120909

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130909

Year of fee payment: 8

LAPS Cancellation because of no payment of annual fees