<?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: Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996400#M423495</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;thanks for the replay.&lt;BR /&gt;&lt;BR /&gt;if the connection is revert back ,then why its giving error in syslog.how can i stop that???/</description>
    <pubDate>Thu, 10 Aug 2006 02:13:15 GMT</pubDate>
    <dc:creator>arun m govind</dc:creator>
    <dc:date>2006-08-10T02:13:15Z</dc:date>
    <item>
      <title>Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996396#M423491</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;   In my hp-ux 11.11 system the following error message is comming&lt;BR /&gt;&lt;BR /&gt;""""vmunix: AUTOPATH : Path 0xbc17e000 failed! Rerouting to alternate path&lt;BR /&gt;Aug 10 11:00:01 bkup vmunix: AUTOPATH : Path 0xbc18e000 failed! Rerouting to alternate path&lt;BR /&gt;Aug 10 11:00:02 bkup vmunix: AUTOPATH : Path 0xbc170300 failed! Rerouting to alternate path&lt;BR /&gt;Aug 10 11:00:02 bkup vmunix: AUTOPATH : Path 0xbc170300 recovered&lt;BR /&gt;Aug 10 11:00:02 bkup vmunix: AUTOPATH : Path 0xbc17e000 recovered&lt;BR /&gt;Aug 10 11:00:02 bkup vmunix: AUTOPATH : Path 0xbc18e000 recovered""""""'&lt;BR /&gt;&lt;BR /&gt;what is it???????</description>
      <pubDate>Thu, 10 Aug 2006 01:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996396#M423491</guid>
      <dc:creator>arun m govind</dc:creator>
      <dc:date>2006-08-10T01:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996397#M423492</link>
      <description>&lt;BR /&gt;You have SAN connection  via multiple path.&lt;BR /&gt;Because of some reason,primary paths are failed and AUTOPATH redirected the connections thru alternate path.ANd reverted back later.&lt;BR /&gt;&lt;BR /&gt;Somebody might have pulled the fiber cable from server/SAN switch!!</description>
      <pubDate>Thu, 10 Aug 2006 01:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996397#M423492</guid>
      <dc:creator>sysadm_1</dc:creator>
      <dc:date>2006-08-10T01:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996398#M423493</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;Since the same paths (0xbc170300, 0xbc18e000) has been recovered, so the message is just a notification for you.&lt;BR /&gt;&lt;BR /&gt;The SAN connection on your system have a multiple path with AUTOPATH setting if the path is failed.&lt;BR /&gt;&lt;BR /&gt;You can check also on the event.log at /var/opt/resmon/log directory and 'ioscan -nf' command (see if there's NO_HW status on your system or not).&lt;BR /&gt;&lt;BR /&gt;Hope this information can help.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;AW</description>
      <pubDate>Thu, 10 Aug 2006 02:08:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996398#M423493</guid>
      <dc:creator>Adisuria Wangsadinata_1</dc:creator>
      <dc:date>2006-08-10T02:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996399#M423494</link>
      <description>Regarding - Path 0xbc170300 recovered.  Remove the 0xbc from the error message and grep for it.&lt;BR /&gt;&lt;BR /&gt;# cd /dev/dsk&lt;BR /&gt;# ls -lrt | grep 170300&lt;BR /&gt;&lt;BR /&gt;To find out the VG, run pvdisplay on the device file you get from the above command&lt;BR /&gt;&lt;BR /&gt;# pvdisplay /dev/dsk/&lt;DEV-FILE&gt; | grep "VG"&lt;BR /&gt;&lt;BR /&gt;the VG number it refers in the message must match the minor number of the group control file of the VG&lt;BR /&gt;&lt;BR /&gt;# cd /dev&lt;BR /&gt;# find . -name group -exec ls -lrt {} \;&lt;BR /&gt;&lt;BR /&gt;Since this appears to be vg00 verify with lvlnboot -v or strings /etc/lvmtab&lt;/DEV-FILE&gt;</description>
      <pubDate>Thu, 10 Aug 2006 02:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996399#M423494</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-08-10T02:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996400#M423495</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;thanks for the replay.&lt;BR /&gt;&lt;BR /&gt;if the connection is revert back ,then why its giving error in syslog.how can i stop that???/</description>
      <pubDate>Thu, 10 Aug 2006 02:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996400#M423495</guid>
      <dc:creator>arun m govind</dc:creator>
      <dc:date>2006-08-10T02:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996401#M423496</link>
      <description>Hi Arun,&lt;BR /&gt;&lt;BR /&gt;  Provide with more info.&lt;BR /&gt;&lt;BR /&gt;  It seems to be your one of the hostadapter connection with the storage is failed.You can find out the the device with major number in the dmesg.</description>
      <pubDate>Thu, 10 Aug 2006 02:13:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996401#M423496</guid>
      <dc:creator>Naveen R</dc:creator>
      <dc:date>2006-08-10T02:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996402#M423497</link>
      <description>Hi arun,&lt;BR /&gt;&lt;BR /&gt;of course the message is written when the occurrence happens. The system doesn't check if the path is recovered later.&lt;BR /&gt;So the messages can appear within seconds or hours or days later.&lt;BR /&gt;I don't think that you want to stop these messages, it's a hint that something can be wrong with your SAN connections.&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Aug 2006 02:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996402#M423497</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-08-11T02:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996403#M423498</link>
      <description>hi&lt;BR /&gt;thanks for the teplay&lt;BR /&gt;&lt;BR /&gt;rgd&lt;BR /&gt;arun m govind</description>
      <pubDate>Fri, 18 Aug 2006 05:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996403#M423498</guid>
      <dc:creator>arun m govind</dc:creator>
      <dc:date>2006-08-18T05:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996404#M423499</link>
      <description>thanks</description>
      <pubDate>Fri, 18 Aug 2006 06:02:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error/m-p/4996404#M423499</guid>
      <dc:creator>arun m govind</dc:creator>
      <dc:date>2006-08-18T06:02:31Z</dc:date>
    </item>
  </channel>
</rss>

