<?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: Disk failure...Remove Disk, need help removing it so disk_em stop reporting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150223#M600013</link>
    <description>You can do&lt;BR /&gt;&lt;BR /&gt;rmsf -aH 0/9/0/0/0.6.0 -- It will remove the kernel info .&lt;BR /&gt;&lt;BR /&gt;You can vgexport the same  VG and import the file back once you replaced the disk.Then do a vg activation. But be aware that VG will not be available till you do an vgimport followed by activation.&lt;BR /&gt;&lt;BR /&gt;Anyway await for more reply before doing the final step.</description>
    <pubDate>Mon, 24 Mar 2008 14:20:48 GMT</pubDate>
    <dc:creator>AVV</dc:creator>
    <dc:date>2008-03-24T14:20:48Z</dc:date>
    <item>
      <title>Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150216#M600006</link>
      <description>Hello everyone. I had a hard drive that failed on me. I would like to take it off the system. I have already removed the disk from the system and now just need to reconfigure the system so that it stops monitoring it. &lt;BR /&gt;&lt;BR /&gt;Disk_em is reporting that its critical severity and list a few hardware path that doesn't exisit anymore. I verified that it doesn't show up on ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;What is the procedure I have to take to remove this drive out of the system. Any help is appreciated.</description>
      <pubDate>Mon, 25 Feb 2008 19:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150216#M600006</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-02-25T19:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150217#M600007</link>
      <description>Use the following steps:&lt;BR /&gt;&lt;BR /&gt;1. run /etc/opt/resmon/lbin/moncheck to determine the names of instances which should be disabled &lt;BR /&gt;2. add/delete/modify instances in the disabled_instances file with an editor of your choice &lt;BR /&gt;3. run /etc/opt/resmon/lbin/monconfig &lt;BR /&gt;select the "E)nable Monitoring" command &lt;BR /&gt;wait for monitoring to be re-enabled &lt;BR /&gt;4. select "(C)heck detailed monitoring status", or run moncheck again to verify the changes &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Mon, 25 Feb 2008 19:54:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150217#M600007</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-02-25T19:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150218#M600008</link>
      <description>thank you for the quick response. &lt;BR /&gt;&lt;BR /&gt;I went through the document, "When Good Disks Go Bad.pdf" and followed the Removing the disk portion of it. I did the following:&lt;BR /&gt;&lt;BR /&gt;I tried to do a vgreduce but it states that the disk wasn't in the lvmtab file. So I did a &lt;BR /&gt;&lt;BR /&gt;#mv /etc/lvmtab /etc/lvmtab.save&lt;BR /&gt;#vgscan -v&lt;BR /&gt;&lt;BR /&gt;is that correct? do I have to do anything else?&lt;BR /&gt;&lt;BR /&gt;when I did the vgscan -v &lt;BR /&gt;&lt;BR /&gt;i get the following:&lt;BR /&gt;&lt;BR /&gt;Creating "/etc/lvmtab"&lt;BR /&gt;&lt;BR /&gt;vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg00"&lt;BR /&gt;&lt;BR /&gt;vgscan: Couldn't access the list of physical volumes for volume group "/dev/vg01"&lt;BR /&gt;&lt;BR /&gt;vgscan: Couldn't access the list of physical volumes for volume group "/dev/data"&lt;BR /&gt;&lt;BR /&gt;vgscan: Couldn't access the list of physical volumes for volume group "/dev/data2"&lt;BR /&gt;&lt;BR /&gt;After a couple of minutes, it went by quick and this is all i got:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00&lt;BR /&gt;/dev/dsk/c1t2d0&lt;BR /&gt;&lt;BR /&gt;/dev/data2&lt;BR /&gt;/dev/dsk/c7t0d0&lt;BR /&gt;&lt;BR /&gt;following physical volumes belong to one volume group. Unable to match these Physical Volumes to a Volume Group. Use the vgimport command to complete the process:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c7t2d0&lt;BR /&gt;&lt;BR /&gt;following physical volumes belong to one volume group. Unable to match these Physical Volumes to a Volume Group. Use the vgimport command to complete the process:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c7t4d0&lt;BR /&gt;&lt;BR /&gt;The volume group /dev/data was not matched with any Physical Volumes. Scan of physical volumes complete&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The damage drive that I removed was /dev/data. Let me know your thoughts. Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Feb 2008 00:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150218#M600008</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-02-26T00:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150219#M600009</link>
      <description>when i run a ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;it shows up sdisk NO_HW on the drive that went bad. How do I get that off. &lt;BR /&gt;&lt;BR /&gt;I attach the output of ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;The bad disk was the Seagate ST318404LW. I connected the drive a few times as I got the wrong jumper in place so that is why you see the hardware address of &lt;BR /&gt;&lt;BR /&gt;0/9/0/0/0.2.0&lt;BR /&gt;0/9/0/0/0.4.0&lt;BR /&gt;0/9/0/0/0.6.0 --&amp;gt; This was the orignal harddrive address.&lt;BR /&gt;0/9/0/0/0.8.0&lt;BR /&gt;0/9/0/0/0.12.0&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated.</description>
      <pubDate>Wed, 27 Feb 2008 23:37:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150219#M600009</guid>
      <dc:creator>Jon Le</dc:creator>
      <dc:date>2008-02-27T23:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150220#M600010</link>
      <description>&amp;gt; 0/9/0/0/0.6.0&lt;BR /&gt; &lt;BR /&gt;To remove the kernel's knowledge of a missing disk, use rmsf as in:&lt;BR /&gt; &lt;BR /&gt;rmsf -aH 0/9/0/0/0.6.0&lt;BR /&gt; &lt;BR /&gt;Remove Special Files (rmsf) is the correct command (not: rm /dev/dsk/....)</description>
      <pubDate>Thu, 28 Feb 2008 02:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150220#M600010</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-02-28T02:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150221#M600011</link>
      <description>Hi,&lt;BR /&gt;What exactly you want to do?&lt;BR /&gt;You want to get rid of the DSF and the volume group and Kernel knowledge about the disk?&lt;BR /&gt;or&lt;BR /&gt;you want to replace the old disk with the new one?&lt;BR /&gt;&lt;BR /&gt;If you don't want the volume group you must have done vgexport instead of doing vgscan.&lt;BR /&gt;"Good disks goes bad.pdf" is helpful only when you have mirror disk. In your case it looks like you have only one disk in the Volume group, and you replaced that with new one. So you cant recover the data of that volume group.&lt;BR /&gt;If you already have backup of the data, then put back the old /etc/lvmtab file and run vgcfgrestore command.&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Feb 2008 15:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150221#M600011</guid>
      <dc:creator>psreedhar</dc:creator>
      <dc:date>2008-02-29T15:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150222#M600012</link>
      <description>u have to use &lt;BR /&gt;rsmf -H then hardware path&lt;BR /&gt;ok&lt;BR /&gt;then it will remvoe that one&lt;BR /&gt;</description>
      <pubDate>Sat, 22 Mar 2008 08:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150222#M600012</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-22T08:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150223#M600013</link>
      <description>You can do&lt;BR /&gt;&lt;BR /&gt;rmsf -aH 0/9/0/0/0.6.0 -- It will remove the kernel info .&lt;BR /&gt;&lt;BR /&gt;You can vgexport the same  VG and import the file back once you replaced the disk.Then do a vg activation. But be aware that VG will not be available till you do an vgimport followed by activation.&lt;BR /&gt;&lt;BR /&gt;Anyway await for more reply before doing the final step.</description>
      <pubDate>Mon, 24 Mar 2008 14:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150223#M600013</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2008-03-24T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Disk failure...Remove Disk, need help removing it so disk_em stop reporting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150224#M600014</link>
      <description>this is the steps u have to follow up if u want to do any thing here&lt;BR /&gt;&lt;BR /&gt;vgchange -a n /dev/vg03--- means volume group deactivate &lt;BR /&gt;vgexport -s -m /tmp/vg03map /dev/vg003&lt;BR /&gt;mkdir /dev/vg03&lt;BR /&gt;mknod /dev/vg03/group c 64 0x050000&lt;BR /&gt;vgimport -s -m /tmp/vg03map /dev/vg03&lt;BR /&gt;vgchange -a y /dev/vg03</description>
      <pubDate>Sat, 29 Mar 2008 07:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-failure-remove-disk-need-help-removing-it-so-disk-em-stop/m-p/4150224#M600014</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-03-29T07:25:57Z</dc:date>
    </item>
  </channel>
</rss>

