<?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 fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956280#M414752</link>
    <description>Yes - you don't defrag the lvol - you defrag the mount point...&lt;BR /&gt;&lt;BR /&gt;Here's a little script for you:&lt;BR /&gt;&lt;BR /&gt;# cat /usr/local/bin/fsadm.defrag&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# defrag all mounted file systems&lt;BR /&gt;LOG=/tmp/fsadm.defrag.log&lt;BR /&gt;if [ -f $LOG ]&lt;BR /&gt;then&lt;BR /&gt;        mv $LOG $LOG.old&lt;BR /&gt;fi&lt;BR /&gt;cat /dev/null &amp;gt; $LOG&lt;BR /&gt;&lt;BR /&gt;for i in `mount -l | grep -v stand |awk '{print $1}'`&lt;BR /&gt;do&lt;BR /&gt;echo "defraging " $i "at "`date` &amp;gt;&amp;gt; $LOG&lt;BR /&gt;fsadm -F vxfs -d -D -e -E $i &amp;gt;&amp;gt; $LOG&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Fri, 03 Feb 2006 02:51:10 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2006-02-03T02:51:10Z</dc:date>
    <item>
      <title>vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956274#M414746</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I try to desfrag the disk as following:&lt;BR /&gt;&lt;BR /&gt;/sbin/umount /dev/vg01/lvol1&lt;BR /&gt;/usr/sbin/fsadm -F vxfs -s -e -d /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;but get the error msg:&lt;BR /&gt;vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem&lt;BR /&gt;&lt;BR /&gt;Sorry but I don't understand what is wrong...&lt;BR /&gt;I have a HP 9000/800 HP-UX 11.0.</description>
      <pubDate>Wed, 01 Feb 2006 04:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956274#M414746</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-02-01T04:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956275#M414747</link>
      <description>/usr/sbin/fsadm -F vxfs -s -e -d /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;you need to put in raw vol name.</description>
      <pubDate>Wed, 01 Feb 2006 04:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956275#M414747</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-02-01T04:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956276#M414748</link>
      <description>/usr/sbin/fsadm -F vxfs -s -e -d /dev/vg01/rlvol1&lt;BR /&gt;&lt;BR /&gt;you need to put in raw vol name.&lt;BR /&gt;&lt;BR /&gt;And if that does not work, then just extendfs will do just fine.</description>
      <pubDate>Wed, 01 Feb 2006 04:09:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956276#M414748</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-02-01T04:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956277#M414749</link>
      <description>Oleg,&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS installed try this.&lt;BR /&gt;&lt;BR /&gt;# /sbin/mount /dev/vg01/lvol1&lt;BR /&gt;# /usr/sbin/fsadm -F vxfs -s -e -d /mountpoint&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Wed, 01 Feb 2006 04:16:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956277#M414749</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2006-02-01T04:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956278#M414750</link>
      <description>Thx a lot, probably a raw device! I'll check it the next night.</description>
      <pubDate>Wed, 01 Feb 2006 04:29:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956278#M414750</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-02-01T04:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956279#M414751</link>
      <description>No, with the raw device I've got the same msg :-(&lt;BR /&gt;HELP!</description>
      <pubDate>Fri, 03 Feb 2006 02:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956279#M414751</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-02-03T02:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956280#M414752</link>
      <description>Yes - you don't defrag the lvol - you defrag the mount point...&lt;BR /&gt;&lt;BR /&gt;Here's a little script for you:&lt;BR /&gt;&lt;BR /&gt;# cat /usr/local/bin/fsadm.defrag&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;# defrag all mounted file systems&lt;BR /&gt;LOG=/tmp/fsadm.defrag.log&lt;BR /&gt;if [ -f $LOG ]&lt;BR /&gt;then&lt;BR /&gt;        mv $LOG $LOG.old&lt;BR /&gt;fi&lt;BR /&gt;cat /dev/null &amp;gt; $LOG&lt;BR /&gt;&lt;BR /&gt;for i in `mount -l | grep -v stand |awk '{print $1}'`&lt;BR /&gt;do&lt;BR /&gt;echo "defraging " $i "at "`date` &amp;gt;&amp;gt; $LOG&lt;BR /&gt;fsadm -F vxfs -d -D -e -E $i &amp;gt;&amp;gt; $LOG&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 03 Feb 2006 02:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956280#M414752</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-03T02:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956281#M414753</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;A file system should be mounted when you are defragmenting it and the target mount point should be defined as the option with -d.&lt;BR /&gt;&lt;BR /&gt;man fsadm_vxfs for details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Fri, 03 Feb 2006 02:58:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956281#M414753</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-03T02:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956282#M414754</link>
      <description>Are you sure that /dev/vg01/lvol1is using vxfs. &lt;BR /&gt;&lt;BR /&gt;Check this first:&lt;BR /&gt;&lt;BR /&gt;# fstyp /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;Then,&lt;BR /&gt;&lt;BR /&gt;# fsadm -F vxfs -e -s -E &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;will do it.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu&lt;/MOUNT&gt;</description>
      <pubDate>Fri, 03 Feb 2006 03:02:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956282#M414754</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-03T03:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956283#M414755</link>
      <description># fstyp /dev/vg01/lvol1&lt;BR /&gt;vxfs&lt;BR /&gt;# fsadm -F vxfs -e -s -t 10 -E /datos&lt;BR /&gt;fsadm: the -e option requires "HP OnLineJFS (Advanced Vxfs)"&lt;BR /&gt;&lt;BR /&gt;But I haven't OnlineJS so seems that only can do a desfrag offline.... :-(</description>
      <pubDate>Fri, 03 Feb 2006 06:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956283#M414755</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-02-03T06:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956284#M414756</link>
      <description>That is correct, from man fsadm_vxfs "The online reorganization and online resize features of fsadm are&lt;BR /&gt;      available only with the HP OnLineJFS product."&lt;BR /&gt;&lt;BR /&gt;You will need to purchase OnlineJFS (well worth it - though I wish HP included it free across all OE's - not just Enterprise and MC - like AIX does).&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 11:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956284#M414756</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-02-03T11:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: vxfs fsadm: /dev/vg01/lvol1 is not the root inode of a vxfs file sytem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956285#M414757</link>
      <description>OK, thx a lot, I'll look for OpenJFS.</description>
      <pubDate>Thu, 09 Feb 2006 04:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vxfs-fsadm-dev-vg01-lvol1-is-not-the-root-inode-of-a-vxfs-file/m-p/4956285#M414757</guid>
      <dc:creator>Oleg Mercader-Kashin</dc:creator>
      <dc:date>2006-02-09T04:53:16Z</dc:date>
    </item>
  </channel>
</rss>

