Next: Using Pad Monitor Up: MiniDAQ instructions Previous: Load a fresh tape

File Naming Convention

Names for stored files should adhere to the convention defined in Fall, 1998 by Joakim Nystrand; for example:
tpc_s10w_981020_18h_cos_t5_f3.xdf

The file name components are:

All TPC data files start with tpc; the .xdf suffix refers to the file's device-independent format.

Copying Data to Mass Storage

In the following:
[filename] is defined according to the above convention, and
dump_file is an alias for dd if=/dev/rmt/0n of=!* ibs=32768'

  1. Load the tape into deneb's /dev/rmt/0n Exabyte drive.
  2. cd /home/deneb/star3/star/stage to go to deneb's stage directory.
  3. dump_file [filename] to copy the tape to the local disk.
  4. ftp sol.star.bnl.gov using your own login.
  5. cd /star/tpca/startpc/tpc_oct98 or cd /star/tpc/startpc/tpc_oct98b
  6. binary to set the transfer format to "binary."
  7. put [filename] tpc_s[sec]_[yymmdd]_[hh]h_[typ]_t[I]_f[J].xdf
    to transfer the file and give it the right name in the target directory.
  8. After copying, clean up /home/deneb/star3/star/stage.
For long-term storage Bill Love has suggested that we use both mds and HPSS in order to have some redundancy, since both systems have some problems.

Copying Data to Local Disk

The unbacked data areas on deneb are:
  1. /home/deneb/star1/star/data
  2. /home/deneb/star2/star/data
  3. /home/deneb/star3/star/data
The procedure is essentially the same as steps 1-3 for copying data to mass storage. As before,
[filename] is defined according to the above convention, and
dump_file is an alias for dd if=/dev/rmt/0n of=!* ibs=32768'
  1. Load the tape into deneb's /dev/rmt/0n Exabyte drive.
  2. cd /home/deneb/star[1, 2 or 3]/star/stage to go to deneb's stage directory.
  3. dump_file [filename] to copy the tape to the local disk.


Last update: October 23, 1998


Page maintenance:

Roy Bossingham, LBNL
RRBossingham@lbl.gov