<?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: fsadm on EMC in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604415#M645296</link>
    <description>Hello Alan&lt;BR /&gt;&lt;BR /&gt;I've come across this before on a normal 2gb internal drive. The lv was 80% full and when fsadm trying to reduce the volume was getting errno 16. In /usr/inculde/sys/errno.h refers errno 16 as being down to Mount device busy. Anyway try doing a defrag on the lv&lt;BR /&gt;&lt;BR /&gt;fsadm -d -v -e /filesystem&lt;BR /&gt;&lt;BR /&gt;If this does not work can you remove any unwanted data or temporarily move some data then try the defrag again, hopefully the fsadm will reduce the lv&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tony</description>
    <pubDate>Wed, 31 Oct 2001 16:25:37 GMT</pubDate>
    <dc:creator>Tony Constantine_1</dc:creator>
    <dc:date>2001-10-31T16:25:37Z</dc:date>
    <item>
      <title>fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604407#M645288</link>
      <description>I am attempting to use fsadm to reduce a filesystem residing on an EMC 8340.  I recewive the following error message:&lt;BR /&gt;&lt;BR /&gt;fsadm: attempt to resize /dev/vgsan13/rlv_vertex failed with errno 16&lt;BR /&gt;&lt;BR /&gt;The filesystem is not full and no extents should extend beyond the new size limit.  Fsadm works fine to reduce filesystems on local JBOD.</description>
      <pubDate>Tue, 30 Oct 2001 21:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604407#M645288</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-30T21:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604408#M645289</link>
      <description>Have you tried to do it with SAM?&lt;BR /&gt;I have never had to reduce on our EMC.&lt;BR /&gt;&lt;BR /&gt;Eileen</description>
      <pubDate>Tue, 30 Oct 2001 21:40:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604408#M645289</guid>
      <dc:creator>Eileen Millen</dc:creator>
      <dc:date>2001-10-30T21:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604409#M645290</link>
      <description>&lt;BR /&gt;&amp;gt;&amp;gt;fsadm: attempt to &lt;BR /&gt;&amp;gt;&amp;gt;resize /dev/vgsan13/rlv_vertex failed with errno 16 &lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;Errno 16: -&amp;gt; Mount device busy as per the error codes.&lt;BR /&gt;Make sure the lv is not being&lt;BR /&gt;used by any process , before&lt;BR /&gt;running the fsadm. Since you&lt;BR /&gt;are reducing the FS, it may&lt;BR /&gt;be trying to remove a block&lt;BR /&gt;which is currently held by&lt;BR /&gt;a process.&lt;BR /&gt;&lt;BR /&gt;To check:&lt;BR /&gt;fuser -cu   &lt;LV&gt;&lt;BR /&gt;&lt;BR /&gt;   On a related note, are you&lt;BR /&gt;sure you want to reduce the&lt;BR /&gt;volume? There is a chance&lt;BR /&gt;that you can lose data.&lt;BR /&gt;&lt;BR /&gt;-Raj&lt;/LV&gt;</description>
      <pubDate>Tue, 30 Oct 2001 21:41:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604409#M645290</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-10-30T21:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604410#M645291</link>
      <description>I never use SAM for LVM work.  A quick check shows no way to reduce the size of a filesystem.&lt;BR /&gt;&lt;BR /&gt;No processes are attached to the mountpoint.  Fuser shows it clear and I can even umount it.&lt;BR /&gt;&lt;BR /&gt;Yes, I want to reduce the size.  I am certain that no data resides on the back half of the filesystem.&lt;BR /&gt;&lt;BR /&gt;I have workarounds that will let me accomplish the same thing in this case, but I want to know whether there is an issue with fsadm on EMC devices (one can never tell what teh future will bring).</description>
      <pubDate>Tue, 30 Oct 2001 21:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604410#M645291</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-30T21:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604411#M645292</link>
      <description>fuser is weak, do you have lsof? if not try downloading it from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Why not just newfs it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 31 Oct 2001 03:30:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604411#M645292</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-10-31T03:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604412#M645293</link>
      <description>I have lsof.  The fact that I can umount the filesystem is sufficient demonstration that there are no processes attached.&lt;BR /&gt;&lt;BR /&gt;I do not wish to newfs (or mkfs) the filesystem because it contains data that I would prefer to keep.  My users are funny that way.</description>
      <pubDate>Wed, 31 Oct 2001 14:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604412#M645293</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-31T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604413#M645294</link>
      <description>Hello Alan,&lt;BR /&gt;&lt;BR /&gt;I am afraid, you have the wrong filesystem...&lt;BR /&gt;You have JFS3.0, but you will need JFS3.3, for actually reducing filesystems :-(&lt;BR /&gt;With JFS3.0 quite often some i-nodes (and the like) where allocated in just that part of the LV which you wanted to free... And even the options "-E/-e" and "-D/-d" did NOT move it.&lt;BR /&gt;JFS3.3 is much better there :-)&lt;BR /&gt;&lt;BR /&gt;Sorry,&lt;BR /&gt;Wodisch</description>
      <pubDate>Wed, 31 Oct 2001 15:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604413#M645294</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-31T15:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604414#M645295</link>
      <description>Hi Alan:&lt;BR /&gt;&lt;BR /&gt;I've never heard of much success shrinking a filesystem with Online JFS.  The Knowledge Base is replete with documents noting all patches current / reason unknown for failure to shrink a filesystem.&lt;BR /&gt;&lt;BR /&gt;I presume you have followed the usual defragmentation suggestion(s) before attempting the shrinkage.&lt;BR /&gt;&lt;BR /&gt;You indicate that you have ample free extents, but I wonder if at *one time* the filesystem did extend into the extents you are now trying to free.  &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 31 Oct 2001 16:02:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604414#M645295</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-31T16:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604415#M645296</link>
      <description>Hello Alan&lt;BR /&gt;&lt;BR /&gt;I've come across this before on a normal 2gb internal drive. The lv was 80% full and when fsadm trying to reduce the volume was getting errno 16. In /usr/inculde/sys/errno.h refers errno 16 as being down to Mount device busy. Anyway try doing a defrag on the lv&lt;BR /&gt;&lt;BR /&gt;fsadm -d -v -e /filesystem&lt;BR /&gt;&lt;BR /&gt;If this does not work can you remove any unwanted data or temporarily move some data then try the defrag again, hopefully the fsadm will reduce the lv&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tony</description>
      <pubDate>Wed, 31 Oct 2001 16:25:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604415#M645296</guid>
      <dc:creator>Tony Constantine_1</dc:creator>
      <dc:date>2001-10-31T16:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604416#M645297</link>
      <description>My JFS is not the problem.  As I posted above, I am able to successfully reduce a filesystem sitting on JBOD on the same machine.&lt;BR /&gt;&lt;BR /&gt;It is not a problem with "stray extents".  An attempt to reduce a filesystem that has extents in use beyond the specified range results in the error "cannot shrink . . . inodes are currently in use."  I am getting, "attempt to resize . . . failed with errno 16".</description>
      <pubDate>Wed, 31 Oct 2001 16:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604416#M645297</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-31T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604417#M645298</link>
      <description>Have you tried fsck'ing the filesystem, then trying fsadm?</description>
      <pubDate>Wed, 31 Oct 2001 17:57:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604417#M645298</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2001-10-31T17:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604418#M645299</link>
      <description>Oh, another thing to check - is bad block relocation turned off on your LV.  Symmetrix and LV "bad block" "on" do not go well together.</description>
      <pubDate>Wed, 31 Oct 2001 18:02:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604418#M645299</guid>
      <dc:creator>Byron Myers</dc:creator>
      <dc:date>2001-10-31T18:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604419#M645300</link>
      <description>Running fsck after umounting the filesystem does not help.&lt;BR /&gt;&lt;BR /&gt;Bad block relocation is turned off.&lt;BR /&gt;&lt;BR /&gt;I also do have teh latest fsadm patch installed.</description>
      <pubDate>Wed, 31 Oct 2001 18:46:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604419#M645300</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2001-10-31T18:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604420#M645301</link>
      <description>Well, .. as they when all else fails, I read...&lt;BR /&gt;So what a couple folks suggest above is what 'da book says'.&lt;BR /&gt;When using fsadm to resize a filesystem..if resizing results in a lower file system  size...&lt;BR /&gt;"Reducing the size of a file system can fail if there are file system resources currently in use with the sectors to be remove from the file system. In this case, a reorganization may help free those busy resources and allow a subsequenyt reduction in the file system size."&lt;BR /&gt;..Note it said 'may help'.  It would seem to be the ONLY given- - first run the re-org, then retry.&lt;BR /&gt;&lt;BR /&gt;Rit</description>
      <pubDate>Mon, 05 Nov 2001 14:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604420#M645301</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-11-05T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604421#M645302</link>
      <description>As Rita indicated, you have data beyond the smaller size. You could try a reorg, but I'd suggest the back it up, blow it away, rebuild it, and restore. method to insure data integrity.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 05 Nov 2001 15:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604421#M645302</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-05T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: fsadm on EMC</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604422#M645303</link>
      <description>Hi Alan&lt;BR /&gt;&lt;BR /&gt;Error 16 is mount device busy , so it makes me understand that either you dont have online JFS installed or that the device is 100% full , try to remove some file and then the command in case you ahve Online JFS installed . A better way in case you cant do it to umount the files system or do a fuser -ck on the filesystem before running the  command.&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Mon, 05 Nov 2001 15:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsadm-on-emc/m-p/2604422#M645303</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2001-11-05T15:48:15Z</dc:date>
    </item>
  </channel>
</rss>

