<?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 issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034992#M605705</link>
    <description>It seems to be telling you exactly what is wrong. None of the PV's in the infile can be found. I suspect that these pathnames correspond to the other node and do not match the pathnames on this nodes. Rather than using this form of vgexport/vgiport, I suggest that you use the "-s" version.&lt;BR /&gt;&lt;BR /&gt;On the other node:&lt;BR /&gt;vgexport -m /tmp/xpvgsiedata11.map -v -s /dev/xpvgsiedata11&lt;BR /&gt;&lt;BR /&gt;This will write the Volume Group ID to the mapfile.&lt;BR /&gt;&lt;BR /&gt;You then copy the mapfile to the other node and do a vgimport.&lt;BR /&gt;&lt;BR /&gt;vgimport -m /tmp/xpvgsiedata11.map -v -s /dev/xpvgsiedata11&lt;BR /&gt;&lt;BR /&gt;The -s vgimport then searches all the disks for a matching VGID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is a SAN, I assume that you have made all these LUN's accessible to both nodes; if you have created these LUN's since after the last boot then I assume that you have done an ioscan -fn and an insf so that the device nodes have been created on both nodes.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 10 Jul 2007 10:36:32 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2007-07-10T10:36:32Z</dc:date>
    <item>
      <title>vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034991#M605704</link>
      <description>Hi All,&lt;BR /&gt;Am facing the below mentioned error while importing the VG on the failover node in MC/SG&lt;BR /&gt;&lt;BR /&gt;tppora04:/#vgimport -v -m xpvgsiedata11.map /dev/xpvgsiedata11 &lt;BR /&gt;Beginning the import process on Volume Group "/dev/xpvgsiedata11".&lt;BR /&gt;vgimport: Unable to read the physical volume.tppora04:/#&lt;BR /&gt;tppora04:/#&lt;BR /&gt;tppora04:/#&lt;BR /&gt;tppora04:/#vgimport -v -m xpvgsiedata11.map -f xpvgsiedata11.df /dev/xpvgsiedata11&lt;BR /&gt;Beginning the import process on Volume Group "/dev/xpvgsiedata11".&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d2" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d2" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d3" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d3" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d4" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d4" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d5" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d5" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d6" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d6" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d7" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d7" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t4d0" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t4d0" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t4d1" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t4d1" is not part of a Volume Group&lt;BR /&gt;&lt;BR /&gt;Please help me in this regard.</description>
      <pubDate>Tue, 10 Jul 2007 10:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034991#M605704</guid>
      <dc:creator>Fenny_1</dc:creator>
      <dc:date>2007-07-10T10:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034992#M605705</link>
      <description>It seems to be telling you exactly what is wrong. None of the PV's in the infile can be found. I suspect that these pathnames correspond to the other node and do not match the pathnames on this nodes. Rather than using this form of vgexport/vgiport, I suggest that you use the "-s" version.&lt;BR /&gt;&lt;BR /&gt;On the other node:&lt;BR /&gt;vgexport -m /tmp/xpvgsiedata11.map -v -s /dev/xpvgsiedata11&lt;BR /&gt;&lt;BR /&gt;This will write the Volume Group ID to the mapfile.&lt;BR /&gt;&lt;BR /&gt;You then copy the mapfile to the other node and do a vgimport.&lt;BR /&gt;&lt;BR /&gt;vgimport -m /tmp/xpvgsiedata11.map -v -s /dev/xpvgsiedata11&lt;BR /&gt;&lt;BR /&gt;The -s vgimport then searches all the disks for a matching VGID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this is a SAN, I assume that you have made all these LUN's accessible to both nodes; if you have created these LUN's since after the last boot then I assume that you have done an ioscan -fn and an insf so that the device nodes have been created on both nodes.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 10:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034992#M605705</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-10T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034993#M605706</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;insf -C disk on the secondary node?&lt;BR /&gt;&lt;BR /&gt;Did you do a vgexport -p (preview) to get a map file on the first node?&lt;BR /&gt;&lt;BR /&gt;Did you vgchange -a n the volume group on the first node?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Jul 2007 10:36:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034993#M605706</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-10T10:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034994#M605707</link>
      <description>Dear &lt;BR /&gt;&lt;BR /&gt;Find a complete procedure to create, export and finaly import the File system. You are missing -s in the export and import command. Make sure before doing this procedure you can see the physical disk on both nodes.&lt;BR /&gt;&lt;BR /&gt;Shardha&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;SET UP VOLUME GROUP vg_billing&lt;BR /&gt;# ioscan &lt;BR /&gt;# insf â  e (Note down the new  pv names)&lt;BR /&gt;# pvcreate /dev/rdsk/c4t0d1 /dev/rdsk/c4t0d2 /dev/rdsk/c4t0d3&lt;BR /&gt;/dev/rdsk/c4t0d4&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vg_billing&lt;BR /&gt;# mknod /dev/vg_billing/group c 64 0x010000&lt;BR /&gt;# chmod 755 /dev/vg_billing&lt;BR /&gt;# chmod 640 /dev/vg_billing/group&lt;BR /&gt;&lt;BR /&gt;# vgcreate â  s 16 vg_billing /dev/rdsk/c4t0d1 /dev/rdsk/c4t0d2 /dev/rdsk/c4t0d3 /dev/rdsk/c4t0d4  /dev/rdsk/c6t0d1 /dev/rdsk/c6t0d2 /dev/rdsk/c6t0d3 /dev/rdsk/c6t0d4 /dev/rdsk/c8t0d1 /dev/rdsk/c8t0d2 /dev/rdsk/c8t0d3 /dev/rdsk/c8t0d4 /dev/rdsk/c10t0d1 /dev/rdsk/c10t0d2 /dev/rdsk/c10t0d3 /dev/rdsk/c10t0d4&lt;BR /&gt;&lt;BR /&gt;create logical volumes on vg_billing&lt;BR /&gt;&lt;BR /&gt;# lvcreate  vg_billing&lt;BR /&gt;# lvcreate  vg_billing&lt;BR /&gt;# lvcreate  vg_billing&lt;BR /&gt;# lvcreate  vg_billing&lt;BR /&gt;&lt;BR /&gt;# lvextend â  l 3199 /dev/vg_billing/lvol1  /dev/dsk/c4t0d1 &lt;BR /&gt;# lvextend â  l 3199 /dev/vg_billing/lvol2  /dev/dsk/c4t0d2 &lt;BR /&gt;# lvextend â  l 3199 /dev/vg_billing/lvol3  /dev/dsk/c4t0d3 &lt;BR /&gt;# lvextend â  l 3199 /dev/vg_billing/lvol4  /dev/dsk/c4t0d4 &lt;BR /&gt;&lt;BR /&gt;# newfs â  F vxfs â  o largefiles  /dev/vg_billing/rlvol1  &lt;BR /&gt;# newfs â  F vxfs â  o largefiles  /dev/vg_billing/rlvol2  &lt;BR /&gt;# newfs â  F vxfs â  o largefiles  /dev/vg_billing/rlvol3  &lt;BR /&gt;# newfs â  F vxfs â  o largefiles  /dev/vg_billing/rlvol4  &lt;BR /&gt;&lt;BR /&gt;# mkdir /billing1&lt;BR /&gt;# mkdir /billing2&lt;BR /&gt;# mkdir /billing3&lt;BR /&gt;# mkdir /billing4&lt;BR /&gt;&lt;BR /&gt;# mount /dev/vg_billing/lvol1 /billing1&lt;BR /&gt;# mount /dev/vg_billing/lvol1 /billing2&lt;BR /&gt;# mount /dev/vg_billing/lvol1 /billing3&lt;BR /&gt;# mount /dev/vg_billing/lvol1 /billing4&lt;BR /&gt;&lt;BR /&gt;# umount /billing1&lt;BR /&gt;# umount /billing2&lt;BR /&gt;# umount /billing3&lt;BR /&gt;# umount /billing4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Export LVM configuration on 1st node.&lt;BR /&gt;&lt;BR /&gt;#vgexport   -v -s -p -m /etc/lvmconf/vg_billing.map vg_billing&lt;BR /&gt;#vgchange â  a n vg_billing&lt;BR /&gt;&lt;BR /&gt;On Node2 :-&lt;BR /&gt;&lt;BR /&gt;# cd /etc/lvmconf&lt;BR /&gt;# rcp node1:/etc/lvmconf/vg_billing.map .&lt;BR /&gt;# mkdir /dev/vg_billing&lt;BR /&gt;# mknod /dev/vg_billing/group c 64 0x010000&lt;BR /&gt;# vgimport â  v â  s â  m  /etc/lvmconf/vg_billing.map vg_billing &lt;BR /&gt;# mkdir /billing1&lt;BR /&gt;# mkdir /billing2&lt;BR /&gt;# mkdir /billing3&lt;BR /&gt;# mkdir /billing4&lt;BR /&gt;# vgchange -a r vg_billing&lt;BR /&gt;# vgcfgbackup /dev/vg_billing&lt;BR /&gt;# vgchange -a n vg_billing&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 23:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034994#M605707</guid>
      <dc:creator>Shardha</dc:creator>
      <dc:date>2007-07-10T23:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034995#M605708</link>
      <description>Hi All,&lt;BR /&gt;I used these commands for VG export/import.&lt;BR /&gt;&lt;BR /&gt;vgexport -p -v -s -m xpvgsiedata11.map /dev/xpvgsiedata11&lt;BR /&gt;vgchange -a n /dev/xpvgsiedata11&lt;BR /&gt;&lt;BR /&gt;on the other node when i did vgimport now am facing this error.&lt;BR /&gt;vgimport -v -s -m xpvgsiedata11.map /dev/xpvgsiedata11&lt;BR /&gt;Beginning the import process on Volume Group "/dev/xpvgsiedata11".&lt;BR /&gt;Couldn't access the list of physical volumes for volume group "/dev/xpvgsiedata11".&lt;BR /&gt;&lt;BR /&gt;i checked with ioscan and i have found that disks h/w paths are different. so i tried again with vgimport using the -f option and specifying all the PV's in the file&lt;BR /&gt;this time it gives the same error.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tppora04:/#vgimport -v -m xpvgsiedata11.map -f xpvgsiedata11.df /dev/xpvgsiedata11&lt;BR /&gt;Beginning the import process on Volume Group "/dev/xpvgsiedata11".&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d2" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d2" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d3" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d3" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d4" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d4" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d5" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d5" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d6" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d6" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t3d7" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t3d7" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t4d0" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t4d0" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c26t4d1" is not part of a Volume Group&lt;BR /&gt;Physical Volume "/dev/dsk/c27t4d1" is not part of a Volume Group&lt;BR /&gt;&lt;BR /&gt;Now please help me to resolve this.&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 04:17:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034995#M605708</guid>
      <dc:creator>Fenny_1</dc:creator>
      <dc:date>2007-07-11T04:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034996#M605709</link>
      <description>When the "-s" version of vgimport failed. It almost certainly means that the 2nd node cannot "see" the LUN's.&lt;BR /&gt;&lt;BR /&gt;The VGID is written on every PV in the VG and that is what the "-s" version of vgimport is looking for.&lt;BR /&gt;&lt;BR /&gt;Here's what I want you to do (and do this exactly):&lt;BR /&gt;&lt;BR /&gt;On the 1st node:&lt;BR /&gt;vgimport -p -v -m /tmp/xpvgsiedata11.map /dev/xpvgsiedata11&lt;BR /&gt;cat /tmp/xpvgsiedata11.map # you should see the VGID; it is unique to a volume group&lt;BR /&gt;&lt;BR /&gt;Next:&lt;BR /&gt;vgdisplay -v /dev/xpvgsiedata11 | grep 'PV Name' and note any PV listed. Now pick one of these PV's (it doesn't matter which one).&lt;BR /&gt;I'll pretend it is /dev/dsk/c27t4d1. That's the block device; we will use the character device, /dev/rdsk/c27t4d1 for our experiment to extract the VGID directly from the disk.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/c27t4d1 bs=512 count=1 skip=16 of=/tmp/f1&lt;BR /&gt;&lt;BR /&gt;Now lets examine this file:&lt;BR /&gt;xd -Ad -tx /tmp/f1&lt;BR /&gt;&lt;BR /&gt;Note the values displayed at offset 16, the next 8 bytes should match the VGID displayed in your map file above. If it does, you now know how to extract the VGID.&lt;BR /&gt;&lt;BR /&gt;Repeat the dd and xd commands on the 2nd node using a disk that you THINK is part of the same VG. I will bet that you do not find a VGID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 10:30:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034996#M605709</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-11T10:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034997#M605710</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Some times, we may miss to check the little things, you verify the following before importing your VG on the other node.&lt;BR /&gt;&lt;BR /&gt;On the other node (Fail over node), aslo due to the controller id your cxtxdx no. will be different on the fail over node., so its not an issue&lt;BR /&gt;&lt;BR /&gt;1. Aftrer running ioscan -fnC disk- run #insf -e ( this will re attach any new disk or newly added luns to the sytem)&lt;BR /&gt;&lt;BR /&gt;2. Make sure you are exporting the VG first on the Fail over node before importing&lt;BR /&gt;&lt;BR /&gt;3. Make sure you have the same minor number for the VG (similar to the primary node)&lt;BR /&gt;&lt;BR /&gt;4. If you have powerpath, verify the LUNS is visible here by checking the LUN no. with syminq output and related cxtxdx in #powermt display dev=all |grep cxtxdx&lt;BR /&gt;&lt;BR /&gt;Hope this will give you some idea&lt;BR /&gt;&lt;BR /&gt;regard&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Wed, 11 Jul 2007 10:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034997#M605710</guid>
      <dc:creator>Sudalaimani</dc:creator>
      <dc:date>2007-07-11T10:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034998#M605711</link>
      <description>Ooops, I'm stupid:&lt;BR /&gt;&lt;BR /&gt;On the 1st node: &lt;BR /&gt;vgimport -p -v -m /tmp/xpvgsiedata11.map /dev/xpvgsiedata11 &lt;BR /&gt;cat /tmp/xpvgsiedata11.map # you should see the VGID; it is unique to a volume group &lt;BR /&gt;&lt;BR /&gt;should be:&lt;BR /&gt;On the 1st node: &lt;BR /&gt;vgexport -p -v -m /tmp/xpvgsiedata11.map /dev/xpvgsiedata11 &lt;BR /&gt;cat /tmp/xpvgsiedata11.map # you should see the VGID; it is unique to a volume group &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 11:02:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034998#M605711</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-07-11T11:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034999#M605712</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;One more thing,&lt;BR /&gt;&lt;BR /&gt;1. Make the VG cluster aware by the below command&lt;BR /&gt;#vgchange -a n /dev/xpvgsiedata11 &lt;BR /&gt;#vgchange -c y /dev/xpvgsiedata11 &lt;BR /&gt;#vgchange -a 2 /dev/xpvgsiedata11 &lt;BR /&gt;&lt;BR /&gt;2. Also use -s while generating the map file&lt;BR /&gt;&lt;BR /&gt;#vgexport -p -v -s -m xpvgsiedata11.map /dev/xpvgsiedata11 &lt;BR /&gt;&lt;BR /&gt;Hope this will be bit help&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Mani</description>
      <pubDate>Wed, 11 Jul 2007 13:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4034999#M605712</guid>
      <dc:creator>Sudalaimani</dc:creator>
      <dc:date>2007-07-11T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4035000#M605713</link>
      <description>Hi A Clay and All,&lt;BR /&gt;Thanks for everyone's detailed response. But let me tell you one thing. &lt;BR /&gt;This is a newly created VG and am trying to import it first time on the failover node.&lt;BR /&gt;&lt;BR /&gt;A Clay,&lt;BR /&gt;I'll try all your recommended commands and let you know the result tomorrow.&lt;BR /&gt;&lt;BR /&gt;Thanks alot everyone , i still need a lot of your help to resolve this issue asap.</description>
      <pubDate>Thu, 12 Jul 2007 07:49:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4035000#M605713</guid>
      <dc:creator>Fenny_1</dc:creator>
      <dc:date>2007-07-12T07:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: vgimport issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4035001#M605714</link>
      <description>Hi Guys,&lt;BR /&gt;Am waiting for your feedback.</description>
      <pubDate>Thu, 12 Jul 2007 23:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vgimport-issue/m-p/4035001#M605714</guid>
      <dc:creator>Fenny_1</dc:creator>
      <dc:date>2007-07-12T23:24:19Z</dc:date>
    </item>
  </channel>
</rss>

