<?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 online JFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009424#M605201</link>
    <description>This afternoon I was asked to increase one of my logical volumes from 4GB to 6GB.  I started SAM and increased the LV size and just before it was done I got an error.  (Sorry that I didn't write it down).&lt;BR /&gt;&lt;BR /&gt;I see that the size was increased but when I try to extendfs the file I get the following error:&lt;BR /&gt;&lt;BR /&gt;root: /apps ==&amp;gt; extendfs /dev/vg01/devifas&lt;BR /&gt;vxfs extendfs: FS is dirty, run fsck first.&lt;BR /&gt;root: /apps ==&amp;gt; fsck /dev/vg01/devifas    &lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;log replay in progress&lt;BR /&gt;log replay failed to clean file system&lt;BR /&gt;file system is not clean, full fsck required&lt;BR /&gt;full file system check required, exiting ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am going to do a search on full fsck to see how to perform that task.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.</description>
    <pubDate>Tue, 29 May 2007 19:04:06 GMT</pubDate>
    <dc:creator>Jeffrey F. Goldsmith</dc:creator>
    <dc:date>2007-05-29T19:04:06Z</dc:date>
    <item>
      <title>online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009424#M605201</link>
      <description>This afternoon I was asked to increase one of my logical volumes from 4GB to 6GB.  I started SAM and increased the LV size and just before it was done I got an error.  (Sorry that I didn't write it down).&lt;BR /&gt;&lt;BR /&gt;I see that the size was increased but when I try to extendfs the file I get the following error:&lt;BR /&gt;&lt;BR /&gt;root: /apps ==&amp;gt; extendfs /dev/vg01/devifas&lt;BR /&gt;vxfs extendfs: FS is dirty, run fsck first.&lt;BR /&gt;root: /apps ==&amp;gt; fsck /dev/vg01/devifas    &lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;log replay in progress&lt;BR /&gt;log replay failed to clean file system&lt;BR /&gt;file system is not clean, full fsck required&lt;BR /&gt;full file system check required, exiting ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am going to do a search on full fsck to see how to perform that task.&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.</description>
      <pubDate>Tue, 29 May 2007 19:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009424#M605201</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-05-29T19:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009425#M605202</link>
      <description>It's a bi confusing when you mention extendfs and OnlineJFS. You only run extendfs on an unmounted filesystem. The correct command for a mounted filesystem is fsadm -F vxfs -b size&lt;BR /&gt;&lt;BR /&gt;In any event, you will need to run &lt;BR /&gt;fsck -F vxfs -o full,nolog /dev/vg01/rdevifas</description>
      <pubDate>Tue, 29 May 2007 19:30:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009425#M605202</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-29T19:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009426#M605203</link>
      <description>It's a bit confusing when you mention extendfs and OnlineJFS. You only run extendfs on an unmounted filesystem. The correct command for a mounted filesystem is fsadm -F vxfs -b size&lt;BR /&gt;&lt;BR /&gt;In any event, you will need to run &lt;BR /&gt;fsck -F vxfs -o full,nolog /dev/vg01/rdevifas</description>
      <pubDate>Tue, 29 May 2007 19:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009426#M605203</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-29T19:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009427#M605204</link>
      <description>I tried to use the Online JFS to increase the space and received an error.  The reason I used Online JFS was so that I could increase the space while the LV was mounted.  After getting the error I umounted the LV and tried to extend the LV.  The LV showed that it was increased but was giving me trouble because it wasn't totally unmounted.&lt;BR /&gt;&lt;BR /&gt;After doing some reasearch I found that I still had one deamon running so after I stopped that deamon the LV was unmounted.  When I tried to extend the LV I received another error.&lt;BR /&gt;&lt;BR /&gt;root: /apps ==&amp;gt; extendfs /dev/vg01/devifas&lt;BR /&gt;vxfs extendfs: FS is dirty, run fsck first.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, I tried to run fsck and received another error.&lt;BR /&gt;&lt;BR /&gt;root: /apps ==&amp;gt; fsck /dev/vg01/devifas    &lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;log replay in progress&lt;BR /&gt;log replay failed to clean file system&lt;BR /&gt;file system is not clean, full fsck required&lt;BR /&gt;full file system check required, exiting ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I finally had to run the fsck -y to get the LV cleaned up.&lt;BR /&gt;&lt;BR /&gt;root: /apps ==&amp;gt; fsck -y /dev/vg01/devifas&lt;BR /&gt;vxfs fsck: file system had I/O error(s) on meta-data.&lt;BR /&gt;log replay in progress&lt;BR /&gt;log replay failed to clean file system&lt;BR /&gt;file system is not clean, full fsck required&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;pass2 - checking directory linkage&lt;BR /&gt;pass3 - checking reference counts&lt;BR /&gt;pass4 - checking resource maps&lt;BR /&gt;OK to clear log? (ynq)y&lt;BR /&gt;set state to CLEAN? (ynq)y&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After that I was able to extend the LV and get it mounted.&lt;BR /&gt;&lt;BR /&gt;Any idea as to why I couldn't use Online JFS to increase the LV size and why the file got messed up?</description>
      <pubDate>Wed, 30 May 2007 11:21:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009427#M605204</guid>
      <dc:creator>Jeffrey F. Goldsmith</dc:creator>
      <dc:date>2007-05-30T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009428#M605205</link>
      <description>A common reason for fsadm -F vxfs -b larger_size to fail is that there is not sufficient free space in the filesystem. You need a little free space before issueing the command.</description>
      <pubDate>Wed, 30 May 2007 11:41:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009428#M605205</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2007-05-30T11:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: online JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009429#M605206</link>
      <description>Well - what probably happend was you tried online JFS first - so you lvextended the lvol.&lt;BR /&gt;&lt;BR /&gt;As Clay says - if the fs was 100% full - then it would fail on the fsadm&lt;BR /&gt;&lt;BR /&gt;The other thing is - if you typed the command wrong - it would fail...&lt;BR /&gt;&lt;BR /&gt;IE - if you did:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -L 6144 /dev/vg01/devifas &lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;&lt;BR /&gt;fsadm -b 6144 /yourmount_point&lt;BR /&gt;&lt;BR /&gt;yes - it would fail - as you forgot the M for MB:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;fsadm -b 6144M /yourmount_point&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2007 12:52:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-jfs/m-p/4009429#M605206</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-05-30T12:52:15Z</dc:date>
    </item>
  </channel>
</rss>

