JPH05173724A - Magnetic tape storage device - Google Patents

Magnetic tape storage device

Info

Publication number
JPH05173724A
JPH05173724A JP33886891A JP33886891A JPH05173724A JP H05173724 A JPH05173724 A JP H05173724A JP 33886891 A JP33886891 A JP 33886891A JP 33886891 A JP33886891 A JP 33886891A JP H05173724 A JPH05173724 A JP H05173724A
Authority
JP
Japan
Prior art keywords
magnetic tape
file
descriptor
control table
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP33886891A
Other languages
Japanese (ja)
Inventor
Chiaki Yamauchi
千明 山内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
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 JP33886891A priority Critical patent/JPH05173724A/en
Publication of JPH05173724A publication Critical patent/JPH05173724A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To simplify access to a descriptor concerning a magnetic tape. CONSTITUTION:When a control table is outputted by a host device (host) 20 while instructing the write of the control table such as a volume control table or a file control table concerning the magnetic tape mounted on a magnetic tape storage device 10, an MPU 142 of a magnetic tape storage controller 14 writes the control table in a RAM 141. On the contrary, when the host device 20 instructs the read of the control table for confirming control table contents, the MPU 142 reads the desired control table from the RAM 141 and outputs it to the host device 20.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は磁気テープを記憶媒体と
する磁気テープ記憶装置に係わり、特に上位装置が記述
子で磁気テープの管理を行う場合に、記述子に対するア
クセスを簡便に行うのに好適な磁気テープ記憶装置に関
する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a magnetic tape storage device using a magnetic tape as a storage medium, and particularly for easily accessing the descriptor when the host device manages the magnetic tape with the descriptor. A preferred magnetic tape storage device.

【0002】コンピュータシステムでは、磁気ディスク
装置のデータバックアップなどのために従来から磁気テ
ープ記憶装置が用いられている。この磁気テープ記憶装
置は、記憶媒体として記憶容量の大きな磁気テープ(ボ
リュームと呼ばれる)を用いることで、大量のデータを
長期保存できるという特徴がある。磁気テープ記憶装置
では、通常、多数の磁気テープが交換して用いられ、ま
た、1本の磁気テープの中に複数のデータがファイル単
位で格納されたり、1つのファイルが複数の磁気テープ
に跨がって格納されたりする場合が多い。このため、磁
気テープ記憶装置を運用する上位装置(ホスト)は、ボ
リューム制御ラベル、ファイル制御ラベル等の記述子を
用いて磁気テープの管理を行うようにしている。
In a computer system, a magnetic tape storage device has been conventionally used for data backup of a magnetic disk device. This magnetic tape storage device has a feature that a large amount of data can be stored for a long time by using a magnetic tape (called a volume) having a large storage capacity as a storage medium. In a magnetic tape storage device, usually, a large number of magnetic tapes are exchanged and used, and a plurality of data are stored in a single magnetic tape in units of files, or one file is spread over a plurality of magnetic tapes. In many cases, they are stored after being stored. For this reason, a host device (host) that operates the magnetic tape storage device manages the magnetic tape by using descriptors such as a volume control label and a file control label.

【0003】上位装置は記述子を手掛かりにして磁気テ
ープ記憶装置に指示を与え、磁気テープにデータを記録
させたり、所望のデータを磁気テープから読み出させた
りする。よって、上位装置の記述子に対するアクセスを
如何に効率的に行えるようにするかが磁気テープ記憶装
置の稼働効率、ひいてはコンピュータシステム全体の稼
働効率を向上させるために極めて重要である。本発明は
かかる要請に応えるべくなされたもので、特に、上位装
置の記述子に対するアクセスを簡便化するものである。
The host device uses the descriptor as a clue to give an instruction to the magnetic tape storage device to record data on the magnetic tape or read desired data from the magnetic tape. Therefore, how to efficiently access the descriptor of the host device is extremely important for improving the operating efficiency of the magnetic tape storage device, and thus the operating efficiency of the entire computer system. The present invention has been made in response to such a request, and particularly, simplifies access to a descriptor of a higher-level device.

【0004】[0004]

【従来の技術】記憶媒体に記憶容量の極めて大きな磁気
テープを用いて磁気ディスク装置のバックアップなどに
対応できるようにした磁気テープ記憶装置がある。この
磁気テープ記憶装置では、多数の磁気テープが交換して
用いられるので、各磁気テープを何らかの方法で区別す
る必要があり、また、1本の磁気テープの中に複数のデ
ータがファイル単位で格納される場合(マルチファイル
リール)、各ファイルも何らかの方法で区別する必要が
あり、更に、1つのファイルが複数の磁気テープに跨が
って格納される場合(マルチリールファイル)も、何ら
かの方法で識別する必要がある。磁気テープは、データ
ブロックとテープマークと呼ばれる区切りを表す特別な
レコードの2種類が読み書きされるが、上述した区別や
識別を可能とするため、磁気テープの所定部分のデータ
ブロックを用いて、ボリューム制御ラベルとファイル制
御ラベルの記述子を格納しておき、これらの記述子によ
り上位装置が磁気テープの管理を行えるようにしてあ
る。
2. Description of the Related Art There is a magnetic tape storage device in which a magnetic tape having an extremely large storage capacity is used as a storage medium so that it can be used for backup of a magnetic disk device. In this magnetic tape storage device, since a large number of magnetic tapes are used by being exchanged, it is necessary to distinguish each magnetic tape by some method, and a plurality of data is stored in one magnetic tape in units of files. If it is done (multi-file reel), it is necessary to distinguish each file by some method. Further, if one file is stored over a plurality of magnetic tapes (multi-reel file), it is also done by some method. Need to identify. A magnetic tape is read and written with two types of data blocks and special records that represent delimiters called tape marks. To enable the above-mentioned distinction and identification, a data block of a predetermined portion of the magnetic tape is used to create a volume. The descriptors of the control label and the file control label are stored so that the host device can manage the magnetic tape by these descriptors.

【0005】記述子を磁気テープに格納する形式には、
標準ラベル形式、非標準ラベル形式があり、他に記述子
を含まないラベル無しの形式がある。一般的には、図1
1に示す標準ラベル形式が用いられている。但し、図1
1はマルチファイルリールかつマルチリールファイルの
例である。各磁気テープの先頭に物理BOT、最初と中
間の磁気テープの最後に物理EOTが設けられている。
ファイルを構成する実データのデータブロックの前後に
はテープマークTMを挟んで、ファイル制御ラベルとし
てのHDR1,HDR2とEOF1,EOF2(但し、
最初と中間の磁気テープの最後のファイルに対してはフ
ァイルが次の磁気テープに続くことを示すEOV1,E
OV2)が記憶され、物理BOTの次にボリューム制御
ラベルとしてのVOL1が記憶される。また、最初と中
間の磁気テープの最後のファイルのデータブロックの最
後の位置に論理EOTも記憶されている。
The format for storing the descriptor on the magnetic tape is as follows.
There are standard label format, non-standard label format, and other non-label format without descriptor. Generally, FIG.
The standard label format shown in 1 is used. However, in FIG.
1 is an example of a multi-file reel and a multi-reel file. A physical BOT is provided at the head of each magnetic tape, and a physical EOT is provided at the end of the first and middle magnetic tapes.
HDR1, HDR2 and EOF1, EOF2 as file control labels (however, with tape marks TM before and after the data block of the actual data forming the file,
For the last file on the first and middle magnetic tape, EOV1, E, which indicates that the file continues on the next magnetic tape.
OV2) is stored, and VOL1 as a volume control label is stored next to the physical BOT. The logical EOT is also stored at the last position of the data block of the last file of the first and intermediate magnetic tapes.

【0006】ボリューム制御ラベル、ファイル制御ラベ
ルの具体的内容は図12の如くなっており、この内、ラ
ベル識別番号でVOL1,HDR1,HDR2,EOF
1,EOF2,EOV1,EOV2が表される。ボリュ
ーム通番で各磁気テープの固有番号、ファイル通番で各
ファイルの固有番号、ファイル識別番号でファイルの名
称番号、ボリューム順番でマルチリールファイル時のリ
ール順序、ファイル順番でマルチファイルリールのファ
イル順序、ブロックカウントでファイルに含まれるブロ
ック数が示される。他の項目については公知であるので
省略する。上位装置は磁気テープ記憶装置を指示して、
記述子やデータを与えながら、これら記述子やデータを
磁気テープに記録させ、また、必要な場合には、磁気テ
ープ記憶装置を指示して、記述子やデータを磁気テープ
から読み出させる。
The specific contents of the volume control label and the file control label are as shown in FIG. 12, of which the label identification numbers are VOL1, HDR1, HDR2, EOF.
1, EOF2, EOV1, EOV2 are represented. The volume serial number is the unique number of each magnetic tape, the file serial number is the unique number of each file, the file identification number is the file name number, the volume order is the reel order of a multi-reel file, the file order is the file order of a multi-file reel, and the block. The count indicates the number of blocks contained in the file. The other items are publicly known and therefore omitted. The upper device instructs the magnetic tape storage device,
While giving the descriptors and data, the descriptors and data are recorded on the magnetic tape, and if necessary, the magnetic tape storage device is instructed to read the descriptors and data from the magnetic tape.

