<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: savecrash file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035644#M133445</link>
    <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;I think the problem is caused by the new crash directory being in a different VG.  Why not prove it by doing the following:&lt;BR /&gt;&lt;BR /&gt;Change /etc/rc.config.d/savecrash:&lt;BR /&gt;&lt;BR /&gt;SAVECRASH_DIR=/var/adm/kim   &amp;lt;&amp;lt;&amp;lt; new directory in vg00&lt;BR /&gt;&lt;BR /&gt;# mkdir /var/adm/kim&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/savecrash start&lt;BR /&gt;&lt;BR /&gt;Now see what happens when you TOC or try to save a crash dump.  Does it go to /var/adm/kim??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Easy to test!!!</description>
    <pubDate>Tue, 29 Jul 2003 05:31:06 GMT</pubDate>
    <dc:creator>Tim Adamson_1</dc:creator>
    <dc:date>2003-07-29T05:31:06Z</dc:date>
    <item>
      <title>savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035625#M133426</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've been having problems saving the system crash files after changing the defaul crash directory. I found out that the crash still goes to /var/adm/crash instead of /data/crash, the core dump doesn't start to create until I issue the command manually :&lt;BR /&gt;# savecrash -vr&lt;BR /&gt;I have checked the file /sbin/init.d/savecrash and the permission as well as the owner and group as following:&lt;BR /&gt;-r-xr-xr-x   1 root       sys           3801 Jul 29 00:51 savecrash &lt;BR /&gt;Is this correct, should the owner and group be bin bin?&lt;BR /&gt;Please help.</description>
      <pubDate>Tue, 29 Jul 2003 02:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035625#M133426</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T02:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035626#M133427</link>
      <description>you changed /etc/rc.config.d/savecrash?&lt;BR /&gt;&lt;BR /&gt;What does crashconf -v show you?</description>
      <pubDate>Tue, 29 Jul 2003 03:03:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035626#M133427</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2003-07-29T03:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035627#M133428</link>
      <description>Yes, I did changed the /etc/rc.config.d/savecrash&lt;BR /&gt;Here is the output of the crashconf -v&lt;BR /&gt;# crashconf -v                                                                &lt;BR /&gt;CLASS          PAGES  INCLUDED IN DUMP  DESCRIPTION                           &lt;BR /&gt;--------  ----------  ----------------  ------------------------------------- &lt;BR /&gt;UNUSED        319144  no,  by default   unused pages                          &lt;BR /&gt;USERPG         17664  no,  by default   user process pages                    &lt;BR /&gt;BCACHE        119167  no,  by default   buffer cache pages                    &lt;BR /&gt;KCODE           1762  no,  by default   kernel code pages                     &lt;BR /&gt;USTACK           766  yes, by default   user process stacks                   &lt;BR /&gt;FSDATA           226  yes, by default   file system metadata                  &lt;BR /&gt;KDDATA         34309  yes, by default   kernel dynamic data                   &lt;BR /&gt;KSDATA         31246  yes, by default   kernel static data                    &lt;BR /&gt;                                                                              &lt;BR /&gt;Total pages on system:            524284                                      &lt;BR /&gt;Total pages included in dump:      66547                                      &lt;BR /&gt;                                                                              &lt;BR /&gt;DEVICE        OFFSET(kB)   SIZE (kB)  LOGICAL VOL.  NAME                      &lt;BR /&gt;------------  ----------  ----------  ------------  ------------------------- &lt;BR /&gt; 31:0x016000       72544     2023424   64:0x000002  /dev/vg00/lvol2           &lt;BR /&gt; 31:0x015000        1024     2043904   64:0x000004  /dev/vg00/lvol4           &lt;BR /&gt;                          ----------                                          &lt;BR /&gt;                             4067328                                          &lt;BR /&gt;What's yout thoughts?&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 03:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035627#M133428</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T03:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035628#M133429</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;As mentioned in a previous post, tou should change the file /etc/rc.config.d/savecrash.  The variable to uncomment and change is SAVECRASH_DIR.&lt;BR /&gt;&lt;BR /&gt;Then run &lt;BR /&gt;# /sbin/init.d/savecrash start &lt;BR /&gt;&lt;BR /&gt;Obviously you should test by doing a TOC :-)&lt;BR /&gt;&lt;BR /&gt;Also make sure that LOG_ONLY in the same file is NOT set to 1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Tue, 29 Jul 2003 03:28:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035628#M133429</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T03:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035629#M133430</link>
      <description>Try putting the option (-d &lt;NEW_DIR&gt;) in the savecrash command line of the /sbin/init.d/savecrash file.&lt;BR /&gt;&lt;BR /&gt;Sure - u might have checked this - just a reminder - /data/crash is mounted at boot time from the fstab file.&lt;/NEW_DIR&gt;</description>
      <pubDate>Tue, 29 Jul 2003 03:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035629#M133430</guid>
      <dc:creator>Vasikaran Venkatesan</dc:creator>
      <dc:date>2003-07-29T03:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035630#M133431</link>
      <description>Guys,&lt;BR /&gt;&lt;BR /&gt;Could you please do an ll on the file /sbin/init.d/savecrash and post the output here.&lt;BR /&gt;Thanks&lt;BR /&gt;Points will be asigned!!!&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 03:41:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035630#M133431</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T03:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035631#M133432</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Again, I would like to pint out that you should not change the /sbin/init.d/savecrash file.  Changes should be made to /etc/rc.config.d/savecrash as I outlined in my earlier post.&lt;BR /&gt;&lt;BR /&gt;Here is the ll output on my server:&lt;BR /&gt;&lt;BR /&gt;# ll /sbin/init.d/savecrash&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           4037 Oct 22  1999 /sbin/init.d/savecrash&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Tue, 29 Jul 2003 03:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035631#M133432</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T03:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035632#M133433</link>
      <description>I have different output from ll&lt;BR /&gt;&lt;BR /&gt;-r--r--r--   1 bin        bin           2318 Nov 14  2000 savecrash&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is my file as a reference. Attached.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Jul 2003 03:55:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035632#M133433</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-29T03:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035633#M133434</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Your permissions on savecrash are OK, though generally owner &amp;amp; group is bin.  Mine are:&lt;BR /&gt;-r-xr-xr-x   1 bin        bin           4037 Oct 22  1999 savecrash&lt;BR /&gt;&lt;BR /&gt;Can you post /etc/rc.config.d/savecrash and &lt;BR /&gt;also output of:&lt;BR /&gt;# bdf /data/crash&lt;BR /&gt;# ll /etc/rc.config.d/save*&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:01:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035633#M133434</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-29T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035634#M133435</link>
      <description>Tim, &lt;BR /&gt;Did you go thru my questions in my profile, you should see what S.K. Chan stated in his answers to my questions, I don't mean to offend you but I'm trying to understand so I would appreciate more explanation.&lt;BR /&gt;&lt;BR /&gt;Steven,&lt;BR /&gt;I'm not worry about the permission but I'm worry about the owner and group which seemed to be incorrect in my output.I'll correct it, maybe that's why the crash files don't create at bootup.&lt;BR /&gt;Also your attached file is not uncommented.&lt;BR /&gt;I have the following lines uncommented in my /etc/rc.config.d/savecrash&lt;BR /&gt;SAVECRASH=1 &lt;BR /&gt;SAVECRASH_DIR=/data/crash &lt;BR /&gt;Please keep posting your thoughts.&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035634#M133435</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T04:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035635#M133436</link>
      <description>sorry Con, it seems we post at the same time.&lt;BR /&gt;Here is the ll /etc/rc.config.d/savecrash&lt;BR /&gt;-r--r--r--   1 root       sys           2188 Jun  5 05:46 savecrash&lt;BR /&gt;&lt;BR /&gt;The owner and group is again incorrect.I'll correct and I hope this will fix the problem.&lt;BR /&gt;I wouldn't worry about the bdf /data/crash because I run everything manually, I also run the Q4 analyze and there was nothing in the dump because the system crashed yesterday and I guess the core dump is not the dump primary swap anymore.&lt;BR /&gt;&lt;BR /&gt;Any thoughts.</description>
      <pubDate>Tue, 29 Jul 2003 04:11:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035635#M133436</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T04:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035636#M133437</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;No offence taken.  Just offering my advice.&lt;BR /&gt;&lt;BR /&gt;I can't see any response from S K Chan unless it was on a previous thread which I haven't read.&lt;BR /&gt;&lt;BR /&gt;I will assume you have made the necessary changes to /etc/rc.config.d/savecrash.&lt;BR /&gt;&lt;BR /&gt;Did you also ensure that LOG_ONLY is NOT set to 1.  See the bootom of the file in /etc/rc.config.d/savecrash.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035636#M133437</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T04:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035637#M133438</link>
      <description>Tim,&lt;BR /&gt;&lt;BR /&gt;Appreciate your understanding. Please find the current configuration file as attached.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035637#M133438</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035638#M133439</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;One thing I noticed is that your /sbin/init.d/savecrash file was edited today??  Also look at the output for Tim &amp;amp; I, our /sbin/init.d/savecrash file is the same size ( I think SEP's output refers to /etc/rc.config.d/savecrash), yours is a different size?? &lt;BR /&gt;&lt;BR /&gt;In reference to your post about SK, you mention changing /sbin/init.d/savecrash.&lt;BR /&gt;I have to agree with Tim, that its possible your problem stems from an incorrect /sbin/init.d/savecrash file.  Apologies if this is not the case.&lt;BR /&gt;&lt;BR /&gt;I'd eliminate this possibility by copying a verison of /sbin/init.d/savecrash from another system that has not been modified.  Your /etc/rc.config.d/savecrash looks OK.&lt;BR /&gt;&lt;BR /&gt;One other possibility is to just go back to all the default settings and mount /var/adm/crash to the logical volume that /data/crash uses.  In that way you don't have to mess around with any settings.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Tue, 29 Jul 2003 04:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035638#M133439</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-29T04:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035639#M133440</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;Thanks for the file.  It look good.&lt;BR /&gt;&lt;BR /&gt;Other things to check:&lt;BR /&gt;&lt;BR /&gt;In /stand/system, is there an entry saying:&lt;BR /&gt;&lt;BR /&gt;dump lvol&lt;BR /&gt;&lt;BR /&gt;If not, add it in and regenerate the kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;What does lvlnboot -v /dev/vg00 show?&lt;BR /&gt;&lt;BR /&gt;What version of the OS are we talking about?  There have been patches for TOC problems.&lt;BR /&gt;&lt;BR /&gt;On earlier versions of HP-UX, a dump had to be part of vg00.  Where is /data/crash?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just some more ideas.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:38:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035639#M133440</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T04:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035640#M133441</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;Thanks for the file.  It look good.&lt;BR /&gt;&lt;BR /&gt;Other things to check:&lt;BR /&gt;&lt;BR /&gt;In /stand/system, is there an entry saying:&lt;BR /&gt;&lt;BR /&gt;dump lvol&lt;BR /&gt;&lt;BR /&gt;If not, add it in and regenerate the kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;What does lvlnboot -v /dev/vg00 show?&lt;BR /&gt;&lt;BR /&gt;What version of the OS are we talking about?  There have been patches for TOC problems.&lt;BR /&gt;&lt;BR /&gt;On earlier versions of HP-UX, a dump had to be part of vg00.  Where is /data/crash?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just some more ideas.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:40:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035640#M133441</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T04:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035641#M133442</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;If this gets posted multiple times, I apologise.  I'm having trouble with IE now :(&lt;BR /&gt;&lt;BR /&gt;Thanks for the file.  It look good.&lt;BR /&gt;&lt;BR /&gt;Other things to check:&lt;BR /&gt;&lt;BR /&gt;In /stand/system, is there an entry saying:&lt;BR /&gt;&lt;BR /&gt;dump lvol&lt;BR /&gt;&lt;BR /&gt;If not, add it in and regenerate the kernel and reboot.&lt;BR /&gt;&lt;BR /&gt;What does lvlnboot -v /dev/vg00 show?&lt;BR /&gt;&lt;BR /&gt;What version of the OS are we talking about?  There have been patches for TOC problems.&lt;BR /&gt;&lt;BR /&gt;On earlier versions of HP-UX, a dump had to be part of vg00.  Where is /data/crash?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just some more ideas.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 04:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035641#M133442</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T04:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035642#M133443</link>
      <description>Con, &lt;BR /&gt;&lt;BR /&gt;You are right about the file has been edited today to change the owner:group to bin:bin, that's all but you are wrong about the file itself, for this file is located at /etc/rc.config.d/ and not /sbin/init.d&lt;BR /&gt;&lt;BR /&gt;Tim,&lt;BR /&gt;We are talking about 11.00&lt;BR /&gt;&lt;BR /&gt;Here is where the dump located. No, it's not part of the vg00, it's part of the /dev/data/data file system.&lt;BR /&gt;&lt;BR /&gt;an out put from the lvlnboot -v&lt;BR /&gt;# lvlnboot -v                                 &lt;BR /&gt;Boot Definitions for Volume Group /dev/vg00:  &lt;BR /&gt;Physical Volumes belonging in Root Volume Grou&lt;BR /&gt;        /dev/dsk/c1t6d0 (10/0.6.0) -- Boot Dis&lt;BR /&gt;        /dev/dsk/c1t5d0 (10/0.5.0)            &lt;BR /&gt;Boot: lvol1     on:     /dev/dsk/c1t6d0       &lt;BR /&gt;Root: lvol3     on:     /dev/dsk/c1t6d0       &lt;BR /&gt;Swap: lvol2     on:     /dev/dsk/c1t6d0       &lt;BR /&gt;Dump: lvol2     on:     /dev/dsk/c1t6d0, 0    &lt;BR /&gt;Dump: lvol4     on:     /dev/dsk/c1t5d0, 1    &lt;BR /&gt;                                              &lt;BR /&gt;And yes, there is an entry for dump lvol in the /stand/system.&lt;BR /&gt;Please keep thinking.&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 05:24:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035642#M133443</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-07-29T05:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035643#M133444</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;Looking at your listing of /sbin/init.d/savecrash, it shows you have been modifying it.&lt;BR /&gt;&lt;BR /&gt;When a system boots, it will source ALL the files in /etc/rc.config.d directory to setup all the variables (thats why you shouldn't keep backup files in that directory).  As the system steps through each run level, it will run the appropriate script in /sbin/rc?.d with a start parameter.  The scripts are really just symbolic links to the real files in /sbin/init.d directory.  Thats why you shouldn't make changes to files in /sbin/init.d.&lt;BR /&gt;&lt;BR /&gt;So as Con said, put the file back as it was and make any changes to /etc/rc.config.d/savecrash.&lt;BR /&gt;&lt;BR /&gt;Hope this helps to explain a little.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Jul 2003 05:25:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035643#M133444</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T05:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: savecrash file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035644#M133445</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;I think the problem is caused by the new crash directory being in a different VG.  Why not prove it by doing the following:&lt;BR /&gt;&lt;BR /&gt;Change /etc/rc.config.d/savecrash:&lt;BR /&gt;&lt;BR /&gt;SAVECRASH_DIR=/var/adm/kim   &amp;lt;&amp;lt;&amp;lt; new directory in vg00&lt;BR /&gt;&lt;BR /&gt;# mkdir /var/adm/kim&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/savecrash start&lt;BR /&gt;&lt;BR /&gt;Now see what happens when you TOC or try to save a crash dump.  Does it go to /var/adm/kim??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Easy to test!!!</description>
      <pubDate>Tue, 29 Jul 2003 05:31:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/savecrash-file/m-p/3035644#M133445</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-29T05:31:06Z</dc:date>
    </item>
  </channel>
</rss>

