<?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: VxFS version? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219619#M466552</link>
    <description># swlist | grep -i vxfs&lt;BR /&gt;  Base-VXFS                     B.11.31        Base VxFS File System 4.1 Bundle for HP-UX&lt;BR /&gt;  Base-VxFS-50                  B.05.00.01     Veritas File System Bundle 5.0 for HP-UX&lt;BR /&gt;&lt;BR /&gt;# vxupgrade /tmp&lt;BR /&gt;/tmp: vxfs file system version 6 layout&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So with version 6 layout, I am probably using VxFS 4.1 then.  Got it.  &lt;BR /&gt;&lt;BR /&gt;I see this newly released patch, here:  &lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01961742&amp;amp;dimid=1138355772&amp;amp;dicid=alr_dec09&amp;amp;jumpid=em_alerts/us/dec09/all/xbu/emailsubid/mrm/mcc/loc/rbu_category/alerts" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01961742&amp;amp;dimid=1138355772&amp;amp;dicid=alr_dec09&amp;amp;jumpid=em_alerts/us/dec09/all/xbu/emailsubid/mrm/mcc/loc/rbu_category/alerts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And there are separate patches for VxFS 4.1, 5.0, and 5.01.  Should I install only the 4.1 patch?  Or install all 3?  (Yes, I do have a 4+ TB filesystem so this patch is applicable to me).&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
    <pubDate>Fri, 15 Jan 2010 17:18:51 GMT</pubDate>
    <dc:creator>George N</dc:creator>
    <dc:date>2010-01-15T17:18:51Z</dc:date>
    <item>
      <title>VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219615#M466548</link>
      <description>How can I tell which version of VxFS is on a particular filesystem?  I'm running 11.31.  I have VxFS 4.1 and 5.0 installed (swlist shows this) but I'm not sure how to tell which version I'm actually using on any given filesystem.  Thank you</description>
      <pubDate>Fri, 15 Jan 2010 16:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219615#M466548</guid>
      <dc:creator>George N</dc:creator>
      <dc:date>2010-01-15T16:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219616#M466549</link>
      <description>vxupgrade /&lt;FS&gt;&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;for a in `bdf | awk 'print $6'&lt;BR /&gt;  do&lt;BR /&gt;  vxupgrade $a&lt;BR /&gt;  done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just remember if your bdf lines run over it might need to adjust the $6 on the print statement.&lt;BR /&gt;&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita&lt;/FS&gt;</description>
      <pubDate>Fri, 15 Jan 2010 16:13:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219616#M466549</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2010-01-15T16:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219617#M466550</link>
      <description>Try "fstyp -v".  It presents a version which I think is accurate.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Jan 2010 16:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219617#M466550</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-01-15T16:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219618#M466551</link>
      <description>On the filesystem what you have is disk layouts&lt;BR /&gt;&lt;BR /&gt;you can check your fs layout with:&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/dsk/lvol3&lt;BR /&gt;&lt;BR /&gt;some info:&lt;BR /&gt;&lt;BR /&gt;The on-disk layout of VxFS is versioned and upgradeable while the file system is mounted. It has gone through seven versions.&lt;BR /&gt;&lt;BR /&gt;Layout version 2 added support for ACLs. Layouts 1-3 stopped being supported in VxFS 4.0.&lt;BR /&gt;&lt;BR /&gt;Layout version 4 added support for storage checkpoints and for Veritas Cluster File System. Version 4 was released in VxFS 3.2.1.&lt;BR /&gt;&lt;BR /&gt;Layout version 5 supports file systems up to 32 terabytes in size. Individual files can be up to 2 terabytes in size. Version 5 was introduced in VxFS 3.5.&lt;BR /&gt;&lt;BR /&gt;Layout version 6 supports file systems and files up to 8 exabytes in size. Version 6 also introduced support for named streams/resource forks, for multiple underlying volumes, and for file change logs. Version 6 was introduced in VxFS 4.0.&lt;BR /&gt;&lt;BR /&gt;Layout version 7 extends support for multiple volumes to permit Dynamic Storage Tiering. Dynamic Storage Tiering allows root users to move files among different volumes, allocate files to different volumes at file creation time based on policy, and independently recover volumes, without altering the namespace of the file system. Version 7 was introduced in VxFS 5.0</description>
      <pubDate>Fri, 15 Jan 2010 16:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219618#M466551</guid>
      <dc:creator>likid0</dc:creator>
      <dc:date>2010-01-15T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219619#M466552</link>
      <description># swlist | grep -i vxfs&lt;BR /&gt;  Base-VXFS                     B.11.31        Base VxFS File System 4.1 Bundle for HP-UX&lt;BR /&gt;  Base-VxFS-50                  B.05.00.01     Veritas File System Bundle 5.0 for HP-UX&lt;BR /&gt;&lt;BR /&gt;# vxupgrade /tmp&lt;BR /&gt;/tmp: vxfs file system version 6 layout&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So with version 6 layout, I am probably using VxFS 4.1 then.  Got it.  &lt;BR /&gt;&lt;BR /&gt;I see this newly released patch, here:  &lt;A href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01961742&amp;amp;dimid=1138355772&amp;amp;dicid=alr_dec09&amp;amp;jumpid=em_alerts/us/dec09/all/xbu/emailsubid/mrm/mcc/loc/rbu_category/alerts" target="_blank"&gt;http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c01961742&amp;amp;dimid=1138355772&amp;amp;dicid=alr_dec09&amp;amp;jumpid=em_alerts/us/dec09/all/xbu/emailsubid/mrm/mcc/loc/rbu_category/alerts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;And there are separate patches for VxFS 4.1, 5.0, and 5.01.  Should I install only the 4.1 patch?  Or install all 3?  (Yes, I do have a 4+ TB filesystem so this patch is applicable to me).&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Fri, 15 Jan 2010 17:18:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219619#M466552</guid>
      <dc:creator>George N</dc:creator>
      <dc:date>2010-01-15T17:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219620#M466553</link>
      <description>I would attempt to install all 3 and let Software Distributor figure it out.  If one isn't applicable, it will be excluded and only the matching ones will actually be installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 15 Jan 2010 17:48:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219620#M466553</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2010-01-15T17:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: VxFS version?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219621#M466554</link>
      <description>question answered</description>
      <pubDate>Fri, 15 Jan 2010 18:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-version/m-p/5219621#M466554</guid>
      <dc:creator>George N</dc:creator>
      <dc:date>2010-01-15T18:23:38Z</dc:date>
    </item>
  </channel>
</rss>

