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

  1. Tech Note #:                9201
  2. Date:                       April 23, 1992
  3. Subject:                    Volume Consolidations with the Network Archivist
  4. Keywords:                   CONSOLIDATE DOWNED VOLUME TNA2DISK FILE HISTORY
  5.                             DATABASE
  6. Network Archivist Version:  2.0d, 2.0e, 2.0f
  7. NetWare Version:            2.x, 3.x
  8.  
  9.  
  10. Who Should Read This Tech Note?
  11.  
  12.       Anyone who uses or supports the Network Archivist and must
  13.       consolidate volumes on a file server.
  14.  
  15.  
  16. Introduction
  17.  
  18.       A question often asked those supporting the Network
  19.       Archivist is how can files from volumes that no longer
  20.       exist be restored to a remaining volume.  This Tech Note
  21.       details two methods to accomplish this.
  22.  
  23.  
  24. Using Network Archivist Managed Tapes
  25.  
  26.       If possible, perform a full checkpoint on the volume that
  27.       will no longer exist before bringing the volume down.  This
  28.       can be accomplished with the following command line syntax:
  29.  
  30.       TNA2TAPE /FC SERVER-NAME/VOLUME-NAME:
  31.  
  32.       This will minimize the number of tapes that will be
  33.       required to perform the restore. The steps outlined below
  34.       will work whether or not the full checkpoint was performed.
  35.  
  36.       STEP 1.               On a volume that is currently
  37.                             protected by the Network Archivist,
  38.                             make the Network Archivist directory
  39.                             the default. Issue the following
  40.                             command:
  41.  
  42.                                       REN AV*.PAC AV*.OLD
  43.  
  44.                                       This will temporarily set
  45.                                       aside the history databases
  46.                                       for this volume.
  47.  
  48.       STEP 2.               Put the tape that was last used to
  49.                             back up the volume (the one that no
  50.                             longer exists) in the tape drive and
  51.                             issue the following command from a
  52.                             DOS prompt:
  53.  
  54.                                       TNA2DISK /RH=TARGET_SERVER/VOLUME:
  55.                                       SOURCE_SERVER/VOLUME:
  56.  
  57.                                       This will put the history
  58.                                       databases from the volume
  59.                                       that no longer exists on a
  60.                                       volume that is still
  61.                                       available.
  62.  
  63.       STEP 3.               Execute the Network Archivist at the
  64.                             Main Menu, press "<Enter>" to access
  65.                             the Comprehensive Menu.  From there,
  66.                             select Utility/Protect Volume, and
  67.                             delete the volume (the one you just
  68.                             restored history to) and then
  69.                             immediately readd the volume.  At
  70.                             this point, when prompted, select N,
  71.                             "Use existing history."
  72.  
  73.       STEP 4.               From a DOS prompt, issue the
  74.                             following command line:
  75.  
  76.                             TNA2DISK /RO /OO
  77.                             TARGET_SERVER/VOLUME: \*.*
  78.  
  79.                                       This will put all files from the
  80.                                       volume that no longer
  81.                                       exists on a volume that is
  82.                                       still available.
  83.  
  84.       STEP 5.               Make the Network Archivist directory
  85.                             the default (on the volume you
  86.                             restored files to) and issue the
  87.                             following command:
  88.  
  89.                                       DEL AV*.PAC
  90.  
  91.       STEP 6.               Issue the following command:
  92.  
  93.                                       REN AV*.OLD AV*.PAC
  94.  
  95.       STEP 7.               Enter the Network Archivist at the
  96.                             Main Menu, press "<Enter>" to access
  97.                             the Comprehensive Menu.  From there,
  98.                             select Utility/Protect Volume, and
  99.                             delete the volume (the one you just
  100.                             renamed AV*.Pacs on) and then
  101.                             immediately readd the volume.  At
  102.                             this point when prompted, select N,
  103.                             "Use existing history."
  104.  
  105.       At this point all the files from the volume that is down
  106.       have been restored to a remaining volume.  Make note that
  107.       you no longer have any history for the volume that no
  108.       longer exists.
  109.  
  110.  
  111. Using Non-Managed Network Archivist Tapes
  112.  
  113.       This will only work if you perform a full export of the
  114.       volume before taking it off line. To perform a full export,
  115.       format a blank tape and then issue the following command
  116.       from a DOS prompt:
  117.  
  118.       TNA2TAPE /FX SERVER-NAME/VOLUME: /DFILESET-NAME /Q
  119.  
  120.       This command will copy all files on the named volume to a
  121.       non-managed tape.  The file set name can contain up to 44
  122.       characters, if you use any special characters, enclose them
  123.       in quotes (i.e. /D"File*Set").  The /Q is for quiet mode.
  124.  
  125.       To restore the files from this tape to another volume, use
  126.       the following command from a DOS prompt:
  127.  
  128.       TNA2DISK /RR=TARGET_SERVER/VOL:\ /OO /DFILESET-NAME /I
  129.       SOURCE_SERVER/VOL: \ *.*
  130.  
  131.       This will restore all the files from the source server on
  132.       to the target server that you designated (as long as the
  133.       target server/volume is on the protected volume list).
  134.