<?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 size ? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120754#M150756</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know id you have online jvs installed, but below notes are save.&lt;BR /&gt;&lt;BR /&gt;Create an archive in an other filesystem,&lt;BR /&gt;&lt;BR /&gt;# cd /dir &lt;BR /&gt;# tar cvf /tmp/test.tar .&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /filesystem&lt;BR /&gt;# lvreduce -L 350 /dev/vgXX/lvolX&lt;BR /&gt;# newfs -F vxfs /dev/vgXX/rlvolX&lt;BR /&gt;# mount /filesystem&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# tar xvf test.tar /dir</description>
    <pubDate>Mon, 17 Nov 2003 07:15:43 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-11-17T07:15:43Z</dc:date>
    <item>
      <title>reducing logical volume size ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120751#M150753</link>
      <description>I have one logical volume of 500 MB on HDD and want to reduce it to 350 MB. Data on HDD is 58 MB. HOw to go ahead ? Can I use lvreduce ? What abt DATA on HDD..will it be there ?&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Nov 2003 07:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120751#M150753</guid>
      <dc:creator>rbarot</dc:creator>
      <dc:date>2003-11-17T07:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: reducing logical volume size ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120752#M150754</link>
      <description>Simple command...just reduce it by giving lvreduce. But it is sure ,you will be losing your data...take reliable backup first..</description>
      <pubDate>Mon, 17 Nov 2003 07:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120752#M150754</guid>
      <dc:creator>ketan_5</dc:creator>
      <dc:date>2003-11-17T07:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: reducing logical volume size ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120753#M150755</link>
      <description>hi&lt;BR /&gt;to reduce your logical volume you maust first take a backup up , then perform:&lt;BR /&gt;&lt;BR /&gt;lvreduce -L 350 /dev/vg##/lvol#&lt;BR /&gt;&lt;BR /&gt;then newfs -F vxfs /dev/vg##/rlvol#&lt;BR /&gt;&lt;BR /&gt;then restore the data to the new reduced lvol.&lt;BR /&gt;&lt;BR /&gt;hope this help</description>
      <pubDate>Mon, 17 Nov 2003 07:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120753#M150755</guid>
      <dc:creator>TSaliba</dc:creator>
      <dc:date>2003-11-17T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: reducing logical volume size ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120754#M150756</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I don't know id you have online jvs installed, but below notes are save.&lt;BR /&gt;&lt;BR /&gt;Create an archive in an other filesystem,&lt;BR /&gt;&lt;BR /&gt;# cd /dir &lt;BR /&gt;# tar cvf /tmp/test.tar .&lt;BR /&gt;# cd /&lt;BR /&gt;# umount /filesystem&lt;BR /&gt;# lvreduce -L 350 /dev/vgXX/lvolX&lt;BR /&gt;# newfs -F vxfs /dev/vgXX/rlvolX&lt;BR /&gt;# mount /filesystem&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# tar xvf test.tar /dir</description>
      <pubDate>Mon, 17 Nov 2003 07:15:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120754#M150756</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-11-17T07:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: reducing logical volume size ?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120755#M150757</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have Online JFS installed?&lt;BR /&gt;Is it a vxfs filesystem on the HDD?&lt;BR /&gt;&lt;BR /&gt;If the bth of above id false then you may lose your data!!&lt;BR /&gt;&lt;BR /&gt;Keep good backup of data and do a&lt;BR /&gt;&lt;BR /&gt;# lvreduce -L &lt;NEW size=""&gt; /dev/vgXX/lvolXX&lt;BR /&gt;&lt;BR /&gt;TT&lt;/NEW&gt;</description>
      <pubDate>Mon, 17 Nov 2003 07:17:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-logical-volume-size/m-p/3120755#M150757</guid>
      <dc:creator>Thayanidhi</dc:creator>
      <dc:date>2003-11-17T07:17:01Z</dc:date>
    </item>
  </channel>
</rss>

