JPS6263348A - Remote file copying system - Google Patents

Remote file copying system

Info

Publication number
JPS6263348A
JPS6263348A JP60202130A JP20213085A JPS6263348A JP S6263348 A JPS6263348 A JP S6263348A JP 60202130 A JP60202130 A JP 60202130A JP 20213085 A JP20213085 A JP 20213085A JP S6263348 A JPS6263348 A JP S6263348A
Authority
JP
Japan
Prior art keywords
file
data
copying
data address
copy
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
JP60202130A
Other languages
Japanese (ja)
Inventor
Kenichi Hori
健一 堀
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 JP60202130A priority Critical patent/JPS6263348A/en
Publication of JPS6263348A publication Critical patent/JPS6263348A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To reduce remarkably the communication quantity as compared with conventional systems which transmit file data through a communication channel, by copying file data in a storage device by only transmitting a copying command through a communication channel. CONSTITUTION:A user system 3 calculates the data address of the file of a transferring side and data address 001 of the file of a transferred side by means of a file managing means 32. Then the system 3 transmits a copying command 002 having the data address 001 as a parameter to a communication channel 4 by means of a copying command transmitting means 31 and the channel 4 transmits the command 002 to a server system 2. The server system 2 obtains the data address of the transferring side file and data address 001 of the transferred side file, both of which are parameters. Thereafter, the server system 2 causes a data copying means 22 to copy data in a storage device 1 to another position in accordance with the data addresses of the transferring side file is copied to a part of the transferred side file.

Description

【発明の詳細な説明】 技術分野 本発明はリモートファイルコピー方式に関し、特にリモ
ートファイルシステムにおいてユーザシステム側にファ
イル管理手段を有するリモートファイルコピー方式に関
する。
TECHNICAL FIELD The present invention relates to a remote file copying method, and more particularly to a remote file copying method having a file management means on the user system side in a remote file system.

従来技術 従来、ユーザシステム側にファイル管理手段を有するリ
モートファイ4ルシステムにおいてリモートファイルの
コピーを行う場合は、ユーザシステムが直接に記憶装置
をアクセスする場合の延長として、次の手順を用いてい
た。すなわち、まずユーザシステムはファイル管理手段
によって算出された転送元ファイルのデータアドレスを
指定してサーバシステムに読取り指令を発信する。これ
によって、ユーザシステムは(通常固定長の)ファイル
データの一部を得る。次に、ユーザシステムはファイル
管理手段によって算出された転送先ファイルのデータア
ドレスを指定してサーバシステムに書込み指令を与え、
先程読込んだファイルデータの一部を送信する。以下、
転送元ファイルが尽きるまで、読取り指令°と書込み指
令を繰返しサーバシステムに与えることによって、ファ
イルデータをコピーする。
Prior Art Conventionally, when copying remote files in a remote file system that has file management means on the user system side, the following procedure was used as an extension of the case where the user system directly accessed the storage device. . That is, first, the user system specifies the data address of the transfer source file calculated by the file management means and sends a read command to the server system. This gives the user system a portion of the (usually fixed length) file data. Next, the user system specifies the data address of the destination file calculated by the file management means and gives a write command to the server system,
Send part of the file data that was read earlier. below,
File data is copied by repeatedly giving read commands and write commands to the server system until the source file is exhausted.

前述のように、従来のリモートファイルコピー方式では
、必ずすべてのコピーすべきファイルデ′−−夕が通信
路上を一往復することになり、ファイルのデータ山が大
きい場合に、通信量の増大による処理時間の増大を招い
ていた。また、通信路に関する資源を長く占有すること
によって同じ通信路を利用する他の通信へのサービス性
が低下したり、ユーザシステムのデータ処理量の増大に
より記憶域やCPU占有時間等、ユーザシステムが必要
とするシステム資源が増大するといった問題をも含んで
いた。
As mentioned above, in the conventional remote file copy method, all the file data to be copied must go back and forth on the communication path once, and when the file data pile is large, the increase in communication volume causes problems. This resulted in an increase in processing time. In addition, by occupying resources related to a communication channel for a long time, the serviceability of other communications using the same communication channel may deteriorate, and due to an increase in the amount of data processing by the user system, storage space and CPU occupancy time may be reduced. This also included the problem of an increase in required system resources.

1J」しl力 本発明の目的は、前述の問題点を除去してファイルコピ
ーを行う処理時間1通信路の占有時間。
An object of the present invention is to eliminate the above-mentioned problems and reduce the processing time required to perform file copying by reducing the occupancy time of one communication channel.

