home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12625 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  2.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!mips!swrinde!elroy.jpl.nasa.gov!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Problem with ANALYZE/DISK/REPAIR
  5. Message-ID: <1992Jul22.014938.24981@cco.caltech.edu>
  6. Date: 22 Jul 92 01:49:38 GMT
  7. References: <21JUL199211212307@robot.nuceng.ufl.edu>
  8. Sender: news@cco.caltech.edu
  9. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  10. Organization: HST Wide Field/Planetary Camera
  11. Lines: 38
  12. Nntp-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <21JUL199211212307@robot.nuceng.ufl.edu>, sysop writes:
  15. >
  16. >Hello net,
  17. >
  18. >    Im running V5.3-1 and for a while now when I run ANALYZE/DISK/REPAIR
  19. >I get the message:
  20. >
  21. >%VERIFY-E-SORTERROR, error sorting multiply allocated block list
  22. >-RMS-E-WLCK, device currently write locked
  23. >
  24. >    I said something to DEC as an aside but didn't really get an answer.
  25. >Is this a problem?  Any ideas how to fix or why it exists?
  26.  
  27. The reason it exists is that:
  28.     1)  The first thing ANAL/DISK/REPAIR does after parsing the command,
  29.         making sure the device exists, and so forth, is to "[w]rite-lock
  30.         the volume set to prevent simultaneous updates."  This is necesary
  31.         since otherwise VERIFY could get confused when INDEXF.SYS,
  32.         BITMAP.SYS, or directories were updated by other programs.
  33.     2)  VERIFY tries to create a work file to sort the multiply allocated
  34.         block list.
  35. Now, this is normally not a problem, unless VERIFY tries to create the work
  36. file on the disk you're analyzing.  If that happens, then the file create fails
  37. since VERIFY has the disk write-locked (actually, it's not really write-locked,
  38. it's got the bit that inhibits file extension set, but since it wants to
  39. allocate a file header and some blocks to the file it's creating, for our
  40. purposes the disk IS write-locked).
  41.  
  42. So, what can you do about it?  Well, if you redefine SYS$SCRATCH to point to a
  43. directory on some other disk, I think that will do it.
  44. --------------------------------------------------------------------------------
  45. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  46.  
  47. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  48. understanding of astronomy is purely at the amateur level (or below).  So
  49. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  50. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  51. hold me responsible for it, but my organization had nothing to do with it.
  52.