【0007】図13と図14は、各々、上位装置によっ
て行われる記述子に対するアクセスの一例であり、図1
2は新規の磁気テープに対する標準ラベル形式でのイニ
シャライズ処理を示し、図13は出力ファイルオープン
時等における標準ラベル形式でのヘッダラベルのイニシ
ャライズ処理を示す。但し、二重枠はテープモーション
を表す。 図13において、磁気テープ記憶装置に新規
の磁気テープをマウントすると(ステップ101)、磁
気テープ記憶装置の自発的な制御で磁気テープは物理B
OTに位置決めされる(ステップ102)。この状態
で、上位装置がライトコマンドを発行するとともにVO
L1の内容を磁気テープ記憶装置に与えて、磁気テープ
記憶装置により磁気テープの物理BOTの次にVOL1
を書き込ませ(ステップ103)、続いて、ERASE コマ
ンドを与えてVOL1の次にイレーズパターン(無記録
部)を設けさせる(ステップ104)。そして、再び、
ライトコマンドとHDR1の内容を磁気テープ記憶装置
に与えて、磁気テープ記憶装置により磁気テープのVO
L1の次にHDR1を書き込ませる(ステップ10
5)。最後にTMコマンドを与えてHDR1の次にTM
を書き込ませる(ステップ106)。
FIG. 13 and FIG. 14 each show an example of access to a descriptor made by a higher-level device.
2 shows the initialization processing in the standard label format for the new magnetic tape, and FIG. 13 shows the initialization processing of the header label in the standard label format when the output file is opened. However, the double frame represents tape motion. In FIG. 13, when a new magnetic tape is mounted on the magnetic tape storage device (step 101), the magnetic tape is physically controlled by the physical control of the magnetic tape storage device.
Positioned at OT (step 102). In this state, the host device issues a write command and VO
The contents of L1 are given to the magnetic tape storage device, and the magnetic tape storage device uses VOL1 after the physical BOT of the magnetic tape.
Is written (step 103), and then an ERASE command is given to provide an erase pattern (non-recording portion) next to VOL1 (step 104). And again,
The write command and the contents of HDR1 are given to the magnetic tape storage device, and the VO of the magnetic tape is sent by the magnetic tape storage device.
HDR1 is written next to L1 (step 10
5). Finally, give TM command and then TM after HDR1.
Is written (step 106).

【0008】図14においては、磁気テープが物理BO
Tの後に位置決めされているものとして、上位装置はリ
ードコマンドを発行して、磁気テープ記憶装置により磁
気テープからVOL1とHDR1(旧)を読み出させた
のち(ステップ201)、BACK SPACEコマンドを2回発
行して、磁気テープをVOL1の前まで戻させる(ステ
ップ202)。そして、SPACE コマンドを1回発行して
VOL1を越える位置まで前進させ(ステップ20
3)、次いで、ライトコマンドと新たなHDR1を与え
てVOL1の次に新たなHDR1を書き込ませ(ステッ
プ204)、次いで、ライトコマンドとHDR2を与え
てHDR1の次にHDR2を書き込ませる(ステップ2
05)。最後にTMコマンドを与えてHDR2の次にT
Mを書き込ませる(ステップ206)。
In FIG. 14, the magnetic tape is a physical BO.
Assuming that the device is positioned after T, the host device issues a read command to cause the magnetic tape storage device to read VOL1 and HDR1 (old) from the magnetic tape (step 201), and then execute the BACK SPACE command 2 It is issued once and the magnetic tape is returned to the front of VOL1 (step 202). Then, issue the SPACE command once to advance to a position beyond VOL1 (step 20
3) Next, write command and new HDR1 are given to write new HDR1 next to VOL1 (step 204), and then write command and HDR2 are given to write HDR2 next to HDR1 (step 2)
05). Finally, give TM command and then T after HDR2.
M is written (step 206).

【0009】また、図15は上位装置が標準ラベル形式
の磁気テープに対し、記述子を利用してファイルサーチ
処理を行うときの流れ図であり、予め、磁気テープには
制御ラベルが記憶済みであるとする。磁気テープのマウ
ントが行われて物理BOTの後に位置決めされたあと
(ステップ301)、上位装置はリードコマンドを発行
して、磁気テープ記憶装置により磁気テープからVOL
1を読み出させ(ステップ302)、再度、リードコマ
ンドを発行して次の制御ラベルの内容を読み出させる
(ステップ303)。そして、今回、読み出させた内容
がHDR1であれば(ステップ304でYES)、ファ
イル識別番号などから所望ファイルに該当するものか判
断し(ステップ305)、NOのとき、SPACE FILEコマ
ンドを3回発行して、それまでのファイルに関するEO
F2(またはEOV2)の次の制御ラベルの開始位置ま
で磁気テープを前進させる(ステップ306〜30
8)。そして、リードコマンドを発行して次の制御ラベ
ルの内容を読み出させ(ステップ303)、HDR1で
あれば所望ファイルに該当するものか判断し(ステップ
304、305)、NOであれば、再び、ステップ30
6以降の処理を繰り返す。
FIG. 15 is a flow chart when the host device performs a file search process using a descriptor on a standard label type magnetic tape, and a control label has been stored in advance on the magnetic tape. And After the magnetic tape is mounted and positioned after the physical BOT (step 301), the host device issues a read command to cause the magnetic tape storage device to read the VOL from the magnetic tape.
1 is read (step 302), and the read command is issued again to read the content of the next control label (step 303). Then, if the read content is HDR1 this time (YES in step 304), it is determined whether the file corresponds to the desired file from the file identification number or the like (step 305), and if NO, the SPACE FILE command is executed three times. Issue and EO about files up to that point
The magnetic tape is advanced to the start position of the control label next to F2 (or EOV2) (steps 306 to 30).
8). Then, a read command is issued to read the contents of the next control label (step 303), and if HDR1 it is judged whether or not it corresponds to the desired file (steps 304 and 305). Step 30
The processing from 6 onward is repeated.

【0010】若し、ステップ305でYESとなったな
らば、リードコマンドを発行してHDR1に続くHDR
2を読み出させ(ステップ309)、SPACE FILEコマン
ドを1回発行して、直後のテープマークTMの直ぐあと
の位置まで前進させ(ステップ310)、所定のサーチ
成功処理をしたのち(ステップ311)、フローを終え
る。また、ステップ304でNOの場合、当該制御ラベ
ルがEOV1か判断し(ステップ312)、NOであれ
ば所定のサーチ不成功処理をしたのち(ステップ31
3)、フローを終え、ステップ312でYESとなった
場合はアンロードコマンドを与えて、磁気テープをアン
ロードさせたのち(ステップ314)、ステップ301
に戻る。
If YES in step 305, a read command is issued and the HDR following HDR1 is issued.
2 is read (step 309), the SPACE FILE command is issued once to advance to the position immediately after the tape mark TM immediately after (step 310), and after predetermined search success processing (step 311). , Finish the flow. If NO in step 304, it is determined whether the control label is EOV1 (step 312). If NO, a predetermined search failure process is performed (step 31).
3) When the flow is completed and YES is obtained in step 312, an unload command is given to unload the magnetic tape (step 314), and then step 301
Return to.

【0011】このように、上位装置は、磁気テープ記憶
装置をして予め磁気テープにデータとともに所定の記述
子を記憶させておくことで、該記述子を手掛かりとして
所望のデータを磁気テープから読み出させて入手するこ
とが可能となる。通常、上位装置は磁気テープ記憶装置
にデータを読み書きさせる際、ファイル単位で一括して
行い、また、ファイル内でのデータは連続しているの
で、1つのファイル内を前後して読み書きするようなこ
とは起きない。そして、各ファイルのデータ量も比較的
大きなことから、シーケンシャルアクセス可能で記憶容
量の大きな記憶媒体である磁気テープ上にデータを置く
ことは適切である。なお、図13〜図15などの処理は
マクロ命令に基づき上位装置のオペレーションシステム
が磁気テープ記憶装置を制御することで実行される。
In this way, the host device reads the desired data from the magnetic tape by using the descriptor as a clue by storing a predetermined descriptor together with the data on the magnetic tape in advance by using the magnetic tape storage device. It is possible to get it out. Normally, when a host device reads / writes data from / to a magnetic tape storage device, it performs batch processing on a file-by-file basis, and since the data in a file is continuous, it may read / write back and forth within one file. Nothing happens. Since the data amount of each file is relatively large, it is appropriate to place the data on a magnetic tape, which is a storage medium that can be sequentially accessed and has a large storage capacity. The processes shown in FIGS. 13 to 15 are executed by the operation system of the host device controlling the magnetic tape storage device based on the macro instruction.

【0012】[0012]

【発明が解決しようとする課題】しかしながら、上記し
た従来技術では、ボリューム制御ラベルとファイル制御
ラベルなどの記述子を磁気テープの先頭部分と各ファイ
ルデータの前後に置く構成となっているため、ヘッダラ
ベルの更新、ボリュームオープン、ファイルサーチ等の
処理で上位装置が記述子に対するアクセス(読み書き)
を行おうとする場合、上位装置から磁気テープ記憶装置
へのコマンド処理が煩雑で、テープモーションが多くリ
ポジショニングも多発し、処理の実行に時間を要すると
いう問題があった。例えば、或るファイルの属性を知り
たい場合、磁気テープを当該ファイルまで読み進めなけ
ればならず、ボリューム全体についても、総ファイル
数、マルチファイルリールであるかマルチリールファイ
ルであるかなどの属性を得るためには磁気テープ全体を
読み進める必要があった。以上から本発明の目的は、記
述子に対するアクセスを簡便に行うことができる磁気テ
ープ記憶装置を提供することである。
However, in the above-mentioned prior art, since the descriptors such as the volume control label and the file control label are placed at the head portion of the magnetic tape and before and after each file data, the header The host device accesses (reads / writes) the descriptor by processing such as label update, volume open, and file search.
However, there is a problem in that command processing from the host device to the magnetic tape storage device is complicated, there are many tape motions, repositioning frequently occurs, and it takes time to execute the processing. For example, if you want to know the attributes of a file, you have to read the magnetic tape to the file, and for the entire volume, specify the attributes such as the total number of files and whether it is a multi-file reel or a multi-reel file. It was necessary to read through the entire magnetic tape to get it. From the above, an object of the present invention is to provide a magnetic tape storage device that can easily access a descriptor.

【0013】[0013]

