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

  1. Path: sparky!uunet!usc!howland.reston.ans.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!UH01.Colorado.EDU!DWING
  2. From: DWING@UH01.Colorado.EDU (Dan Wing)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: SYSDUMP.DMP File Question...
  5. Message-ID: <01GT8GQOG042009SF1@VAXF.COLORADO.EDU>
  6. Date: 7 Jan 93 18:11:39 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 30
  11.  
  12. Scott R. Daniels, SRD@RCKHRST1.BITNET, writes:
  13.  
  14. >  Is there a way to have the system look on a different disk for the 
  15. >SYSDUMP.DMP file ?  
  16.  
  17. No.  The crash-dump file must be on the system disk.  You can, however, have 
  18. the system write its crash-dump to the pagefile, but I believe that pagefile 
  19. must be on the system disk to be used as a crash-dump area.  This is done 
  20. by setting SAVEDUMP to 1.
  21.  
  22. >And is it also true that enough disk space should be allocated so that
  23. >ALL memmory can be dumped into it ?  
  24.  
  25. If DUMPSTYLE is 0, you need a dumpfile big enough for all of memory.  If
  26. DUMPSTYLE is 1, use the values that AUTOGEN gives you.
  27.  
  28. AUTOGEN will tell you the appropriate size depending on your setting of 
  29. DUMPSTYLE (0=dump all memory, 1=selective dump).  I'd add about 100 blocks 
  30. to AUTOGEN's recommendation to ensure it was big enough (AUTOGEN under-
  31. calculated the size of a selective dump in some versions of VMS).
  32.  
  33. >We just doubled our memory to 128MB, and we
  34. >don't really have the room to put a 262,144 block SYSDUMP file on the system
  35. >disk.  Any ideas would be greatly appreciated.  
  36.  
  37. Use DUMPSTYLE=1, or have your crash-dump file go into your page file.
  38.  
  39. -Dan Wing, dwing@uh01.colorado.edu or wing_d@ucolmcc.bitnet (DGW11)
  40.  Systems Administrator, University Hospital, Denver
  41.  
  42.