<?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: please advise in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989351#M124017</link>
    <description>What I've done before to save my crash dumps to disk instead of dump area is to create a separate filesystem (this can be temporary) and mount it as /var/adm/crash. That filesystem has to be at least equal to the size of your RAM. So for your case you need a 2GB fileystem space. The answer to your next question (2) would depends on wheather the dump area where the crash dump was written has been overwritten or not. Most likely yes if your system is swapping. You can try to run it though to see if it's succesful or not. If you had created the separate filesystem mounted as /var/adm/crash you can just run ..&lt;BR /&gt;# /sbin/savecrash -vr</description>
    <pubDate>Thu, 05 Jun 2003 04:15:43 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2003-06-05T04:15:43Z</dc:date>
    <item>
      <title>please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989347#M124013</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Since I'm novice in HP-UX, I need some advice, I have 2GB of physical memory and my hp-ux 11.0 keep crashing constantly. I have made some changes to the /etc/rc.config.d/savecrash as attached for your review?&lt;BR /&gt;Because my /var file system does not have enough space, 1.can I sometimes move the crash files to another directory and then change to that directory just to run the Q4?&lt;BR /&gt;2. After changing the savecrash, can I run savecrash -vr to recreate the dump while the users are on the system?&lt;BR /&gt;&lt;BR /&gt;Points will be assigned.&lt;BR /&gt;Thanking you in advance.</description>
      <pubDate>Thu, 05 Jun 2003 03:51:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989347#M124013</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T03:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989348#M124014</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;You can change the path of crash dump if you feel that you dont have enough space in /var.&lt;BR /&gt;You can edit /etc/rc.config.d/savecrash file&amp;amp; change the path where you feel you have more space.&amp;amp; yes you can run savecrash -rv or you can give savecrash -t to directly redirct it to tape device.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Thu, 05 Jun 2003 04:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989348#M124014</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-06-05T04:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989349#M124015</link>
      <description>Sorry, I missed the attachment.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2003 04:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989349#M124015</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989350#M124016</link>
      <description>Yes Kim your configuration file seems to be ok.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Thu, 05 Jun 2003 04:06:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989350#M124016</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-06-05T04:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989351#M124017</link>
      <description>What I've done before to save my crash dumps to disk instead of dump area is to create a separate filesystem (this can be temporary) and mount it as /var/adm/crash. That filesystem has to be at least equal to the size of your RAM. So for your case you need a 2GB fileystem space. The answer to your next question (2) would depends on wheather the dump area where the crash dump was written has been overwritten or not. Most likely yes if your system is swapping. You can try to run it though to see if it's succesful or not. If you had created the separate filesystem mounted as /var/adm/crash you can just run ..&lt;BR /&gt;# /sbin/savecrash -vr</description>
      <pubDate>Thu, 05 Jun 2003 04:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989351#M124017</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-05T04:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989352#M124018</link>
      <description>Thanks Rajesh.&lt;BR /&gt;&lt;BR /&gt;S.K. Chan&lt;BR /&gt;OK.&lt;BR /&gt;My /data file system has 4GB space which is enough. I want my /data file system to be the default for the crash files when the system crashes again. Do I really need to mount /data to /var/adm/crash or changing the savecrash to point to /data/crash directory will be enough?&lt;BR /&gt;&lt;BR /&gt;Do I need to change the variable typeset -r DEFAULT_SAVECRASH_DIR=/var/adm/crash in the /sbin/rc1.d/S440savecrash or not? for the crash files to be saved in /data/crash during boot up?&lt;BR /&gt;Finally, I'm just curios if you can give me an example on how to mount my /data file system to /var/adm/crash?&lt;BR /&gt;Also, did you mean that I can recreate the dump while the users are using the system.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2003 04:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989352#M124018</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989353#M124019</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I need answers for my last questions?&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 05 Jun 2003 04:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989353#M124019</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989354#M124020</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;You can mount it to /va/radm/crash inspite of /data &amp;amp; you can put the entry in /etc/fstab file so that you dont have to mount manually every time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Thu, 05 Jun 2003 04:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989354#M124020</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-06-05T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989355#M124021</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I need answers for my last questions?&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 05 Jun 2003 04:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989355#M124021</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989356#M124022</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;I need answers for my last questions?&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 05 Jun 2003 04:39:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989356#M124022</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989357#M124023</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;You can mount it to /va/radm/crash inspite of /data &amp;amp; you can put the entry in /etc/fstab file so that you dont have to mount manually every time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Thu, 05 Jun 2003 04:39:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989357#M124023</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-06-05T04:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989358#M124024</link>
      <description>Hello, &lt;BR /&gt;I still answers for my last post?&lt;BR /&gt;Thanks again</description>
      <pubDate>Thu, 05 Jun 2003 04:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989358#M124024</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989359#M124025</link>
      <description>Hello, &lt;BR /&gt;I still answers for my last post?&lt;BR /&gt;Thanks again</description>
      <pubDate>Thu, 05 Jun 2003 04:40:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989359#M124025</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989360#M124026</link>
      <description>Hello, &lt;BR /&gt;I still answers for my last post?&lt;BR /&gt;Thanks again</description>
      <pubDate>Thu, 05 Jun 2003 04:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989360#M124026</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989361#M124027</link>
      <description>hello there,&lt;BR /&gt;&lt;BR /&gt;Any answers for my last post please?&lt;BR /&gt;appreciate it.</description>
      <pubDate>Thu, 05 Jun 2003 04:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989361#M124027</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989362#M124028</link>
      <description>Hi Kim,&lt;BR /&gt;&lt;BR /&gt;You can mount it to /va/radm/crash inspite of /data &amp;amp; you can put the entry in /etc/fstab file so that you dont have to mount manually every time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh G.</description>
      <pubDate>Thu, 05 Jun 2003 04:42:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989362#M124028</guid>
      <dc:creator>Rajesh G. Ghone</dc:creator>
      <dc:date>2003-06-05T04:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989363#M124029</link>
      <description>hello there,&lt;BR /&gt;&lt;BR /&gt;Any answers for my last post please?&lt;BR /&gt;appreciate it.</description>
      <pubDate>Thu, 05 Jun 2003 04:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989363#M124029</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989364#M124030</link>
      <description>Hello there, &lt;BR /&gt;&lt;BR /&gt;Any answers please?&lt;BR /&gt;appreciate it.</description>
      <pubDate>Thu, 05 Jun 2003 04:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989364#M124030</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989365#M124031</link>
      <description>Hello there, &lt;BR /&gt;&lt;BR /&gt;Any answers please?&lt;BR /&gt;appreciate it.</description>
      <pubDate>Thu, 05 Jun 2003 04:47:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989365#M124031</guid>
      <dc:creator>Kim wing</dc:creator>
      <dc:date>2003-06-05T04:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: please advise</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989366#M124032</link>
      <description>Kim, &lt;BR /&gt;I did some checking for you .. since savecrash is execute in run level 1 (/sbin/rc1.d) and after "localmount" (in /sbin/rc1.d) you can safely use /data. You are on the right track ..&lt;BR /&gt;first create a separate dir (ie /data/crash) and then modify these ..&lt;BR /&gt;1) /etc/rc.config.d/savecrash&lt;BR /&gt;SAVECRASH=1&lt;BR /&gt;SAVECRASH_DIR=/data/crash&lt;BR /&gt;2) /sbin/init.d/savecrash&lt;BR /&gt;typeset -r DEFAULT_SAVECRASH_DIR=/data/crash&lt;BR /&gt;.. and you should be set. Your other option is "remount" the logical volume that's mounted on /data to /var/adm/crash instead, that way you don't need to mess with the changes in the above file. To do that (lets say /data is on /dev/vg01/lvol2)..&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /data&lt;BR /&gt;==&amp;gt; Can only do this is no one is accessing the dir.&lt;BR /&gt;# mkdir /var/adm/crash&lt;BR /&gt;==&amp;gt; Create the dir if not already exist.&lt;BR /&gt;# mount /dev/vg01/lvol2 /var/adm/crash&lt;BR /&gt;==&amp;gt; Previous files/dirs in /data would still appear in /var/adm/crash.&lt;BR /&gt;To make this mount point permanent edit /etc/fstab file.&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Jun 2003 04:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/please-advise/m-p/2989366#M124032</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-05T04:56:25Z</dc:date>
    </item>
  </channel>
</rss>

