next up previous contents
Next: Moving data Up: pawfopi Previous: Hexdumping data

Mass Data Handling

 

Mass data (experiment Raw Data and DST files) are stored on the IBM 3090 under MVS, the only operating system capable of holding Terabytes of data quasi-online. There are about 35 GBytes of temporary disk space available. The heart of the storage system is a Memorex Cartridge Robot (Automatic Tape Library, ATL) which holds at present some 5000 3480 cartridges. The overall capacity thus is about 1 Terabyte. The capacity will be increased in June 1993 to 4 Terabyte with higher density cartridges. The throughput will be improved by adding two more cartridge drives to the existing four. To import and export data from MVS refer to gif.

Data access is handled automatically by the MVS operating system. A subsystem, the Hierarchical Storage Manager (HSM) keeps track of a dataset's location (disk or tape cartridge) so one has not to worry about which disk or tape cartridge a dataset is on. Staging data from robot cartridge to disk is normally done automatically without user or operator intervention, 24 hours a day, seven days a week. However, in bottleneck situations cartridges with datasets that have not been touched for more than about half a year are likely to be exported outside the ATL. They can only be accessed during the operator's working hours (6:00-23:00). You can query the location of datasets under the FOPI account (KP09) with the TSO command (wildcards are allowed)

where <dataset-name>
If you need datasets to be ATL resident, you may use
where <dataset-name> INATL
which triggers the re-importing of cartridges into the ATL. Although normally not needed, you may stage datasets from cartridge to disk and back manually using the TSO commands
hrecall  <dataset-name> [ nowait ] # cartrigde->disk, optionally asynchronously
hmigrate <dataset-name> [ nowait ] # disk->cartrigde, optionally asynchronously

Data storing policies is currently as follows: Datasets with the second level qualifier (the name part after the user ID) being


next up previous contents
Next: Moving data Up: pawfopi Previous: Hexdumping data

Back to GSI Home Page Back to FOPI Home Page Index

fopi
Tue May 28 15:33:35 CST 1996