【課題を解決するための手段】図1は本発明の原理説明
図である。10は記述子としての制御テーブルで管理さ
れる磁気テープをデータの記憶媒体とする磁気テープ記
憶装置、12は磁気テープを対象としてデータの記録・
再生を行う磁気テープドライブ装置、14は上位装置の
指示に従い磁気テープドライブ装置を制御して,磁気テ
ープに対するデータの記録・再生を行わせたり,制御テ
ーブルの管理を行う磁気テープ記憶制御装置、140は
制御プログラムを格納したプログラムROM、141は
制御テーブル記憶エリアを一部に含むRAM、142は
制御プログラムを用いて上位装置の指示に従い,RAM
に対する制御テーブルの書き込みと読み出しを行った
り,磁気テープドライブ装置を制御して磁気テープに対
するデータの記録・再生を行わせるMPUである。20
は上位装置であり、制御テーブルを用いて磁気テープを
管理しながら磁気テープ記憶装置に指示を与えて磁気テ
ープに対するデータの書き込みと読み出しを行わせる。
FIG. 1 illustrates the principle of the present invention. Reference numeral 10 is a magnetic tape storage device using a magnetic tape managed by a control table as a descriptor as a data storage medium, and 12 is a data recording / recording targeting the magnetic tape.
A magnetic tape drive device 14 for reproducing data is controlled by a magnetic tape drive device 14 according to an instruction from a host device to record / reproduce data on / from a magnetic tape or to manage a control table. Is a program ROM storing a control program, 141 is a RAM partially including a control table storage area, and 142 is a RAM according to an instruction of a host device using the control program.
Is an MPU that writes and reads a control table to and from the magnetic tape drive device, and controls the magnetic tape drive device to record and reproduce data on the magnetic tape. 20
Is a higher-level device, which gives instructions to the magnetic tape storage device to write and read data to and from the magnetic tape while managing the magnetic tape using the control table.

【0014】[0014]

【作用】上位装置20が磁気テープ記憶装置10にマウ
ントされた磁気テープに関するボリューム制御テーブ
ル,ファイル制御テーブルなど、制御テーブルの新規登
録や更新などのため書き込みを指示して制御デーブルを
出力すると、MPU142はRAM141の制御テーブ
ル情報記憶エリアに当該磁気テープの制御テーブルとし
て書き込み、新規登録や更新を行う。また、上位装置2
0が磁気テープ記憶装置10にマウントされた磁気テー
プに関するボリューム制御テーブル,ファイル制御テー
ブルなど、制御テーブル内容の確認などのため所望の制
御テーブルの読み出しを指示すると、MPU142はR
AM141の制御テーブル情報記憶エリアから所望の制
御テーブルを読み出し、上位装置20へ出力する。
The MPU 142 outputs the control table when the host device 20 issues an instruction to write the control table, such as a volume control table or a file control table for the magnetic tape mounted on the magnetic tape storage device 10, for new registration or update of the control table. Writes in the control table information storage area of the RAM 141 as a control table of the magnetic tape, and performs new registration or update. In addition, the host device 2
When 0 instructs reading of a desired control table such as confirmation of the contents of the control table such as the volume control table and the file control table regarding the magnetic tape mounted on the magnetic tape storage device 10, the MPU 142 causes the R
A desired control table is read from the control table information storage area of the AM 141 and output to the host device 20.

【0015】これにより、上位装置20が磁気テープ記
憶装置10にマウントされた磁気テープに関する制御テ
ーブルの書き込みや読み出しを指示したとき、磁気テー
プ記憶装置10側ではMPU142がランダムアクセス
が可能なRAM141に対して制御テーブルの書き込み
と読み出しを行い、磁気テープに対しては特に操作をし
ないので、テープモーションが一切無くなるとともに、
テープのリポジショニングも発生せず、上位装置20に
よる制御テーブルに対するアクセスが簡便となり、制御
テーブルに関するアクセスの実行時間が大幅に短縮す
る。多くの場合、制御テーブルに対するアクセスは頻繁
になされるが、かかるときでも、上位装置20を含めた
システム全体の稼働効率が低下することはない。
As a result, when the host device 20 issues an instruction to write or read the control table relating to the magnetic tape mounted on the magnetic tape storage device 10, the MPU 142 on the magnetic tape storage device 10 side makes a random access to the RAM 141 capable of random access. The control table is written and read with the magnetic tape, and no particular operation is performed on the magnetic tape, so there is no tape motion and
Repositioning of the tape does not occur, the access to the control table by the higher-level device 20 is simplified, and the execution time of the access related to the control table is significantly shortened. In many cases, the control table is frequently accessed, but even in such a case, the operating efficiency of the entire system including the host device 20 does not deteriorate.

【0016】マルチリールファイルの磁気テープに対す
るボリューム制御テーブルに、マルチリールファイルで
あることの識別情報を含めたり、マルチファイルリール
の磁気テープに対するボリューム制御テーブルにリール
内での総ファイル数情報を含めることで、これらの情報
をテープモーション無しにいつでも上位装置は入手でき
る。また、マルチファイルリールの磁気テープに対する
ファイル制御テーブルに、ファイル毎の磁気テープ上の
位置情報を含めたことで、所望ファイルへの磁気テープ
の位置付けを迅速に行うことができる。
[0016] The volume control table for the magnetic tape of the multi-reel file includes identification information that the file is a multi-reel file, and the volume control table for the magnetic tape of the multi-file reel includes information about the total number of files in the reel. Then, these information can be obtained by the host device at any time without tape motion. Further, by including the position information on the magnetic tape for each file in the file control table for the magnetic tape of the multi-file reel, it is possible to quickly position the magnetic tape to the desired file.

【0017】データの記憶される磁気テープの物理BO
Tの次の領域を記憶場所として、磁気テープをアンロー
ドする際、RAMに格納されていた当該磁気テープに対
する制御テーブル情報を退避し、次に、磁気テープが磁
気テープ記憶装置にマウントされた際、磁気テープの物
理BOTの次の領域から制御テーブル情報を読み出し、
RAMにリストアする。これにより、RAMに磁気テー
プ1本分の制御テーブルを格納するエリアを確保するだ
けで、多数の磁気テープに対応可能となり、また、バッ
クアップ用に特別な記憶媒体を用意しなくて済む。更
に、磁気テープのマウント時には磁気テープが先頭位置
に自動的に位置付けられるようになっている場合、特別
なサーチをしなくても迅速に記述子情報のリストアを実
行できる。
Physical BO of magnetic tape on which data is stored
When the magnetic tape is unloaded using the area next to T as a storage location, the control table information for the magnetic tape stored in the RAM is saved, and then when the magnetic tape is mounted in the magnetic tape storage device. , Read the control table information from the area next to the physical BOT of the magnetic tape,
Restore to RAM. As a result, it is possible to handle a large number of magnetic tapes only by securing an area for storing a control table for one magnetic tape in the RAM, and it is not necessary to prepare a special storage medium for backup. Further, when the magnetic tape is automatically positioned at the head position when the magnetic tape is mounted, the descriptor information can be quickly restored without any special search.

【0018】RAMがアクセス速度の高い揮発性の場
合、電源障害時に、電源バックアップ装置により制御テ
ーブル情報をバックアップする。これにより、電源の異
常、瞬断、停電等の障害が起きた場合でも、制御テーブ
ル情報の消失を防止することができ、磁気テープに対す
るアクセス不能などの悪影響が生じるのを回避できる。
When the RAM has a high access speed and is volatile, the control table information is backed up by the power source backup device when the power source fails. This makes it possible to prevent the control table information from being lost even if a failure such as a power supply abnormality, a momentary interruption, or a power failure occurs, and prevent adverse effects such as inaccessibility of the magnetic tape.

【0019】[0019]

【実施例】図2は本発明の実施例構成図であり、図1と
同一部分には同一符号を付している。10は記述子とし
ての制御テーブルで管理される磁気テープをデータの記
憶媒体とする磁気テープ記憶装置、12は磁気テープを
対象としてデータの記録・再生を行う磁気テープドライ
ブ装置であり、120は磁気テープドライブ、121は
磁気テープ記憶制御装置の指示に従い磁気テープドライ
ブを制御して所定フォーマットでデータを記録させた
り,再生させたりするドライブコントローラ、14は上
位装置の指示に従い磁気テープドライブ装置を制御し
て,磁気テープに対するデータの記録・再生を行わせた
り,制御テーブルの管理を行う磁気テープ記憶制御装
置、140は制御プログラムを格納したプログラムRO
M、141は制御テーブル情報記憶エリアを一部に含む
RAM、142は制御プログラムを用いて上位装置の指
示に従い,RAMに対する制御テーブルの書き込みと読
み出しを行ったり,磁気テープドライブ装置を制御して
磁気テープに対するデータの記録・再生を行わせるMP
U、143は上位装置との間でコマンド,制御テーブ
ル,データの授受を行うホストインターフェース、14
4はDMAコントローラ、145はデータバッファ、1
46は磁気テープドライブ装置との間でコマンド,制御
テーブル,データを授受するドライブインターフェース
である。
2 is a block diagram of an embodiment of the present invention, in which the same parts as those in FIG. 1 are designated by the same reference numerals. Reference numeral 10 is a magnetic tape storage device that uses a magnetic tape managed by a control table as a descriptor as a data storage medium, 12 is a magnetic tape drive device that records / reproduces data on / from the magnetic tape, and 120 is magnetic. A tape drive 121 is a drive controller that controls the magnetic tape drive according to the instructions of the magnetic tape storage controller to record or reproduce data in a predetermined format. A controller 14 controls the magnetic tape drive according to the instructions of the host device. A magnetic tape storage controller for recording / reproducing data to / from the magnetic tape and managing a control table, and 140 is a program RO storing a control program.
Reference numeral M, 141 is a RAM including a control table information storage area as a part, 142 is a control program for writing and reading a control table to and from the RAM according to an instruction of a host device, and controlling a magnetic tape drive device to perform magnetic recording. MP for recording / reproducing data to / from tape
U and 143 are host interfaces for exchanging commands, control tables, and data with the host device, 14
4 is a DMA controller, 145 is a data buffer, 1
A drive interface 46 sends and receives commands, control tables, and data to and from the magnetic tape drive device.

