<?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 Importing Volume Groups in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052219#M136777</link>
    <description>Two volume groups. Can import the volume groups successfully but am unable to mount volumes inside the volume groups. Get error 'Mount unrecognized vxfs version number.' This is on version 11.</description>
    <pubDate>Tue, 19 Aug 2003 19:47:37 GMT</pubDate>
    <dc:creator>virtualdmo</dc:creator>
    <dc:date>2003-08-19T19:47:37Z</dc:date>
    <item>
      <title>Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052219#M136777</link>
      <description>Two volume groups. Can import the volume groups successfully but am unable to mount volumes inside the volume groups. Get error 'Mount unrecognized vxfs version number.' This is on version 11.</description>
      <pubDate>Tue, 19 Aug 2003 19:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052219#M136777</guid>
      <dc:creator>virtualdmo</dc:creator>
      <dc:date>2003-08-19T19:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052220#M136778</link>
      <description>You are probably trying to mount a Version 4 vxfs filesystem on a box that only supports Version 3. This can happen, for example, if one box is running OnlineJFS 3.1 (Version 3) and the other box is running OnlineJFS 3.3 (Version 4).&lt;BR /&gt;&lt;BR /&gt;The version 3 filesystem can be mounted on newer releases but the converse is not true.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Aug 2003 19:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052220#M136778</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-08-19T19:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052221#M136779</link>
      <description>In reality you should be attempting to mount imported groups on systems of similar software and patch levels. This will stop things like this happening. I've had this exact problem before and the solution is having the JFS subsystem on the same version as Clay has so rightly pointed out.</description>
      <pubDate>Tue, 19 Aug 2003 21:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052221#M136779</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-08-19T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052222#M136780</link>
      <description>I concur with the prev posters... Are you moving this to a different host that has an older version of JFS loaded. You cant move a v4 back to a v3 system.&lt;BR /&gt;&lt;BR /&gt;I dont expect any points for this post, but this may or may not be related, but here is a small problem I had...&lt;BR /&gt;&lt;BR /&gt;I had just setup a new box and couldn't apply mount options... I realized that I had to run vxenable to get those options to be activated, namely mincache and convosync.&lt;BR /&gt;&lt;BR /&gt;Here was the command line for that.&lt;BR /&gt;___________________________________________&lt;BR /&gt;# /sbin/fs/vxfs/vxenablef -a ## to activate a JFS license&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/fs/vxfs/vxenablef ## to check if it is loaded???. &lt;BR /&gt;System is licensed for features&lt;BR /&gt;Full_VxFS HP_DMAPI &lt;BR /&gt;____________________________________________&lt;BR /&gt;&lt;BR /&gt;also, vxupgrade is used for upgrading from Version 3 to version 4.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2003 19:44:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052222#M136780</guid>
      <dc:creator>Todd McDaniel_1</dc:creator>
      <dc:date>2003-08-21T19:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052223#M136781</link>
      <description>If you are in fact trying to mount filesystems created on 11i to an 11.0 box - you must use mkfs not newfs when creating the filesystem:&lt;BR /&gt;&lt;BR /&gt;For example, create a version 3 file system on an 11.i system:&lt;BR /&gt;&lt;BR /&gt;mkfs -F vxfs -o largefiles -o version=3 /dev/vg20/rlvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;We currently have to do that as our NetBackup server is 11.0.&lt;BR /&gt;&lt;BR /&gt;Rgds....Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 12:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052223#M136781</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-08-22T12:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Volume Groups</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052224#M136782</link>
      <description>1.      JFS has versions. &lt;BR /&gt;&lt;BR /&gt;2.      echo "8192 B; p S" | fsdb -F vxfs /dev/05vg89/lvol01 | grep log_version&lt;BR /&gt;&lt;BR /&gt;                log_version 9 logstart 0  logend 0&lt;BR /&gt;&lt;BR /&gt;3.      If you split a BCV and present it from an old server to a new server,&lt;BR /&gt;        it will FAIL an:&lt;BR /&gt;&lt;BR /&gt;                fsck -F vxfs /dev/vgxx/lvolYY&lt;BR /&gt;&lt;BR /&gt;                        with $? = 12&lt;BR /&gt;&lt;BR /&gt;        You will have to do an:&lt;BR /&gt;&lt;BR /&gt;                fsck -y -F vxfs /dev/vgxx/lvolYY&lt;BR /&gt;&lt;BR /&gt;4.      If you split from a new system to an old system, you probably don't have&lt;BR /&gt;        a chance!&lt;BR /&gt;&lt;BR /&gt;        o       You must install the NEW JFS on the old system:&lt;BR /&gt;&lt;BR /&gt;                  B3929CA          B.03.03        JFS 3.3 Filesystem For 11.00 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;5.      Check the swlists:&lt;BR /&gt;&lt;BR /&gt;                # swlist | grep -i jfs&lt;BR /&gt;                  B3929BA          B.11.00        HP OnLineJFS (Advanced VxFS) &lt;BR /&gt;                  B3929CA          B.03.03        JFS 3.3 Filesystem For 11.00 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;6.      Also, check version with:&lt;BR /&gt;&lt;BR /&gt;                # fstyp -v /dev/vgxx/lvoly|grep version &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Aug 2003 13:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-volume-groups/m-p/3052224#M136782</guid>
      <dc:creator>Stuart Abramson_2</dc:creator>
      <dc:date>2003-08-22T13:09:13Z</dc:date>
    </item>
  </channel>
</rss>

