<?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: What version of JFS is a given fiel system? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818347#M637795</link>
    <description># fstyp -v /dev/vg00/lvol3&lt;BR /&gt;for example will tell you the JFS version on the FS.&lt;BR /&gt;# swlist -l product|grep fs&lt;BR /&gt;should capture all and show you if "what" JFS is loaded.&lt;BR /&gt;&lt;BR /&gt;The fstyp will show like .."version4" or "version3" (at least on 11.x).If fstyp shows version4 then you got JFS3.3 installed because version4 FS is created by JFS3.3&lt;BR /&gt;On the other hand if the fstyp output is version3 than those are not JFS3.3 filesystem. And installaing JFS3.3 is easy, so does converting your existing vxfs to version4.</description>
    <pubDate>Thu, 03 Oct 2002 14:41:33 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-10-03T14:41:33Z</dc:date>
    <item>
      <title>What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818346#M637794</link>
      <description>How can I tell what version of JFS a given filesystem was created as?&lt;BR /&gt;&lt;BR /&gt;I am running 11.0 and a 'swlist JFS' shows that nothing is loaded.  I take this to mean that I do not have JFS 3.1 or 3.3.  But then what version are my VxFS file systems?  And what trauma will I go through upgrading to JFS 3.3?</description>
      <pubDate>Thu, 03 Oct 2002 14:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818346#M637794</guid>
      <dc:creator>Jaris Detroye</dc:creator>
      <dc:date>2002-10-03T14:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818347#M637795</link>
      <description># fstyp -v /dev/vg00/lvol3&lt;BR /&gt;for example will tell you the JFS version on the FS.&lt;BR /&gt;# swlist -l product|grep fs&lt;BR /&gt;should capture all and show you if "what" JFS is loaded.&lt;BR /&gt;&lt;BR /&gt;The fstyp will show like .."version4" or "version3" (at least on 11.x).If fstyp shows version4 then you got JFS3.3 installed because version4 FS is created by JFS3.3&lt;BR /&gt;On the other hand if the fstyp output is version3 than those are not JFS3.3 filesystem. And installaing JFS3.3 is easy, so does converting your existing vxfs to version4.</description>
      <pubDate>Thu, 03 Oct 2002 14:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818347#M637795</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-03T14:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818348#M637796</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg00/rlvol3 |grep -i version&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;James.</description>
      <pubDate>Thu, 03 Oct 2002 14:41:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818348#M637796</guid>
      <dc:creator>James Murtagh</dc:creator>
      <dc:date>2002-10-03T14:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818349#M637797</link>
      <description>An example of installing JFS3.3 on 11.0 doc ..&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90007/B3929-90007_top.html&amp;amp;con=/hpux/onlinedocs/B3929-90007/00/00/8-con.html&amp;amp;toc=/hpux/onlinedocs/B3929-90007/00/00/8-toc.html&amp;amp;searchterms=JFS&amp;amp;queryid=20021003-095607" target="_blank"&gt;http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3929-90007/B3929-90007_top.html&amp;amp;con=/hpux/onlinedocs/B3929-90007/00/00/8-con.html&amp;amp;toc=/hpux/onlinedocs/B3929-90007/00/00/8-toc.html&amp;amp;searchterms=JFS&amp;amp;queryid=20021003-095607&lt;/A&gt;&lt;BR /&gt;You would use "vxupgrade" to upgrade your existing vxfs FS. Do "man vxupgrade" for details. Just remember if you eventually got around to perform "vxupgrade" make sure the FS has some free space available. Can't really tell how much exactly you need but as long as your FS utilization does not exceed 80% I think it'll be fine.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2002 14:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818349#M637797</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-03T14:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818350#M637798</link>
      <description>Thanks the fstyp command did the trick.&lt;BR /&gt;But... the swlist w/grep for 'fs' only returned a list of patches no products other than that.  So.... I have neither JFS 3.1 or 3.3 loaded.  That means I am using JFS 3.0???</description>
      <pubDate>Thu, 03 Oct 2002 15:00:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818350#M637798</guid>
      <dc:creator>Jaris Detroye</dc:creator>
      <dc:date>2002-10-03T15:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818351#M637799</link>
      <description>This command will tell you the version:&lt;BR /&gt;# fstyp -v lvol_name&lt;BR /&gt;To find out the version installed on the system:&lt;BR /&gt;# swlist -lfileset | grep JFS&lt;BR /&gt;This document will explain you the steps to upgrade to JFS3.3(TKB #KBRC00004126):&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201676" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063201676&lt;/A&gt;&lt;BR /&gt;To read more about JFS3.3:&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B3929-90007/B3929-90007.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B3929-90007/B3929-90007.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Oct 2002 15:05:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818351#M637799</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-10-03T15:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818352#M637800</link>
      <description>My understanding is that I only need to perform the 'vxupgrade' command on file systems I wish to change from version 3 to version 4.  Also, it seem that the only major benifit to doing this is to enable VxFS ACL's.  My primary motivation for installing JFS 3.3 is to use the OnlineJFS 3.3 which we purchased, and to get the performance enhancements to the overall JFS product.  ACL's are not important so I probably will not upgrade to layout version 4 at this time.</description>
      <pubDate>Thu, 03 Oct 2002 15:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818352#M637800</guid>
      <dc:creator>Jaris Detroye</dc:creator>
      <dc:date>2002-10-03T15:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: What version of JFS is a given fiel system?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818353#M637801</link>
      <description>What about ..&lt;BR /&gt;# swlist -l fileset|grep -i jfs&lt;BR /&gt;or&lt;BR /&gt;# swlist -l fileset|grep -i vxfs&lt;BR /&gt;&lt;BR /&gt;With JFS3.3(version4 FS) you not only get ACL but a few enhancement in areas of ..&lt;BR /&gt;-performance&lt;BR /&gt;-robustness (especially in shrinking FS)&lt;BR /&gt;-vxtunefs ( for tuning your vxfs, very slick!)&lt;BR /&gt;-onlinejfs of course</description>
      <pubDate>Thu, 03 Oct 2002 15:25:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-version-of-jfs-is-a-given-fiel-system/m-p/2818353#M637801</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-03T15:25:47Z</dc:date>
    </item>
  </channel>
</rss>