【0020】プログラムROM140,RAM141,
MPU142,ホストインターフェース143,DMA
コントローラ144,データバッファ145,ドライブ
インターフェース146は内部バスと接続されており、
ホストインターフェース143,DMAコントローラ1
44,データバッファ145,ドライブインターフェー
ス146はDMAバスと接続されている。RAM141
にはアクセス速度の高い揮発性半導体メモリが用いられ
ており、磁気テープドライブ装置12にマウントされた
磁気テープに対する制御テーブル情報が読み書きされ
る。16は電源バックアップ装置であり、磁気テープ記
憶装置に給電される電源を監視し、電源異常、瞬断、停
電等の電源障害が生じたとき、RAM141に対し電源
のバックアップを行い、内部情報の消失を防止する。2
0は上位装置であり、制御テーブルを用いて磁気テープ
を管理しながら磁気テープ記憶装置に指示を与えて磁気
テープに対するデータの書き込みと読み出しを行わせ
る。
Program ROM 140, RAM 141,
MPU 142, host interface 143, DMA
The controller 144, the data buffer 145, and the drive interface 146 are connected to the internal bus,
Host interface 143, DMA controller 1
44, the data buffer 145, and the drive interface 146 are connected to the DMA bus. RAM 141
A volatile semiconductor memory having a high access speed is used for reading and writing control table information for the magnetic tape mounted in the magnetic tape drive device 12. Reference numeral 16 denotes a power backup device, which monitors the power supplied to the magnetic tape storage device and, when a power failure such as a power failure, a momentary interruption, or a power failure occurs, backs up the power to the RAM 141 and loses internal information. Prevent. Two
Reference numeral 0 denotes a host device, which gives instructions to the magnetic tape storage device while writing and reading data to and from the magnetic tape while managing the magnetic tape using the control table.

【0021】図3に本実施例におけるマルチリールファ
イルかつマルチファイルリールの場合の磁気テープ記録
フォーマットを示す。各磁気テープの先頭に物理BO
T、最初と中間の磁気テープの最後に物理EOTが設け
られている。ファイルを構成する実データのデータブロ
ックの前後にはテープマークTMが記録されており、最
後の磁気テープの最後のファイルの後には2つのテープ
マークTMが記録されてデータの終端であることが示さ
れている。最初と中間の磁気テープの最後のファイルの
データブロックの最後の位置に論理EOTも記憶されて
いる。各磁気テープの物理BOTと最初のファイルの論
理BOTの間の領域aは、自身の磁気テープに対する制
御テーブル情報のバックアップに用いられる。磁気テー
プ上のデータやテープマークには、0から始まる昇順で
の論理ブロックIDと、一定距離毎の0から始まる昇順
での物理ブロックIDが含まれており、これらのブロッ
クIDを用いてボリュームの最終位置や各ファイルの開
始位置及び終了位置が管理されるようになっている。
FIG. 3 shows a magnetic tape recording format in the case of a multi-reel file and a multi-file reel in this embodiment. Physical BO at the beginning of each magnetic tape
T, a physical EOT is provided at the end of the first and middle magnetic tapes. A tape mark TM is recorded before and after the data block of the actual data forming the file, and two tape marks TM are recorded after the last file of the last magnetic tape, which indicates the end of the data. Has been done. A logical EOT is also stored in the last position of the data block of the last file of the first and intermediate magnetic tapes. The area a between the physical BOT of each magnetic tape and the logical BOT of the first file is used to back up the control table information for its own magnetic tape. Data and tape marks on the magnetic tape include logical block IDs in ascending order starting from 0 and physical block IDs in ascending order starting from 0 at constant distances. The final position and the start and end positions of each file are managed.

【0022】磁気テープ記憶装置10に磁気テープをマ
ウントしたときのロードポイントは物理BOTで、磁気
テープ記憶制御装置14の自発的な制御で物理BOTと
論理BOTの間に記録された制御テーブル情報が読み出
されてRAM141にリストアされ、最終的に論理BO
Tに位置付けられたのち、磁気テープドライブ装置12
がレディ状態になって、上位装置20に通知されるよう
になっており、上位装置20は論理BOT以降の領域b
にだけ従来のラベル無しの形式と同様のアクセスができ
るようになっている。なお、通常、論理EOTが検出さ
れると、上位装置20は磁気テープに対する書き込みを
終了する。
When the magnetic tape is mounted on the magnetic tape storage device 10, the load point is the physical BOT, and the control table information recorded between the physical BOT and the logical BOT is voluntarily controlled by the magnetic tape storage controller 14. It is read and restored in RAM 141, and finally the logical BO
After being positioned at T, the magnetic tape drive device 12
Becomes a ready state and is notified to the higher-level device 20, and the higher-level device 20 is in the area b after the logical BOT.
Only the same format as the conventional unlabeled format can be accessed. Normally, when the logical EOT is detected, the host device 20 finishes writing on the magnetic tape.

【0023】RAM141の制御テーブル情報記憶エリ
アには、図4に示すような1つのボリューム制御テーブ
ルと、1(シングルファイルリールの場合)または複数
(マルチファイルリールの場合)のファイル制御テーブ
ルが格納される。ボリューム制御テーブルにはボリュー
ムに関する全体的な管理情報が含まれている。ファイル
制御テーブルは、ボリューム内の各ファイル別に設けら
れており、このファイル制御テーブルには、ファイルの
管理情報が含まれている。この内、テーブル識別番号
(ラベルタイプ)で制御テーブルがボリュームに対する
ものかファイルに対するものかが表される。ボリューム
特性でボリュームが複数のリールに跨がるファイルを含
むか否か、ファイル数でボリューム内の総ファイル数、
最終ブロックIDでボリュームの最後のブロック位置、
ファイル特性でファイルが2つのリールに跨がるか否
か、開始ブロックIDでボリューム内でのファイルの開
始位置、終了ブロックIDでボリューム内でのファイル
の終了位置が表される。そして、ファイル順番(ファイ
ルナンバ)でマルチファイルリールの場合にボリューム
内のどのファイルかが表される。ファイル順番は磁気テ
ープのBOT側のファイルから順に、1,2,・・とさ
れる。その他の項目については従来の標準ラベル形式と
同様であるので省略する。
The control table information storage area of the RAM 141 stores one volume control table as shown in FIG. 4 and one (in the case of a single file reel) or a plurality of (in the case of a multi file reel) file control table. It The volume control table contains overall management information about the volume. The file control table is provided for each file in the volume, and the file control table includes file management information. Of these, the table identification number (label type) indicates whether the control table is for a volume or a file. Whether the volume includes files that span multiple reels according to the volume characteristics, the total number of files in the volume by the number of files,
Last block ID is the last block position of the volume,
Whether or not the file spans two reels is indicated by the file characteristics, the start block ID represents the start position of the file in the volume, and the end block ID represents the end position of the file in the volume. Then, in the case of the multi-file reel, the file order (file number) indicates which file in the volume. The file order is 1, 2, ... In order from the file on the BOT side of the magnetic tape. The other items are the same as the conventional standard label format, and therefore omitted.

【0024】上位装置20は磁気テープ記憶装置10を
指示して、制御テーブル情報やデータを与えながら、制
御テーブル情報をRAM141に書き込ませ、データを
磁気テープに記憶させたりする。また、必要な場合に
は、磁気テープ記憶装置10を指示して、制御テーブル
情報をRAM141から読み出させて入力したり、デー
タを磁気テープから読み出させて入力したりする。上位
装置20は磁気テープに対して従来のラベル無しの形式
と同様の手法でデータのアクセスを行う。一方、制御テ
ーブル情報に対しては、特別な拡張コマンドを用いてア
クセスを行う。この拡張コマンドの具体例の仕様を図5
と図6に示す。これらの図中、CPUとあるのは上位装
置側を指し、I/Oとあるのは磁気テープ記憶装置側を
指す。SET LABEL コマンドは操作対象がボリューム制御
テーブルとファイル制御テーブルのいずれかの指示と、
ファイル制御テーブルの場合にそのファイル順番の指示
のために用いられる。READ LABELコマンドはRAM14
1から上位装置20への読み出しを指示するためにSET
LABEL と組み合わせて用いられ、WRITE LABEL コマンド
は上位装置20からRAM141への書き込みを指示す
るためにSET LABEL と組み合わせて用いられる。
The higher-level device 20 instructs the magnetic tape storage device 10 to write the control table information and data to the RAM 141 and write the control table information to the magnetic tape to store the data on the magnetic tape. If necessary, the magnetic tape storage device 10 is instructed to read the control table information from the RAM 141 and input it, or read the data from the magnetic tape and input it. The upper device 20 accesses the data on the magnetic tape in the same manner as in the conventional unlabeled format. On the other hand, the control table information is accessed using a special extended command. Figure 5 shows the specifications of a specific example of this extended command.
And shown in FIG. In these figures, "CPU" refers to the host device side, and "I / O" refers to the magnetic tape storage device side. The SET LABEL command specifies whether the operation target is the volume control table or the file control table,
Used in the case of the file control table to indicate the file order. RAM14 for READ LABEL command
SET to instruct to read from 1 to upper device 20
It is used in combination with LABEL, and the WRITE LABEL command is used in combination with SET LABEL to instruct writing from the higher-level device 20 to the RAM 141.

