<?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 error: Unable to read the physical volume in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957882#M697368</link>
    <description>Series 800 only means only for Server Class.&lt;BR /&gt;&lt;BR /&gt;Series 700 is for workstations.&lt;BR /&gt;&lt;BR /&gt;These are the only two series that exists now.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
    <pubDate>Tue, 07 Feb 2006 09:42:14 GMT</pubDate>
    <dc:creator>Bharat Katkar</dc:creator>
    <dc:date>2006-02-07T09:42:14Z</dc:date>
    <item>
      <title>vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957877#M697363</link>
      <description>&lt;BR /&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;Looked at some of the foum responses, but nothing seems to answer my error directly. I don't think the physical paths have changed at all, and I get this error when trying to import the map file from the primary node to the secondary node. &lt;BR /&gt;&lt;BR /&gt;Unable to read the physical volume&lt;BR /&gt;&lt;BR /&gt;I have just added another mount point and logical volume to a package, and trying to map the volume group on the secondary node. These are the steps I used for the vgexport and vgimport -&lt;BR /&gt;&lt;BR /&gt;On Primary Node -&lt;BR /&gt;&lt;BR /&gt;# vgexport -v -p -m /tmp/vgclwss.map &lt;BR /&gt;/dev/vgclwss&lt;BR /&gt;Beginning the export process on Volume Group "/dev/vgclwss".&lt;BR /&gt;vgexport: Volume group "/dev/vgclwss" is still active.&lt;BR /&gt;/dev/dsk/c4t0d3&lt;BR /&gt;/dev/dsk/c4t0d4&lt;BR /&gt;/dev/dsk/c4t0d5&lt;BR /&gt;/dev/dsk/c4t0d6&lt;BR /&gt;&lt;BR /&gt;root@ugos388# rcp /tmp/vgclwss.map ugos389:/tmp/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Doing the vgexport on secondary node and vgimport&lt;BR /&gt;&lt;BR /&gt;root@ugos389# vgexport /dev/vgclwss&lt;BR /&gt;Physical volume "/dev/dsk/c4t0d3" has been successfully deleted from &lt;BR /&gt;physical volume group "PV0".&lt;BR /&gt;Physical volume "/dev/dsk/c4t0d4" has been successfully deleted from &lt;BR /&gt;physical volume group "PV0".&lt;BR /&gt;Physical volume "/dev/dsk/c4t0d5" has been successfully deleted from &lt;BR /&gt;physical volume group "PV0".&lt;BR /&gt;Physical volume "/dev/dsk/c4t0d6" has been successfully deleted from &lt;BR /&gt;physical volume group "PV0".&lt;BR /&gt;root@ugos389# mkdir /dev/vgclwss&lt;BR /&gt;root@ugos389# mknod /dev/vgclwss/group c 64 0x030000&lt;BR /&gt;root@ugos389# vgimport -v -m /tmp/vgclwss.map /dev/vgclwss&lt;BR /&gt;Beginning the import process on Volume Group "/dev/vgclwss".&lt;BR /&gt;vgimport: Unable to read the physical volume.root@ugos389#&lt;BR /&gt;&lt;BR /&gt;Does anyone have any ideas??&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 09:24:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957877#M697363</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-02-07T09:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957878#M697364</link>
      <description>You should use -s option with vgexport. Otherwise you will need to specify  the PV device files with vgimport.&lt;BR /&gt;&lt;BR /&gt;From the primary node&lt;BR /&gt; &lt;BR /&gt; # vgexport -p -v -s -m vg.map /dev/vg&lt;BR /&gt; &lt;BR /&gt; # rcp -p vg.map secondarynode:/tmp&lt;BR /&gt;  &lt;BR /&gt;In the secondary node&lt;BR /&gt;  &lt;BR /&gt;  # vgexport ..&lt;BR /&gt;  # mkdir /dev/vgname&lt;BR /&gt;  # mknod /dev/vgname/group c 64 0xYY0000&lt;BR /&gt;  # vgimport -s -v -m /tmp/vg.map /dev/vgname&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 09:27:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957878#M697364</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2006-02-07T09:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957879#M697365</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;You need to either specify the physical paths during the 'vgimport' or specify '-s' during the 'vgexport' and 'vgimport'.  Using '-s' collects the VGID into the mapfile and allows matching physical disks by that VGID in lieu of the path.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Feb 2006 09:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957879#M697365</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-02-07T09:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957880#M697366</link>
      <description>Yes "-s" needs to be specified while you export and import the shared VG.&lt;BR /&gt;&lt;BR /&gt;Extract from Man Page of vgexport:&lt;BR /&gt;"Sharable option, Series 800 only.  When the -s option is specified, then the -p, -v, and -m options must also be specified. &lt;BR /&gt;A mapfile is created that can be used to create volume group entries on other systems in the high availability cluster (with the vgimport command)."&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 09:36:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957880#M697366</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-02-07T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957881#M697367</link>
      <description>&lt;BR /&gt;Yes I read the -s option in the man pages, but what does "Series 800 only" mean???&lt;BR /&gt;&lt;BR /&gt;I will try the vgexport with the -s and then try the vgimport again and let you all know. Thanks alot</description>
      <pubDate>Tue, 07 Feb 2006 09:38:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957881#M697367</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-02-07T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957882#M697368</link>
      <description>Series 800 only means only for Server Class.&lt;BR /&gt;&lt;BR /&gt;Series 700 is for workstations.&lt;BR /&gt;&lt;BR /&gt;These are the only two series that exists now.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 09:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957882#M697368</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2006-02-07T09:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957883#M697369</link>
      <description>&lt;BR /&gt;Problem fixed :-)&lt;BR /&gt;Thanks for all your replies, the -s option fixed it. Have assigned points....&lt;BR /&gt;Regards&lt;BR /&gt;Trev</description>
      <pubDate>Tue, 07 Feb 2006 09:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957883#M697369</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-02-07T09:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport error: Unable to read the physical volume</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957884#M697370</link>
      <description>&lt;BR /&gt;The -s option as advised fixed my problem. Thanks alot</description>
      <pubDate>Tue, 07 Feb 2006 09:55:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-error-unable-to-read-the-physical-volume/m-p/4957884#M697370</guid>
      <dc:creator>WSS</dc:creator>
      <dc:date>2006-02-07T09:55:45Z</dc:date>
    </item>
  </channel>
</rss>

