<?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: Importing a vg from 11.23 to 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882147#M493671</link>
    <description>&lt;P&gt;Yes, that should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing that may trip &amp;nbsp;you up is the file systems vxfs version. &amp;nbsp;HP-UX 11.23 supports file system versions as early as version 3. &amp;nbsp;HP-UX 11.31 only supports file systems as early as version 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To determine the file system version you use the command 'fstyp -v' and run it against the &amp;nbsp;raw logical volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# fstyp -v /dev/vg00/rlvol7
vxfs
version: 5
f_bsize: 8192
f_frsize: 8192
f_blocks: 462848
f_bfree: 226372
f_bavail: 226372
f_files: 34080
f_ffree: 1075170792
f_favail: 1075170792
f_fsid: 1073741831
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 9
f_size: 462848&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice the "version" line in the 2nd line of output above. &amp;nbsp;In this case the filesystem is vxfs version 5. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, as long as the version listed is 4 or higher, you should be OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Information on available vxfs versions is here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919408/c01919408.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919408/c01919408.pdf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Nov 2012 15:10:52 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2012-11-28T15:10:52Z</dc:date>
    <item>
      <title>Importing a vg from 11.23 to 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882123#M493670</link>
      <description>&lt;P&gt;I have a cluster running on HPUX 11.23. I want to move one of the packages into a different cluster running on HPUX 11.31 - I have done this before, but I can't remember how I got the &lt;SPAN class="GRcorrect"&gt;vg&lt;/SPAN&gt;&amp;nbsp;for the disks from the 11.23 server imported to the 11.31 &lt;SPAN class="GRcorrect"&gt;server&lt;/SPAN&gt; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would I be able to do this just by doing the standard &lt;SPAN class="GRcorrect"&gt;vgexport&lt;/SPAN&gt; -p -m map&lt;SPAN class="GRcorrect"&gt;.&lt;/SPAN&gt;file &lt;SPAN class="GRcorrect"&gt;vg&lt;/SPAN&gt;&amp;nbsp;on the 11.23 server and do the &lt;SPAN class="GRcorrect"&gt;vgimport&lt;/SPAN&gt;&amp;nbsp;-N -m map&lt;SPAN class="GRcorrect"&gt;.&lt;/SPAN&gt;file &lt;SPAN class="GRcorrect"&gt;vg&lt;/SPAN&gt;&amp;nbsp;disk on the 11.31 server?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 14:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882123#M493670</guid>
      <dc:creator>MichaelFay</dc:creator>
      <dc:date>2012-11-28T14:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a vg from 11.23 to 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882147#M493671</link>
      <description>&lt;P&gt;Yes, that should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing that may trip &amp;nbsp;you up is the file systems vxfs version. &amp;nbsp;HP-UX 11.23 supports file system versions as early as version 3. &amp;nbsp;HP-UX 11.31 only supports file systems as early as version 4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To determine the file system version you use the command 'fstyp -v' and run it against the &amp;nbsp;raw logical volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;# fstyp -v /dev/vg00/rlvol7
vxfs
version: 5
f_bsize: 8192
f_frsize: 8192
f_blocks: 462848
f_bfree: 226372
f_bavail: 226372
f_files: 34080
f_ffree: 1075170792
f_favail: 1075170792
f_fsid: 1073741831
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 16
f_fsindex: 9
f_size: 462848&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Notice the "version" line in the 2nd line of output above. &amp;nbsp;In this case the filesystem is vxfs version 5. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case, as long as the version listed is 4 or higher, you should be OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Information on available vxfs versions is here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919408/c01919408.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01919408/c01919408.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 15:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882147#M493671</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-11-28T15:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Importing a vg from 11.23 to 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882189#M493672</link>
      <description>&lt;P&gt;Thanks. Looks like my lvols are using version 6 so I think I should be okay.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 15:33:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/importing-a-vg-from-11-23-to-11-31/m-p/5882189#M493672</guid>
      <dc:creator>MichaelFay</dc:creator>
      <dc:date>2012-11-28T15:33:27Z</dc:date>
    </item>
  </channel>
</rss>

