<?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 the filesystem sizing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102141#M600103</link>
    <description>is there any way to tell fsadm to reduce it from disk3_p2 ?</description>
    <pubDate>Tue, 08 Apr 2008 17:01:21 GMT</pubDate>
    <dc:creator>whiz_kid</dc:creator>
    <dc:date>2008-04-08T17:01:21Z</dc:date>
    <item>
      <title>reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102136#M600098</link>
      <description>&lt;BR /&gt;is it possible to reduce the file system size without loosing the data ?&lt;BR /&gt;&lt;BR /&gt;OS is hpux 11.31 MCOE,&lt;BR /&gt;&lt;BR /&gt;abt 30% of total filesystem size is free for the filesystem for which i intend to do this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 16:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102136#M600098</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T16:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102137#M600099</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Yes.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS, simply use 'fsadm' to resize your filesystem downward.  Then, AFTERWARDS, perform a 'lvreduce' of the logical volume container to the appropriate size.&lt;BR /&gt;&lt;BR /&gt;If you do NOT have OnlineJFS, then you will need to backup your filesystem; 'lvreduce' (or 'lvremove' followed by a 'lvcreate' of the logical volume again); 'newfs' the filesystem; and restore your data.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Apr 2008 16:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102137#M600099</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-04-08T16:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102138#M600100</link>
      <description>&lt;BR /&gt;am doing this to free up a pv in which this lvol is extended for 5 PEs. I want to free up that pv for something else.</description>
      <pubDate>Tue, 08 Apr 2008 16:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102138#M600100</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102139#M600101</link>
      <description>this is my vg and i want to get disk3_p2 out of this vg.&lt;BR /&gt;&lt;BR /&gt;#vgdisplay  -v vg00&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vg00&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      9&lt;BR /&gt;Open LV                     9&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               4328&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            16&lt;BR /&gt;Total PE                    8647&lt;BR /&gt;Alloc PE                    4324&lt;BR /&gt;Free PE                     4323&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;VG Version                  1.0.0&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vg00/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol2&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            6144&lt;BR /&gt;   Current LE                  384&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol3&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            4096&lt;BR /&gt;   Current LE                  256&lt;BR /&gt;   Allocated PE                256&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol4&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            1024&lt;BR /&gt;   Current LE                  64&lt;BR /&gt;   Allocated PE                64&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol5&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            8192&lt;BR /&gt;   Current LE                  512&lt;BR /&gt;   Allocated PE                512&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol6&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            2048&lt;BR /&gt;   Current LE                  128&lt;BR /&gt;   Allocated PE                128&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol7&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            6144&lt;BR /&gt;   Current LE                  384&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol8&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            6144&lt;BR /&gt;   Current LE                  384&lt;BR /&gt;   Allocated PE                384&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;   LV Name                     /dev/vg00/lvol9&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            33344&lt;BR /&gt;   Current LE                  2084&lt;BR /&gt;   Allocated PE                2084&lt;BR /&gt;   Used PV                     2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk2_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4319&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/disk/disk3_p2&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    4328&lt;BR /&gt;   Free PE                     4323&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#</description>
      <pubDate>Tue, 08 Apr 2008 16:50:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102139#M600101</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T16:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102140#M600102</link>
      <description>fsadm -b 32768M /oracle &lt;BR /&gt;lvreduce /dev/vg00/lvol9 /dev/disk/disk3_p2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;double checking - is that how it will go ?</description>
      <pubDate>Tue, 08 Apr 2008 16:55:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102140#M600102</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T16:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102141#M600103</link>
      <description>is there any way to tell fsadm to reduce it from disk3_p2 ?</description>
      <pubDate>Tue, 08 Apr 2008 17:01:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102141#M600103</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T17:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102142#M600104</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;You will need to specify the logical volume size that you want the reduction to specify.  See the '-L' option of 'lvreduce'.&lt;BR /&gt;&lt;BR /&gt;Once you have done this, you may need to use 'pvmove' to move any extents for the logical volume that reside on the target physical volume.  See the 'pvmove' manpages, too.&lt;BR /&gt;&lt;BR /&gt;If you use 'pvmove', be careful not to interrupt, or let the operation be interrupted.  To do so may leave one or more of the the logical volume extents unaccessible.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Apr 2008 17:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102142#M600104</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-04-08T17:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102143#M600105</link>
      <description>Hi,&lt;BR /&gt;Use this command :&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -e /oracle&lt;BR /&gt;fsadm -F vxfs -b (size) /oracle&lt;BR /&gt;lvreduce -L  (size) /dev/vg00/lvol9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; regards&lt;BR /&gt;&lt;BR /&gt;Aashique</description>
      <pubDate>Tue, 08 Apr 2008 17:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102143#M600105</guid>
      <dc:creator>Aashique</dc:creator>
      <dc:date>2008-04-08T17:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102144#M600106</link>
      <description>fsadm -b 32768M /oracle &lt;BR /&gt;&lt;BR /&gt;crash dumped!!! - by CRS</description>
      <pubDate>Tue, 08 Apr 2008 17:41:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102144#M600106</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: reducing the filesystem sizing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102145#M600107</link>
      <description>thanku...</description>
      <pubDate>Tue, 08 Apr 2008 18:21:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reducing-the-filesystem-sizing/m-p/5102145#M600107</guid>
      <dc:creator>whiz_kid</dc:creator>
      <dc:date>2008-04-08T18:21:52Z</dc:date>
    </item>
  </channel>
</rss>

