<?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: Create lv on local disk when GFS is installed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842914#M24670</link>
    <description>If the lv is created probably it can be used activating the VG and creating a normal file system on it. Now, for the error check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/archives/linux-cluster/2005-November/msg00041.html" target="_blank"&gt;http://www.redhat.com/archives/linux-cluster/2005-November/msg00041.html&lt;/A&gt;</description>
    <pubDate>Mon, 14 Aug 2006 09:43:45 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-08-14T09:43:45Z</dc:date>
    <item>
      <title>Create lv on local disk when GFS is installed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842913#M24669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've got 2 BL25P's with RHEL4.3 ES with GFS6.1 installed and configured. That is working without any problems.&lt;BR /&gt;&lt;BR /&gt;However, if I try to create a vg and a lv on a local disk (/dev/cciss/c0d0p4) it fails when I  try to create the lv:&lt;BR /&gt;&lt;BR /&gt;[root@imtest01 ~]# lvcreate -n lv01 -l 12837 vg01&lt;BR /&gt;  Error locking on node imtest01: Internal lvm error, check syslog&lt;BR /&gt;  Error locking on node imtest02: Internal lvm error, check syslog&lt;BR /&gt;  Failed to activate new LV.&lt;BR /&gt;[root@imtest01 ~]# &lt;BR /&gt;&lt;BR /&gt;LVSCAN shows it is in "inactive" state&lt;BR /&gt;&lt;BR /&gt;[root@imtest01 ~]# lvscan&lt;BR /&gt;  inactive          '/dev/vg01/lv01' [50.14 GB] inherit&lt;BR /&gt;.... SNIP&lt;BR /&gt;[root@imtest01 ~]# &lt;BR /&gt;&lt;BR /&gt;VGS shows that:&lt;BR /&gt;  vg01       1   1   0 wz--nc 50.14G     0 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do I create a 'non-shared' volume group(local) when GFS is installed? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any help appreciated&lt;BR /&gt;/M&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842913#M24669</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-08-14T09:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on local disk when GFS is installed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842914#M24670</link>
      <description>If the lv is created probably it can be used activating the VG and creating a normal file system on it. Now, for the error check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/archives/linux-cluster/2005-November/msg00041.html" target="_blank"&gt;http://www.redhat.com/archives/linux-cluster/2005-November/msg00041.html&lt;/A&gt;</description>
      <pubDate>Mon, 14 Aug 2006 09:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842914#M24670</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-14T09:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on local disk when GFS is installed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842915#M24671</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You need to look at vgdisplay and see if you have any space in a volume group and pvdisplay to see if there is space on the disk.&lt;BR /&gt;&lt;BR /&gt;Then pvcreate,lvcreate,lvextend,mkfs.ext3&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Aug 2006 15:26:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842915#M24671</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-14T15:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create lv on local disk when GFS is installed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842916#M24672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;SEP - This is a completely empty partition with 50GB of free space. If I just create the ext3 filesystem on the partition (not using LVM) it works. If I remove GFS completely and create the ext3-filesystem (with LVM) it works. The only time it doesnt work is when GFS is installed and I try to create a filesystem on the empty partition (with LVM).&lt;BR /&gt;&lt;BR /&gt;I'm guessing it has to do with the fact that after the lvm2-cluster package is installed this line in "/etc/lvm/lvm.conf":&lt;BR /&gt;locking_type=1 is changed to&lt;BR /&gt;locking_type=2, &lt;BR /&gt;and that it somehow expects the volumegroups you create to be shared between the nodes, or it tries to propagate the LVM information throughout the cluster?&lt;BR /&gt;&lt;BR /&gt;VGS shows that the newly created volumegroup vg01 has the cluster flag 'C' set:&lt;BR /&gt;vg01 1 1 0 wz--nc 50.14G 0 &lt;BR /&gt;&lt;BR /&gt;I tried to vgchange vg01 to a 'non-clustered' vg, but I still get the error, though only on the local node.&lt;BR /&gt;&lt;BR /&gt;There must be a way to use LVM on local disks? &lt;BR /&gt;&lt;BR /&gt;any help appreciated&lt;BR /&gt;/M</description>
      <pubDate>Tue, 15 Aug 2006 01:13:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/create-lv-on-local-disk-when-gfs-is-installed/m-p/3842916#M24672</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-08-15T01:13:51Z</dc:date>
    </item>
  </channel>
</rss>

