<?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: LVM command to recognize failed emc pvlink in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160336#M560852</link>
    <description>Thanks</description>
    <pubDate>Thu, 09 Apr 2009 18:52:14 GMT</pubDate>
    <dc:creator>Unix Team_9</dc:creator>
    <dc:date>2009-04-09T18:52:14Z</dc:date>
    <item>
      <title>LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160330#M560846</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can any one specify the command for recognizing the faild emc pvlink in hp-ux</description>
      <pubDate>Mon, 02 Mar 2009 04:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160330#M560846</guid>
      <dc:creator>Unix Team_9</dc:creator>
      <dc:date>2009-03-02T04:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160331#M560847</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;if a particular PV link has failed, it should be displayed as NO_HW in ioscan output.&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;search for NO_HW state disks, then locate respective raw device file for each failed disk. Should look like this:&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/cXtYdZ&lt;BR /&gt;&lt;BR /&gt;If you have EMC command line interface installed, you can run the following command to get the device id to which the failed PVlink belongs:&lt;BR /&gt;&lt;BR /&gt;# symdev -sid &lt;SID&gt; list | grep &lt;DEVICE file=""&gt;&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;# symdev -sid 800 list | grep c1t2d3&lt;BR /&gt;&lt;BR /&gt;If you are using LVM, you can check output of vgdisplay to find out which volume group that disk belongs to:&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;J.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DEVICE&gt;&lt;/SID&gt;</description>
      <pubDate>Mon, 02 Mar 2009 12:02:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160331#M560847</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-03-02T12:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160332#M560848</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk |grep NO  should tell you which hardware path is failed. If you want to know the EMC LUN id, then.&lt;BR /&gt;&lt;BR /&gt;powermt display dev=all |grep cXtXdX  (provided you have EMC powerpath license).&lt;BR /&gt;&lt;BR /&gt;symdev show &lt;LUN id=""&gt; will give you that particular device details.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;Shahul&lt;/LUN&gt;</description>
      <pubDate>Mon, 02 Mar 2009 12:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160332#M560848</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2009-03-02T12:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160333#M560849</link>
      <description>If powerpath is being used, you will not see the NO_HW when you do the ioscan.&lt;BR /&gt;&lt;BR /&gt;powerpath will make the downed path look good to ioscan by redirecting the I/O to a good path.&lt;BR /&gt;&lt;BR /&gt;If powerpath is being used, you'll need to use the 'powermt display dev=..' command.</description>
      <pubDate>Tue, 03 Mar 2009 00:50:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160333#M560849</guid>
      <dc:creator>Bill Costigan</dc:creator>
      <dc:date>2009-03-03T00:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160334#M560850</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;I guess the question was about PVlinks, which clearly tells which multipathing method is in use.&lt;BR /&gt;&lt;BR /&gt;Using PVlinks does not make much sense when PowerPath is available.&lt;BR /&gt;&lt;BR /&gt;J.</description>
      <pubDate>Tue, 03 Mar 2009 09:48:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160334#M560850</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-03-03T09:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160335#M560851</link>
      <description>"emc pvlinks" could be a few different things.  There are different EMC systems. &lt;BR /&gt;&lt;BR /&gt;I'll assume for a second you are using powerpath, with disks hooked up over multiple paths using two fibre switches. &lt;BR /&gt;&lt;BR /&gt;Run man page on powermt.  &lt;BR /&gt;If you run  "powermt display every=5" you will see if any disks (correction: disk PATHS) are dead.  Perhaps they are NOT dead.  Perhaps it is a fibre cable, or something wrong on EMC?  Go into Navisphere gui interface over the web.  If you log in there and there is a problem it will tell you.  You'll have an icon on upper right side of the web page with a the word "WARNING" on it. &lt;BR /&gt;&lt;BR /&gt;Meanwhile...... &lt;BR /&gt;Let's say you did in fact lose a disk and got it fixed.  The system might not see it.  When the system was first set up here, we ran a test failure.  One thing we noticed was a 5 minute delay on the system recognizing the disk paths.  &lt;BR /&gt;&lt;BR /&gt;I had to run this....(LOOK AT THE MAN PAGE)&lt;BR /&gt;powermt check&lt;BR /&gt;powermt config&lt;BR /&gt;powermt save&lt;BR /&gt;powermt set config=co&lt;BR /&gt;&lt;BR /&gt;These commands might not apply to you.  You might not even have the powermt command.  The command setting config=co might be the LAST thing you want to do.  I was told to do this with my Clariion CX300. &lt;BR /&gt;&lt;BR /&gt;.....I have a much better idea.  Get with EMC.  &lt;BR /&gt;</description>
      <pubDate>Tue, 03 Mar 2009 13:25:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160335#M560851</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2009-03-03T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: LVM command to recognize failed emc pvlink</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160336#M560852</link>
      <description>Thanks</description>
      <pubDate>Thu, 09 Apr 2009 18:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-command-to-recognize-failed-emc-pvlink/m-p/5160336#M560852</guid>
      <dc:creator>Unix Team_9</dc:creator>
      <dc:date>2009-04-09T18:52:14Z</dc:date>
    </item>
  </channel>
</rss>

