Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: ps on systeme crash core file Keywords: ps dump core Message-ID: <4099@auspex.auspex.com> Date: 26 Sep 90 18:19:53 GMT References: <9351@ilog.UUCP> <1990Sep23.214419.4576@pilikia.pegasus.com> Organization: Auspex Systems, Santa Clara Lines: 23 >Don't you have crash(1M) ?? He does, since he has SunOS 4.1 (assuming the system administrator installed whatever the appropriate optional software category is), although the man page is called "crash(8)" there. As for "how to do 'ps -aux vmunix.3 vmcore.3', to quote from the 4.1 manual page: SYNOPSIS ps [ [-]acCegjklnrSuUvwx ][ -tx ]|[ num ] [ kernel-name ] [ c-dump-file ] [ swap-file ] ... kernel-name specifies the location of the system namelist. If the -k option is given, c-dump-file tells ps where to look for the core dump. Otherwise, the core dump is located in the file /vmcore and this argument is ignored. swap-file gives the location of a swap file other than the default, /dev/drum. although he could have looked it up himself in said man page....