<?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 Add additional dump using crashconf in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615364#M553353</link>
    <description>I have 11.31 and am trying to add a second dump vol.  My swap and dump are separate devices.  &lt;BR /&gt;&lt;BR /&gt;I ran:&lt;BR /&gt;lvcreate -C y -r n -L 5120 -n dump2 /dev/vg00&lt;BR /&gt;crashconf -a /dev/vg00/dump2&lt;BR /&gt;and I get:&lt;BR /&gt;/dev/vg00/dump2: error: device is fully occupied by a file system&lt;BR /&gt;&lt;BR /&gt;How to proceed?</description>
    <pubDate>Sun, 11 Apr 2010 05:10:26 GMT</pubDate>
    <dc:creator>Marilyn DuChene</dc:creator>
    <dc:date>2010-04-11T05:10:26Z</dc:date>
    <item>
      <title>Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615364#M553353</link>
      <description>I have 11.31 and am trying to add a second dump vol.  My swap and dump are separate devices.  &lt;BR /&gt;&lt;BR /&gt;I ran:&lt;BR /&gt;lvcreate -C y -r n -L 5120 -n dump2 /dev/vg00&lt;BR /&gt;crashconf -a /dev/vg00/dump2&lt;BR /&gt;and I get:&lt;BR /&gt;/dev/vg00/dump2: error: device is fully occupied by a file system&lt;BR /&gt;&lt;BR /&gt;How to proceed?</description>
      <pubDate>Sun, 11 Apr 2010 05:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615364#M553353</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2010-04-11T05:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615365#M553354</link>
      <description>To enable dump across boot without an immediate reboot, add the dump volume entry in /etc/fstab file:&lt;BR /&gt;&lt;VOLUME path=""&gt; ... Dump defaults 0 0&lt;BR /&gt;vi /etc/fstab and add&lt;BR /&gt;/dev/vgxx/dumpxx ... dump defaults 0 0&lt;BR /&gt;Run /sbin/crashconf â  a &lt;BR /&gt;This will allow the /etc/fstab file to be read, and all dump devices identified in it will be added to the current list of crash dump devices.&lt;BR /&gt;To verify:&lt;BR /&gt;Run crashconf -v to see whether the dump is configured.&lt;BR /&gt;&lt;/VOLUME&gt;</description>
      <pubDate>Sun, 11 Apr 2010 23:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615365#M553354</guid>
      <dc:creator>Benoy Daniel</dc:creator>
      <dc:date>2010-04-11T23:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615366#M553355</link>
      <description>do a &lt;BR /&gt;dd if=/dev/null of=/dev/vg00/rdump2 bs=1024k&lt;BR /&gt;&lt;BR /&gt;then crashconf -a&lt;BR /&gt;&lt;BR /&gt;and/or&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1001616" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1001616&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 06:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615366#M553355</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-04-12T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615367#M553356</link>
      <description>I tried the dd command - and still it gives me the same error.  I thought this might work - but no luck.&lt;BR /&gt;&lt;BR /&gt;As for adding an entry in fstab - doesn't seem to matter if I do it on the command line or add it into /etc/fstab first and then try the crashconf -a.</description>
      <pubDate>Mon, 12 Apr 2010 11:16:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615367#M553356</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2010-04-12T11:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615368#M553357</link>
      <description>what does the lvdisplay of that lvol show?&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615368#M553357</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2010-04-12T11:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615369#M553358</link>
      <description>axis1#lvdisplay -v /dev/vg00/Dump2 |more&lt;BR /&gt;--- Logical volumes ---&lt;BR /&gt;LV Name                     /dev/vg00/Dump2&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;LV Permission               read/write   &lt;BR /&gt;LV Status                   available/syncd           &lt;BR /&gt;Mirror copies               0            &lt;BR /&gt;Consistency Recovery        MWC                 &lt;BR /&gt;Schedule                    parallel      &lt;BR /&gt;LV Size (Mbytes)            5200            &lt;BR /&gt;Current LE                  325       &lt;BR /&gt;Allocated PE                325         &lt;BR /&gt;Stripes                     0       &lt;BR /&gt;Stripe Size (Kbytes)        0                   &lt;BR /&gt;Bad block                   off          &lt;BR /&gt;Allocation                  strict/contiguous         &lt;BR /&gt;IO Timeout (Seconds)        default             &lt;BR /&gt;&lt;BR /&gt;   --- Distribution of logical volume ---&lt;BR /&gt;   PV Name                 LE on PV  PE on PV  &lt;BR /&gt;   /dev/disk/disk5_p2      325       325       &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Apr 2010 11:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615369#M553358</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2010-04-12T11:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615370#M553359</link>
      <description>&amp;gt;Kapil: dd if=/dev/null of=/dev/vg00/rdump2 bs=1024k&lt;BR /&gt;&lt;BR /&gt;Did you really want /dev/null or /dev/zero?</description>
      <pubDate>Mon, 12 Apr 2010 14:40:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615370#M553359</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-12T14:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615371#M553360</link>
      <description>/dev/zero works like a charm - I guess I didn't overwrite anything with the /dev/null (which seems obvious now...)&lt;BR /&gt;&lt;BR /&gt;#dd if=/dev/zero of=/dev/vg00/rDump2 bs=1024k&lt;BR /&gt;939+0 records in&lt;BR /&gt;938+0 records out  (and stopped it after a few seconds)&lt;BR /&gt;&lt;BR /&gt;axis1#crashconf -a /dev/vg00/Dump2&lt;BR /&gt;&lt;BR /&gt;checked w/ crashconf -v (and everything looks good)  Thanks for the help.</description>
      <pubDate>Mon, 12 Apr 2010 16:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615371#M553360</guid>
      <dc:creator>Marilyn DuChene</dc:creator>
      <dc:date>2010-04-12T16:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add additional dump using crashconf</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615372#M553361</link>
      <description>&amp;gt;Thanks for the help.&lt;BR /&gt;&lt;BR /&gt;If you are happy with the answers you got, please read the following about assigning points:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt;</description>
      <pubDate>Mon, 12 Apr 2010 16:36:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-additional-dump-using-crashconf/m-p/4615372#M553361</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-04-12T16:36:52Z</dc:date>
    </item>
  </channel>
</rss>

