<?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: vgimport failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933844#M287780</link>
    <description>Run ioscan w/o any arguments and check if you can see the /dev/dsk/c94t1d4 disk or not. This forces the host to rescan all devices otherwise it scans the kernel.&lt;BR /&gt;&lt;BR /&gt;# ioscan&lt;BR /&gt;# ioscan -funC disk | grep /dev/dsk/c94t1d4</description>
    <pubDate>Mon, 29 Jan 2007 18:15:11 GMT</pubDate>
    <dc:creator>Sandman!</dc:creator>
    <dc:date>2007-01-29T18:15:11Z</dc:date>
    <item>
      <title>vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933840#M287776</link>
      <description>I have a script running in to export and import volume groups. When the script for vgimport runs, it falied with the following error:&lt;BR /&gt;&lt;BR /&gt; vgimport -m /usr/local/emc/bcv/pfraud/doc/pfraudvg_23_01a.map.brody2 /dev/pfraudvg_23_01a /dev/dsk/c96t1d4 /dev/dsk/c94t1d4&lt;BR /&gt; /dev/dsk/c94t1d5 /dev/dsk/c96t1d5 /dev/dsk/c96t1d6 /dev/dsk/c94t1d6 /dev/dsk/c94t1d7 /dev/dsk/c96t1d7&lt;BR /&gt;Couldn't open physical volume "/dev/rdsk/c94t1d4":&lt;BR /&gt;Verification of unique LVM disk id on each disk in the volume group&lt;BR /&gt;/dev/pfraudvg_23_01a failed.&lt;BR /&gt;&lt;BR /&gt;The ioscan shows the PV intact&lt;BR /&gt;ioscan -funC disk |grep /dev/dsk/c94t1d4&lt;BR /&gt;                                      /dev/dsk/c94t1d4   /dev/rdsk/c94t1d4&lt;BR /&gt;&lt;BR /&gt;But diskinfo shows error:&lt;BR /&gt;diskinfo /dev/rdsk/c94t1d4&lt;BR /&gt;diskinfo: can't open /dev/rdsk/c94t1d4: No such device or address&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me what could be the issue and where should I look into to sort it out?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Sun, 28 Jan 2007 01:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933840#M287776</guid>
      <dc:creator>Suni Raj</dc:creator>
      <dc:date>2007-01-28T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933841#M287777</link>
      <description>ioscan -funC disk |grep /dev/dsk/c94t1d4&lt;BR /&gt;--&amp;gt; The 'u' option makes ioscan 'scan and list usable I/O system devices instead of the actual hardware'.&lt;BR /&gt;&lt;BR /&gt;Try 'ioscan -fnCdisk', what does that say ?</description>
      <pubDate>Sun, 28 Jan 2007 04:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933841#M287777</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-01-28T04:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933842#M287778</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The results from 'diskinfo' suggest dead hardware or hardware without a viable connection.  Examine the software state column of the output of :&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;If you see "NO_HW", this confirms a dead or unresponsive device (dead or one with a bad connection).  &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 28 Jan 2007 10:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933842#M287778</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-01-28T10:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933843#M287779</link>
      <description>hi &lt;BR /&gt;#ioscan -fnC disk &lt;BR /&gt;#vgchange -a n vgname&lt;BR /&gt;#vgcfgrestore&lt;BR /&gt;otherwise copy lvmtab and lvmconf from recent root backup and then do &lt;BR /&gt;#vgscan -v or vgimport</description>
      <pubDate>Mon, 29 Jan 2007 17:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933843#M287779</guid>
      <dc:creator>sachit patil</dc:creator>
      <dc:date>2007-01-29T17:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933844#M287780</link>
      <description>Run ioscan w/o any arguments and check if you can see the /dev/dsk/c94t1d4 disk or not. This forces the host to rescan all devices otherwise it scans the kernel.&lt;BR /&gt;&lt;BR /&gt;# ioscan&lt;BR /&gt;# ioscan -funC disk | grep /dev/dsk/c94t1d4</description>
      <pubDate>Mon, 29 Jan 2007 18:15:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933844#M287780</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2007-01-29T18:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933845#M287781</link>
      <description>Thanks all who has responsed. The issue was with the fiber cable and we ran the script with alternate path mentioned in it. Once again thank you all for your time.&lt;BR /&gt;&lt;BR /&gt;SVR</description>
      <pubDate>Mon, 29 Jan 2007 23:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-failed/m-p/3933845#M287781</guid>
      <dc:creator>Suni Raj</dc:creator>
      <dc:date>2007-01-29T23:58:07Z</dc:date>
    </item>
  </channel>
</rss>

