<?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: Insufficient Space on Dump Device. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476617#M17637</link>
    <description>Andy,&lt;BR /&gt;&lt;BR /&gt;You are getting the "warning:" because you have not set up the dump space on the server. In event of a crash, the system will dump memory image on this dump space and will create crash files in the directory defined by the variable "SAVECORE_DIR" in /etc/rc.config.d/savecore. In order to create dump space use the "lvlnboot" command with the "-d" option on the logical volumes you want to use as dump( ex. lvlnboot -d /dev/vg00/lvol2 will create a dump logical volume on /dev/vg00/lvol2).You can use the existing swap logical volumes as dump logical volumes but would recommend not using it unless you are short of disk space. Things to consider while creating dump space :-&lt;BR /&gt;1) Dump logical volume should lie within the first 4 GB of physical disk.&lt;BR /&gt;2) If primary swap space is not used as dump then the boot process , after the crash , will not slow down because savecore will run in the background.&lt;BR /&gt;3) If secondary swap is used as dump space then the possibility of invalid dump , after the crash, increases in case the system starts using the secondary swap space before saving the dump. &lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
    <pubDate>Tue, 26 Dec 2000 17:19:07 GMT</pubDate>
    <dc:creator>AstraZeneca Unix Staff</dc:creator>
    <dc:date>2000-12-26T17:19:07Z</dc:date>
    <item>
      <title>Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476614#M17634</link>
      <description>I have HP C3600 hardware with 2 1/2 Gig of RAM. I chose 1 1/2 Gig for primary swap size and 1 1/2 Gig for secondary swap size during the 10.20 install. i am having an error message "Insufficient Space on Dump Device to save full crash dump" during system boot up. Any suggestions for how I should set up the Swap?</description>
      <pubDate>Tue, 26 Dec 2000 16:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476614#M17634</guid>
      <dc:creator>Andy Tran</dc:creator>
      <dc:date>2000-12-26T16:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476615#M17635</link>
      <description />
      <pubDate>Tue, 26 Dec 2000 17:11:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476615#M17635</guid>
      <dc:creator>Anthony Goonetilleke</dc:creator>
      <dc:date>2000-12-26T17:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476616#M17636</link>
      <description>Use the command:&lt;BR /&gt;&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;to see if both dump devices have been configured into the BDRA.  Creating a secondary swap device does not automatically create a dump device--some sysadmins want the dump and swap devices separate.&lt;BR /&gt;&lt;BR /&gt;Use lvlnboot -d to configre additional dump devices.</description>
      <pubDate>Tue, 26 Dec 2000 17:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476616#M17636</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-12-26T17:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476617#M17637</link>
      <description>Andy,&lt;BR /&gt;&lt;BR /&gt;You are getting the "warning:" because you have not set up the dump space on the server. In event of a crash, the system will dump memory image on this dump space and will create crash files in the directory defined by the variable "SAVECORE_DIR" in /etc/rc.config.d/savecore. In order to create dump space use the "lvlnboot" command with the "-d" option on the logical volumes you want to use as dump( ex. lvlnboot -d /dev/vg00/lvol2 will create a dump logical volume on /dev/vg00/lvol2).You can use the existing swap logical volumes as dump logical volumes but would recommend not using it unless you are short of disk space. Things to consider while creating dump space :-&lt;BR /&gt;1) Dump logical volume should lie within the first 4 GB of physical disk.&lt;BR /&gt;2) If primary swap space is not used as dump then the boot process , after the crash , will not slow down because savecore will run in the background.&lt;BR /&gt;3) If secondary swap is used as dump space then the possibility of invalid dump , after the crash, increases in case the system starts using the secondary swap space before saving the dump. &lt;BR /&gt;&lt;BR /&gt;Hope it helps.</description>
      <pubDate>Tue, 26 Dec 2000 17:19:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476617#M17637</guid>
      <dc:creator>AstraZeneca Unix Staff</dc:creator>
      <dc:date>2000-12-26T17:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476618#M17638</link>
      <description>Also, check the online manual for lvlnboot( man lvlnboot)</description>
      <pubDate>Wed, 27 Dec 2000 10:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476618#M17638</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-12-27T10:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space on Dump Device.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476619#M17639</link>
      <description>You Can either choose to add an additional Dump-device &lt;BR /&gt;or &lt;BR /&gt;Increase you're Primary Swap&lt;BR /&gt;&lt;BR /&gt;Because of the Contiguous Allocation policy, you need to create a bigger lvol and modify the BDRA to make it primary. &lt;BR /&gt;# lvcreate -C y -L xxx  /dev/vg00    &lt;BR /&gt;  This  new lvol HAS to be in vg00 &lt;BR /&gt;# lvlnboot -v /dev/vg00 &lt;BR /&gt;  This will display the current root and swap &lt;BR /&gt;  volumes &lt;BR /&gt;  (Note: lvol2 is the default primary swap.) &lt;BR /&gt; &lt;BR /&gt;# lvrmboot -s /dev/vg00                  &lt;BR /&gt;  remove the swap link to the  current primary &lt;BR /&gt;  swap. &lt;BR /&gt;# lvlnboot -s  /dev/vg00                  &lt;BR /&gt;   create a swap link  with the new lvol. &lt;BR /&gt;# lvlnboot -R /dev/vg00                   &lt;BR /&gt;  relink everything &lt;BR /&gt;# vi /etc/fstab         &lt;BR /&gt;  update /etc/fstab &lt;BR /&gt;# shutdown -r 0   &lt;BR /&gt;  reboot &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good Luck</description>
      <pubDate>Wed, 27 Dec 2000 10:20:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/insufficient-space-on-dump-device/m-p/2476619#M17639</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2000-12-27T10:20:21Z</dc:date>
    </item>
  </channel>
</rss>