必要とするシステム資源等を低減できるようにしたリモ
ートファイルコピー方式を提供することである。
An object of the present invention is to provide a remote file copying method that can reduce required system resources.

及1ビしl虜 本発明によるリモートファイルコピー方式は、ユーザシ
ステム側にファイル管理手段を有し、このファイル管理
手段からの指令に基づいてデータファイル内のデータを
コピーするようにしたりモートファイルコピ一方式であ
って、前記ユーザシステム側から転送元ファイルのデー
タアドレス及び転送先ファイルのデータアドレスを含む
複写指令を送出するようにし、複写データの送受なしに
データファイルの複写を可能としたことを特徴としてい
る。
The remote file copy method according to the present invention has a file management means on the user system side, and copies data in a data file based on instructions from the file management means. In one type, the user system sends a copy command including the data address of the transfer source file and the data address of the transfer destination file, making it possible to copy the data file without sending or receiving copy data. It is a feature.

1五M 次に、本発明について図面を参照して説明する。15M Next, the present invention will be explained with reference to the drawings.

第1図に示した本発明の実施例のブロック図を参照する
と、本発明の一実施例はデータファイルである記憶装置
1.サーバシステム2.ユーザシステム39通信路4か
ら構成されたリモートファイルシステムであり、サーバ
システム2は複写指令受信手段21とデータ複写手段2
2とを有し、ユーザシステム3は複写指令発信手段31
とファイル管理手段32とを有している。
Referring to the block diagram of an embodiment of the present invention shown in FIG. 1, one embodiment of the present invention includes a storage device 1. Server system 2. It is a remote file system composed of a user system 39 and a communication path 4, and the server system 2 includes a copy command receiving means 21 and a data copying means 2.
2, the user system 3 has a copy command issuing means 31
and file management means 32.

図においては図面の繁雑化を回避するために1個のユー
ザシステムしか描かれていないが、サーバシステムを利
用するユーザシステムが複数個あってもよい。この場合
は、各ユーザシステムとサーバシステムとの間を結合す
る通信路もまたユーザシステムの数と同じたけ存在して
よいし、また通信路が複数のユーザに共有されていても
よい。
Although only one user system is depicted in the figure to avoid complication of the drawing, there may be a plurality of user systems that use the server system. In this case, there may be as many communication paths connecting each user system and the server system as there are user systems, or the communication path may be shared by multiple users.

図において、ユーザシステム3が記憶装置1内のファイ
ルをコピーする場合には次のように動作する。まず、ユ
ーザシステム3はファイル管理手段32によって転送元
ファイルのデータアドレスおよび転送大ファイルのデー
タアドレス001を算出する。次に、ユーザシステム3
は転送元ファイルのデータアドレスおよび転送先ファイ
ルのデータアドレス001をパラメータとして持つ複写
指令002を複写指令発信手段31によって通信路4に
発信する。通信路4はユーザシステム2から発信された
複写指令002をサーバシステム2に伝送する。
In the figure, when the user system 3 copies a file in the storage device 1, the operation is as follows. First, the user system 3 uses the file management means 32 to calculate the data address of the transfer source file and the data address 001 of the transfer large file. Next, user system 3
The copy command transmitting means 31 transmits to the communication path 4 a copy command 002 having the data address of the transfer source file and the data address 001 of the transfer destination file as parameters. The communication path 4 transmits the copy command 002 sent from the user system 2 to the server system 2.

サーバシステム2は複写指令受信手段21によって複写
指令002を受信し、パラメータである転送元ファイル
のデータアドレス及び転送先ファイルのデータアドレス
001を得る。次に、サーバシステム2は転送元ファイ
ルのデータアドレス及び転送先ファイルのデータアドレ
ス001に基づき、データ複写手段22により記憶装置
1内にあるデータを他の位欝に複写する。以上の動作に
よって、転送元ファイルのデータの一部(通常固定長)
が転送先ファイルの一部に複写される。
The server system 2 receives the copy command 002 by the copy command receiving means 21, and obtains the data address of the transfer source file and the data address 001 of the transfer destination file, which are parameters. Next, the server system 2 uses the data copying means 22 to copy the data in the storage device 1 to another location based on the data address of the source file and the data address 001 of the destination file. By the above operation, part of the data (usually fixed length) of the source file is transferred.
is copied to part of the destination file.

転送元ファイルのすべてのデータについて以上の動作を
繰返せば、転送元ファイルのデータは転送先ファイルに
複写されてコピーが完了することになる。
By repeating the above operations for all data in the source file, the data in the source file will be copied to the destination file and the copying will be completed.

