<?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 Identify Alternate Paths in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908012#M405552</link>
    <description>How do I identify alternate disk paths for disks that are not part of a volume group?</description>
    <pubDate>Mon, 20 Jun 2005 07:48:55 GMT</pubDate>
    <dc:creator>Neil Wilson_2</dc:creator>
    <dc:date>2005-06-20T07:48:55Z</dc:date>
    <item>
      <title>Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908012#M405552</link>
      <description>How do I identify alternate disk paths for disks that are not part of a volume group?</description>
      <pubDate>Mon, 20 Jun 2005 07:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908012#M405552</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-06-20T07:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908013#M405553</link>
      <description>At boot, you can run the sea command, that will identify all possible boot paths.&lt;BR /&gt;&lt;BR /&gt;While running the os:&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;That will show all disks that are working. Compare that to strings /etc/lvmtab and those that appear in ioscan but not /etc/lvmtab are your suspects.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 20 Jun 2005 07:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908013#M405553</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-20T07:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908014#M405554</link>
      <description>I am looking at disks that are presented from a disk array and not specifically bootable.  In this instance these are EMC disks and I want to correctly identify those disks that are alternates... how?</description>
      <pubDate>Mon, 20 Jun 2005 07:57:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908014#M405554</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-06-20T07:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908015#M405555</link>
      <description>What is this SAN?? HP, EMC?? They supply utilities to check such things. In addition tothat you may use disk (not very correct) and check sizes of the disk.&lt;BR /&gt;&lt;BR /&gt;My notes also have following. (But not sure if it works on pvs, that are not part of nay vg.) you can try them.&lt;BR /&gt;&lt;BR /&gt;echo "0x2008?4D" |adb /dev/dsk/c20t0d0 --disk1&lt;BR /&gt;echo "0x2008?4D" |adb /dev/dsk/c19t0d0 â  disk2 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A</description>
      <pubDate>Mon, 20 Jun 2005 08:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908015#M405555</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-06-20T08:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908016#M405556</link>
      <description>Use the EMC utility syminq&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c60t5d4 is in your VG - is there and alternate path?&lt;BR /&gt;&lt;BR /&gt;syminq |grep c60t5d4&lt;BR /&gt;&lt;BR /&gt;Reveals:&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c60t5d4 M(4) EMC       SYMMETRIX        5670 65103000   35354880&lt;BR /&gt;&lt;BR /&gt;Columns are:&lt;BR /&gt;       Name      Type  Vendor    ID               Rev  Ser Num   Cap (KB)&lt;BR /&gt;&lt;BR /&gt;The Ser Num - is actually the EMC disk...&lt;BR /&gt;&lt;BR /&gt;In my example 65103000 - 65 is the frame number and 103 is the disk number...&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;&lt;BR /&gt;# syminq |grep 103&lt;BR /&gt;/dev/rdsk/c56t5d4 M(4) EMC       SYMMETRIX        5670 65103000   35354880&lt;BR /&gt;/dev/rdsk/c58t5d4 M(4) EMC       SYMMETRIX        5670 65103000   35354880&lt;BR /&gt;/dev/rdsk/c60t5d4 M(4) EMC       SYMMETRIX        5670 65103000   35354880&lt;BR /&gt;/dev/rdsk/c62t5d4 M(4) EMC       SYMMETRIX        5670 65103000   35354880&lt;BR /&gt;&lt;BR /&gt;There are 3 alternate paths to c60t5d4.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Jun 2005 08:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908016#M405556</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-06-20T08:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Alternate Paths</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908017#M405557</link>
      <description>syminq seems to do the trick</description>
      <pubDate>Mon, 20 Jun 2005 08:58:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identify-alternate-paths/m-p/4908017#M405557</guid>
      <dc:creator>Neil Wilson_2</dc:creator>
      <dc:date>2005-06-20T08:58:51Z</dc:date>
    </item>
  </channel>
</rss>

