<?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: vxfsconvert gives error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508096#M556147</link>
    <description>Hi &lt;BR /&gt;&lt;BR /&gt;The fstyp for 11.00 is 3&lt;BR /&gt;&lt;BR /&gt;bulgaria{root}# fstyp -v /dev/vg00/lvol4&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 1048576&lt;BR /&gt;f_bfree: 214599&lt;BR /&gt;f_bavail: 214599&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Oct 2009 08:16:18 GMT</pubDate>
    <dc:creator>paabhi</dc:creator>
    <dc:date>2009-10-06T08:16:18Z</dc:date>
    <item>
      <title>vxfsconvert gives error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508094#M556145</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;We are doing migration from hpux 11.00 server to 11.31 server.the storage is EMC DMX4000.We have made a clone of the exising luns in 11.00 servers .And presented the new LUNs in 11.31.We have splitted the clone and imported the vg.&lt;BR /&gt;&lt;BR /&gt;We have done full fsck on the filesystems.When we done a vxfsconvert it si giving memory fault and a coredump generated.&lt;BR /&gt;The details are,&lt;BR /&gt;&lt;BR /&gt;# fsck -F vxfs -o full,nolog -y /dev/vg_test/lvol1&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;pass2 - checking directory linkage&lt;BR /&gt;pass3 - checking reference counts&lt;BR /&gt;pass4 - checking resource maps&lt;BR /&gt;incorrect CUT entry for fileset 1, fix? (ynq)y&lt;BR /&gt;incorrect CUT entry for fileset 999, fix? (ynq)y&lt;BR /&gt;OK to clear log? (ynq)y&lt;BR /&gt;set state to CLEAN? (ynq)y&lt;BR /&gt;# vxfsconvert /dev/vg_test/rlvol1&lt;BR /&gt;Memory fault (core dumped)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please any one come across this scenario &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Oct 2009 18:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508094#M556145</guid>
      <dc:creator>paabhi</dc:creator>
      <dc:date>2009-10-05T18:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: vxfsconvert gives error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508095#M556146</link>
      <description>Please show us the output of&lt;BR /&gt;&lt;BR /&gt;fstyp -v /dev/vg_test/rlvol1&lt;BR /&gt;&lt;BR /&gt;If it says "version: 4" near the beginning, your 11.00 server apparently had an optional "Advanced VxFS" package installed and vxfsconvert is not needed.&lt;BR /&gt;&lt;BR /&gt;11.31 should be able to mount vxfs filesystems of version 4 directly, with no conversion.&lt;BR /&gt;&lt;BR /&gt;To use all the new vxfs features available in 11.31, see the vxupgrade command instead.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 06 Oct 2009 05:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508095#M556146</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-06T05:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: vxfsconvert gives error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508096#M556147</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;The fstyp for 11.00 is 3&lt;BR /&gt;&lt;BR /&gt;bulgaria{root}# fstyp -v /dev/vg00/lvol4&lt;BR /&gt;vxfs&lt;BR /&gt;version: 3&lt;BR /&gt;f_bsize: 8192&lt;BR /&gt;f_frsize: 1024&lt;BR /&gt;f_blocks: 1048576&lt;BR /&gt;f_bfree: 214599&lt;BR /&gt;f_bavail: 214599&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Oct 2009 08:16:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508096#M556147</guid>
      <dc:creator>paabhi</dc:creator>
      <dc:date>2009-10-06T08:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: vxfsconvert gives error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508097#M556148</link>
      <description>OK, you have vxfs layout version 3. You can use "vxfsconvert -f" to verify the filesystem types supported by vxfsconvert. On my 11.31 host, it says:&lt;BR /&gt;&lt;BR /&gt;The following filesystem types are supported:&lt;BR /&gt;        hfs:    HP ufs File System&lt;BR /&gt;        VxFS:   VxFS layout2&lt;BR /&gt;        VxFS:   VxFS layout3&lt;BR /&gt;&lt;BR /&gt;So it should be supported. &lt;BR /&gt;&lt;BR /&gt;You may have found a bug in vxfsconvert. Please contact HP support.&lt;BR /&gt;&lt;BR /&gt;Send them information about your hardware model (PA-RISC or Itanium?) and patch level (the output of "swlist -l fileset" should be good) and the core dump file.&lt;BR /&gt;&lt;BR /&gt;Fortunately /sbin/vxfsconvert does not use shared libraries, so the core dump might be useful for HP as-is. For most other programs, you would need the "packcore" tool to allow the core to be analyzed on another system. (The packcore tool comes with HP wdb debugger, available for free from HP.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 06 Oct 2009 10:22:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfsconvert-gives-error/m-p/4508097#M556148</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-10-06T10:22:47Z</dc:date>
    </item>
  </channel>
</rss>

