<?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: Getting HW path &amp;amp; LUN paths from /dev/dsk/c* in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653583#M614865</link>
    <description>But did you use&lt;BR /&gt;&lt;BR /&gt;rmsf -k -H &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;or not?&lt;/PATH&gt;</description>
    <pubDate>Mon, 28 Jun 2010 11:36:14 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2010-06-28T11:36:14Z</dc:date>
    <item>
      <title>Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653572#M614854</link>
      <description>I need to delete the HW path and LUN paths&lt;BR /&gt;associated with a device after deleting it. Is there any command with gives the lun &amp;amp; HW paths if we give the device as input(/dev/dsk/c*t*d*)?</description>
      <pubDate>Mon, 28 Jun 2010 09:46:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653572#M614854</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T09:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653573#M614855</link>
      <description>If you have already removed the disk physically from the server and if the device file still exists, then you may need to run insf..&lt;BR /&gt;&lt;BR /&gt;#insf -eC disk&lt;BR /&gt;&lt;BR /&gt;This will recreate the device files and the device files for the removed disks will get removed.&lt;BR /&gt;&lt;BR /&gt;In case of a an EMC symmetrix LUN, you will have to run powermt commands to remove the dead paths&lt;BR /&gt;&lt;BR /&gt;The sequence will be as follows,&lt;BR /&gt;&lt;BR /&gt;#powermt check&lt;BR /&gt;#powermt config&lt;BR /&gt;#powermt save&lt;BR /&gt;#powermt display</description>
      <pubDate>Mon, 28 Jun 2010 10:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653573#M614855</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2010-06-28T10:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653574#M614856</link>
      <description># ioscan -fnCdisk</description>
      <pubDate>Mon, 28 Jun 2010 10:29:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653574#M614856</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2010-06-28T10:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653575#M614857</link>
      <description>i did &lt;BR /&gt;1.rmsf -a /dev/dsk/c5t2d2&lt;BR /&gt;2.insf -eC disk&lt;BR /&gt;&lt;BR /&gt;but i still see NO_HW HW &amp;amp; lun paths&lt;BR /&gt;&lt;BR /&gt;# ioscan -fkNC disk | grep NO_HW&lt;BR /&gt;disk     36  64000/0xfa00/0x67b  esdisk   NO_HW       DEVICE       NETAPP  LUN&lt;BR /&gt;# ioscan -fkNC lunpath | grep NO_HW&lt;BR /&gt;lunpath  32  64000/0x2/0x0.0x0.0x4012000000000000           eslpt   NO_HW       LUN_PATH     LUN path for disk36&lt;BR /&gt;# uname -a&lt;BR /&gt;HP-UX hpux197- B.11.31 U ia64 1205803419 unlimited-user license&lt;BR /&gt;&lt;BR /&gt;Am i missing anything?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2010 10:51:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653575#M614857</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T10:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653576#M614858</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Which is your OS ?&lt;BR /&gt;&lt;BR /&gt;#ioscan is the command which will give you device files and hardware mapping.&lt;BR /&gt;&lt;BR /&gt;But &lt;BR /&gt;"I need to delete the HW path and LUN paths&lt;BR /&gt;associated with a device after deleting it. &lt;BR /&gt;"  &lt;BR /&gt;&lt;BR /&gt;==&amp;gt; what you mean by delete HW path???&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Mon, 28 Jun 2010 10:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653576#M614858</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-06-28T10:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653577#M614859</link>
      <description>an entry in ioscan o/p (eg 64000/0xfa00/0x67b ) which is listed under H/W path&lt;BR /&gt;&lt;BR /&gt;# ioscan -fkNC disk&lt;BR /&gt;Class     I  H/W Path  Driver S/W State   H/W Type     Description&lt;BR /&gt;===================================================================&lt;BR /&gt;disk      3  64000/0xfa00/0x0    esdisk   CLAIMED     DEVICE       HP 73.4GMAX3073NC&lt;BR /&gt;disk      4  64000/0xfa00/0x1    esdisk   CLAIMED     DEVICE       HP 73.4GMAX3073NC&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2010 10:56:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653577#M614859</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653578#M614860</link>
      <description>There is no need to list individual paths for deletion in 11.31.&lt;BR /&gt;&lt;BR /&gt;Simply run "rmsf -x" to instantly delete all disk devices, HW paths and lunpaths whose disk is no longer available.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 28 Jun 2010 11:09:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653578#M614860</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-06-28T11:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653579#M614861</link>
      <description>we are not able to get rid of NO_HW paths even after running the rmsf -x in HPUX 11iv3&lt;BR /&gt;# rmsf -x&lt;BR /&gt;rmsf: Removing stale entry at 255/0/1.0 for iscsial&lt;BR /&gt;rmsf: Removing stale entry at 255/0/2.0.0.0 for sdisk&lt;BR /&gt;rmsf: Removing stale entry at 255/0/2.0.0.3 for sdisk&lt;BR /&gt;rmsf: Removing stale entry at 255/0/2.0.0.6 for sdisk&lt;BR /&gt;rmsf: Removing stale entry at 64000/0x2/0x0.0x1 for estp&lt;BR /&gt;rmsf: Removing stale entry at 64000/0x2/0x0.0x2.0x4000000000000000 for eslpt&lt;BR /&gt;rmsf: Removing stale entry at 64000/0x2/0x0.0x2.0x4003000000000000 for eslpt&lt;BR /&gt;rmsf: Removing stale entry at 64000/0x2/0x0.0x2.0x4006000000000000 for eslpt&lt;BR /&gt;rmsf: Removing stale entry at 64000/0xfa00/0x672 for esdisk&lt;BR /&gt;rmsf: Removing stale entry at 64000/0xfa00/0x673 for esdisk&lt;BR /&gt;rmsf: Removing stale entry at 64000/0xfa00/0x676 for esdisk&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d0&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d2&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d3&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d4&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d5&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d6&lt;BR /&gt;Removing stale block DSF /dev/dsk/c6t0d7&lt;BR /&gt;Removing stale block DSF /dev/disk/disk27&lt;BR /&gt;Removing stale block DSF /dev/disk/disk22&lt;BR /&gt;Removing stale block DSF /dev/disk/disk28&lt;BR /&gt;Removing stale character DSF /dev/isw&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d0&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d2&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d3&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d4&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d5&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d6&lt;BR /&gt;Removing stale character DSF /dev/rdsk/c6t0d7&lt;BR /&gt;Removing stale character DSF /dev/rdisk/disk27&lt;BR /&gt;Removing stale character DSF /dev/rdisk/disk22&lt;BR /&gt;Removing stale character DSF /dev/rdisk/disk28&lt;BR /&gt;# ioscan -fkNC disk | grep NO_HW&lt;BR /&gt;disk     36  64000/0xfa00/0x67b  esdisk   NO_HW       DEVICE       NETAPP  LUN&lt;BR /&gt;# ioscan -fkNC lunpath | grep NO_HW&lt;BR /&gt;lunpath  32  64000/0x2/0x0.0x0.0x4012000000000000           eslpt   NO_HW       LUN_PATH     LUN path for disk36&lt;BR /&gt;#&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2010 11:21:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653579#M614861</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653580#M614862</link>
      <description>Did you try this?&lt;BR /&gt;&lt;BR /&gt;# rmsf -k -H ...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2010 11:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653580#M614862</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-28T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653581#M614863</link>
      <description>-k option with ioscan invokes the device tree from the kernel. Try running without -k option</description>
      <pubDate>Mon, 28 Jun 2010 11:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653581#M614863</guid>
      <dc:creator>Vijaykumar_1</dc:creator>
      <dc:date>2010-06-28T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653582#M614864</link>
      <description>rmsf -H is removing the HW and LUN paths. But the problem is i just want to remove the HW &amp;amp; lun paths for a specific device.&lt;BR /&gt;I am using a script to remove. That is why i need a way to find the HW &amp;amp; LUN paths for a specific device.</description>
      <pubDate>Mon, 28 Jun 2010 11:33:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653582#M614864</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T11:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653583#M614865</link>
      <description>But did you use&lt;BR /&gt;&lt;BR /&gt;rmsf -k -H &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;or not?&lt;/PATH&gt;</description>
      <pubDate>Mon, 28 Jun 2010 11:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653583#M614865</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-28T11:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653584#M614866</link>
      <description>I greped for NO_HW in the following commands&lt;BR /&gt;and removed the stale entries with&lt;BR /&gt;rmsf -H &lt;PATH&gt;&lt;BR /&gt;&lt;BR /&gt;# ioscan -fkNC disk | grep NO_HW&lt;BR /&gt;# ioscan -fkNC lunpath | grep NO_HW&lt;BR /&gt;&lt;BR /&gt;The problem is I am deleting all the stale&lt;BR /&gt;entries which are not related to my disk.&lt;BR /&gt;I want to remove the stale entries specific to my device only.&lt;/PATH&gt;</description>
      <pubDate>Mon, 28 Jun 2010 11:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653584#M614866</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-28T11:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653585#M614867</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Could you please run ioscan with out "k" option and check the output? what is the current status&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sooraj</description>
      <pubDate>Mon, 28 Jun 2010 11:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653585#M614867</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2010-06-28T11:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653586#M614868</link>
      <description>Still not sure where the problem is ...&lt;BR /&gt;&lt;BR /&gt;Does this work for you?&lt;BR /&gt;&lt;BR /&gt;# rmsf -k -H 64000/0x2/0x0.0x0.0x4012000000000000</description>
      <pubDate>Mon, 28 Jun 2010 11:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653586#M614868</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-28T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653587#M614869</link>
      <description>And by the way, when asking for the legacy device files (/dev/dsk/c*t*d*) you need to have a look at the legacy paths too:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fn&lt;BR /&gt;&lt;BR /&gt;# ioscan -m dsf</description>
      <pubDate>Mon, 28 Jun 2010 12:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653587#M614869</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-28T12:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653588#M614870</link>
      <description>rmsf -H &lt;PATH&gt; is removing the stale entries.&lt;BR /&gt;&lt;BR /&gt;but my question is &lt;BR /&gt;"is there any command which will list the HW and lun path for a device?"&lt;BR /&gt;somthing like&lt;BR /&gt;&lt;BR /&gt;#COMMAND device(/dev/dsk/c*t*d*)&lt;BR /&gt;#output : H/W path &amp;amp; lun path&lt;BR /&gt;&lt;BR /&gt;So that i can only delete the stale entries associated with a particular device.&lt;BR /&gt;&lt;BR /&gt;or some option with rmsf which cleans up HW and lun paths also while deleting the disk&lt;BR /&gt;&lt;/PATH&gt;</description>
      <pubDate>Wed, 30 Jun 2010 06:19:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653588#M614870</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-30T06:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting HW path &amp; LUN paths from /dev/dsk/c*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653589#M614871</link>
      <description>found the way.&lt;BR /&gt;&lt;BR /&gt;#ioscan -m dsf | grep /dev/rdsk/c*t*d*&lt;BR /&gt;/dev/rdisk/disk&lt;NUMBER&gt;        /dev/rdsk/c*t*d*&lt;BR /&gt;&lt;BR /&gt;# rmsf -av /dev/rdisk/disk&lt;NUMBER&gt;&lt;BR /&gt;&lt;BR /&gt;solved my problems.&lt;BR /&gt;Thanks for everyone who helped me.&lt;BR /&gt;&lt;BR /&gt;&lt;/NUMBER&gt;&lt;/NUMBER&gt;</description>
      <pubDate>Wed, 30 Jun 2010 11:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-hw-path-amp-lun-paths-from-dev-dsk-c/m-p/4653589#M614871</guid>
      <dc:creator>ideep</dc:creator>
      <dc:date>2010-06-30T11:42:08Z</dc:date>
    </item>
  </channel>
</rss>