【0025】図7と図8は、各々、上位装置20によっ
て行われる制御テーブル情報に対するアクセスの一例で
あり、図7は新規の磁気テープに対するイニシャライズ
処理を示し、図8はファイルオープン時等におけるファ
イル制御テーブルの更新処理を示す。図7において、磁
気テープ記憶装置10に新規の磁気テープをマウントす
ると(ステップ401)、磁気テープ記憶制御装置14
のMPU142はドライブインターフェース146を介
して磁気テープのローディングを磁気テープドライブ装
置12に指示し、テープローディングを行わせる。そし
て、物理BOTが検出されたところでローディングを止
めさせる(ステップ402)。次いで、MPU142は
磁気テープのリードを指示し、磁気テープドライブ装置
12をして図3の領域aに記憶された制御テーブル情報
の再生を行わせ、予め、クリアされたRAM141の制
御テーブル情報記憶エリアに格納するが(ステップ40
3)、新規の磁気テープで情報がないため、制御テーブ
ル情報記憶エリアはクリアされたままとなる。
7 and 8 each show an example of access to the control table information performed by the higher-level device 20, FIG. 7 shows an initialization process for a new magnetic tape, and FIG. 8 shows a file when a file is opened. The update processing of a control table is shown. In FIG. 7, when a new magnetic tape is mounted on the magnetic tape storage device 10 (step 401), the magnetic tape storage control device 14
The MPU 142 instructs the magnetic tape drive device 12 to load the magnetic tape via the drive interface 146, and causes the magnetic tape drive device 12 to perform the tape loading. Then, the loading is stopped when the physical BOT is detected (step 402). Then, the MPU 142 gives an instruction to read the magnetic tape, causes the magnetic tape drive device 12 to reproduce the control table information stored in the area a in FIG. 3, and clears the control table information storage area of the RAM 141 in advance. Stored in (step 40
3) Since there is no information on the new magnetic tape, the control table information storage area remains cleared.

【0026】そして、領域aが終わり論理BOTに来た
ところで、MPU142はテープストップを指示し、磁
気テープを論理BOTに位置付けさせる(ステップ40
4)。ここで、磁気テープドライブ装置12はレディ状
態となり、MPU142はホストインターフェース14
3を介してドライブレディ状態を上位装置20に通知す
る。この状態で、上位装置20はSET LABEL +WRITE LA
BEL のコマンドと所望の内容から成るボリューム制御テ
ーブル情報を磁気テープ記憶装置10に与えて、書き込
みを指示する。コマンドはホストインターフェース14
3を介してMPU142に入力され、該MPU142は
コマンドに従い上位装置20から入力されたボリューム
制御テーブル情報をRAM141の制御テーブル情報記
憶エリアに書き込む(ステップ405)。次いで、上位
装置20はSET LABEL +WRITE LABEL のコマンドと所望
の内容から成るファイル制御テーブル情報(ファイル順
番1)を磁気テープ記憶装置10に与えて、書き込みを
指示する。MPU142はコマンドに従い上位装置20
から入力されたファイル制御テーブル情報をRAM14
1の制御テーブル情報記憶エリアに書き込む(ステップ
406)。これにより、イニシャライズ処理が終わる。
Then, when the area a ends and the logical BOT is reached, the MPU 142 instructs the tape stop to position the magnetic tape in the logical BOT (step 40).
4). At this point, the magnetic tape drive device 12 becomes ready and the MPU 142 sets the host interface 14
The drive ready state is notified to the higher-level device 20 via 3. In this state, the host device 20 is SET LABEL + WRITE LA
Volume control table information including a BEL command and desired contents is given to the magnetic tape storage device 10 to instruct writing. Command is host interface 14
3 is input to the MPU 142, and the MPU 142 writes the volume control table information input from the higher-level device 20 in the control table information storage area of the RAM 141 according to the command (step 405). Next, the host device 20 gives file control table information (file order 1) consisting of the command SET LABEL + WRITE LABEL and desired contents to the magnetic tape storage device 10 to instruct writing. MPU 142 follows host device 20
File control table information input from the RAM 14
The data is written in the control table information storage area No. 1 (step 406). This completes the initialization process.

【0027】図8においては、磁気テープの領域aに既
に制御テーブル情報が記録済みであるとして、磁気テー
プ記憶装置10に磁気テープをマウントすると(ステッ
プ501)、磁気テープ記憶制御装置14のMPU14
2はドライブインターフェース146を介して磁気テー
プのローディングを磁気テープドライブ装置12に指示
し、テープローディングを行わせる。そして、物理BO
Tが検出されたところでローディングを止めさせる(ス
テップ502)。次いで、MPU142は磁気テープの
リードを指示し、磁気テープドライブ装置12をして図
3の領域aに記憶された制御テーブル情報の再生を行わ
せ、予め、クリアされたRAM141の制御テーブル情
報記憶エリアに格納する(ステップ503)。そして、
領域aが終わり論理BOTに来たところで、MPU14
2はテープストップを指示し、磁気テープを論理BOT
に位置付けさせる(ステップ504)。
In FIG. 8, assuming that the control table information has already been recorded in the area a of the magnetic tape, the magnetic tape is mounted on the magnetic tape storage device 10 (step 501), and the MPU 14 of the magnetic tape storage control device 14 is executed.
Reference numeral 2 instructs the magnetic tape drive device 12 to load the magnetic tape via the drive interface 146 to cause the tape loading. And the physical BO
When T is detected, the loading is stopped (step 502). Then, the MPU 142 gives an instruction to read the magnetic tape, causes the magnetic tape drive device 12 to reproduce the control table information stored in the area a in FIG. 3, and clears the control table information storage area of the RAM 141 in advance. (Step 503). And
When the area a ends and the logical BOT is reached, the MPU 14
2 indicates tape stop, and the magnetic tape is a logical BOT
(Step 504).

【0028】この状態で、上位装置20はSET LABEL +
READ LABELのコマンドを磁気テープ記憶装置10に与え
て、ボリューム制御テーブルの読み出しを指示する。コ
マンドはホストインターフェース143を介してMPU
142に入力され、該MPU142はコマンドに従いR
AM141の制御テーブル情報記憶エリアからボリュー
ム制御テーブル情報を読み出し、ホストインターフェー
ス143を介して上位装置20に出力する。上位装置2
0は入力したボリューム制御テーブル情報を読み込む
(ステップ505)。次いで、上位装置20はSET LABE
L +READ LABELのコマンドを磁気テープ記憶装置10に
与えて、ファイル順番1に係わるファイル制御テーブル
の読み出しを指示する。コマンドを受けたMPU142
はRAM141の制御テーブル情報記憶エリアから所望
のファイル制御テーブル情報を読み出し、ホストインタ
ーフェース143を介して上位装置20に出力する。上
位装置20は入力したファイル制御テーブル情報を読み
込む(ステップ506)。
In this state, the host device 20 sets SET LABEL +
A READ LABEL command is given to the magnetic tape storage device 10 to instruct reading of the volume control table. The command is MPU via the host interface 143.
142, and the MPU 142 follows the command to R
The volume control table information is read from the control table information storage area of the AM 141 and output to the host device 20 via the host interface 143. Host device 2
0 reads the input volume control table information (step 505). Next, the upper device 20 uses SET LABE
An L + READ LABEL command is given to the magnetic tape storage device 10 to instruct reading of the file control table related to file order 1. MPU 142 that received the command
Reads out the desired file control table information from the control table information storage area of the RAM 141 and outputs it to the host device 20 via the host interface 143. The host device 20 reads the input file control table information (step 506).

【0029】次に、上位装置20はSET LABEL +WRITE
LABEL のコマンドと所望の内容に変更したファイル制御
テーブル情報(ファイル順番1)を磁気テープ記憶装置
10に与えて、書き込みを指示する。コマンドはホスト
インターフェース143を介してMPU142に入力さ
れ、該MPU142はコマンドに従い上位装置20から
入力されたファイル制御テーブル情報でRAM141の
制御テーブル情報記憶エリアにファイル順番1のファイ
ル制御テーブルを書き換える(ステップ507)。これ
により、ファイル順番1のファイル制御テーブルの更新
処理が終わる。ファイル順番2以降の更新処理を行う場
合も全く同様である。このように、上位装置20が制御
テーブル情報をアクセスして新規登録や更新するとき、
アクセス速度の高いRAM141に読み書きするだけで
済み、コマンド処理が簡単で、また、テープマウント時
を除いて、テープモーションが一切無く、リポジション
ニングも発生しないため、短時間で処理を実行でき、テ
ープやヘッドの劣化も生じにくくなる。
Next, the upper device 20 uses SET LABEL + WRITE.
The LABEL command and the file control table information (file order 1) changed to the desired content are given to the magnetic tape storage device 10 to instruct writing. The command is input to the MPU 142 via the host interface 143, and the MPU 142 rewrites the file control table of file order 1 in the control table information storage area of the RAM 141 with the file control table information input from the host device 20 according to the command (step 507). ). As a result, the update processing of the file control table for file order 1 ends. The same applies to the case of performing the update processing for the file order 2 and thereafter. Thus, when the higher-level device 20 accesses the control table information to newly register or update,
It only needs to read and write to the RAM 141 with high access speed, command processing is simple, and there is no tape motion and repositioning does not occur except when the tape is mounted, so processing can be executed in a short time. Also, deterioration of the head is less likely to occur.

