<?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: lvreduce step in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196080#M324142</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, you must FIRST 'fsadm' the size of your filesystem to a smaller one BEFORE you 'lvreduce' the logical volume container.&lt;BR /&gt;&lt;BR /&gt;If you don't have Online JFS (but you should!) then you must first backup your filesystem; then 'lvreduce' the logical volume that contains it; and then RESTORE your filesystem from the backup taken.&lt;BR /&gt;&lt;BR /&gt;If you failed to follow the above caveats and you merely 'lvreduce'd your filesystem, you have corrupted it.  Indeed, it appears that this is the case.  You will need to 'newfs' your filesystem and reload it from a backup!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Mon, 12 May 2008 14:23:49 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2008-05-12T14:23:49Z</dc:date>
    <item>
      <title>lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196079#M324141</link>
      <description>Hello everybody&lt;BR /&gt;&lt;BR /&gt;I have a problem by lvreduce my partition:&lt;BR /&gt;When I have reduce my logical volume, I runned the fsck command for FS corrupted, but I have get the following error :&lt;BR /&gt;file system is larger than device&lt;BR /&gt;vxfs fsck: cannot initialize aggregate&lt;BR /&gt;file system check failure, aborting&lt;BR /&gt;&lt;BR /&gt;Can you help me ?&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 12 May 2008 14:18:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196079#M324141</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2008-05-12T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196080#M324142</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you have Online JFS, you must FIRST 'fsadm' the size of your filesystem to a smaller one BEFORE you 'lvreduce' the logical volume container.&lt;BR /&gt;&lt;BR /&gt;If you don't have Online JFS (but you should!) then you must first backup your filesystem; then 'lvreduce' the logical volume that contains it; and then RESTORE your filesystem from the backup taken.&lt;BR /&gt;&lt;BR /&gt;If you failed to follow the above caveats and you merely 'lvreduce'd your filesystem, you have corrupted it.  Indeed, it appears that this is the case.  You will need to 'newfs' your filesystem and reload it from a backup!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 12 May 2008 14:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196080#M324142</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-12T14:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196081#M324143</link>
      <description>Thank you !&lt;BR /&gt;&lt;BR /&gt;I solved making a new FS.&lt;BR /&gt;But I extended my ORACLE partition too and when I mount it I don't see the new dimension.&lt;BR /&gt;Question: Have I to make a new FS, and can I lost the data into my ORACLE ??&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Mon, 12 May 2008 14:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196081#M324143</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2008-05-12T14:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196082#M324144</link>
      <description>The concept is the same when increasing an LV.&lt;BR /&gt;&lt;BR /&gt;You must increase the size of the LV, then you must increase the size of the filesystem.&lt;BR /&gt;&lt;BR /&gt;If you have onlineJFS you can use fsadm to increase the size on the fly.&lt;BR /&gt;&lt;BR /&gt;If you don't have onilineJFS you must unmount the LV, use extendfs to increase the filesystem, then remount the LV.</description>
      <pubDate>Mon, 12 May 2008 15:02:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196082#M324144</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2008-05-12T15:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196083#M324145</link>
      <description>Have a look at the lvextend, fsadm and extendfs man pages. As mentioned above you will need Online-JFS to extend a filesystem online.&lt;BR /&gt;&lt;BR /&gt;A with Online-JFS&lt;BR /&gt;#lvextend -L 500 /dev/vg00/lvol6&lt;BR /&gt;#fsadm -b 500 /mount_point&lt;BR /&gt;&lt;BR /&gt;without Online-JFS&lt;BR /&gt;#lvextend -L 500 /dev/vg00/lvol6&lt;BR /&gt;# umount /mount_point&lt;BR /&gt;# extendfs /dev/vg00/rlvol6&lt;BR /&gt;# mount /mount_point&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 12 May 2008 15:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196083#M324145</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2008-05-12T15:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196084#M324146</link>
      <description>thank you !</description>
      <pubDate>Mon, 12 May 2008 15:13:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196084#M324146</guid>
      <dc:creator>Elizabeth21</dc:creator>
      <dc:date>2008-05-12T15:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196085#M324147</link>
      <description>&lt;BR /&gt;Dear Elizabeth&lt;BR /&gt;&lt;BR /&gt;if u are increasing the lvm u are increasing the logical volume size only, this is not increasing u file system size&lt;BR /&gt;if u want to increase the file system u can &lt;BR /&gt;use extendfs or fsadm command&lt;BR /&gt;if online jfs is installed in u system u can increase the filesystem by using fsadm command&lt;BR /&gt;u can use swlist -l product | grep -i  jfs&lt;BR /&gt;from these output u can understand onlinejfs is installed or not if online jfs is installed in u system use fsadm command for increasing u file system &lt;BR /&gt;first u have to increase the logical volume&lt;BR /&gt;then use fsadm command &lt;BR /&gt;if online jfs is not installed use extendfs command for extending filesystem&lt;BR /&gt;the steps u can see from the others posting &lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;Sajjad Sahir&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 16:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196085#M324147</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2008-05-12T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196086#M324148</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Supplementary note:&lt;BR /&gt;&lt;BR /&gt;If you do not have Online JFS, you can umount the file system and use extendfs to extend the file system.  This extends the file system to the size of the logical volume.&lt;BR /&gt;&lt;BR /&gt;lvextend&lt;BR /&gt;umount&lt;BR /&gt;extendfs&lt;BR /&gt;mount&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 12 May 2008 17:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196086#M324148</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-12T17:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196087#M324149</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Funny, this thread is about DECREASING the size of a filesystem, not enlarging it...&lt;BR /&gt;&lt;BR /&gt;By the way, there is NO such word as "u" in English.  It is "you".&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 May 2008 17:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196087#M324149</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-12T17:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: lvreduce step</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196088#M324150</link>
      <description>Hi Elizabeth,&lt;BR /&gt;&lt;BR /&gt;An extra information when you wnat to decrease the size of a filesystem. Due the fragmentation of the data, good options in fsadm command is -d, -D, -e, and -E to reorganize the extents and the directories. When you do this you can gain some space. See man page for more details.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Roland</description>
      <pubDate>Tue, 13 May 2008 11:10:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lvreduce-step/m-p/4196088#M324150</guid>
      <dc:creator>Roland Piette</dc:creator>
      <dc:date>2008-05-13T11:10:09Z</dc:date>
    </item>
  </channel>
</rss>

