<?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: Volume Group extension on Serviceguard clustered systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/6495356#M558997</link>
    <description>&lt;P class="ods_si_para"&gt;Deactivate the VG:&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -a n vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="ods_si_para"&gt;Cluster the VG:&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -c y vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="ods_si_para"&gt;If the package that will operate the VG is already running, activate the VG. Also activate the VG if a logical volume will be created.&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -a e vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 02 Jun 2014 08:03:09 GMT</pubDate>
    <dc:creator>vinay_singh</dc:creator>
    <dc:date>2014-06-02T08:03:09Z</dc:date>
    <item>
      <title>Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738832#M558993</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Can someone tell me the steps for extending a volume group on serviceguard running clustered systems ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jan 2011 01:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738832#M558993</guid>
      <dc:creator>Manoj1</dc:creator>
      <dc:date>2011-01-15T01:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738833#M558994</link>
      <description>On primary node:&lt;BR /&gt;&lt;BR /&gt;1.create phisical volume using pvcreate&lt;BR /&gt;#pvcreate /dev/rdsk/c8t2d5&lt;BR /&gt;2.extend the volume group using vgextend&lt;BR /&gt;#vgextend /dev/vgdp /dev/dsk/c8t2d5 /dev/dsk/c11t2d5&lt;BR /&gt;3.extend the logical volume using lvextend&lt;BR /&gt;#lvextend -L &lt;TOTAL size="" in="" mb=""&gt; /dev/vgdp/lvtest&lt;BR /&gt;5.extend the file system using fsadm&lt;BR /&gt;#fsadm -b &lt;TOTAL size="" in="" mb=""&gt;M /test&lt;BR /&gt;#export the vg in preview mode&lt;BR /&gt;#vgexport -p -s -m /tmp/vgdp.map vgdp&lt;BR /&gt;6.copy the map file to alternative node using scp/rcp&lt;BR /&gt;&lt;BR /&gt;On alternative node&lt;BR /&gt;&lt;BR /&gt;1.check and note the minor number in group file for vgdp&lt;BR /&gt;#ls -l /dev/vgdp/group&lt;BR /&gt;2 export the vg&lt;BR /&gt;#vgexport vgdp&lt;BR /&gt;3.create the directory for vgdp&lt;BR /&gt;#mkdir /dev/vgdp&lt;BR /&gt;4.create the group file vgdp&lt;BR /&gt;#mknod /dev/vgdp/group c 64 &lt;MINOR number=""&gt;&lt;BR /&gt;5.import the vg&lt;BR /&gt;#vgimport -s -m /tmp/vgdp.map vgdp&lt;BR /&gt;&lt;BR /&gt;#vgchange -c y vgname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manix&lt;/MINOR&gt;&lt;/TOTAL&gt;&lt;/TOTAL&gt;</description>
      <pubDate>Sat, 15 Jan 2011 14:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738833#M558994</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-01-15T14:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738834#M558995</link>
      <description>Hi Manoj,&lt;BR /&gt;&lt;BR /&gt;If free PE's are available your can extend the pkg file system as normal procedure.&lt;BR /&gt;lvextend,fsadm&lt;BR /&gt;There is no need for vgexport and import&lt;BR /&gt;&lt;BR /&gt;You don't have any free PE's and new lun's need to add, then you have to follo the above procedure.</description>
      <pubDate>Sun, 16 Jan 2011 11:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738834#M558995</guid>
      <dc:creator>Anoop Sivan</dc:creator>
      <dc:date>2011-01-16T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738835#M558996</link>
      <description>&lt;BR /&gt;Hi manoj,&lt;BR /&gt;&lt;BR /&gt;1. Extend the logical volume:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 256 /dev/vg07/lvolx&lt;BR /&gt;&lt;BR /&gt;256 MB is now the Total size of the LV&lt;BR /&gt;&lt;BR /&gt;2. Extend the filesystem:&lt;BR /&gt;&lt;BR /&gt;# fsadm -b 262144 /FS&lt;BR /&gt;&lt;BR /&gt;The size is in blocks, so multiply the logical volume size by 1024&lt;BR /&gt;(256 x 1024 = 262144)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; If the VG is only activated in only One node (Active - Passive Cluster) the above two steps are enough.&lt;BR /&gt;NOTE: If you are adding extending the VG (adding disk to a VG) then you have to perform the vgexport and vgimport operations.</description>
      <pubDate>Mon, 17 Jan 2011 07:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/4738835#M558996</guid>
      <dc:creator>nijokj</dc:creator>
      <dc:date>2011-01-17T07:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/6495356#M558997</link>
      <description>&lt;P class="ods_si_para"&gt;Deactivate the VG:&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -a n vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="ods_si_para"&gt;Cluster the VG:&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -c y vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="ods_si_para"&gt;If the package that will operate the VG is already running, activate the VG. Also activate the VG if a logical volume will be created.&lt;/P&gt;&lt;P class="ods_si_para"&gt;&lt;BR /&gt;&lt;SPAN class="ods_si_code_example"&gt;# vgchange -a e vgNEW&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:03:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/6495356#M558997</guid>
      <dc:creator>vinay_singh</dc:creator>
      <dc:date>2014-06-02T08:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/6521994#M558998</link>
      <description>It is not a bad idea to use the "-N" option while running the vgimport on the inactive node. This keeps the format of the disk number in a consistent format - agile Vs legacy.</description>
      <pubDate>Thu, 26 Jun 2014 17:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/6521994#M558998</guid>
      <dc:creator>Kennedy G. Doss</dc:creator>
      <dc:date>2014-06-26T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Volume Group extension on Serviceguard clustered systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/7044630#M558999</link>
      <description>&lt;P&gt;Can we use the same steps for lvcreation instead of extension for a VG in service guard which is active on both nodes.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 07:40:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/volume-group-extension-on-serviceguard-clustered-systems/m-p/7044630#M558999</guid>
      <dc:creator>nagnampalli</dc:creator>
      <dc:date>2019-05-02T07:40:56Z</dc:date>
    </item>
  </channel>
</rss>

