<?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 disk drivers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398605#M560845</link>
    <description>Thanks guys, that did the trick.    I now have the complete procedure for removing Disks.    Now I just have to back track, review and clean up other disks that were removed in the past.  &lt;BR /&gt;</description>
    <pubDate>Thu, 09 Apr 2009 16:15:56 GMT</pubDate>
    <dc:creator>John Jimenez</dc:creator>
    <dc:date>2009-04-09T16:15:56Z</dc:date>
    <item>
      <title>remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398597#M560837</link>
      <description>Yesterday I created a LUN and presented it to a HPUX 11.23 host.  &lt;BR /&gt;&lt;BR /&gt;    After running ioscan -fnCdisk, the insf did not install any drivers.    But when I do a ioscan fnCdisk the 4 paths comes up claimed&lt;BR /&gt;&lt;BR /&gt;disk    151  1/0/2/1/0.97.4.239.0.5.0  sdisk    CLAIMED     DEVICE       DGC     CX500WDR10&lt;BR /&gt;                            /dev/dsk/c13t5d0   /dev/rdsk/c13t5d0&lt;BR /&gt;disk    152  1/0/2/1/0.97.8.239.0.5.0  sdisk    CLAIMED     DEVICE       DGC     CX500WDR10&lt;BR /&gt;                            /dev/dsk/c15t5d0   /dev/rdsk/c15t5d0&lt;BR /&gt;disk    201  1/0/4/1/0.97.4.239.0.5.0  sdisk    CLAIMED     DEVICE       DGC     CX500WDR10&lt;BR /&gt;                            /dev/dsk/c17t5d0   /dev/rdsk/c17t5d0&lt;BR /&gt;disk    202  1/0/4/1/0.97.8.239.0.5.0  sdisk    CLAIMED     DEVICE       DGC     CX500WDR10&lt;BR /&gt;                            /dev/dsk/c19t5d0   /dev/rdsk/c19t5d0&lt;BR /&gt;&lt;BR /&gt;But dd shows read error: I/O error 0+0 records in and out.  &lt;BR /&gt;&lt;BR /&gt;Then I noticed that the raw disks in /dev/rdsk are dated last year.  &lt;BR /&gt;&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x0d5100 Aug 23  2008 c13t5d1&lt;BR /&gt;crw-rw-r--   1 oracle     dba        188 0x0f5100 Aug 23  2008 c15t5d1&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x115100 Aug 23  2008 c17t5d1&lt;BR /&gt;crw-r-----   1 bin        sys        188 0x135100 Aug 23  2008 c19t5d1&lt;BR /&gt;&lt;BR /&gt;How do I clean this up?  I unpresented the disk from the host and it now comes up NO_HW.   CAn I do the following to fix?&lt;BR /&gt;1)  rm these 4 files /dev/rdsk&lt;BR /&gt;2)  represent the disk to the host&lt;BR /&gt;3) ioscan -fnC disk&lt;BR /&gt;4) insf&lt;BR /&gt;5) ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;If this is not the correct procedure and you assist? thanks again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 15:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398597#M560837</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2009-04-09T15:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398598#M560838</link>
      <description>Probably just leftovers from the past.  Just use rmsf to remove all the special files related to these four, then present the luns and run insf again.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 09 Apr 2009 15:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398598#M560838</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-04-09T15:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398599#M560839</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;First remove the old device files using rmsf one bye one.&lt;BR /&gt;#rmsf &lt;DEVICE file=""&gt;&lt;BR /&gt;&lt;BR /&gt;Then remove the devices files pertaining to the entire hardware path using -H option&lt;BR /&gt;#rmsh -H&lt;H&gt;&lt;BR /&gt;&lt;BR /&gt;Present the lun again.&lt;BR /&gt;&lt;BR /&gt;#ioscan -fn&lt;BR /&gt;&lt;BR /&gt;#insf -eH &lt;H&gt;&lt;BR /&gt;or just&lt;BR /&gt;#insf -e&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;/H&gt;&lt;/H&gt;&lt;/DEVICE&gt;</description>
      <pubDate>Thu, 09 Apr 2009 15:34:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398599#M560839</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-09T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398600#M560840</link>
      <description>thank you Pete Yes this was a volume group and lun I deleted last year that was a different size.   I was looking through the man pages when Ganasen replied.&lt;BR /&gt;Does this look right:&lt;BR /&gt;&lt;BR /&gt;rmsf /dev/rdsk/c13t5d0&lt;BR /&gt;&lt;BR /&gt;rmsh -H 1/0/2/1/0.97.4.239.0.5.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 15:41:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398600#M560840</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2009-04-09T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398601#M560841</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes. Syntax is correct. you can go ahead and remove the device files</description>
      <pubDate>Thu, 09 Apr 2009 15:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398601#M560841</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-09T15:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398602#M560842</link>
      <description>the rmsf commands worked, but the rmsh did not.  I also do not see rmsh in the man pages.  I am running HP-UX 11.23</description>
      <pubDate>Thu, 09 Apr 2009 15:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398602#M560842</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2009-04-09T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398603#M560843</link>
      <description>Hi John,&lt;BR /&gt;&lt;BR /&gt;My sincere apologize for the spell mistake.&lt;BR /&gt;&lt;BR /&gt;It is not rmsh. it is rmsf only.&lt;BR /&gt;&lt;BR /&gt;#rmsf -H 1/0/2/1/0.97.4.239.0.5.0&lt;BR /&gt;&lt;BR /&gt;Please bear with me....</description>
      <pubDate>Thu, 09 Apr 2009 16:00:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398603#M560843</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-09T16:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398604#M560844</link>
      <description>make rmsh to rmsf - must be a typo.&lt;BR /&gt;&lt;BR /&gt;This should remind you to always remove devices using the correct procedures - or you will have problems later.</description>
      <pubDate>Thu, 09 Apr 2009 16:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398604#M560844</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-04-09T16:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: remove disk drivers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398605#M560845</link>
      <description>Thanks guys, that did the trick.    I now have the complete procedure for removing Disks.    Now I just have to back track, review and clean up other disks that were removed in the past.  &lt;BR /&gt;</description>
      <pubDate>Thu, 09 Apr 2009 16:15:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/remove-disk-drivers/m-p/4398605#M560845</guid>
      <dc:creator>John Jimenez</dc:creator>
      <dc:date>2009-04-09T16:15:56Z</dc:date>
    </item>
  </channel>
</rss>

