<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649678#M646753</link>
    <description>Ron I can not detach your file. Can you please let me know where did you get it?</description>
    <pubDate>Wed, 23 Jan 2002 06:55:05 GMT</pubDate>
    <dc:creator>Florin Gentu</dc:creator>
    <dc:date>2002-01-23T06:55:05Z</dc:date>
    <item>
      <title>lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649669#M646744</link>
      <description>after running vgscan -p -v &lt;BR /&gt;getting this: &lt;BR /&gt;Following Physical Volumes belong to one Volume Group.&lt;BR /&gt;Unable to match these Physical Volumes to a Volume Group.&lt;BR /&gt;Use the vgimport command to complete the process.&lt;BR /&gt;/dev/dsk/c1t5d0&lt;BR /&gt;/dev/dsk/c1t6d0&lt;BR /&gt;How do I find to which VG they bellong to?</description>
      <pubDate>Tue, 22 Jan 2002 05:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649669#M646744</guid>
      <dc:creator>Florin Gentu</dc:creator>
      <dc:date>2002-01-22T05:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649670#M646745</link>
      <description>pvdisplay /dev/dsk/c1t5d0  &lt;BR /&gt;pvdisplay /dev/dsk/c1t6d0 &lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Tue, 22 Jan 2002 05:49:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649670#M646745</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2002-01-22T05:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649671#M646746</link>
      <description>pvdisplay /dev/dsk/c1t5d0 &lt;BR /&gt;pvdisplay: Couldn't find the volume group to which&lt;BR /&gt;physical volume "/dev/dsk/c1t5d0" belongs.&lt;BR /&gt;pvdisplay: Cannot display physical volume "/dev/dsk/c1t5d0".&lt;BR /&gt;Thanks Satish</description>
      <pubDate>Tue, 22 Jan 2002 06:06:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649671#M646746</guid>
      <dc:creator>Florin Gentu</dc:creator>
      <dc:date>2002-01-22T06:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649672#M646747</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;just try&lt;BR /&gt;#vgimport -v /dev/dsk/c1t5d0 /dev/dsk/c1t6d0</description>
      <pubDate>Tue, 22 Jan 2002 06:10:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649672#M646747</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-01-22T06:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649673#M646748</link>
      <description>Thanks,&lt;BR /&gt;vgimport -v /dev/dsk/c1t5d0 /dev/dsk/c1t6d0 &lt;BR /&gt;Beginning the import process on Volume Group "/dev/dsk/c1t5d0".&lt;BR /&gt;vgimport: Cannot open the control file "/dev/dsk/c1t5d0/group":&lt;BR /&gt;Not a directory</description>
      <pubDate>Tue, 22 Jan 2002 06:25:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649673#M646748</guid>
      <dc:creator>Florin Gentu</dc:creator>
      <dc:date>2002-01-22T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649674#M646749</link>
      <description>Here is the procedure...&lt;BR /&gt;&lt;BR /&gt; I think somebody created physical volumes(pvcreate) on these disks and let them without adding to any VG u, can findout by:&lt;BR /&gt;&lt;BR /&gt; # pvcreate /dev/dsk/c1t5d0 &lt;BR /&gt; # pvcreate /dev/dsk/c1t6d0 &lt;BR /&gt;&lt;BR /&gt; If it says physical volume already exist, then my guess is correct... In this case u can create a temporaray VG and a single LV using whole space, run newfs, mount filesystem and check data...&lt;BR /&gt;&lt;BR /&gt;Otherwise,&lt;BR /&gt;1) # vgdisplay -v | more &lt;BR /&gt;   &lt;BR /&gt; and find out which VG is giving error that unable to quesry PV.&lt;BR /&gt;&lt;BR /&gt;2) # vgexport -m  -p -v /tmp/vgname.map /dev/vgname&lt;BR /&gt;&lt;BR /&gt;3) check the map file whether all LVs present or not.... and notedown the present disks belongs to VG and minor number.&lt;BR /&gt;&lt;BR /&gt;4) umount all filesystems mounted and make a list of them&lt;BR /&gt;&lt;BR /&gt;5)  # vgexport -m /tmp/vgname.map -v /dev/vgname&lt;BR /&gt;&lt;BR /&gt;6) # mkdir -p /dev/vgname&lt;BR /&gt;   # mknod /dev/vgname/group c 64 0x010000&lt;BR /&gt;7) # vgimport -v -m /tmp/vgname.map /dev/vgname /dev/dsk/c1t5d0 /dev/dsk/c1t6d0 /dev/dsk/cxtydz ..... #rest all PVs&lt;BR /&gt;&lt;BR /&gt;8) Mount all the filesystems.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.........&lt;BR /&gt;&lt;BR /&gt;Cheers...&lt;BR /&gt;Satish.</description>
      <pubDate>Tue, 22 Jan 2002 06:48:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649674#M646749</guid>
      <dc:creator>Satish Y</dc:creator>
      <dc:date>2002-01-22T06:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649675#M646750</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try to type "strings /etc/lvmtab" to check if the PV is there. If not, used vgimport to import the PV to a new VG by:&lt;BR /&gt;&lt;BR /&gt;# mkdir /dev/vgXX&lt;BR /&gt;# mknod /dev/vgXX/group c 64 0xXX0000&lt;BR /&gt;# vgimport -v /dev/vgXX /dev/dsk/cXtXdX /dev/dsk/cXtXdX&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;Kenny.</description>
      <pubDate>Tue, 22 Jan 2002 07:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649675#M646750</guid>
      <dc:creator>Kenny Chau</dc:creator>
      <dc:date>2002-01-22T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649676#M646751</link>
      <description>What is going on is that the drives where previously used in a volume group and still has the lvm header on the drive. The next question is was it done on the machine you are working on or a different machine? If the drive in question is storeed in a external-raid unit be very careful. It is possible it is in use from another system.&lt;BR /&gt;&lt;BR /&gt;I attached a lvm11 executable I got from HP that will read the lvm header and tell you what host it is created from. &lt;BR /&gt;&lt;BR /&gt;If it was created from another system verify that that system no longer needs the drive.&lt;BR /&gt;&lt;BR /&gt;If you know it is save to use drive &lt;BR /&gt;simply do a vgimport after creating the directory and device file for group.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 15:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649676#M646751</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-01-22T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649677#M646752</link>
      <description>What is going on is that the drives where previously used in a volume group and still has the lvm header on the drive. The next question is was it done on the machine you are working on or a different machine? If the drive in question is storeed in a external-raid unit be very careful. It is possible it is in use from another system.&lt;BR /&gt;&lt;BR /&gt;I attached a lvm11 executable I got from HP that will read the lvm header and tell you what host it is created from. &lt;BR /&gt;&lt;BR /&gt;If it was created from another system verify that that system no longer needs the drive.&lt;BR /&gt;&lt;BR /&gt;If you know it is save to use drive &lt;BR /&gt;simply do a vgimport after creating the directory and device file for group.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Jan 2002 15:58:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649677#M646752</guid>
      <dc:creator>Krishna Prasad</dc:creator>
      <dc:date>2002-01-22T15:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: lvm</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649678#M646753</link>
      <description>Ron I can not detach your file. Can you please let me know where did you get it?</description>
      <pubDate>Wed, 23 Jan 2002 06:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm/m-p/2649678#M646753</guid>
      <dc:creator>Florin Gentu</dc:creator>
      <dc:date>2002-01-23T06:55:05Z</dc:date>
    </item>
  </channel>
</rss>

