<?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: Reducing logical volume... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136618#M317003</link>
    <description>You cannot reduce the size of a logical volume that has a filesystem without the optional product called Online JFS. IF you do not have this product installed, you will have to purchase the product , then you can follow the advice above using fsadm. Check for this product with:&lt;BR /&gt; &lt;BR /&gt;swlist -l product OnlineJFS&lt;BR /&gt; &lt;BR /&gt;There is no other way to reduce a filesystem except a backup, lvremove, lvcreate and newfs, then a restore.</description>
    <pubDate>Mon, 28 Jan 2008 19:06:49 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2008-01-28T19:06:49Z</dc:date>
    <item>
      <title>Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136611#M316996</link>
      <description>Dear HP-UX gurus,&lt;BR /&gt;Would really appreciate your advice the steps to reduce a size of logical volume:&lt;BR /&gt;&lt;BR /&gt;       Before some time, i was try to reduce logical volume, at that time it gone corrupted.&lt;BR /&gt;       I have to reduce one logical volume again. can you please suggest what should i do from first. note that i haven't such a time for backup and restoration. and no extra space to copy that data.&lt;BR /&gt;&lt;BR /&gt;hope to hear from you. looking forward for your awaiting reply. &lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 28 Jan 2008 15:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136611#M316996</guid>
      <dc:creator>DC.</dc:creator>
      <dc:date>2008-01-28T15:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136612#M316997</link>
      <description>First thing you do - ensure you have a good backup.&lt;BR /&gt;&lt;BR /&gt;Then, with Online JFS:&lt;BR /&gt;&lt;BR /&gt;fsadm -b &lt;NEWSIZE&gt;M /mountpoint&lt;BR /&gt;lvreduce -L &lt;NEWSIZE&gt; /dev/vgXX/lvolX&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example - decrease /tmp from 2GB to 1GB&lt;BR /&gt;&lt;BR /&gt;fsadm -b 1024M /tmp&lt;BR /&gt;lvreduce -L 1024 /dev/vg00/lvol4&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;&lt;/NEWSIZE&gt;&lt;/NEWSIZE&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136612#M316997</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2008-01-28T15:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136613#M316998</link>
      <description>Shalom Piyush,&lt;BR /&gt;&lt;BR /&gt;To do this at all, you need Online JFS, otherwise your only option is to back up the data, remove the logical volume, rebuild and restore.&lt;BR /&gt;&lt;BR /&gt;There are good instructions on how to use fsadm to do what you wish in the first post.&lt;BR /&gt;&lt;BR /&gt;Caveat. If you try and reduce too much, this can lead to failure and data corruption.&lt;BR /&gt;&lt;BR /&gt;Always take a full backup prior to reduction.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Jan 2008 15:24:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136613#M316998</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-01-28T15:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136614#M316999</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The key is to reduce the size of the _filesystem_ contained within the logical volume, first.&lt;BR /&gt;&lt;BR /&gt;If you don't have OnlineJFS (and I hope you do), then you must backup the filesystem; 'lvreduce' (or 'lvremoved and 'lvcreate') the logical volume; 'newfs' the filesystem and reload the data from the backup.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS, use 'fsadm' to reduce the size of the filesystem; THEN use 'lvreduce' to reduce the corresponding size of the container --- the logical volume.&lt;BR /&gt;&lt;BR /&gt;See the manpages for more information.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Jan 2008 15:27:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136614#M316999</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-01-28T15:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136615#M317000</link>
      <description>hi piyush ;&lt;BR /&gt;&lt;BR /&gt;it is not possible without online jfs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HasanÃ§</description>
      <pubDate>Mon, 28 Jan 2008 15:41:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136615#M317000</guid>
      <dc:creator>Hasan  Atasoy</dc:creator>
      <dc:date>2008-01-28T15:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136616#M317001</link>
      <description>If using online JFS you need to also run the defrag before executing any reductions. read man fsadm_vxfs ( dD and eE options )&lt;BR /&gt;&lt;BR /&gt;As mentioned it is much safer to create a new smaller FS, move your data, then delete the old one. ( or send the data to tape, delete and recreate the smaller and restore ).&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2008 15:46:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136616#M317001</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-01-28T15:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136617#M317002</link>
      <description>You cannot reduce the size of a logical volume that has a filesystem without the optional product called Online JFS. IF you do not have this product installed, you will have to purchase the product , then you can follow the advice above using fsadm. Check for this product with:&lt;BR /&gt; &lt;BR /&gt;swlist -l product OnlineJFS&lt;BR /&gt; &lt;BR /&gt;There is no other way to reduce a filesystem without a backup and restore.</description>
      <pubDate>Mon, 28 Jan 2008 19:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136617#M317002</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-28T19:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing logical volume...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136618#M317003</link>
      <description>You cannot reduce the size of a logical volume that has a filesystem without the optional product called Online JFS. IF you do not have this product installed, you will have to purchase the product , then you can follow the advice above using fsadm. Check for this product with:&lt;BR /&gt; &lt;BR /&gt;swlist -l product OnlineJFS&lt;BR /&gt; &lt;BR /&gt;There is no other way to reduce a filesystem except a backup, lvremove, lvcreate and newfs, then a restore.</description>
      <pubDate>Mon, 28 Jan 2008 19:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume/m-p/4136618#M317003</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-01-28T19:06:49Z</dc:date>
    </item>
  </channel>
</rss>

