<?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: Remove &amp;quot;Ghost&amp;quot; disk from kernel in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751896#M643065</link>
    <description>do a man on vgscan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/orig.lvmtab&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
    <pubDate>Tue, 25 Jun 2002 15:53:44 GMT</pubDate>
    <dc:creator>harry d brown jr</dc:creator>
    <dc:date>2002-06-25T15:53:44Z</dc:date>
    <item>
      <title>Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751893#M643062</link>
      <description>I was able to get the new disk recognized and added to the vg. My only issue now is that the kernel still thinks the "dead disk" is in the system and part of vg00. It will not let me re-mirror the logical volumes.&lt;BR /&gt;&lt;BR /&gt;The lvmtab file only shows the 4 existing disks while SAM volume groups reports 5 disks in vg00. I am assuming that this includes the "dead (and removed) disk.&lt;BR /&gt;&lt;BR /&gt;Is there a way to get the kernel to throw out the "dead disk"? &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance, &lt;BR /&gt;&lt;BR /&gt;Henry</description>
      <pubDate>Tue, 25 Jun 2002 15:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751893#M643062</guid>
      <dc:creator>Henry Goverde</dc:creator>
      <dc:date>2002-06-25T15:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751894#M643063</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Have you tried to unconfigure the disk in sam through disks and file systems --&amp;gt; disk devices?&lt;BR /&gt;&lt;BR /&gt;Select the disk, tab --&amp;gt; actions --&amp;gt; unconfigure.&lt;BR /&gt;&lt;BR /&gt;Does this help??&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 25 Jun 2002 15:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751894#M643063</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-06-25T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751895#M643064</link>
      <description>Hi Henry:&lt;BR /&gt;&lt;BR /&gt;Have a look at Technical Knowledge Base document #LVMKBRC00006257, 'Removing a "ghost disk"'.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Jun 2002 15:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751895#M643064</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-25T15:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751896#M643065</link>
      <description>do a man on vgscan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mv /etc/lvmtab /etc/orig.lvmtab&lt;BR /&gt;vgscan -a&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Tue, 25 Jun 2002 15:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751896#M643065</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-06-25T15:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751897#M643066</link>
      <description>The key to this is to remove the "stale" mirrored copies on the ghost disk first with the "key-value" from lvdisplay output of the LV that is stale.. example ..(lvol2 in vg00)&lt;BR /&gt;and&lt;BR /&gt;    &lt;BR /&gt;# lvdisplay -v -k /dev/vg00/lvol2&lt;BR /&gt;==&amp;gt; the PV column will show you the disk key value (usually 0 or 1)&lt;BR /&gt;&lt;BR /&gt;With that remove the mirrored stale LV (assuming disk key value is 1)&lt;BR /&gt;&lt;BR /&gt;# lvreduce -m 0 -k /dev/vg00/lvol2 1&lt;BR /&gt;&lt;BR /&gt;Final steps ..&lt;BR /&gt;# cd /etc&lt;BR /&gt;# mv lvmtab lvmtab.org&lt;BR /&gt;# vgscan ???v&lt;BR /&gt;# vgchange -a y vg00&lt;BR /&gt;--&amp;gt; reactivate vg00&lt;BR /&gt;# vgreduce -f vg00&lt;BR /&gt;--&amp;gt; force removal of the ghost disk&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 16:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751897#M643066</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-06-25T16:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751898#M643067</link>
      <description>Hi Henry,&lt;BR /&gt;&lt;BR /&gt;Try this link,&lt;BR /&gt;&lt;BR /&gt;{note: contract customer link removed by moderator}&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2002 16:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751898#M643067</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-25T16:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751899#M643068</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;The vgscan -a doesn't change a thing. lvmtab reports 4 disks and SAM reports 5. I haven't been able to locate the document for removing a ghost disk. &lt;BR /&gt;&lt;BR /&gt;Thanks for your input. If you have any more suggestions they will be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Henry</description>
      <pubDate>Tue, 25 Jun 2002 16:22:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751899#M643068</guid>
      <dc:creator>Henry Goverde</dc:creator>
      <dc:date>2002-06-25T16:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751900#M643069</link>
      <description>Hi Henry:&lt;BR /&gt;&lt;BR /&gt;For full access to the Knowledge Base, you must have a support agreement and you must login to the ITRC.  When you meet these criteria, be sure to select the "by DocID" from the dropdown box to the left of the search criteria.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Jun 2002 16:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751900#M643069</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-06-25T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remove "Ghost" disk from kernel</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751901#M643070</link>
      <description>Thanks a bunch. Looks OK through SAM as well now. I'll try my re-mirroring tonight.</description>
      <pubDate>Tue, 25 Jun 2002 16:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-quot-ghost-quot-disk-from-kernel/m-p/2751901#M643070</guid>
      <dc:creator>Henry Goverde</dc:creator>
      <dc:date>2002-06-25T16:46:22Z</dc:date>
    </item>
  </channel>
</rss>

