<?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: Creation of Logical Volume fails. Lv inactive. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163082#M537985</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The question is :&lt;BR /&gt;&lt;BR /&gt;Is VolGroup01 part of any package hosted by the cluster ?&lt;BR /&gt;If so, you must not add it this way in the lvm_`hostname`.conf.&lt;BR /&gt;&lt;BR /&gt;You have to add it into the package configuration (control file if legacy package, ascii file if modular) and elt serviceguard manage it.&lt;BR /&gt;&lt;BR /&gt;If the package to which it belongs is already running and you cannot wait, you must manually tag it, activate it and mount it (mount in case you want to use it as a FS):&lt;BR /&gt;# vgchange --addtag `hostname` VolGroup01&lt;BR /&gt;# vgchange -a y VolGroup01&lt;BR /&gt;# mkfs.ext3 /dev/VolGroup01/LogVol10&lt;BR /&gt;# mount /dev/VolGroup01/LogVol01 /yourmountpoint.&lt;BR /&gt;&lt;BR /&gt;In case the VG  is not part of any package, so not managed by serviceguard (local use only), you can add it as mentionned in my previous post (activation { volume_list = ["VolGroup01", "@nodo2" ] } )&lt;BR /&gt;&lt;BR /&gt;Is it clear ?</description>
    <pubDate>Tue, 17 Mar 2009 21:25:07 GMT</pubDate>
    <dc:creator>Brem Belguebli</dc:creator>
    <dc:date>2009-03-17T21:25:07Z</dc:date>
    <item>
      <title>Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163064#M537967</link>
      <description>I'm having problems with the creation of a logical volume. When I create it the status is inactive. I have tried to activate it with vgchange -a y and with lvchange -ay ant it doesn't works.&lt;BR /&gt;&lt;BR /&gt;This is the commands that I execute (pvcreate and vgextend work fine):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Code:&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/emcpowerh1&lt;BR /&gt;&lt;BR /&gt;vgextend VolGroup00 /dev/emcpowerh1&lt;BR /&gt;&lt;BR /&gt;lvcreate VolGroup00 -n LogVol10 -L 2G&lt;BR /&gt;Failed to activate new LV.&lt;BR /&gt;&lt;BR /&gt;This server forms a part of a cluster of two nodes with ServiceGuard. Can be this the problem?. Have I to change something in the cluster?.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The OS is RedHat 4.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 12 Mar 2009 15:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163064#M537967</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-12T15:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163065#M537968</link>
      <description>This logical volume is to increase the swap in this node. I don't want to share this volume between two nodes.</description>
      <pubDate>Thu, 12 Mar 2009 16:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163065#M537968</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-12T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163066#M537969</link>
      <description>Hi,&lt;BR /&gt;check to activate vg with tag on linux with sg.&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9903-90050/ch05s06.html" target="_blank"&gt;http://docs.hp.com/en/B9903-90050/ch05s06.html&lt;/A&gt;</description>
      <pubDate>Thu, 12 Mar 2009 16:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163066#M537969</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-12T16:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163067#M537970</link>
      <description>Hi,&lt;BR /&gt;look the knowledge base&lt;BR /&gt;&lt;A href="http://www13.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01146263-1" target="_blank"&gt;http://www13.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&amp;amp;docId=emr_na-c01146263-1&lt;/A&gt;&lt;BR /&gt; Hope it helps&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 16:40:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163067#M537970</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-12T16:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163068#M537971</link>
      <description>I have seen this link and I have the parameter tags { hosttags = 1 } in /etc/lvm/lvm.conf file. &lt;BR /&gt;&lt;BR /&gt;If I have understood it well this parameter is fundamental for the cluster and I can't to erase. Then, How can I add more disk to increase the swap?. &lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 12 Mar 2009 17:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163068#M537971</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-12T17:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163069#M537972</link>
      <description>Could you post vgdisplay -v VolGroup00 ?</description>
      <pubDate>Thu, 12 Mar 2009 18:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163069#M537972</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-12T18:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163070#M537973</link>
      <description>Hi,&lt;BR /&gt;Have you try the extending swap process instead?&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-swap-adding.html." target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/sysadmin-guide/s1-swap-adding.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The tags { hosttags = 1 }  statement in the /etc/lvm/lvm.conf file is a Volume Group (VG) activation Protection. &lt;BR /&gt;This mechanism is required in SGLX to limit access to LVM Logical Volumes to only one node in the cluster.&lt;BR /&gt;Perhaps, you could try to disable it just to do your lvcreate and after that enable it quickly.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Mar 2009 18:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163070#M537973</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-12T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163071#M537974</link>
      <description>HP's instructions for enabling the VG Activation Protection with ServiceGuard installation seem to assume that LVM is used *only* for cluster VGs.&lt;BR /&gt;&lt;BR /&gt;As you have noticed, it causes extra complications when you attempt to create a VG for local use on one of the nodes.&lt;BR /&gt;&lt;BR /&gt;Please see this older thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1129836" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1129836&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you are using LVM on your system disk (indicated by the name VolGroup00, which is the default VG name used by the RedHat installer), the situation is extra tricky. &lt;BR /&gt;&lt;BR /&gt;When the system is booted, the VolGroup00 is activated using the mini-root environment stored in the initrd file. At that point, the system does not yet know it should require a host tag on the VGs, so the activation of VolGroup00 is successful. &lt;BR /&gt;&lt;BR /&gt;After that, the root filesystem is mounted. This includes /etc/lvm/lvm.conf, so after this point the system knows that host tags are required, and will not allow the activation of any more LVs unless the VG has the required tag. This is what prevents you from adding any new LVs to VolGroup00.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 12 Mar 2009 18:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163071#M537974</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-12T18:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163072#M537975</link>
      <description>Also remember, when you enable hosttags, you need to set them to activate a VG&lt;BR /&gt;&lt;BR /&gt;vgchange --addtag $(uname -n) vgpkgA&lt;BR /&gt;vgs -o +tags vgpkgA&lt;BR /&gt;vgchange -a y vgpkgA&lt;BR /&gt;&lt;BR /&gt;Similarly, you need to delete the tag after deactivating teh VG</description>
      <pubDate>Fri, 13 Mar 2009 00:36:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163072#M537975</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2009-03-13T00:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163073#M537976</link>
      <description>I have change the name of VG. Now is VolGroup01 but the problem is the same. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v VolGroup01&lt;BR /&gt;    Using volume group(s) on command line&lt;BR /&gt;    Finding volume group "VolGroup01"&lt;BR /&gt;  --- Volume group ---&lt;BR /&gt;  VG Name               VolGroup01&lt;BR /&gt;  System ID&lt;BR /&gt;  Format                lvm2&lt;BR /&gt;  Metadata Areas        1&lt;BR /&gt;  Metadata Sequence No  2&lt;BR /&gt;  VG Access             read/write&lt;BR /&gt;  VG Status             resizable&lt;BR /&gt;  MAX LV                0&lt;BR /&gt;  Cur LV                1&lt;BR /&gt;  Open LV               0&lt;BR /&gt;  Max PV                0&lt;BR /&gt;  Cur PV                1&lt;BR /&gt;  Act PV                1&lt;BR /&gt;  VG Size               30.00 GB&lt;BR /&gt;  PE Size               4.00 MB&lt;BR /&gt;  Total PE              7679&lt;BR /&gt;  Alloc PE / Size       512 / 2.00 GB&lt;BR /&gt;  Free  PE / Size       7167 / 28.00 GB&lt;BR /&gt;  VG UUID               jeV3Z8-KAWV-3I1O-2ek2-lhca-ANjQ-M3lW3q&lt;BR /&gt;&lt;BR /&gt;  --- Logical volume ---&lt;BR /&gt;  LV Name                /dev/VolGroup01/LogVol10&lt;BR /&gt;  VG Name                VolGroup01&lt;BR /&gt;  LV UUID                WQQGex-ptYM-0Cp2-dkZj-VnUz-fvuN-X7Mrky&lt;BR /&gt;  LV Write Access        read/write&lt;BR /&gt;  LV Status              NOT available&lt;BR /&gt;  LV Size                2.00 GB&lt;BR /&gt;  Current LE             512&lt;BR /&gt;  Segments               1&lt;BR /&gt;  Allocation             inherit&lt;BR /&gt;  Read ahead sectors     0&lt;BR /&gt;&lt;BR /&gt;  --- Physical volumes ---&lt;BR /&gt;  PV Name               /dev/emcpowerh1&lt;BR /&gt;  PV UUID               3JLFnn-OLm6-EJFr-jyNy-YFfw-nXS6-bN1oin&lt;BR /&gt;  PV Status             allocatable&lt;BR /&gt;  Total PE / Free PE    7679 / 7167&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 06:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163073#M537976</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-13T06:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163074#M537977</link>
      <description>Recently, I had the same problem, but with a Red Hat Cluster.&lt;BR /&gt;&lt;BR /&gt;I was able to create and activate the volume by running:&lt;BR /&gt;&lt;BR /&gt;lvmconf --disable-cluster&lt;BR /&gt;lvcreate...&lt;BR /&gt;lvmconf --enable-cluster&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Mar 2009 18:11:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163074#M537977</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-03-13T18:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163075#M537978</link>
      <description>The "enable-cluster" won't work (or do anything) with SGLX</description>
      <pubDate>Fri, 13 Mar 2009 18:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163075#M537978</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2009-03-13T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163076#M537979</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If hosttags are activated, you need to create  an additionnal file  /etc/lvm/lvm_`hostname`.conf in which you must enter something like what follows:&lt;BR /&gt;&lt;BR /&gt;activation { volume_list = ["VolGroup00", "@yourhostname" ] }&lt;BR /&gt;&lt;BR /&gt;Replace yourhostname by your real hostname ;-)&lt;BR /&gt;That will make LVM able to activate VolGroup00 and all the VG's under cluster control that are implicitely tagged with the hostname on which the VG's are supposed to be activated.&lt;BR /&gt;&lt;BR /&gt;Of course, if you need to add local VG's that will not be part of the cluster, let's say VolGroup01, you'll need to add it in  the same file with the same syntax as Volgroup00 (without the @).</description>
      <pubDate>Fri, 13 Mar 2009 19:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163076#M537979</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2009-03-13T19:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163077#M537980</link>
      <description>If you have not done so already, please review the installation white paper &lt;A href="http://docs.hp.com/en/14117/sglx.deployment.guide.pdf" target="_blank"&gt;http://docs.hp.com/en/14117/sglx.deployment.guide.pdf&lt;/A&gt;  This has an example of the use of hosttags.</description>
      <pubDate>Fri, 13 Mar 2009 21:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163077#M537980</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2009-03-13T21:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163078#M537981</link>
      <description>The file /etc/lvm/lvm_`hostname`.conf already existed. This is the file.&lt;BR /&gt;&lt;BR /&gt;nodo2:/etc/lvm&amp;gt; more lvm_nodo2.conf&lt;BR /&gt;activation { volume_list=["@nodo2"] }&lt;BR /&gt;&lt;BR /&gt;This node have an Oracle database running. Can I add the the VolGroup01 with the cluster (and database) running?. &lt;BR /&gt;&lt;BR /&gt;Is it necessary to add VolGroup00 (system volume) if I don't want to create logical volumes in VolGroup00?&lt;BR /&gt;&lt;BR /&gt;This is the line to add &lt;BR /&gt;&lt;BR /&gt;activation { volume_list = ["VolGroup01", "@nodo2" ] }&lt;BR /&gt;&lt;BR /&gt;Is it ok?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 16 Mar 2009 09:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163078#M537981</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-16T09:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163079#M537982</link>
      <description>If you are using exclusive activation with SGLX you should NOT be activating volumes yourself except for development purposes.  SGLX does the activation and deactivation when packages are started and stopped.&lt;BR /&gt;&lt;BR /&gt;Also, what version of RH4 are you using.  I cannot remember when hosttags was added to RH4 and when it became fully supported.</description>
      <pubDate>Mon, 16 Mar 2009 18:44:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163079#M537982</guid>
      <dc:creator>Serviceguard for Linux</dc:creator>
      <dc:date>2009-03-16T18:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163080#M537983</link>
      <description>Hi,&lt;BR /&gt;As long as VolGroup00 or whatever doesn't belong to a clustered VG, VolGroup00 looking as a default installation system VG, you can add them in the activation list.&lt;BR /&gt;&lt;BR /&gt;Be carefull never to add a clustered VG in the activation list, as they are supposed to be managed thru tags by ServiceGuard, thus managed thru the @`hostname`directive.&lt;BR /&gt;&lt;BR /&gt;Tags were added in 4u4 if I remember well.</description>
      <pubDate>Mon, 16 Mar 2009 21:09:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163080#M537983</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2009-03-16T21:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163081#M537984</link>
      <description>&lt;BR /&gt;The OS is Red Hat Enterprise Linux AS release 4 Update 4.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The vg that I want to activate is on a new disk of 30Gb that I have configured with lvm.&lt;BR /&gt;&lt;BR /&gt;pvcreate /dev/emcpowerh1&lt;BR /&gt;vgextend VolGroup01 /dev/emcpowerh1&lt;BR /&gt;lvcreate VolGroup01 -n LogVol10 -L 2G&lt;BR /&gt;&lt;BR /&gt;If I understand that you say I can add the line &lt;BR /&gt;&lt;BR /&gt;activation { volume_list = ["VolGroup01", "@nodo2" ] } &lt;BR /&gt;&lt;BR /&gt;to the file  /etc/lvm/lvm_`hostname`.conf  without problems (the disk is new). &lt;BR /&gt;&lt;BR /&gt;Can I change this file with the cluster working or I have to stop it. (This is a production system with an Oracle database working, and I have to be very careful) &lt;BR /&gt;&lt;BR /&gt;Thanks. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Mar 2009 11:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163081#M537984</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-17T11:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163082#M537985</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The question is :&lt;BR /&gt;&lt;BR /&gt;Is VolGroup01 part of any package hosted by the cluster ?&lt;BR /&gt;If so, you must not add it this way in the lvm_`hostname`.conf.&lt;BR /&gt;&lt;BR /&gt;You have to add it into the package configuration (control file if legacy package, ascii file if modular) and elt serviceguard manage it.&lt;BR /&gt;&lt;BR /&gt;If the package to which it belongs is already running and you cannot wait, you must manually tag it, activate it and mount it (mount in case you want to use it as a FS):&lt;BR /&gt;# vgchange --addtag `hostname` VolGroup01&lt;BR /&gt;# vgchange -a y VolGroup01&lt;BR /&gt;# mkfs.ext3 /dev/VolGroup01/LogVol10&lt;BR /&gt;# mount /dev/VolGroup01/LogVol01 /yourmountpoint.&lt;BR /&gt;&lt;BR /&gt;In case the VG  is not part of any package, so not managed by serviceguard (local use only), you can add it as mentionned in my previous post (activation { volume_list = ["VolGroup01", "@nodo2" ] } )&lt;BR /&gt;&lt;BR /&gt;Is it clear ?</description>
      <pubDate>Tue, 17 Mar 2009 21:25:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163082#M537985</guid>
      <dc:creator>Brem Belguebli</dc:creator>
      <dc:date>2009-03-17T21:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of Logical Volume fails. Lv inactive.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163083#M537986</link>
      <description>&lt;BR /&gt;Very clear. The Vg is not part of any package. This VG will be part of swap of the node. I want to add more swap to the existent.&lt;BR /&gt;&lt;BR /&gt;Only one important question. I can't to make the change without this confirmation. Can I change this file with the cluster working or I have to stop it. (This is a production system with an Oracle database working, and I have to be very careful).&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Mar 2009 09:21:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/creation-of-logical-volume-fails-lv-inactive/m-p/5163083#M537986</guid>
      <dc:creator>estonolose</dc:creator>
      <dc:date>2009-03-18T09:21:34Z</dc:date>
    </item>
  </channel>
</rss>

