home *** CD-ROM | disk | FTP | other *** search
/ ftp.seagate.com / 2014.07.ftp.seagate.com.tar / ftp.seagate.com / pub / palindrome / technote / tn9202.asc < prev    next >
Text File  |  1995-03-21  |  5KB  |  108 lines

  1. Tech Note #:                 9202
  2. Date:                        August 7,1992
  3. Subject:                     Restoring Data from a Down Volume
  4. Keywords:                    Restore
  5. Network Archivist Version:   2.0d, 2.0e, 2.0f
  6. NetWare Version:             2.x, 3.x
  7.  
  8. Who Should Read This Tech Note?
  9.     Anyone who uses or supports the Network Archivist and must
  10.     restore data from tape from a volume that is no longer
  11.     accessible.
  12.  
  13. Introduction
  14.     The Network Archivist uses databases to quickly and easily
  15.     restore data from tape.  These "file history" databases keep
  16.     track of all files stored in the tape library and are located
  17.     on each volume protected by the Network Archivist.  When a
  18.     volume is down or otherwise unavailable, the databases
  19.     corresponding to that volume are also unavailable, making it
  20.     difficult to restore data from that volume using the Network
  21.     Archivist menus.
  22.  
  23.     To restore data from volumes that are temporarily down,
  24.     permanently removed from the network, or eliminated after
  25.     volume consolidation, it is necessary to first restore their
  26.     file history databases (seven AV*.PAC files) from tape to
  27.     some other volume on the network.
  28.  
  29.     WARNING: If the target volume is currently protected by the
  30.     Network Archivist, the existing AV*.PAC files in the \TNA
  31.     directory should first be renamed to AV*.SAV (for example) so
  32.     they can be restored after you are finished restoring data
  33.     from the downed volume.
  34.  
  35.     WARNING:  Do not run any backup operation before restoring
  36.     the original AV*.PAC files that were renamed earlier in the
  37.     process.
  38.  
  39.     If the volume to be restored is the TNA install volume, a
  40.     temporary TNA installation must first be created on a target
  41.     volume using the control database restored from the last
  42.     successful backup tape in the tape library. See the tech note
  43.     "Temporary Installations" for details on this procedure.
  44.  
  45. Restoring File History Databases
  46.     The following command will restore the file history databases
  47.     for OLD_S/OLD_V from tape and redirect them to NEW_S/NEW_V,
  48.     where OLD_S/OLD_V and NEW_S/NEW_V are server names/volume
  49.     names.
  50.  
  51.     Mount the last tape used to backup OLD_S/OLD_V and at the DOS
  52.     prompt, type:
  53.  
  54.     TNA2DISK /RH=NEW_S/NEW_V: /L"LABEL" [/DCP#] OLD_S/OLD_V:
  55.  
  56.  
  57.     Where:
  58.     NEW_S/NEW_V: is the target server/volume name OLD_S/OLD_V: is
  59.     the down server/volume name "LABEL" is the label of the
  60.     mounted tape (e.g. /L"BACKUP_A1") /DCP# is an optional
  61.     checkpoint file set specifier (e.g. /DCP132)
  62.  
  63.     If a checkpoint file set is not specified with the /DCP#
  64.     switch, the most recent checkpoint file set for the down
  65.     server/volume on the mounted tape will be used.  Checkpoint
  66.     file sets can be examined using tape journals and are
  67.     identified by the letters "CP" followed by a number (e.g.
  68.     CP96 is checkpoint set #96).
  69.  
  70.     If the AV*.PAC files are being redirected to a volume not
  71.     currently protected by the Network Archivist, be sure to add
  72.     that volume to the protect volume list after restoring the
  73.     AV*.PACs to that volume.
  74.  
  75.     It is recommended that the file history database be verified
  76.     using TNARECOV following the database recovery from tape.
  77.     This is especially important when the volume has been skipped
  78.     for one or more rotations.
  79.  
  80. Restoring Data
  81.     After the file history databases have been restored, data
  82.     from the down volume can be restored or redirected through
  83.     the new volume using the Network Archivist's menus.  The
  84.     directories and files the Network Archivist reads from the
  85.     file history database are displayed as deleted directories
  86.     and files.
  87.  
  88. Restoring To the Local Drive
  89.     If the workstation that runs the backups has a C: drive, the
  90.     AV*.PAC files can be restored to this drive as easily as any
  91.     other by simply using C: as the new server/volume name.  Then
  92.     add C: to the protect volume list if it is not currently
  93.     protected by the Network Archivist.
  94.  
  95. Examples
  96.     The following command will restore the AV*.PAC files for
  97.     FS1/SYS and redirect them to FS2/VOL1 using the TAPE_B1 tape,
  98.     identified as the last tape to perform a backup on FS1/SYS:
  99.  
  100.     TNA2DISK /RH=FS2/VOL1: /LTAPE_B1 FS1/SYS:
  101.  
  102.     The following command will restore the AV*.PAC files for
  103.     FS1/SYS and redirect them to the local drive C: using the
  104.     CP37 file set (identified in the tape journal) on tape
  105.     BACKUP_C3:
  106.  
  107.     TNA2DISK /RH=C: /LBACKUP_C3 /DCP37 FS1/SYS:
  108.