<?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 trace jfs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567600#M872533</link>
    <description>how to check whether my unix system is running online jfs or jfs ? if online jfs , could i increase my root / file system online ??</description>
    <pubDate>Tue, 21 Aug 2001 00:14:33 GMT</pubDate>
    <dc:creator>Kenn Chen</dc:creator>
    <dc:date>2001-08-21T00:14:33Z</dc:date>
    <item>
      <title>trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567600#M872533</link>
      <description>how to check whether my unix system is running online jfs or jfs ? if online jfs , could i increase my root / file system online ??</description>
      <pubDate>Tue, 21 Aug 2001 00:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567600#M872533</guid>
      <dc:creator>Kenn Chen</dc:creator>
      <dc:date>2001-08-21T00:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567601#M872534</link>
      <description>Online JFS is an add-on enhancement to vxfs. You need to have it installed seperately.&lt;BR /&gt;&lt;BR /&gt;You can verify if Online JFS is there or not by &lt;BR /&gt;&lt;BR /&gt;#swlist |grep OnLine&lt;BR /&gt;&lt;BR /&gt;If it is there and if your / is vxfs, you can do it online&lt;BR /&gt;&lt;BR /&gt;#fstyp /dev/vg00/lvol3 (or whatever the lvol that is mounted as /)&lt;BR /&gt;&lt;BR /&gt;If you get an answer as vxfs then you can increase the size of /&lt;BR /&gt;&lt;BR /&gt;#lvextend -L new_size_in_MB /dev/vg00/lvol3&lt;BR /&gt;#fsadm -b new_size_in_KB /&lt;BR /&gt;&lt;BR /&gt;new_size_in_KB=new_size_in_MB*1024&lt;BR /&gt;&lt;BR /&gt;If your / is not vxfs or if you don't have Online JFS, you can create ignite tape and recover the OS with a differently sized root logical volume&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Aug 2001 01:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567601#M872534</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-21T01:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567602#M872535</link>
      <description>As far as I know, you can NOT extend the / lvol.  /, /stand, and primary swap have to be the first lvols on the disk and have to be contiguous.  If you were to extend /, then it would no longer be contiguous.&lt;BR /&gt;&lt;BR /&gt;Why do you need to extend the / lvol?  That is one that you should never have to extend.  If anything, look for large files that do not belong.  Look for 'core' files that do not belong.&lt;BR /&gt;&lt;BR /&gt;One of the classic things to look for is a file in /dev/rmt called 'om' (the letter o followed by m, rather than the correct 0m -- zero m) or lm (lowercase L, rather than 1m -- number 1) that someone mistakenly created.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Aug 2001 02:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567602#M872535</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-08-21T02:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567603#M872536</link>
      <description>Patrick,&lt;BR /&gt;&lt;BR /&gt;You are right. That was my overlook. I just didn't think of it.&lt;BR /&gt;&lt;BR /&gt;Zuang,&lt;BR /&gt;If you are lucky enough, you may find some free extents after the root vol (pvdisplay and keep scrolling). If the lvol after root vol is not an important file system, you can remove it and free up extents.&lt;BR /&gt;&lt;BR /&gt;Otherwise, we are left with only one option if you really want to increase /. Take a make_recovery tape and re-ignite the box with a different root lvol size. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 21 Aug 2001 03:40:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567603#M872536</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-08-21T03:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567604#M872537</link>
      <description>If u really wants to increase /, try this:&lt;BR /&gt;pvmove lvol4, ... lvol8 to another PV (of course u need another PV). then try extend the lvol3 (assuming Allocation is default:strict/contiguous). Then pvmove lvol4 ... lvol8 back to your root disk.&lt;BR /&gt;&lt;BR /&gt;CAUTIOUS: Do this when u really need to do it!&lt;BR /&gt;Rgds,&lt;BR /&gt;S.C. Fun</description>
      <pubDate>Wed, 22 Aug 2001 02:28:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567604#M872537</guid>
      <dc:creator>S.C. Fun</dc:creator>
      <dc:date>2001-08-22T02:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: trace jfs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567605#M872538</link>
      <description>Hi Idris,&lt;BR /&gt;&lt;BR /&gt;Well frankly if possible use make_tape_recovery or make_net_recovery option.&lt;BR /&gt;Its pretty straight forward and is a tested solution.&lt;BR /&gt;&lt;BR /&gt;You will have to be extra careful when following the option of moving around lvols and extending lvol3. &lt;BR /&gt;&lt;BR /&gt;-Regards&lt;BR /&gt;Ramesh</description>
      <pubDate>Wed, 22 Aug 2001 03:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/trace-jfs/m-p/2567605#M872538</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-22T03:28:49Z</dc:date>
    </item>
  </channel>
</rss>

