<?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: Additional Space required in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794062#M265461</link>
    <description>I would like to make a suggestion - why not create seperate filesystems where you wish to increase the space which will result the volume to be more than 200GB. &lt;BR /&gt;Is there any dependancy that you should have only limited number of volumes - which happen to be sooo huge in size - as you have mentioned 100 GB and above as well in the additional space [ Hope its not a typo for MB ]&lt;BR /&gt;I am totally not able to understand your design. You have seperate volume groups for each volume it seems . anyway&lt;BR /&gt;Now about increasing filesystem sizes - &lt;BR /&gt;This will also depend on whether you are having any remote replication - Continuous Access software replicating the volumes at primary site to DR site ?&lt;BR /&gt;If not then its much easier. Simply add disks to the respective VGs&lt;BR /&gt;pvcreate /dev/rdsk/cxtydz [ for all the disks - LUNs you need for allocating the additional space ]&lt;BR /&gt;vgextend /dev/vgunn /dev/dsk/cxtydz ...&lt;BR /&gt;for each VG depending on how many disks need to be added as per space required to be extended.&lt;BR /&gt;then &lt;BR /&gt;If you are having Online JFS you can extend the filesystems online&lt;BR /&gt;lvextend -L lv_size_inMB /dev/vgunn&lt;BR /&gt;fsadm -F fs_type -b size_in_bytes /dev/vgunn/lvunn&lt;BR /&gt;&lt;BR /&gt;If you dont have Online JFS - then you need to unmount the filesystems - so you may need to stop the package first.&lt;BR /&gt;then&lt;BR /&gt;lvextend , unmount , extendfs , mount , start package&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
    <pubDate>Wed, 24 May 2006 09:47:05 GMT</pubDate>
    <dc:creator>Ninad_1</dc:creator>
    <dc:date>2006-05-24T09:47:05Z</dc:date>
    <item>
      <title>Additional Space required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794060#M265459</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;We have a 2 node cluster and need to extend our file system.We have LUNs assigned from an XP1024. &lt;BR /&gt;&lt;BR /&gt;Please guide, what step we have to follow to do the activity. Attached is the excel sheet to add additional Space.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;AFA!</description>
      <pubDate>Wed, 24 May 2006 09:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794060#M265459</guid>
      <dc:creator>Asif Chaudhary</dc:creator>
      <dc:date>2006-05-24T09:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Space required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794061#M265460</link>
      <description>If you are not going to add any new LUNs then this ca be done without anychanges on any node. (since this will not add any new device files to existing vg).&lt;BR /&gt;If you are adding luns or adding lvs then do this activity on one node then update the information on all other nodes using vgimport and vgexport commands.&lt;BR /&gt;Pls find below the example of the same:&lt;BR /&gt;After u created all the Lvs and extended them successfully, activate vg on that node then execute these commands:&lt;BR /&gt;#vgexport -p -v -s -m /tmp/&lt;VGNAME&gt;.map &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;ftp this map file to other nodes and execute the following command:&lt;BR /&gt;# vgimport -p -v -s -m /tmp/&lt;VGNAME&gt;.map &lt;VGNAME&gt;&lt;BR /&gt;&lt;BR /&gt;Pls feel free for any queries.&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;&lt;/VGNAME&gt;</description>
      <pubDate>Wed, 24 May 2006 09:38:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794061#M265460</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-05-24T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Space required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794062#M265461</link>
      <description>I would like to make a suggestion - why not create seperate filesystems where you wish to increase the space which will result the volume to be more than 200GB. &lt;BR /&gt;Is there any dependancy that you should have only limited number of volumes - which happen to be sooo huge in size - as you have mentioned 100 GB and above as well in the additional space [ Hope its not a typo for MB ]&lt;BR /&gt;I am totally not able to understand your design. You have seperate volume groups for each volume it seems . anyway&lt;BR /&gt;Now about increasing filesystem sizes - &lt;BR /&gt;This will also depend on whether you are having any remote replication - Continuous Access software replicating the volumes at primary site to DR site ?&lt;BR /&gt;If not then its much easier. Simply add disks to the respective VGs&lt;BR /&gt;pvcreate /dev/rdsk/cxtydz [ for all the disks - LUNs you need for allocating the additional space ]&lt;BR /&gt;vgextend /dev/vgunn /dev/dsk/cxtydz ...&lt;BR /&gt;for each VG depending on how many disks need to be added as per space required to be extended.&lt;BR /&gt;then &lt;BR /&gt;If you are having Online JFS you can extend the filesystems online&lt;BR /&gt;lvextend -L lv_size_inMB /dev/vgunn&lt;BR /&gt;fsadm -F fs_type -b size_in_bytes /dev/vgunn/lvunn&lt;BR /&gt;&lt;BR /&gt;If you dont have Online JFS - then you need to unmount the filesystems - so you may need to stop the package first.&lt;BR /&gt;then&lt;BR /&gt;lvextend , unmount , extendfs , mount , start package&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 24 May 2006 09:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794062#M265461</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-24T09:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Space required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794063#M265462</link>
      <description>Hi,&lt;BR /&gt;the step are the follow:&lt;BR /&gt;&lt;BR /&gt;In the server that have active the VG, for each  VG (Es. vgXX): &lt;BR /&gt;&lt;BR /&gt;-pvcreate /dev/rdsk/cxtxdx (put new disk under control of LVM)&lt;BR /&gt;-vgextend /dev/vgXX /dev/dsk/cxtxdx (add new disk to vg)&lt;BR /&gt;-lvextend -L &lt;FINAL_SIZE_MB&gt; /dev/vgXX/lvolXX&lt;BR /&gt;(extend the lvol)&lt;BR /&gt;-fsadm -Fvxfs -b &lt;FINAL_SIZE_MB&gt;m /mount_point&lt;BR /&gt;(extend filesystem)&lt;BR /&gt;-vgexport -v -p -s -m vgXX.map /dev/vgXX (export the vg with preview option an create the map file)&lt;BR /&gt;-rcp -p vgXX.map other_node:$PWD (copy the map file on the other node in the same dir)&lt;BR /&gt;&lt;BR /&gt;On the other node:&lt;BR /&gt;&lt;BR /&gt;- ll /dev/vgXX/group (save the 0xAA0000 minor number)&lt;BR /&gt;-vgexport vgXX&lt;BR /&gt;-mkdir /dev/vgXX&lt;BR /&gt;-mknod /dev/vgXX/group c 64 0xAA0000&lt;BR /&gt;-vgimport -v -s -m vgXX.map /dev/vgXX&lt;BR /&gt;&lt;BR /&gt;Enrico&lt;/FINAL_SIZE_MB&gt;&lt;/FINAL_SIZE_MB&gt;</description>
      <pubDate>Wed, 24 May 2006 09:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794063#M265462</guid>
      <dc:creator>Enrico P.</dc:creator>
      <dc:date>2006-05-24T09:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Space required</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794064#M265463</link>
      <description>Sorry - forgot to say that you need to copy the maps and device list files for the VGs to the other nodes.&lt;BR /&gt;vgexport -pv -m mapfile -f outfile /dev/vgunn&lt;BR /&gt;&lt;BR /&gt;Copy the files to the other node to replace the files used as mapfile and infile to vgimport on the 2nd node.&lt;BR /&gt;&lt;BR /&gt;If you are using VGs in shared mode then probably you need to halt the package, extend the filesystem on primary node, copy the mapfile to 2nd node and import VGs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ninad</description>
      <pubDate>Wed, 24 May 2006 09:52:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/additional-space-required/m-p/3794064#M265463</guid>
      <dc:creator>Ninad_1</dc:creator>
      <dc:date>2006-05-24T09:52:23Z</dc:date>
    </item>
  </channel>
</rss>

