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

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!swdev.si.com!tillman
  2. From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
  3. Newsgroups: comp.os.vms
  4. Subject: RE: SYSDUMP.DMP File Question...
  5. Message-ID: <009664BF.0BC52900.27241@swdev.si.com>
  6. Date: 8 Jan 93 14:23:40 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 26
  11.  
  12. Richard B. Gilbert (dragon@nscvax.princeton.edu) writes:
  13.  
  14. >    It is also possible to write a dump to your primary paging file
  15. >(which must reside on the system disk).
  16.  
  17. While I think that Richard means that *if* you want to use your page file as a 
  18. dump file as well, *then* the page file must be on the system disk, I want to 
  19. clarify this statement.
  20.  
  21. Unless you do want to use your page file as a dump file as well, VMS V5.x does 
  22. not require any page file on the system disk.  The concept of primary/secondary 
  23. page files was eliminated when VMS was altered to allow up to four page files 
  24. (none of which need to be on the system disk).  VMS startup will proceed just 
  25. file without a page file.  In phase DEVICES (the second phase of startup to 
  26. run), startup runs SYS$STARTUP:VMS$DEVICE_STARTUP.COM.  This procedure in turn 
  27. executes SYS$MANAGER:SYPAGSWPFILES.COM (if it exists), in which you mount the 
  28. paging disk(s) and install the page file(s).  Once this procedure runs, a page 
  29. file will then be available for any subsequent processes.
  30.  
  31. -----------------------------+--------------------------------
  32.  Brian Tillman               | Internet: tillman@swdev.si.com
  33.  Smiths Industries, Inc.     |           tillman_brian@si.com
  34.  4141 Eastern Ave., MS129    | Hey, I said this stuff myself.
  35.  Grand Rapids, MI 49518-8727 | My company has no part in it.
  36. -----------------------------+--------------------------------
  37.  
  38.