上記実施例において、ユーザシステム3としては例えば
パーソナルコンピュータを用い、通信路4としてはエリ
アネットワークを用いることができるものである。
In the above embodiment, the user system 3 may be a personal computer, and the communication path 4 may be an area network.

発明の詳細 な説明したように、本発明によるリモートファイルコピ
ー方式では、複写指令を通信路によって伝送するだ【ノ
で、記憶装置内のファイルデータがコピーされる。よっ
て、ファイルデータを通信路によって伝送する従来の方
式に比して、通信量が大幅に低減できるので、ファイル
コピーを行う処理時間の短縮8通信路占有時間の短縮に
よる通信路のサービス性向上、更にはユーザシステムが
必要とするシステム資源の低減等に大きな効果がある。
As described in detail, in the remote file copy method according to the present invention, file data in a storage device is copied by transmitting a copy command through a communication path. Therefore, compared to the conventional method of transmitting file data through a communication channel, the amount of communication can be significantly reduced, reducing the processing time for file copying. 8. Improving the serviceability of the communication channel by reducing the time occupied by the communication channel. Furthermore, it has a great effect on reducing the system resources required by the user system.

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

図は本発明の実施例のブロック図である。 主要部分の符号の説明 1・・・・・・記憶装置 2・・・・・・サーバシステム 3・・・・・・ユーザシステム The figure is a block diagram of an embodiment of the invention. Explanation of symbols of main parts 1... Storage device 2... Server system 3...User system

Claims (1)

【特許請求の範囲】[Claims] ユーザシステム側にファイル管理手段を有し、このファ
イル管理手段からの指令に基づいてデータファイル内の
データをコピーするようにしたリモートファイルコピー
方式であつて、前記ユーザシステム側から転送元ファイ
ルのデータアドレス及び転送先ファイルのデータアドレ
スを含む複写指令を送出するようにし、複写データの送
受なしにデータファイルの複写を可能としたことを特徴
とするリモートファイルコピー方式。
A remote file copy method in which a file management means is provided on the user system side, and data in a data file is copied based on instructions from the file management means, and the data of the source file is copied from the user system side. A remote file copy method characterized in that a copy command including an address and a data address of a transfer destination file is sent, thereby making it possible to copy a data file without sending or receiving copy data.
JP60202130A 1985-09-12 1985-09-12 Remote file copying system Pending JPS6263348A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60202130A JPS6263348A (en) 1985-09-12 1985-09-12 Remote file copying system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60202130A JPS6263348A (en) 1985-09-12 1985-09-12 Remote file copying system

Publications (1)

Publication Number Publication Date
JPS6263348A true JPS6263348A (en) 1987-03-20

Family

ID=16452459

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60202130A Pending JPS6263348A (en) 1985-09-12 1985-09-12 Remote file copying system

Country Status (1)

Country Link
JP (1) JPS6263348A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6487645B1 (en) 2000-03-06 2002-11-26 International Business Machines Corporation Data storage subsystem with fairness-driven update blocking

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6487645B1 (en) 2000-03-06 2002-11-26 International Business Machines Corporation Data storage subsystem with fairness-driven update blocking

Similar Documents

Publication Publication Date Title
JP3384686B2 (en) Method and apparatus for receiving information from a communication network
JP2000132443A (en) Computer, information sharing system and holding method for identity of replica
US5163156A (en) Method for distributing messages through a mapping table which includes for each originating device a sequential list of corresponding destination devices
JPH09224044A (en) Distribution system
US5218713A (en) Distributed data management mechanism for handling a data stream
JP4208506B2 (en) High-performance storage device access environment
Chesson The network UNIX system
JPS6263348A (en) Remote file copying system
JPH04274535A (en) System for accessing file on plural operating systems
JPH11149455A (en) Memory disk sharing method and its executing device
JPS61191140A (en) Communication system for local network
US7596563B1 (en) Computerized file system and method
JP3307331B2 (en) Network file system data transfer method
CA1328928C (en) Computer communication arrangement
JP3339442B2 (en) Communication processing system network
JP2994327B2 (en) Data relay device
JP2984594B2 (en) Multi-cluster information processing system
JPH0535619A (en) File transferring device
JP3236158B2 (en) Network processing method for multiple host systems
JPH03216750A (en) Computer network system and data transfer method
JPH0667998A (en) Remote file access equipment
JPH10173709A (en) Network server device
JPH05158846A (en) Data transmitting system for computer network
JPH03219339A (en) Data processing system
JPS5824254A (en) Packet buffer-free system