<?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: FSADM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688840#M617286</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Error 16 is EBUSY.&lt;BR /&gt;&lt;BR /&gt;The Knowledge Base suggests that patch PHKL_33258 might result this issue.  Since this patch requires a reboot, however, you might just as easily get around the problem by unmounting your filesystem and extending in in that state.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Sat, 10 Dec 2005 09:45:09 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2005-12-10T09:45:09Z</dc:date>
    <item>
      <title>FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688833#M617279</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have HPUX 11I with Online JFS.&lt;BR /&gt;&lt;BR /&gt;When trying to extend the file system it says the following error pls suggest.&lt;BR /&gt;&lt;BR /&gt;# fsadm -b 3072000 /var&lt;BR /&gt;fsadm: /etc/default/fs is used for determining the file system type&lt;BR /&gt;fsadm: /dev/vg00/rlv_var is currently 2867200 sectors - size will be increased&lt;BR /&gt;fsadm: attempt to resize /dev/vg00/rlv_var failed with errno 16&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Dec 2005 08:44:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688833#M617279</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-12-10T08:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688834#M617280</link>
      <description>Hi,&lt;BR /&gt;in first step you need to extend lv by lvextend command:&lt;BR /&gt;&lt;BR /&gt;lvextend -L size_in_MB /dev/vg00/lv_var&lt;BR /&gt;extendfs -F vxfs -b $((1024*size_in_MB)) /var</description>
      <pubDate>Sat, 10 Dec 2005 09:00:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688834#M617280</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-12-10T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688835#M617281</link>
      <description>I have already done a Lvextend.&lt;BR /&gt;&lt;BR /&gt;After that i tried to run fsadm.</description>
      <pubDate>Sat, 10 Dec 2005 09:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688835#M617281</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-12-10T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688836#M617282</link>
      <description>Try to free up some space in /var before you run fsadm to extend. If the filesystem is near 100% full, fsadm will have a hard time extending it. You can also try to free up a small amount of space then extend it in smaller increments... once enough free space is there, run fsadm and extend to same size as lvol size.&lt;BR /&gt;&lt;BR /&gt;hope this helps,&lt;BR /&gt;-denver&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Dec 2005 09:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688836#M617282</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-10T09:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688837#M617283</link>
      <description>filesystem is 30% free</description>
      <pubDate>Sat, 10 Dec 2005 09:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688837#M617283</guid>
      <dc:creator>vinay_26</dc:creator>
      <dc:date>2005-12-10T09:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688838#M617284</link>
      <description>Please post a vgdisplay -v vg00&lt;BR /&gt;&lt;BR /&gt;More then likely, you are trying to increase larger then the lvol size..&lt;BR /&gt;&lt;BR /&gt;Command sshould have been something like:&lt;BR /&gt;&lt;BR /&gt;lvextend -L 3072 /dev/vg00/lv_var&lt;BR /&gt;fsadm -b 3072M /var&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Dec 2005 09:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688838#M617284</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-12-10T09:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688839#M617285</link>
      <description>can you post the latest failing fsadm command syntax and output from "bdf /var"&lt;BR /&gt;&lt;BR /&gt;-denver</description>
      <pubDate>Sat, 10 Dec 2005 09:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688839#M617285</guid>
      <dc:creator>Denver Osborn</dc:creator>
      <dc:date>2005-12-10T09:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688840#M617286</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Error 16 is EBUSY.&lt;BR /&gt;&lt;BR /&gt;The Knowledge Base suggests that patch PHKL_33258 might result this issue.  Since this patch requires a reboot, however, you might just as easily get around the problem by unmounting your filesystem and extending in in that state.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sat, 10 Dec 2005 09:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688840#M617286</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-12-10T09:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: FSADM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688841#M617287</link>
      <description>Vinay,&lt;BR /&gt;&lt;BR /&gt;I think your /var file system needs to fsck'd. Or the Fs i busy doing some work.&lt;BR /&gt;&lt;BR /&gt;Cheers ....007</description>
      <pubDate>Sat, 10 Dec 2005 09:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm/m-p/3688841#M617287</guid>
      <dc:creator>Chan 007</dc:creator>
      <dc:date>2005-12-10T09:48:52Z</dc:date>
    </item>
  </channel>
</rss>

