<?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: problem with resizing the file systems / LV in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951983#M617601</link>
    <description>same problem with this command&lt;BR /&gt;:&lt;BR /&gt;# fsadm -F vxfs -b 15360000 /opt/oracle&lt;BR /&gt;vxfs fsadm: /dev/vg01/ropt_oracle is currently 524288 sectors - size will be increased&lt;BR /&gt;vxfs fsadm: attempt to resize /dev/vg01/ropt_oracle failed with errno 28&lt;BR /&gt;vxfs fsadm:  Retry the operation after freeing up some space.&lt;BR /&gt;</description>
    <pubDate>Thu, 12 Jan 2006 10:55:43 GMT</pubDate>
    <dc:creator>bunty.....</dc:creator>
    <dc:date>2006-01-12T10:55:43Z</dc:date>
    <item>
      <title>problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951975#M617593</link>
      <description>I need to extend the size of a file system,&lt;BR /&gt;i was trying these commands:&lt;BR /&gt;this is the error:&lt;BR /&gt;&lt;BR /&gt;# lvextend -L 15000 /dev/vg01/opt_oracle&lt;BR /&gt;Warning: rounding up logical volume size to extent boundary at size "15008" MB.&lt;BR /&gt;Logical volume "/dev/vg01/opt_oracle" has been successfully extended.&lt;BR /&gt;&lt;BR /&gt;Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 15000M /opt/oracle&lt;BR /&gt;vxfs fsadm: /dev/vg01/ropt_oracle is currently 524288 sectors - size will be increased&lt;BR /&gt;vxfs fsadm: attempt to resize /dev/vg01/opt_oracle failed with errno 28&lt;BR /&gt;vxfs fsadm:  Retry the operation after freeing up some space&lt;BR /&gt;&lt;BR /&gt;Please suggest what to do?&lt;BR /&gt;bunty</description>
      <pubDate>Thu, 12 Jan 2006 10:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951975#M617593</guid>
      <dc:creator>bunty.....</dc:creator>
      <dc:date>2006-01-12T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951976#M617594</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# bdf | grep /opt/oracle&lt;BR /&gt;will probably give you 100 % full filesystem&lt;BR /&gt;&lt;BR /&gt;Can you move a file inside the /opt/oracle filesystem (few mb)to a temp filesystem and try the fsadm command again ?&lt;BR /&gt;&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Thu, 12 Jan 2006 10:33:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951976#M617594</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-01-12T10:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951977#M617595</link>
      <description>Shouldn't the fsadm command be&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 15368192 /opt/oracle&lt;BR /&gt;&lt;BR /&gt;ie 15008 x 1024</description>
      <pubDate>Thu, 12 Jan 2006 10:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951977#M617595</guid>
      <dc:creator>Chris Bentley</dc:creator>
      <dc:date>2006-01-12T10:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951978#M617596</link>
      <description>Hi Bunty,&lt;BR /&gt;&lt;BR /&gt;i think that in fsadm command&lt;BR /&gt;you have not to use&lt;BR /&gt;&lt;BR /&gt;15000M&lt;BR /&gt;&lt;BR /&gt;but the size in Kbytes.&lt;BR /&gt;&lt;BR /&gt;Hth&lt;BR /&gt;regards</description>
      <pubDate>Thu, 12 Jan 2006 10:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951978#M617596</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2006-01-12T10:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951979#M617597</link>
      <description>Hi Bunty:&lt;BR /&gt;&lt;BR /&gt;Recheck your calculations.  Error #28 is "ENOSPC" which means "No Space left on the device.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 12 Jan 2006 10:38:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951979#M617597</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-01-12T10:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951980#M617598</link>
      <description># bdf | grep /opt/oracle&lt;BR /&gt;it is 100% utilized</description>
      <pubDate>Thu, 12 Jan 2006 10:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951980#M617598</guid>
      <dc:creator>bunty.....</dc:creator>
      <dc:date>2006-01-12T10:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951981#M617599</link>
      <description>Your fsadm command was wrong, do a bdf /opt/oracle and list out put here, the -b in the fsadm is the bytes size so it should differ from lvextend command, &lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 15000 /dev/vg01/opt_oracle&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -b 15360000 /opt/oracle</description>
      <pubDate>Thu, 12 Jan 2006 10:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951981#M617599</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-01-12T10:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951982#M617600</link>
      <description>Actually, the command is fine.  Specifying the size in MB followed by an M or an m is fine.  You should have used 15008M though since the LV size was rounded up to 15008 MB by the lvextend command.&lt;BR /&gt;&lt;BR /&gt;Your real issue is that the device is 100% full.  fsadm does not work well if there is no space left on the device.  You will need to figure out some way to free up some space temporarily, by moving some files to another mount point or removing some files, run the fsadm command again, and then move the files back.</description>
      <pubDate>Thu, 12 Jan 2006 10:52:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951982#M617600</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-12T10:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951983#M617601</link>
      <description>same problem with this command&lt;BR /&gt;:&lt;BR /&gt;# fsadm -F vxfs -b 15360000 /opt/oracle&lt;BR /&gt;vxfs fsadm: /dev/vg01/ropt_oracle is currently 524288 sectors - size will be increased&lt;BR /&gt;vxfs fsadm: attempt to resize /dev/vg01/ropt_oracle failed with errno 28&lt;BR /&gt;vxfs fsadm:  Retry the operation after freeing up some space.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 10:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951983#M617601</guid>
      <dc:creator>bunty.....</dc:creator>
      <dc:date>2006-01-12T10:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951984#M617602</link>
      <description>Does this work?&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -b 15368192 /opt/oracle</description>
      <pubDate>Thu, 12 Jan 2006 10:57:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951984#M617602</guid>
      <dc:creator>Chris Bentley</dc:creator>
      <dc:date>2006-01-12T10:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951985#M617603</link>
      <description>YOu need to somehow free up some space on the device.  fsadm does not work well when the device is completely full.</description>
      <pubDate>Thu, 12 Jan 2006 10:58:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951985#M617603</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-01-12T10:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951986#M617604</link>
      <description>it's seems that Olympian are right&lt;BR /&gt;(as usual :-)&lt;BR /&gt;&lt;BR /&gt;regards</description>
      <pubDate>Thu, 12 Jan 2006 11:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951986#M617604</guid>
      <dc:creator>Piergiacomo Perini</dc:creator>
      <dc:date>2006-01-12T11:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951987#M617605</link>
      <description>thanks a lot.&lt;BR /&gt;&lt;BR /&gt;i moved some file from there and then tried again.&lt;BR /&gt;&lt;BR /&gt;this is the solution&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;bunty&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jan 2006 14:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951987#M617605</guid>
      <dc:creator>bunty.....</dc:creator>
      <dc:date>2006-01-12T14:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with resizing the file systems / LV</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951988#M617606</link>
      <description>1st move some file then use fsadm command</description>
      <pubDate>Thu, 12 Jan 2006 14:38:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-resizing-the-file-systems-lv/m-p/4951988#M617606</guid>
      <dc:creator>bunty.....</dc:creator>
      <dc:date>2006-01-12T14:38:03Z</dc:date>
    </item>
  </channel>
</rss>

