<?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 removing a disk in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696457#M644807</link>
    <description>If a disk has already been removed from a system and lvremove and vgremove where down but nothing else.  What is the best way to clean the system up so ioscan no longer shows NO_HW.  the /dev/dsk and /dev/rdsk which corresponded to this drive still exist.</description>
    <pubDate>Wed, 03 Apr 2002 20:13:15 GMT</pubDate>
    <dc:creator>Shawn Miller_2</dc:creator>
    <dc:date>2002-04-03T20:13:15Z</dc:date>
    <item>
      <title>removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696457#M644807</link>
      <description>If a disk has already been removed from a system and lvremove and vgremove where down but nothing else.  What is the best way to clean the system up so ioscan no longer shows NO_HW.  the /dev/dsk and /dev/rdsk which corresponded to this drive still exist.</description>
      <pubDate>Wed, 03 Apr 2002 20:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696457#M644807</guid>
      <dc:creator>Shawn Miller_2</dc:creator>
      <dc:date>2002-04-03T20:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696458#M644808</link>
      <description>Hi Shawn,&lt;BR /&gt;&lt;BR /&gt;If the disk has been removed from the vg and also removed from the system, a reboot of system will make the NO_HW in ioscan to go away. Did you reboot the system after removing this disk, if the disk was hot swappable and waas plugged out.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2002 20:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696458#M644808</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-04-03T20:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696459#M644809</link>
      <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;Having properly removed the disk from any LVM configuration (and 'vgexport' is the fastest way to destroy all knowledge) you can use 'rmsf' to remove the device files.  See the man pages for more information and options. Upon reboot, all further traces of the hardware should disappear.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 03 Apr 2002 20:22:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696459#M644809</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-03T20:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696460#M644810</link>
      <description>Shawn,&lt;BR /&gt;&lt;BR /&gt;If the disk is physically removed from the system, then you will need to reboot the system to get rid of NO_HW in ioscan output. If it is not part of a volume group anymore, then it doesn't do any harm.&lt;BR /&gt;&lt;BR /&gt;To get rid of the device files, use rmsf command.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 03 Apr 2002 20:23:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696460#M644810</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-04-03T20:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696461#M644811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The best way is to reboot. Be careful if you are using the 'rmsf' command to remove the device files. You need to make sure that you are removing the right one. Also specify the complete path of the file:&lt;BR /&gt;&lt;BR /&gt;# rmsf /dev/xxx/xxxx&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Wed, 03 Apr 2002 20:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696461#M644811</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-03T20:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: removing a disk</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696462#M644812</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;1. Delete the configuration from Logical Volume Manager.&lt;BR /&gt;2. Applay vgexport&lt;BR /&gt;3. Remove special file "rmsf /dev/..."&lt;BR /&gt;4. Physicaly remove the disk ( Plug-out ).&lt;BR /&gt;5. ioscan "without options"&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Thu, 04 Apr 2002 14:48:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/removing-a-disk/m-p/2696462#M644812</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-04-04T14:48:50Z</dc:date>
    </item>
  </channel>
</rss>