【0030】図9は磁気テープ記憶装置10がアンロー
ディング処理を行う場合の流れ図であり、磁気テープ記
憶制御装置14のMPU142はドライブインターフェ
ース146を介して磁気テープのリワインドを磁気テー
プドライブ装置12に指示し、物理BOTが検出された
ところでストップさせる(ステップ601)。次いで、
MPU142は磁気テープに対するライトを指示すると
ともに、RAM141から各制御テーブルを読み出して
磁気テープドライブ装置12へ出力し、図3の領域aに
制御テーブル情報をオーバライトさせて全制御テーブル
情報の退避をなさしめ(ステップ602)、全ての制御
テーブル情報の記録が終了したところでストップさせ、
REWINDを指示して、アンロードさせる(ステップ60
3)。アンロードが完了すれば、磁気テープの取り外し
が可能となる。この結果、RAM141に格納された制
御テーブル情報が対応する磁気テープ(不揮発性記憶媒
体)の先頭部分に退避されてバックアップされるので、
次に、同一の磁気テープをマウントしたとき、該磁気テ
ープから制御テーブル情報を読み出して、RAM141
にリストアすることができ、バックアップ用の特別な記
憶媒体を用意しなくても済む。また、RAM141の制
御テーブル情報記憶エリアは磁気テープ1本分で済むた
め、メモリ容量の負担も少ない。
FIG. 9 is a flow chart when the magnetic tape storage device 10 performs the unloading process. The MPU 142 of the magnetic tape storage control device 14 instructs the magnetic tape drive device 12 to rewind the magnetic tape via the drive interface 146. Then, it stops when the physical BOT is detected (step 601). Then
The MPU 142 instructs writing on the magnetic tape, reads each control table from the RAM 141, outputs the control table to the magnetic tape drive device 12, and overwrites the control table information in the area a in FIG. 3 to save all the control table information. Tighten (step 602), stop when recording of all control table information is completed,
Instruct REWIND to unload (step 60
3). When the unloading is completed, the magnetic tape can be removed. As a result, the control table information stored in the RAM 141 is saved and backed up at the beginning of the corresponding magnetic tape (nonvolatile storage medium).
Next, when the same magnetic tape is mounted, the control table information is read from the magnetic tape and the RAM 141 is read.
It is possible to restore to, and there is no need to prepare a special storage medium for backup. Further, since the control table information storage area of the RAM 141 is sufficient for one magnetic tape, the load on the memory capacity is small.

【0031】また、図10は上位装置がマルチファイル
リールの磁気テープに対し、制御テーブル情報を利用し
てファイルサーチ処理を行うときの流れ図であり、予
め、磁気テープの領域aに既に制御テーブル情報が記録
済みであるとして、磁気テープ記憶装置10に磁気テー
プをマウントすると(ステップ701)、領域aに記憶
された制御テーブル情報が再生されてRAM141の制
御テーブル情報記憶エリアに格納され(ステップ70
2)、磁気テープは論理BOTに位置付けされる(ステ
ップ703)。この状態で、上位装置20は、SET LABE
L +READLABELのコマンドを磁気テープ記憶装置10に
与えて、ボリューム制御テーブルの読み出しを指示す
る。コマンドはホストインターフェース143を介して
MPU142に入力され、該MPU142はコマンドに
従いRAM141の制御テーブル情報記憶エリアからボ
リューム制御テーブル情報を読み出し、ホストインター
フェース143を介して上位装置20に出力する。上位
装置20は入力したボリューム制御テーブル情報を読み
込み(ステップ704)、その中のファイル数をFCと
して登録する(ステップ705)。
FIG. 10 is a flow chart when the host device performs a file search process on the magnetic tape of the multi-file reel by using the control table information. The control table information is already stored in the area a of the magnetic tape in advance. When the magnetic tape is mounted on the magnetic tape storage device 10 (step 701), the control table information stored in the area a is reproduced and stored in the control table information storage area of the RAM 141 (step 70).
2), the magnetic tape is positioned in the logical BOT (step 703). In this state, the higher-level device 20
The L + READ LABEL command is given to the magnetic tape storage device 10 to instruct reading of the volume control table. The command is input to the MPU 142 via the host interface 143, and the MPU 142 reads the volume control table information from the control table information storage area of the RAM 141 according to the command and outputs it to the host device 20 via the host interface 143. The higher-level device 20 reads the input volume control table information (step 704) and registers the number of files in it as FC (step 705).

【0032】次いで、上位装置20は検索ファイル順番
i=1としたあと(ステップ706)、SET LABEL +
READ LABELのコマンドを磁気テープ記憶装置10に与え
て、ファイル順番iに係わるファイル制御テーブルの読
み出しを指示する。コマンドを受けたMPU142はR
AM141の制御テーブル情報記憶エリアから所望のフ
ァイル順番i=1に係わるファイル制御テーブル情報を
読み出し、ホストインターフェース143を介して上位
装置20に出力する。上位装置20は入力したファイル
制御テーブル情報を読み込み(ステップ707)、ファ
イル識別番号などから所望ファイルに該当するものか判
断し(ステップ708)、NOのとき、i=FCか判断
し(ステップ709)、ここでもNOであればiをイン
クリメントしたあと(ステップ710)、ステップ70
7に戻って次のファイル制御テーブルを読み出させて、
所望ファイルか判断する(ステップ708)。以下、同
様の処理を繰り返し、ステップ708でYESとなれ
ば、上位装置20は、ファイル制御テーブル情報の開始
ブロックIDを用いて当該ファイルの先頭位置へのロケ
ーションを磁気テープ記憶装置10に指示する。
Next, the upper level device 20 sets the search file order i = 1 (step 706), and then SET LABEL +
A READ LABEL command is given to the magnetic tape storage device 10 to instruct the reading of the file control table related to the file order i. The MPU 142 that received the command is R
The file control table information relating to the desired file order i = 1 is read from the control table information storage area of the AM 141 and output to the host device 20 via the host interface 143. The host device 20 reads the input file control table information (step 707), determines from the file identification number and the like whether it corresponds to the desired file (step 708), and if NO, determines whether i = FC (step 709). If the answer here is NO, i is incremented (step 710) and then step 70
Return to 7 to read the next file control table,
It is determined whether the file is the desired file (step 708). Thereafter, the same processing is repeated, and if YES in step 708, the higher-level device 20 uses the start block ID of the file control table information to instruct the magnetic tape storage device 10 of the location of the head position of the file.

【0033】ロケーションを指示されたMPU142は
磁気テープドライブ装置12に磁気テープのサーチ送り
を指示して早送りさせながら磁気テープのブロックID
を監視し、所望の開始ブロックIDと一致したところで
テープ送りを止めさせ(ステップ711)、サーチ成功
通知を上位装置20に対して行い、上位装置20は所定
のサーチ成功処理を行ってファイルサーチ処理を終える
(ステップ712)。これと異なり、ステップ709で
YESとなったときは、先に読み出したファイル順番F
Cに係わるファイル制御テーブル情報のファイル特性か
らマルチリールファイルか判断し(ステップ713)、
YESであれば、上位装置20は磁気テープのアンロー
ドを磁気テープ記憶装置10に指示する。アンロードの
指示を受けた磁気テープ記憶制御装置14のMPU14
2は、磁気テープドライブ装置12にアンロードを指示
し、磁気テープをアンロードさせたあと(ステップ71
4)、ステップ701に戻る。若し、ステップ713で
NOのときは、上位装置20は所定のサーチ不成功処理
を行う(ステップ715)。
The MPU 142 instructed to the location instructs the magnetic tape drive unit 12 to search-feed the magnetic tape and fast-forwards the block ID of the magnetic tape.
Is monitored, the tape feed is stopped when it matches the desired start block ID (step 711), a search success notification is sent to the host device 20, and the host device 20 performs a predetermined search success process to perform the file search process. Is completed (step 712). On the other hand, if YES in step 709, the previously read file order F
It is judged from the file characteristics of the file control table information related to C whether it is a multi-reel file (step 713),
If YES, the host device 20 instructs the magnetic tape storage device 10 to unload the magnetic tape. The MPU 14 of the magnetic tape storage controller 14 that received the unload instruction
After instructing the magnetic tape drive device 12 to unload, the magnetic tape unloads the magnetic tape (step 71).
4) and returns to step 701. If NO in step 713, the higher-level device 20 performs a predetermined search failure process (step 715).

【0034】このように、ファイルサーチでは、磁気テ
ープから読み出された制御テーブル情報がRAM141
上に置かれたあと、上位装置20はRAM141の制御
テーブル情報にアクセスするだけで所望のファイルが存
在するか否か判断でき、また、存在するときはその位置
情報を入手して、磁気テープを当該位置まで一度にロケ
ーションさせることができるので、個々のファイルの記
述子にアクセスするために磁気テープのサーチ動作を繰
り返し行わなくても済むので、短時間の内にファイルサ
ーチを完了することができる。
As described above, in the file search, the control table information read from the magnetic tape is stored in the RAM 141.
After being placed on the upper layer, the higher-level device 20 can determine whether or not the desired file exists only by accessing the control table information of the RAM 141, and when it exists, obtain the position information and copy the magnetic tape. Since it is possible to locate the position at once, it is not necessary to repeat the magnetic tape search operation to access the descriptors of individual files, so that the file search can be completed within a short time. ..

【0035】なお、上位装置20が磁気テープにデータ
を書き込ませる場合、データはMPU142の指示に基
づきホストインターフェース143とDMAコントロー
ラ144を介してデータバッファ145に一旦格納され
たのち、MPU142の指示に基づき、データバッファ
145、DMAコントローラ144、ドライブインター
フェース146を介して磁気テープドライブ装置12に
出力されて磁気テープに記録される。上位装置20が磁
気テープからデータを読み出す場合は、逆の経路で行わ
れる。また、磁気テープ記憶装置10に供給されている
電源に異常、瞬断、停電等の障害が生じたとき、電源バ
ックアップ装置16が瞬時にRAM141に対する電源
のバックアップを行うので、RAM141の制御テーブ
ル情報が誤って消失することはなく、運用に悪影響が生
じるのが回避される。
When the host device 20 writes data on the magnetic tape, the data is temporarily stored in the data buffer 145 via the host interface 143 and the DMA controller 144 based on the instruction of the MPU 142, and then based on the instruction of the MPU 142. , Is output to the magnetic tape drive unit 12 via the data buffer 145, the DMA controller 144, and the drive interface 146 and is recorded on the magnetic tape. When the host device 20 reads data from the magnetic tape, the reverse path is used. In addition, when the power supplied to the magnetic tape storage device 10 has a failure such as an abnormality, a momentary interruption, or a power failure, the power supply backup device 16 instantly backs up the power to the RAM 141, so that the control table information of the RAM 141 is stored. It will not be accidentally lost, and the adverse effects on operation will be avoided.

