home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 27 Fixes20 / 27-Fixes20.zip / newdump.zip / NEWDUMP.RME < prev    next >
Text File  |  1995-01-30  |  4KB  |  89 lines

  1. 11/01/94
  2. Steps to install new version of os2dump (called newdump)
  3.  
  4. THIS is a major upgrade to the dump routine. It contains many fixes and
  5. enhancements, particularly support for systems with 64 meg or more installed.
  6.  
  7. Must be on GA 2.1 or later or OS/2 2.0 at XR06100 level.
  8. This will not work on 2.0 prior to XR06100 or on Warp.
  9.  
  10. 1.To install newdump on hardfile:
  11.   in OS/2 2.1 root, enter:
  12.      attrib -r -s -h os2dump
  13.      copy os2dump *.sav
  14.      copy newdump os2dump
  15.      attrib +r +s +h os2dump  (optional)
  16.      REBOOT
  17.  
  18. 2.Once newdump is installed, one can immediately dump to diskette.
  19.   To initiate the dump to diskette, hit ctl-alt-numlock-numlock.
  20.   ** Createdd.exe is no longer needed. **
  21.  
  22. 3.To be able to dump to hardfile the following steps are needed:
  23.  
  24. NOTE! NOTE! NOTE!
  25. Dump to hardfile must be to a separate, empty partition.
  26. IT WILL ERASE WHATEVER IS ON THE PARTITION.
  27.  
  28.   a.Create a partition about 4meg larger than the amount of memory installed.
  29.     *important note*  The partition you create has to be addressable by your
  30.                       system's BIOS. Typically, this restricts you to the first
  31.               two physical disks and the first 1024 cylinders thereof.
  32.               If you have large disks (>512mb), we suggest you create
  33.               the partition at the beginning of freespace.
  34.   b.Format the partition FAT
  35.   c.Label the partition  SADUMP
  36.   d.Modify config.sys as follows:
  37.     trapdump=off,X:      where X: is the partition letter
  38.   e.REBOOT
  39.  
  40. 4. If you are using OS/2 2.11 + fixpak XR_a037 or later, the following
  41. new semantics are in effect:
  42.   a. TRAPDUMP=ON  now does automatic dump for ALL traps/IPEs (not just ring 3).
  43.   b. TRAPDUMP=R0 (new) dumps only ring 0 traps/IPEs.
  44.  
  45. 5.To initiate the dump to hardfile, hit ctl-alt-numlock-numlock
  46.   16megs should dump in under 30 seconds!!!
  47.  
  48.   A good test would be to run chkdsk on a large enough drive (dont run
  49.   chkdsk /f, just chkdsk). Then while chkdsk is still running, initiate
  50.   the dump.
  51.  
  52. 6.Some modifications have been made to the dump to hardfile on 8/1/94:
  53.   a. A message will now display, informing the user of which partition will
  54.      be dumped to, and how much memory.
  55.   b. A warning message will display informing the user that the dump will
  56.      wipe out the dump partition. The user has 30 seconds in which to
  57.      respond. If the user does not answer in 30 seconds, the dump begins.
  58.   c. If the user chooses not to dump to the hardfile by answering N to the
  59.      above prompt, he is asked if he would like to dump to diskette.
  60.   d. If an error is encountered, and the dump cannot proceed to the hardfile,
  61.      the user is asked if he would like to dump to diskettes. If the answer
  62.      is no, or there is no response in 60 seconds, the system is rebooted.
  63.  
  64. 7.Major modifications were made to both the dump to hardfile and to diskette
  65.   on 11/01/94.
  66.   a. Improved error checking on dump to hardfile and diskette.
  67.   b. More descriptive error messages.
  68.   c. NOTE: if there is a bad sector encountered when dumping to hardfile,
  69.      a Fatal Dump Error message will display followed by the bad sector
  70.      information to help pinpoint the error.
  71.      There is currently no error recovery in dump to hardfile.
  72.   d. Support for systems with 64meg or more of memory installed.
  73.      DO NOT USE a dump dated prior to 11/01/94 on systems with 64 meg or more.
  74.   e. Better performance.
  75.   f. Improved error recovery from bad diskettes.
  76.  
  77. 8. 11/4/94 
  78.     In the process of finalizing my code changes 11/3/94 I uncovered a
  79.     slight problem if a user tries to dump to an unformatted drive.
  80.     Instead of giving a descriptive error message, label SADUMP not found,
  81.     it instead gave a FATAL DUMP ERROR!.
  82.  
  83.     In addition, there have been some enhancements to the debugging
  84.     capabilities of the dump to hardfile, to enable easier reading of
  85.     the debug output.
  86.  
  87. 9. New mods 1/27/94 facilitate dumps to floppy on Compaqs that previously 
  88.    could dump only to 720k floppies.
  89.