home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / admin / 177 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  986 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!spool.mu.edu!olivea!sgigate!sgi!fido!not-for-mail
  2. From: rck@fangio.asd.sgi.com (Robert Keller)
  3. Newsgroups: comp.sys.sgi.admin
  4. Subject: Re: detecting crash dumps on boot?
  5. Message-ID: <1iv3a8INNsdo@fangio.asd.sgi.com>
  6. Date: 12 Jan 93 18:40:08 GMT
  7. References: <1993Jan12.155743.11378@Princeton.EDU>
  8. Organization: Silicon Graphics, Inc., Mountain View, CA
  9. Lines: 10
  10. NNTP-Posting-Host: fangio.asd.sgi.com
  11.  
  12. clk@ernie.Princeton.EDU (Christopher Kranz) writes:
  13. >What I'd like to do is determine if a crash dump exists on the swap device
  14. >before /etc/savecore runs and then make room for the vmcore file that
  15. >/etc/savecore creates by deleteing other files in the same file system.
  16.  
  17. Take a look at the savecore(1M) man page, especially the description section.
  18. You'll likely want to put a hook in /etc/rc2.d/S48savecore, or if you 
  19. have another filesystem with enough space, simply use /etc/config/savecore.options.
  20.  
  21. ...robert
  22.