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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!NSCVAX.PRINCETON.EDU!dragon
  2. From: dragon@NSCVAX.PRINCETON.EDU (Mighty Firebreather)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: SYSDUMP.DMP File Question...
  5. Message-ID: <0096642E.D1F3FDE0.32293@nscvax.princeton.edu>
  6. Date: 7 Jan 93 21:11:15 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 41
  11.  
  12. >    Scott R. Daniels <SRDANIELS@RCKHRST2.BITNET> writes:
  13. >
  14. >This should be an easy one for you guys:
  15. >
  16. >  Is there a way to have the system look on a different disk for the SYSDUMP.DMP
  17. >file ?
  18.  
  19.     No.  The dumpfile must be on the system disk.  The system locates 
  20. the dump file and "opens" it, very early in the boot process; long before 
  21. other disks would be mounted.
  22.  
  23. >  And is it also true that enough disk space should be allocated so that
  24. >ALL memmory can be dumped into it ?  We just doubled our memory to 128MB, and we
  25. >don't really have the room to put a 262,144 block SYSDUMP file on the system
  26. >disk.  Any ideas would be greatly appreciated.  Please respond privatley...
  27. >
  28.  
  29.     The dumpfile need not be full size.  If you have a smaller dumpfile 
  30. and set up your SYSGEN parameters properly, VMS will write a partial dump.
  31. What VMS thinks are the most significant portions of memory will be dumped 
  32. first.  DUMPSTYLE must be set to 1 to do this.
  33.  
  34.     It is also possible to write a dump to your primary paging file 
  35. (which must reside on the system disk).   You must copy such a dump to 
  36. another file to release the pages in the paging file that are occupied by
  37. the dump.  The copy may be made on another disk if you wish.  In order to 
  38. do this, SAVEDUMP must be set to 1. 
  39.  
  40.     I may have missed a parameter or two so carefull study of the 
  41. manuals would be a good idea.  (My biggest system has a whole 32Mb of 
  42. memory so I've never been reduced to these expedients).
  43.  
  44.  
  45. *************************************************************************
  46. *                                                                       *
  47. *                        Here, there be dragons!                        *
  48. *                      dragon@nscvax.princeton.edu                      *
  49. *                                                                       *
  50. *                                                Richard B. Gilbert     *
  51. *************************************************************************
  52.  
  53.