home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / bmdemo11.zip / README.TXT < prev   
Text File  |  1994-10-07  |  10KB  |  223 lines

  1. BackMaster DEMO README File.
  2.  
  3.  
  4. Updated : September 28, 1994.
  5.  
  6. _______________________________________________________________________________
  7.                           !!!!!!!!!! Notice !!!!!!!!!!
  8. This demo is intended to allow interested persons to preview BackMaster before
  9. making a purchase decision.  This is a feature complete version of the software
  10. with the exception of the disaster recovery utilities.  All other user
  11. functions may be performed with data amounts up to 5 MB.
  12.  
  13. This demo may be freely copied and distributed, providing that this text file
  14. is included with the demo.  The user agrees, by the usage of this demo, to
  15. accept full responsibility for the protection of their data.  This demo is not
  16. intended to be used as a final backup solution.  MSR Development shall not be
  17. held liable for any loss or damage, either actual or incidental, related to the
  18. use of this demo.
  19. _______________________________________________________________________________
  20.  
  21.  
  22.  
  23. This file contains information about specific problems you may
  24. encounter and specific system configurations.
  25.  
  26.  
  27. Topics covered in this readme file:
  28.      -  About this demo
  29.      -  Adaptec controllers
  30.      -  Bus timing and BackMaster DMA overrun error
  31.      -  CoreTape 250 tape drive support
  32.      -  Creating recovery diskettes
  33.      -  Device driver conflicts
  34.      -  Incompatibility with TAPE.EXE 4.03 or greater
  35.      -  Low memory systems (8MB or less)
  36.      -  Older tape drives (Hard Select)
  37.      -  Ordering information
  38.      -  Stacker and DCF2
  39.      -  TC-15M high-speed adapter
  40.      -  Time critical
  41.      -  Version of OS/2
  42.      -  Write errors
  43.  
  44.  
  45.  
  46. About this demo:
  47.      See BMDEMO.DOC (located in the BackMaster program folder)
  48.      for more information.
  49.  
  50.  
  51. Adaptec controllers:
  52.      If you have an Adaptec Busmaster controller, the following
  53.      CONFIG.SYS setting is suggested:
  54.  
  55.      BASEDEV=AHA154X.ADD /V /A:0 /BON:4 /A:0 /BOFF:12
  56.  
  57.      /V displays messages during bootup.  /A:0 specifies the
  58.      first of four possible adapters, and is necessary even if
  59.      only one adapter is installed.  /BON:4 sets the bus on time
  60.      to 4 microseconds. /BOFF:12 sets the bus off time to 12
  61.      microseconds.  Most of this information may be found in the
  62.      Command Reference under BASEDEV.  The above BASEDEV setting
  63.      gives the floppy controller enough time on the bus to
  64.      transfer enough data (by DMA) to keep the tape moving.
  65.  
  66.      Special thanks to Beta Tester Jay Vanderbilt for this
  67.      information.
  68.  
  69.  
  70. Bus timing and BackMaster DMA overrun error:
  71.      BackMaster may not work correctly if your system bus timing
  72.      is set higher than 8 MHZ.  Tape drives are very sensitive to
  73.      hardware timing and an abnormal bus speed may result in
  74.      operational problems or errors reported by BackMaster.
  75.  
  76.      If you are consistently getting a DMA overrun error message
  77.      (error number 51) we suggest checking your hardware settings.
  78.      Experiment with the bus speed, setting it as close to 8MHz
  79.      as possible.  If your system supports the 7.15MHz or 7.25MHz
  80.      settings, these will usually work best.
  81.  
  82.  
  83. CoreTape 250 tape drive support:
  84.      The BackMaster 1.1 release does not support the
  85.      CoreTape 250.
  86.  
  87.  
  88. Creating recovery diskettes:
  89.      Now is a good time to create a set of custom recovery
  90.      diskettes for your computer.  The recovery diskettes can
  91.      be used with a complete system backup to restore your
  92.      system or move your system to a new hard drive.  BMRCVR
  93.      (in the BackMaster folder) will create the recovery
  94.      diskettes automatically.  You may, if you wish, create
  95.      the recovery diskettes manually.  Instructions for doing
  96.      so are given in the file BOOT.TXT, which is located in
  97.      the directory to which BackMaster was installed.
  98.  
  99.  
  100. Device driver conflicts:
  101.      The BackMaster device drivers, FTDVR.SYS, TC15DVR.SYS, and
  102.      PTDVR.SYS, may on some systems have conflicts with the
  103.      Multimedia Presentation Manager (MMPM) drivers, some cdrom
  104.      device drivers, the Diamond P9000 video drivers, and ATI
  105.      Graphics Ultra video drivers.  The driver conflicts may
  106.      cause an "Unable to open driver" error message or an OS/2
  107.      TRAP 000D.  To avoid the driver conflicts, make sure that
  108.      FTDVR.SYS, TC15DVR.SYS, and PTDVR.SYS are loaded in
  109.      CONFIG.SYS after the CDROM drivers, Diamond P9000 video
  110.      drivers, and ATI Graphics Ultra video drivers, but before
  111.      the MMPM drivers.
  112.  
  113.           Note:  We recommend locating FTDVR.SYS and PTDVR.SYS
  114.           immediately following the IFS= statement (if present)
  115.           in CONFIG.SYS.  However, some drivers (such as CDROM
  116.           drivers) may have to be loaded before our driver.  Some
  117.           experimentation on your part may be required to find
  118.           the optimal location for FTDVR.SYS and PTDVR.SYS.
  119.  
  120.           Concerning the Diamond P9000 video drivers:  The driver
  121.           conflict with the P9000 and BackMaster drivers has been
  122.           known to cause OS/2 command windows to indefinitely
  123.           scroll, as if the enter key was continually pressed.
  124.           This symptom disappears when the video drivers are loaded
  125.           ahead of the BackMaster drivers.
  126.  
  127.           Concerning the ATI Graphics Ultra video drivers:
  128.           Confilicts with these drivers are infrequent.
  129.  
  130.      The BackMaster installation program, BMINST, will place the
  131.      FTDVR.SYS, TC15DVR.SYS, and PTDVR.SYS in the correct location
  132.      in CONFIG.SYS for most machines (except in the case of the
  133.      Diamond P9000 and ATI Graphics Ultra video drivers).  The
  134.      driver conflicts are mentioned here for the case of a manual
  135.      installation or a driver conflict with specific systems.
  136.  
  137.  
  138. Incompatibility with Colorado's TAPE.EXE 4.03 or greater:
  139.      BackMaster will not read compressed tapes made with any
  140.      version of TAPE.EXE 4.03 or greater, but BackMaster will
  141.      read the uncompressed volumes made with this software.
  142.      (This will be corrected in a future release.)
  143.  
  144.  
  145. Low memory:
  146.      BackMaster may not work correctly on machines with less than
  147.      8 MB of memory.  Machines with 8 MB of memory that have
  148.      network software loaded may also fall into this category. 
  149.      In the case of a low memory machine, BackMaster will report
  150.      one of these errors:  "Unable to load device driver", or
  151.      "Unable to allocate memory in device driver".  Note:  This
  152.      problem may be resolved in future versions of BackMaster or
  153.      OS/2.
  154.  
  155.  
  156. Older tape drives (Hard Select):
  157.      The list of tape drives in the "Configuration Options"
  158.      dialog refer to Soft Select tape drives (most of the newer
  159.      tape drives are Soft Select), and will not correctly select
  160.      the older Hard Select type of tape drive.  If you have a
  161.      Hard Select tape drive, select the "Generic QIC 40/80" tape
  162.      drive from the "Configuration Options" list.  Refer to the
  163.      documentation that came with your tape drive to determine
  164.      which type of tape drive (Hard Select or Soft Select) you
  165.      have.  In general, Hard Select drives may have jumpers to
  166.      select the drive (A or B) and will only function as the A or
  167.      B device, but not as a third floppy device.
  168.  
  169.  
  170. Ordering information:
  171.      See ORDERFRM.TXT (located in the BackMaster desktop folder)
  172.      for more information.
  173.  
  174.  
  175. Stacker and DCF2:
  176.      If FTDVR.SYS (or PTDVR.SYS) resides on a stacked volume,
  177.      the DEVICE=FTDVR.SYS statement should be placed after the
  178.      Stacker device drivers.  Some conflicts have been reported
  179.      when BackMaster accesses files in a DCF2 Virtual Disk Unit,
  180.      resulting in a SYS3175 in DOSCALL1.  If you encounter this
  181.      problem, please report it to Proportional Software.
  182.  
  183.  
  184. TC-15M high-speed adapter:
  185.      BackMaster supports the TC-15 high-speed adapter, but does
  186.      not support the TC-15M high-speed adapter, which is the
  187.      microchannel version of the TC-15.  (Please consult MSR
  188.      for the latest information)
  189.      
  190.  
  191. Time critical:
  192.      During normal tape drive operations, BackMaster must respond
  193.      to the tape drive signals within a certain amount of time,
  194.      or the tape drive may start to behave unpredictably, causing
  195.      BackMaster to abort the current tape operation.  Active DOS
  196.      and Windows sessions may deny BackMaster the CPU time needed
  197.      to respond quickly to tape drive signals.  If BackMaster
  198.      aborts in the middle of a tape operation, make sure that the
  199.      "Time Critical" check box in the "Device" page of the
  200.      configuration notebook is checked before retrying the tape
  201.      operation.  Time critical will ensure that BackMaster is
  202.      given enough CPU time to respond quickly to the tape drive
  203.      requests.
  204.  
  205.  
  206. Version of OS/2:
  207.      BackMaster is designed for OS/2 versions 2.1 and above.  It
  208.      may be used with OS/2 2.0, but unexplained failures (ie. BackMaster
  209.      may abort and close without warning due to a PM bug) may occur,
  210.      especially during the file selection process.  If you must
  211.      use BackMaster with OS/2 2.0, we suggest that you avoid
  212.      extensive use of the PM interface.  (ie. use command line options
  213.      where possible)
  214.  
  215.  
  216. Write errors:
  217.      Write errors during a backup are fatal.  If BackMaster
  218.      detects a write error, it will report the error and abort
  219.      the backup.  It will be necessary to reformat the tape
  220.      before making further backups, since version 1.1 of
  221.      BackMaster will not update the bad sector map if bad sectors
  222.      are found during a backup.
  223.