<?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: DUMP disk replacement in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684924#M617290</link>
    <description>Is there anything else on this disk?  Your procedure looks basically correct though a little incomplete.  The lvlnboot command requires you to specify the logical volume for the dump volume, so you'll need to add vgextend and lvcreate to your list.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Mon, 05 Dec 2005 14:23:55 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-12-05T14:23:55Z</dc:date>
    <item>
      <title>DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684922#M617288</link>
      <description>hi, &lt;BR /&gt;Situation, i want to replace a alerted dump disk.. &lt;BR /&gt;- Do i do lvrmboot first on lvol&lt;BR /&gt;- vgreduce &lt;BR /&gt;- pvcreate &lt;BR /&gt;- lvlnboot &lt;BR /&gt;&lt;BR /&gt;Is this ok? &lt;BR /&gt;thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 05 Dec 2005 14:17:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684922#M617288</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-12-05T14:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684923#M617289</link>
      <description>Shalom Prashant,&lt;BR /&gt;&lt;BR /&gt;Is this dump disk all by itself, with nothing else on it?&lt;BR /&gt;&lt;BR /&gt;pvdisplay -v /dev/dsk/c1t1do&lt;BR /&gt;# use a real c1... device&lt;BR /&gt;&lt;BR /&gt;If it is truly alone&lt;BR /&gt;&lt;BR /&gt;lvremove the logical volumes if you can.&lt;BR /&gt;&lt;BR /&gt;then vgreduce&lt;BR /&gt;replace the disk&lt;BR /&gt;pvcreate&lt;BR /&gt;lvcreate&lt;BR /&gt;lvlnboot&lt;BR /&gt;&lt;BR /&gt;Dump and swap sometimes do double duty.&lt;BR /&gt;&lt;BR /&gt;Take it slow, and you may need to go to single user or lvm maintenance mode to do this.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2005 14:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684923#M617289</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-05T14:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684924#M617290</link>
      <description>Is there anything else on this disk?  Your procedure looks basically correct though a little incomplete.  The lvlnboot command requires you to specify the logical volume for the dump volume, so you'll need to add vgextend and lvcreate to your list.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Mon, 05 Dec 2005 14:23:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684924#M617290</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-12-05T14:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684925#M617291</link>
      <description>It is the only disk by itself and nothing else on it, neither it's mirrored.. &lt;BR /&gt;&lt;BR /&gt;1&amp;gt; lvrmboot&lt;BR /&gt;2&amp;gt; lvremove&lt;BR /&gt;3&amp;gt; vgreduce&lt;BR /&gt;4&amp;gt; pvcreate &lt;BR /&gt;5&amp;gt; vgextend&lt;BR /&gt;6&amp;gt;lvcreate&lt;BR /&gt;7&amp;gt; lvlnboot &lt;BR /&gt;&lt;BR /&gt;This sounds good now.. &lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2005 14:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684925#M617291</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2005-12-05T14:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684926#M617292</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes these are the steps. But take caution of the arguments&lt;BR /&gt;&lt;BR /&gt;With lvcreate&lt;BR /&gt;&lt;BR /&gt;#lvcreate -n dump -L ??? -C y /dev/vgxx&lt;BR /&gt;&lt;BR /&gt;With lvlnboot&lt;BR /&gt;&lt;BR /&gt;#lvlnboot -d /dev/vgxx/lvol??&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2005 14:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684926#M617292</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2005-12-05T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP disk replacement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684927#M617293</link>
      <description>PZ,&lt;BR /&gt;&lt;BR /&gt;No need to mirror Dump disk. As how it is just waste of space. Bcoz your system will never crash...:-)&lt;BR /&gt;&lt;BR /&gt;Why to waste one disk for it. Just check with crashconf -v and see what is included in dump and allocate that with additional 10% for It.&lt;BR /&gt;&lt;BR /&gt;007</description>
      <pubDate>Sat, 10 Dec 2005 12:46:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-disk-replacement/m-p/3684927#M617293</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2005-12-10T12:46:34Z</dc:date>
    </item>
  </channel>
</rss>

