home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20309 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  2.4 KB

  1. Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!yale.edu!ira.uka.de!rz.uni-karlsruhe.de!rz.uni-karlsruhe.de!usenet@rz
  2. From: DAHMS@ifk20.mach.uni-karlsruhe.de (Heribert Dahms)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Question about RMS and MSCP-pair
  5. Date: 4 Jan 1993 21:03:45 GMT
  6. Organization: University of Karlsruhe, FRG (Dept. of Mechanical Engineering)
  7. Lines: 39
  8. Distribution: world
  9. Message-ID: <1ia8nhINNa8k@nz12.rz.uni-karlsruhe.de>
  10. References: <1993Jan4.115621.29717@news.th-darmstadt.de> <61050100@acf3.NYU.EDU>
  11. NNTP-Posting-Host: ifk29.mach.uni-karlsruhe.de
  12. X-News-Reader: VMS NEWS 1.20
  13. In-Reply-To: tihor@acf3.NYU.EDU's message of Mon, 4 Jan 1993 17:55:00 GMT
  14.  
  15. In <61050100@acf3.NYU.EDU> tihor@acf3.NYU.EDU writes:
  16.  
  17. : Use BACKUP or any other tool you have written to accept and ignore the
  18. : forced error, copying the file.  Delete the original.   The block is
  19. : happily revectored and can be reused by a WRITE operations, its just
  20. : that the system has reason to suspect that the data in the block MIGHT
  21. : be corrupted and VMS taks data integrity very seriously.  So seriously
  22. : in this case that you have to be prepared to dismiss an ERROR return to
  23. : get to it.
  24. : Tool suggestions:
  25. : A useful tool for someone to write (who is so inclined) would be a
  26. : utility program to read and rewrite the blocks of a file handling and
  27. : checking about forced errors as they happen.
  28. Use ANALYZE/RMS
  29.  
  30. : Another interesting varation on that tool would be something to run on
  31. : a privately mounted disk to read or double read and compare, overwrite
  32. : with test patterns, and then rewrite each block on a disk.
  33. Use BACKUP/VERIFY often enough and either restore or delete the file.
  34. Hack on the file only if it is of great importance.
  35. Hint: Use DUMP in block mode to read after the error,
  36. possibly after copying with backup to clear the error, to recover as
  37. much as possible.
  38. TO THE ORIGINAL POSTER: If it's *really* necessary to hack, e-mail me.
  39.  
  40. My experiences:
  41. 1)    EDT crashed some years ago with ACCVIO on VMS4.x (*not* forced error!).
  42.     ANALYZE/RMS or ANALYZE/IMAGE showed forced error.
  43.     I restored from backup with /NEW_VERSION then
  44.     INSTALL /REPLACEd and purged.
  45. 2)    One of my source files, which had variable length records by default,
  46.     gots a forced error (near the beginning, you guess!).
  47.     It was not possible to TYPE or something else beyond the error.
  48.     I had no BACKUP, but a printed copy and re-typing that was fastest.
  49.  
  50.  
  51. Bye, Heribert (dahms@ifk20.mach.uni-karlsruhe.de)
  52.