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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!pacbell.com!iggy.GW.Vitalink.COM!nocsun.NOC.Vitalink.COM!wetware!abekas!infopiz!mark
  2. From: mark@infocomm.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: SYSDUMP.DMP File Question...
  5. Message-ID: <1993Jan8.140802.21116@infocomm.com>
  6. Date: 8 Jan 93 14:08:02 PST
  7. References: <01GT8GQOG042009SF1@VAXF.COLORADO.EDU>
  8. Distribution: world
  9. Organization: INFO COMM - Computer Consulting, Redwood City, Ca
  10. Lines: 55
  11.  
  12. In article <01GT8GQOG042009SF1@VAXF.COLORADO.EDU>, DWING@UH01.Colorado.EDU (Dan Wing) writes:
  13. > Scott R. Daniels, SRD@RCKHRST1.BITNET, writes:
  14. >
  15. >>  Is there a way to have the system look on a different disk for the 
  16. >>SYSDUMP.DMP file ?  
  17. >
  18. >No.  The crash-dump file must be on the system disk.  You can, however, have 
  19. >the system write its crash-dump to the pagefile, but I believe that pagefile 
  20. >must be on the system disk to be used as a crash-dump area.  This is done 
  21. >by setting SAVEDUMP to 1.
  22.  
  23. Bzzt.  Wrong.  The dump will always be written to the pagefile if there
  24. is  no dump file AND the pagefile is on the system disk and is known as
  25. SYS$SYSTEM:PAGEFILE.SYS.
  26.  
  27. SAVEDUMP being one says that given the possibility of a pagefile
  28. (meeting the above constraints), then the pagefile space which contains
  29. the system dump will not be used for paging backing store until after
  30. the dump it contains has been analyzed.
  31.  
  32. >>And is it also true that enough disk space should be allocated so that
  33. >>ALL memmory can be dumped into it ?  
  34. >
  35. >If DUMPSTYLE is 0, you need a dumpfile big enough for all of memory.  
  36.  
  37. Almost right.  With DUMPSTYLE as 0, the dump file must be as big as
  38. memory PLUS the necessary room for the dump header.  
  39.  
  40. >If DUMPSTYLE is 1, use the values that AUTOGEN gives you.
  41.  
  42. The size of the dump header has floated around (usually up) from one
  43. release of VMS to another, AUTOGEN knows how to compute the correct dump
  44. file size.
  45.  
  46. >AUTOGEN will tell you the appropriate size depending on your setting of 
  47. >DUMPSTYLE (0=dump all memory, 1=selective dump).  I'd add about 100 blocks 
  48. >to AUTOGEN's recommendation to ensure it was big enough (AUTOGEN under-
  49. >calculated the size of a selective dump in some versions of VMS).
  50.  
  51. Adding an extra 100 blocks is certainly safe, but what probably happened
  52. here is that you may have tried to continue to use an old dumpfile that
  53. had been previously defined with an older version of VMS.
  54.  
  55. >>We just doubled our memory to 128MB, and we
  56. >>don't really have the room to put a 262,144 block SYSDUMP file on the system
  57. >>disk.  Any ideas would be greatly appreciated.  
  58. >
  59. >Use DUMPSTYLE=1, or have your crash-dump file go into your page file.
  60.  
  61. Good advise with the above caveats.
  62.  
  63. --
  64. Mark Pizzolato - INFO COMM Computer Consulting, Redwood City, Ca
  65. PHONE:    (415)369-9366    UUCP:  decwrl!infopiz!mark or uunet!lupine!infopiz!mark
  66. DOMAIN:    mark@infocomm.com
  67.