【0036】以上説明したように、本実施例によれば、
従来の標準ラベル形式におけるボリュームオープン処理
等により煩雑なコマンドが整理されるとともに、ボリュ
ームやファイルの記述子(制御テーブル)に対するアク
セスを行う際に、マウント時やアンローディング時を除
いて、テープモーションが一切無くなってリポジショニ
ングも発生しなくなるため、実行時間が大幅に短縮し、
システム全体の稼働効率が向上するとともに、磁気テー
プやヘッドも劣化しにくくなる。また、磁気テープに対
する記述子の管理を一括して磁気テープ記憶制御装置内
のRAM141上で行うため、所望の記述子情報をテー
プ動作無しにいつでも入手することができるようにな
る。例えば、ファイルサーチなどで必要な総ファイル
数、マルチリールファイルか否かやマルチファイルリー
ルか否かといった情報や、ファイルの位置情報をテープ
動作無に入手することが可能となり、記述子に対するア
クセスが極めて簡便となる。
As described above, according to this embodiment,
Complicated commands are organized by volume open processing in the conventional standard label format, etc., and when accessing the descriptors (control table) of volumes and files, except when mounting or unloading, tape motion Since it disappears at all and repositioning does not occur, execution time is greatly shortened,
The operating efficiency of the entire system is improved, and the magnetic tape and head are less likely to deteriorate. Further, since the descriptors for the magnetic tape are collectively managed on the RAM 141 in the magnetic tape storage controller, desired descriptor information can be obtained at any time without a tape operation. For example, it becomes possible to obtain information such as the total number of files required for file search, whether or not it is a multi-reel file, whether or not it is a multi-file reel, and file position information without tape operation, and it is possible to access descriptors. It becomes extremely simple.

【0037】更に、アンローディング時、データを記録
する磁気テープの先頭部分にRAMから制御テーブル情
報を退避させ、磁気テープのマウント時に磁気テープか
らRAMにリストアするようにしたので、バックアップ
用の特別な記憶媒体を用意しなくてもバックアップ可能
となり、RAMにアクセス速度の高い揮発性半導体メモ
リを使用できるので、上位装置による制御テーブルに対
するアクセスを高速で行え、一層、実行時間を短縮でき
る。また、RAMの制御テーブル情報記憶エリアは磁気
テープ1本分で済むため、メモリ容量の負担も少ない。
更に、磁気テープのマウント時には磁気テープが先頭位
置に自動的に位置付けられるようになっている場合、特
別なサーチをしなくても迅速に記述子情報のリストアを
実行できる。また、電源に障害が発生しても、RAMの
電源がバックアップされるので、磁気テープに対する操
作に必須な記述子情報が消失せず、運用上の信頼性が高
い。
Further, at the time of unloading, the control table information is saved from the RAM to the head portion of the magnetic tape for recording data, and the magnetic tape is restored to the RAM when the magnetic tape is mounted. Since backup can be performed without preparing a storage medium and a volatile semiconductor memory having a high access speed can be used for the RAM, the control table can be accessed by the host device at high speed, and the execution time can be further shortened. Further, since the control table information storage area of the RAM is sufficient for one magnetic tape, the load on the memory capacity is small.
Further, when the magnetic tape is automatically positioned at the head position when the magnetic tape is mounted, the descriptor information can be quickly restored without any special search. Further, even if a failure occurs in the power source, the RAM power source is backed up, so descriptor information required for operation on the magnetic tape is not lost, and operational reliability is high.

【0038】なお、上記した実施例では、磁気テープの
先頭部分に記述子情報を記録するようにしたが、最後の
ファイルデータの次の領域、磁気テープの最後部の領
域、磁気テープの中間部分の領域などとしてもよく、更
に、これらの内の複数の領域を組み合わせて、磁気テー
プの所定の複数箇所に同一の記述子情報を持つようにし
てもよい。また、RAMには磁気テープ記憶装置にマウ
ントされた磁気テープ1本に対する記述子情報だけを記
憶するようにしたが、磁気ディスク、光ディスク等の不
揮発性記憶媒体を用いて、複数本分の記述子情報を記憶
するようにしてもよく、この場合、磁気テープ1本分を
単位として記憶したり、マルチリールファイルのような
まとまりのある複数本分を単位として記憶するようにし
てもよい。更に、記述子情報に対するアクセスは上位装
置が行うだけでなく、磁気テープへのファイルデータ記
録時等に、磁気テープ記憶制御装置内で自発的に、ブロ
ックカウントや最終ブロックID等をRAMの制御テー
ブルに追加記憶させてもよい。
In the above embodiment, the descriptor information is recorded in the head portion of the magnetic tape. However, the area next to the last file data, the last area of the magnetic tape, and the middle portion of the magnetic tape are recorded. Area, etc., and a plurality of areas among these areas may be combined to have the same descriptor information at a predetermined plurality of locations on the magnetic tape. Further, the RAM stores only the descriptor information for one magnetic tape mounted in the magnetic tape storage device, but a nonvolatile storage medium such as a magnetic disk or an optical disk is used to store descriptor information for a plurality of descriptors. Information may be stored, and in this case, one magnetic tape may be stored as a unit, or a plurality of cohesive units such as a multi-reel file may be stored as a unit. Further, not only the host device accesses the descriptor information, but also when recording the file data on the magnetic tape, the block count, the last block ID, etc. are voluntarily set in the magnetic tape storage control device in the RAM control table. May be additionally stored in.

【0039】また、磁気テープからRAMへの記述子情
報のリストアもテープマウント時ではなく、テープマウ
ント後、上位装置側で記述子情報が必要になる時点まで
の間の任意の所定時点に行うようにしてもよく、RAM
から磁気テープへの記述子情報の退避も、上位装置によ
る記述子情報に対するアクセスや磁気テープ記憶制御装
置内での記述子情報に対する自発的なアクセスが終わっ
たあとからアンロードするまでの間の任意の所定時点に
行うようにしてもよい。以上、本発明を実施例、変形
例、応用例により説明したが、本発明は請求の範囲に記
載した本発明の主旨に従い種々の変形が可能であり、本
発明はこれらを排除するものではない。
Also, the restoration of the descriptor information from the magnetic tape to the RAM is not performed at the time of tape mounting, but at any predetermined time after the tape mounting until the time when the descriptor information is required on the upper device side. Well, RAM
The descriptor information can be saved from the disk to the magnetic tape at any time after the access to the descriptor information by the higher-level device or the voluntary access to the descriptor information in the magnetic tape storage controller is finished and before the unloading is completed. It may be performed at a predetermined time point. Although the present invention has been described with reference to the embodiments, modified examples, and application examples, the present invention can be modified in various ways according to the gist of the present invention described in the claims, and the present invention does not exclude these. ..

【0040】[0040]

【発明の効果】以上、本発明によれば、上位装置が書き
込みを指示した記述子情報を記述子アクセス手段により
ランダムアクセス可能な記述子記憶手段に記憶し、上位
装置が読み出しを指示した記述子情報を当該記述子記憶
手段から読み出し上位装置に渡すように構成したから、
上位装置が磁気テープ記憶装置に記述子情報の書き込み
や読み出しを指示したとき、磁気テープ記憶装置側では
ランダムアクセスが可能な記述子記憶手段に対して記述
子情報の書き込みや読み出しを行い、磁気テープに対し
ては特に操作をしなくてよいので、テープモーションが
一切無くなるとともに、テープのリポジショニングも発
生せず、上位装置による記述子情報に対するアクセスが
簡便となり、記述子情報に関するアクセスの実行時間が
大幅に短縮する。 多くの場合、記述子に対するアクセ
スは頻繁になされるが、かかるときでも、上位装置を含
めたシステム全体の稼働効率が低下することはない。
As described above, according to the present invention, the descriptor information instructed to be written by the host device is stored in the descriptor storage means which can be randomly accessed by the descriptor access means, and the descriptor instructed to be read by the host device. Since the information is configured to be read from the descriptor storage means and passed to the host device,
When the host device instructs the magnetic tape storage device to write or read the descriptor information, the magnetic tape storage device writes or reads the descriptor information to or from the randomly accessible descriptor storage means. Since there is no need to perform any special operations on the, the tape motion is completely eliminated, the tape repositioning does not occur, the access to the descriptor information by the host device is simplified, and the execution time of the access related to the descriptor information is reduced. Significantly shorten. In many cases, the descriptors are frequently accessed, but even in such a case, the operating efficiency of the entire system including the host device does not deteriorate.

【0041】また、マルチリールファイルの磁気テープ
に対する記述子情報にマルチリールファイルであること
を示す情報を含めたり、マルチファイルリールの磁気テ
ープに対する記述子情報にマルチファイルリールである
ことを示す情報を含めることで、これらの情報をテープ
モーション無しにいつでも上位装置は入手できるように
なり、また、マルチファイルリールの磁気テープに対す
る記述子情報ににファイル毎の磁気テープ上の位置情報
を含めたことで、所望ファイルへの磁気テープの位置付
けを迅速に行うことができる。
Further, the descriptor information for the magnetic tape of the multi-reel file includes information indicating that it is a multi-reel file, and the descriptor information for the magnetic tape of the multi-file reel includes information indicating that it is a multi-file reel. By including this information, the host device can always obtain this information without tape motion, and by including the position information on the magnetic tape for each file in the descriptor information for the magnetic tape of the multi-file reel. The positioning of the magnetic tape on the desired file can be performed quickly.

