<?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 shared mod in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477946#M624682</link>
    <description>Well the main problem is that you can't resize a raw LUN - if you want to make a tablespace bigger, you would need to add a new LUN instead...&lt;BR /&gt;&lt;BR /&gt;I would seriously consider Veritas CVM to do this - it does allow you to make changes online.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Mon, 07 Feb 2005 06:01:26 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2005-02-07T06:01:26Z</dc:date>
    <item>
      <title>LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477935#M624671</link>
      <description>Is it possible to extend LV in shared mod ?&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Feb 2005 13:19:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477935#M624671</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-03T13:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477936#M624672</link>
      <description>Can you add a few more details.&lt;BR /&gt;&lt;BR /&gt;Is this a shared lvol as in a logical volume that is part of a volume group that ServiceGuard fails over between nodes.&lt;BR /&gt;&lt;BR /&gt;If so its possible, but you need to be careful.&lt;BR /&gt;&lt;BR /&gt;Please add some details.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 03 Feb 2005 13:35:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477936#M624672</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-03T13:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477937#M624673</link>
      <description>I want to extend online raw LV. &lt;BR /&gt;I use ORACLE RAC. &lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2005 03:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477937#M624673</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-04T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477938#M624674</link>
      <description>Yes it's possible to extend the lvol in shared mode. Because its a raw lvol, you will have no control over the data on it from the HPUX level, so to be sure that your data is safe, I would use somthing like RMAN from Oracle to backup the data first, to make sure that it's safe. I would always suggest that you backed up data before doing anything like this.&lt;BR /&gt;After extending the lvol, you will need to make sure that the other machines that see the shared lvol get this info that it has been extended. To do this, I would export the vg in preview mode (as you would with a service guard cluster) and import it onto the other nodes.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;on node 1 run this: -&lt;BR /&gt;&lt;BR /&gt;vgexport â  p â  s â  m\ vg01 /etc/cmcluster/maps/vg01&lt;BR /&gt;&lt;BR /&gt;get the mapfile to node2 and run this: -&lt;BR /&gt;vgimport â  s â  m /etc/cmcluster/maps/vg01 vg01&lt;BR /&gt;&lt;BR /&gt;Ho</description>
      <pubDate>Fri, 04 Feb 2005 04:01:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477938#M624674</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2005-02-04T04:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477939#M624675</link>
      <description>Sorry the previous text got corupted, should have read this: -&lt;BR /&gt;&lt;BR /&gt;vgexport -p -s -m\ vg01 /etc/cmcluster/maps/vg01&lt;BR /&gt;&lt;BR /&gt;vgimport -s -m /etc/cmcluster/maps/vg01 vg01</description>
      <pubDate>Fri, 04 Feb 2005 04:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477939#M624675</guid>
      <dc:creator>Simeon Harwood</dc:creator>
      <dc:date>2005-02-04T04:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477940#M624676</link>
      <description>Impossible.&lt;BR /&gt;Only Vg is possible.&lt;BR /&gt;use "vgchange" to change mode&lt;BR /&gt;#vgchange -c y -S y /dev/vg01</description>
      <pubDate>Fri, 04 Feb 2005 04:24:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477940#M624676</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2005-02-04T04:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477941#M624677</link>
      <description>From the manual 'Using Serviceguard Extension for RAC' ( &lt;A href="http://docs.hp.com/en/T1859-90017/ch03s02.html#cegbaeff" target="_blank"&gt;http://docs.hp.com/en/T1859-90017/ch03s02.html#cegbaeff&lt;/A&gt; ) :&lt;BR /&gt;&lt;BR /&gt;No configuration changes are allowed on shared LVM volume groups while they are activated. The volume group must be deactivated first on all nodes, and marked as non-shareable. &lt;BR /&gt;&lt;BR /&gt;So no you can't - previous posters are talking about standard serviceguard (non SLVM) volumes.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 04 Feb 2005 04:31:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477941#M624677</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-02-04T04:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477942#M624678</link>
      <description>HI Duncan&lt;BR /&gt;&lt;BR /&gt;Is there any workaround ? &lt;BR /&gt;My service is 24/7 and I can not stop packets.&lt;BR /&gt;&lt;BR /&gt;Do not tell me that I buy servers unix oracle&lt;BR /&gt;RAC and I can not extend LV :( &lt;BR /&gt;&lt;BR /&gt;Do I am lose ?</description>
      <pubDate>Fri, 04 Feb 2005 04:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477942#M624678</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-04T04:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477943#M624679</link>
      <description>Yes its true - what most admins of RAC systems with SLVM do is define lots of unused raw lvols at cluster creation time, then you can just assign them as required. The other way out is to:&lt;BR /&gt;&lt;BR /&gt;a) if you are using a RAID array, ditch the volume manager completely and just use raw disks, with all the implications of that...&lt;BR /&gt;&lt;BR /&gt;b) Use Veritas CVM instead of LVM (basically clustered version of VxVM) - although I'm fairly sure this will cost $$$&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Fri, 04 Feb 2005 05:04:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477943#M624679</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-02-04T05:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477944#M624680</link>
      <description>Can I extend online Veritas volume ?&lt;BR /&gt;without stop pachets ?</description>
      <pubDate>Fri, 04 Feb 2005 07:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477944#M624680</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-04T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477945#M624681</link>
      <description>Doncan &lt;BR /&gt;coud you tell my what kind of problem I can have if I use raw LUNs (RAID) without LVM ?&lt;BR /&gt;for Oracle data ?</description>
      <pubDate>Mon, 07 Feb 2005 05:53:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477945#M624681</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-07T05:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477946#M624682</link>
      <description>Well the main problem is that you can't resize a raw LUN - if you want to make a tablespace bigger, you would need to add a new LUN instead...&lt;BR /&gt;&lt;BR /&gt;I would seriously consider Veritas CVM to do this - it does allow you to make changes online.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 07 Feb 2005 06:01:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477946#M624682</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2005-02-07T06:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477947#M624683</link>
      <description>Ok probably you are right but any way I will test it. &lt;BR /&gt;Thanks for now :))&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2005 07:02:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477947#M624683</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-07T07:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: LVM shared mod</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477948#M624684</link>
      <description>could you give me some point or documents where I can read that kernel do not support online LUN extend ?</description>
      <pubDate>Tue, 08 Feb 2005 04:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvm-shared-mod/m-p/3477948#M624684</guid>
      <dc:creator>Ivajlo Yanakiev</dc:creator>
      <dc:date>2005-02-08T04:31:45Z</dc:date>
    </item>
  </channel>
</rss>