【0042】更に、記述子記憶手段から所定時に記述子
情報を退避し、別の所定時にリストアしてバックアップ
を行う記述子バックアップ手段を設けたので、記述子記
憶手段に1本分の磁気テープに対する記述子情報を格納
するエリアを確保するだけで、多数の磁気テープに対応
可能となる。また、データの記憶される磁気テープの所
定の1または複数の領域をバックアップ用の記憶場所と
したから、バックアップ用に特別な記憶媒体を用意しな
くて済むようになる。
Further, since the descriptor backup means for saving the descriptor information from the descriptor storage means at a predetermined time and restoring the data at another predetermined time is provided, the descriptor storage means can store one magnetic tape. A large number of magnetic tapes can be supported simply by securing an area for storing descriptor information. Further, since the predetermined one or a plurality of areas of the magnetic tape in which the data is stored is used as the backup storage location, it is not necessary to prepare a special storage medium for the backup.

【0043】また、バックアップ用の記憶場所は磁気テ
ープの先頭部分の領域としたことにより、磁気テープの
マウント時には磁気テープが先頭位置に自動的に位置付
けられるようになっている場合、特別なサーチをしなく
ても迅速に記述子情報のリストアを実行できる。また、
記述子記憶手段が揮発性の場合、電源障害時に、電源バ
ックアップ装置により制御テーブル情報をバックアップ
するように構成したから、電源の異常、瞬断、停電等の
障害が起きた場合でも、制御テーブル情報の消失を防止
することができ、運用上の障害が起きない。
Since the backup storage location is the area of the head portion of the magnetic tape, when the magnetic tape is automatically positioned at the head position when the magnetic tape is mounted, a special search is performed. The descriptor information can be restored quickly without doing so. Also,
When the descriptor storage means is volatile, the control table information is configured to be backed up by the power supply backup device in case of a power failure, so even if a failure such as a power failure, momentary interruption or power failure occurs It is possible to prevent the loss of, and there is no operational failure.

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

【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.

【図2】本発明の実施例構成図である。FIG. 2 is a configuration diagram of an embodiment of the present invention.

【図3】磁気テープ記録フォーマットの説明図である。FIG. 3 is an explanatory diagram of a magnetic tape recording format.

【図4】制御テーブルの具体的構成図である。FIG. 4 is a specific configuration diagram of a control table.

【図5】拡張コマンドの仕様説明図である。FIG. 5 is an explanatory diagram of specifications of extended commands.

【図6】拡張コマンドの仕様説明図である。FIG. 6 is an explanatory diagram of specifications of extended commands.

【図7】イニシャライズ処理の流れ図である。FIG. 7 is a flowchart of initialization processing.

【図8】ファイル制御テーブル更新処理の流れ図であ
る。
FIG. 8 is a flowchart of file control table update processing.

【図9】アンローディング処理の流れ図である。FIG. 9 is a flowchart of an unloading process.

【図10】ファイルサーチ処理の流れ図である。FIG. 10 is a flowchart of a file search process.

【図11】標準ラベル形式の磁気テープ記録フォーマッ
トの説明図である。
FIG. 11 is an explanatory diagram of a standard label type magnetic tape recording format.

【図12】標準ラベル形式における制御ラベルの具体的
構成図である。
FIG. 12 is a specific configuration diagram of a control label in a standard label format.

【図13】従来のイニシャライズ処理の流れ図である。FIG. 13 is a flowchart of a conventional initialization process.

【図14】従来のヘッダラベル更新処理の流れ図であ
る。
FIG. 14 is a flowchart of a conventional header label update process.

【図15】従来のファイルサーチ処理の流れ図である。FIG. 15 is a flowchart of a conventional file search process.

【符号の説明】[Explanation of symbols]

10 磁気テープ記憶装置 12 磁気テープドライブ装置 14 磁気テープ記憶制御装置 16 電源バックアップ装置 20 上位装置 141 RAM 142 MPU 10 magnetic tape storage device 12 magnetic tape drive device 14 magnetic tape storage control device 16 power supply backup device 20 host device 141 RAM 142 MPU

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 上位装置(20)が記述子で管理する磁
気テープを対象にしてデータの記録・再生を行う磁気テ
ープドライブ装置(12)と、上位装置の指示に従い磁
気テープドライブ装置を制御して,磁気テープへのデー
タの記録・再生を行わせる磁気テープ記憶制御装置(1
4)とを備えた磁気テープ記憶装置(10)において、 前記磁気テープ記憶制御装置に、磁気テープに対する記
述子情報をランダムアクセス自在に記憶する記述子記憶
手段(141)と、 上位装置からの記述子書き込み指令に従い、上位装置か
ら送られた記述子情報を記述子記憶手段に書き込んだ
り、上位装置からの記述子読み出し指令に従い、記述子
記憶手段から所望の記述子情報を読み出し上位装置に出
力したりする記述子アクセス手段(142)と、 を設けたことを特徴とする磁気テープ記憶装置。
1. A magnetic tape drive device (12) for recording / reproducing data to / from a magnetic tape managed by a host device (20) by a descriptor, and controlling the magnetic tape drive device according to an instruction from the host device. A magnetic tape storage controller for recording / reproducing data on / from a magnetic tape (1
4) a magnetic tape storage device (10) comprising: descriptor storage means (141) for randomly accessing descriptor information for a magnetic tape in the magnetic tape storage control device; In accordance with the child write command, the descriptor information sent from the host device is written in the descriptor storage means, and in accordance with the descriptor read command from the host device, the desired descriptor information is read from the descriptor storage device and output to the host device. A magnetic tape storage device comprising:
【請求項2】 磁気テープに対する記述子情報に、マル
チリールファイルであるか否かを表す情報またはマルチ
ファイルリールであるか否かを表す情報を含めたこと、
を特徴とする請求項1記載の磁気テープ記憶装置。
2. The descriptor information for the magnetic tape includes information indicating whether it is a multi-reel file or information indicating whether it is a multi-file reel,
The magnetic tape storage device according to claim 1, wherein:
【請求項3】 マルチファイルリールの磁気テープに対
する記述子情報に、ファイル毎の磁気テープ上の位置情
報を含めたこと、を特徴とする請求項1記載の磁気テー
プ記憶装置。
3. The magnetic tape storage device according to claim 1, wherein the descriptor information for the magnetic tape of the multi-file reel includes position information on the magnetic tape for each file.
【請求項4】 所定時に前記記述子記憶手段(141)
から記述子情報を退避し、別の所定時にリストアしてバ
ックアップを行う記述子バックアップ手段(142、1
2)を設けたこと、を特徴とする請求項1記載の磁気テ
ープ記憶装置。
4. The descriptor storage means (141) at a predetermined time
Descriptor backup means (142, 1) that saves descriptor information from the
2. The magnetic tape storage device according to claim 1, further comprising: 2).
【請求項5】 前記記述子バックアップ手段は、データ
を記憶する磁気テープ上の所定の位置または複数箇所の
領域をバックアップ用の記憶場所とするようにしたこ
と、を特徴とする請求項4記載の磁気テープ記憶装置。
5. The descriptor backup means uses a predetermined location or a plurality of areas on a magnetic tape for storing data as a storage location for backup. Magnetic tape storage.
【請求項6】 前記バックアップ用の記憶場所は磁気テ
ープの先頭部分の領域とすること、を特徴とする請求項
5記載の磁気テープ記憶装置。
6. The magnetic tape storage device according to claim 5, wherein the backup storage location is an area of a head portion of the magnetic tape.
【請求項7】 前記記述子記憶手段は揮発性記憶手段
(141)であり、電源障害時に、記述子記憶手段の電
源をバックアップする電源バッアップ手段(16)を設
けたこと、を特徴とする請求項1記載の磁気テープ記憶
装置。
7. The descriptor storage means is a volatile storage means (141), and a power supply backup means (16) for backing up the power supply of the descriptor storage means in the event of a power supply failure is provided. Item 1. A magnetic tape storage device according to item 1.
JP33886891A 1991-12-20 1991-12-20 Magnetic tape storage device Withdrawn JPH05173724A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33886891A JPH05173724A (en) 1991-12-20 1991-12-20 Magnetic tape storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33886891A JPH05173724A (en) 1991-12-20 1991-12-20 Magnetic tape storage device

Publications (1)

Publication Number Publication Date
JPH05173724A true JPH05173724A (en) 1993-07-13

Family

ID=18322152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33886891A Withdrawn JPH05173724A (en) 1991-12-20 1991-12-20 Magnetic tape storage device

Country Status (1)

Country Link
JP (1) JPH05173724A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0773081A (en) * 1993-09-02 1995-03-17 Nec Corp Pool management system for magnetic tape medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0773081A (en) * 1993-09-02 1995-03-17 Nec Corp Pool management system for magnetic tape medium

Similar Documents

Publication Publication Date Title
US10346078B2 (en) Method of writing a file to a plurality of media and a storage system thereof
JP2000048541A (en) Tape drive device
JPH05307443A (en) Data management method for magnetic tape and magnetic tape storage device
JP3778055B2 (en) Recording / reproducing apparatus and recording / reproducing method
JPH06131233A (en) Access method and library device for multi-file type storage medium
JP2006065999A (en) Magnetic tape control apparatus, and method and program therefor
JP2008146760A (en) Tape recorder provided with improved data writing performance and data writing control method therefor
JPH05173724A (en) Magnetic tape storage device
JPH0241776B2 (en)
JP2002074903A (en) Magnetic recording and reproducing device and magnetic recording and reproducing method
JPS61241824A (en) Control method for magnetic disk device
JP2562753B2 (en) Readout control method for magneto-optical disk device
JP3121387B2 (en) Magnetic tape control device
JPH0721070A (en) Signal processor
JP2785451B2 (en) Storage control method and device
JPH04285783A (en) System for managing magnetic tape storage device
JP2752750B2 (en) Auto changer
JPH03246616A (en) External storage device managed by fat
JPH02113467A (en) Disk control system
JPH0935417A (en) Method and device for backing up temporary storage information for information memory
JPH0514353Y2 (en)
JP2972365B2 (en) Access control method for magnetic tape storage
JPH0335477A (en) Peripheral memory controller
JP2002150697A (en) Magnetic disk control system and magnetic disk device using it
JPH0469880A (en) Magnetic tape storage device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990311