<?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: Disk Fragmentation without JFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824249#M87274</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can with HFS but not vxfs. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/hpux_admin/1997/0122.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/1997/0122.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Fri, 11 Oct 2002 19:21:14 GMT</pubDate>
    <dc:creator>steven Burgess_2</dc:creator>
    <dc:date>2002-10-11T19:21:14Z</dc:date>
    <item>
      <title>Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824247#M87272</link>
      <description>I am attempting to defrag an hpux system.  I do not have HP online JFS, so any attempt to use fsadm will fail for me.  I even scaned the swlist -l products |grep -i JFS&lt;BR /&gt;&lt;BR /&gt;   This system has been online for nearly 4 years.  It has 11.0 on it.  It is really in need of a defrag.&lt;BR /&gt;&lt;BR /&gt;   If it would not take too much time, how would someone defrage a volume without using fsadm?</description>
      <pubDate>Fri, 11 Oct 2002 19:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824247#M87272</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824248#M87273</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Assuming that you really need to defragment it, in the absence of Online JFS, you would need to backup the filesystem; 'newfs' it to create a new, empty filesystem; and reload it from backup.&lt;BR /&gt;&lt;BR /&gt;I'm not at all sure that this would provide you any benefit at all -- at least one that you could measure.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 11 Oct 2002 19:15:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824248#M87273</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-10-11T19:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824249#M87274</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;You can with HFS but not vxfs. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://aa11.cjb.net/hpux_admin/1997/0122.html" target="_blank"&gt;http://aa11.cjb.net/hpux_admin/1997/0122.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:21:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824249#M87274</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824250#M87275</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I was going to suggest what James replied with but didn't think it would be worth it. Unless you have the downtime available&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is your system performance decreasing due to disk bottleneck ?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824250#M87275</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824251#M87276</link>
      <description>It depends BUT rarely needed. This is because JFS by its nature is designed to minimize the need for defragmentation. I have done a couple and it really doesn't significantly improve io performance. Maybe in my case the FS was not that fragmented to begin with. First of all run this ..&lt;BR /&gt;# fsadm ???F vxfs ???E /&lt;MOUNT-POINT&gt;&lt;BR /&gt;This gives a quick report on your "extent fragmentation". Replace "-E" with "-D"&lt;BR /&gt;to get report on "directory fragmnetation". Post the result here and we'll see if you need one. You do not need OnlineJFS to use fsadm to report fragmentation.&lt;BR /&gt;&lt;/MOUNT-POINT&gt;</description>
      <pubDate>Fri, 11 Oct 2002 19:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824251#M87276</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-11T19:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824252#M87277</link>
      <description>Thank all of you for the fast response.&lt;BR /&gt;&lt;BR /&gt;    The bottleneck is a feasible problem, but I am certian it is not the network access.&lt;BR /&gt;&lt;BR /&gt;   I imagined I would probobly need to pull the disks down.&lt;BR /&gt;&lt;BR /&gt;    If I have to, could you all tell me a safe procedure to do so an recreate the volume?&lt;BR /&gt;&lt;BR /&gt;    Thanks,&lt;BR /&gt;&lt;BR /&gt;       Tom</description>
      <pubDate>Fri, 11 Oct 2002 19:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824252#M87277</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824253#M87278</link>
      <description>When I run the fsadm -F vsfs -E /tmp as a test I get:&lt;BR /&gt;  vxfs fsadm: cannot open /tmp/lost+found/.fsadm - errno 2&lt;BR /&gt;&lt;BR /&gt;   any ideas?&lt;BR /&gt;&lt;BR /&gt;    thanks,&lt;BR /&gt;&lt;BR /&gt;         Tom</description>
      <pubDate>Fri, 11 Oct 2002 19:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824253#M87278</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824254#M87279</link>
      <description>Hi Thomas&lt;BR /&gt;&lt;BR /&gt;Which logical volume are you thinking about ?&lt;BR /&gt;one in vg00 or elsewhere ? Is it just a data area or does it hold a database ? Depending on the area will depend on the method used to wipe the area and restore the data&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824254#M87279</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824255#M87280</link>
      <description>It's "vxfs" not "vsfs" and "/tmp" MUST be a mount point.</description>
      <pubDate>Fri, 11 Oct 2002 19:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824255#M87280</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-11T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824256#M87281</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;errno 2 is missing file or directory . S K does fsadm reference lost + found area ?&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:35:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824256#M87281</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824257#M87282</link>
      <description>Yes it does Steven, it'll create a .fsadm file in the FS's lost+found everytime it's run. Thomas the lost+found dir should be 755 (root:root) typically. Is that what you got ?</description>
      <pubDate>Fri, 11 Oct 2002 19:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824257#M87282</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-11T19:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824258#M87283</link>
      <description>Thomas&lt;BR /&gt;&lt;BR /&gt;You mention newtork access. Is there a delay when you are logging onto the server ?&lt;BR /&gt;&lt;BR /&gt;This can be caused by hostname resolution. Are you resolving locally or to dns ?&lt;BR /&gt;&lt;BR /&gt;Check your /etc/nsswitch.conf file&lt;BR /&gt;&lt;BR /&gt;It is quickest to resolve to your hosts file initially&lt;BR /&gt;&lt;BR /&gt;hosts : files [NOTFOUND=continue] dns&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 11 Oct 2002 19:39:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824258#M87283</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824259#M87284</link>
      <description>/tmp houses much of the temporary data along with certain areas of the opt file system that some old home-built programs used as a swap area.&lt;BR /&gt;&lt;BR /&gt;   /tmp is located on lvol4   vg00&lt;BR /&gt;   /opt is located on lvol6   vg00&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    Does this help?&lt;BR /&gt;&lt;BR /&gt;        Thanks,&lt;BR /&gt;          Tom&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 19:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824259#M87284</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824260#M87285</link>
      <description>S.K. The .fsadm file is not created nor is a Lost+found either, but the permissions for the /tmp are 777 bin:bin.&lt;BR /&gt;&lt;BR /&gt;    Is this a permissions issue?&lt;BR /&gt;&lt;BR /&gt;    Thanks,&lt;BR /&gt;&lt;BR /&gt;      Tom</description>
      <pubDate>Fri, 11 Oct 2002 19:44:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824260#M87285</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824261#M87286</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;Are you the root user when running the fsadm command?&lt;BR /&gt;&lt;BR /&gt;If so then you MUST have the lost+found dir on the mount point. If it's not there create it&lt;BR /&gt;mkdir /tmp/lost+found&lt;BR /&gt;should look like &lt;BR /&gt;drwxr-xr-x 2 root sys 96 Oct 11 15:45 lost+found&lt;BR /&gt;&lt;BR /&gt;Set ownership &amp;amp; perms if necessary&lt;BR /&gt;&lt;BR /&gt;Then just run&lt;BR /&gt;touch /tmp/lost+found/.fsadm&lt;BR /&gt;&lt;BR /&gt;And it should look like&lt;BR /&gt;-rw------- 1 root sys 0 Oct 11 15:45 .fsadm&lt;BR /&gt;&lt;BR /&gt;Then your fsadm command should run.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 11 Oct 2002 19:45:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824261#M87286</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-11T19:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824262#M87287</link>
      <description>When I touch the directory /tmp/lost_found, I get an errno 20.&lt;BR /&gt;&lt;BR /&gt;   What's this error?&lt;BR /&gt;&lt;BR /&gt;     Thanks</description>
      <pubDate>Fri, 11 Oct 2002 19:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824262#M87287</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824263#M87288</link>
      <description>It looks like lost+found does not exist in your mounted FS ? Do this then to recreate it ..&lt;BR /&gt;# cd /tmp&lt;BR /&gt;# mklost+found&lt;BR /&gt;Then re-run the fsadm again. Don't use the regular mkdir command.</description>
      <pubDate>Fri, 11 Oct 2002 19:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824263#M87288</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-11T19:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824264#M87289</link>
      <description>Hi Thomas,&lt;BR /&gt;&lt;BR /&gt;Use mkdir to create the directory if it's not there&lt;BR /&gt;&lt;BR /&gt;mkdir /tmp/lost+found&lt;BR /&gt;&lt;BR /&gt;Then you can try the fsadm command. If it still fails then use touch to create the .fsadm file&lt;BR /&gt;&lt;BR /&gt;touch /tmp/lost+found/.fsadm&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 11 Oct 2002 19:52:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824264#M87289</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-10-11T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824265#M87290</link>
      <description>Hi Thomas&lt;BR /&gt;&lt;BR /&gt;for errno errors run this script and pass the number through it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#!/bin/sh&lt;BR /&gt;&lt;BR /&gt;if [ $# -ne 1 ]&lt;BR /&gt;then&lt;BR /&gt;        echo "Usage: $0 number" &amp;gt;&amp;amp;2&lt;BR /&gt;        exit 1&lt;BR /&gt;fi&lt;BR /&gt;awk '/define/ { if ($3 == '"$1"' || $4 == '"$1"') print }'     /usr/include/sys/errno.h&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Steve&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 19:55:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824265#M87290</guid>
      <dc:creator>steven Burgess_2</dc:creator>
      <dc:date>2002-10-11T19:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Fragmentation without JFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824266#M87291</link>
      <description>Ok-  I got it to run, but how would you defrag the drive by taking the drive offline?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;   Tom</description>
      <pubDate>Fri, 11 Oct 2002 19:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-fragmentation-without-jfs/m-p/2824266#M87291</guid>
      <dc:creator>Tom_131</dc:creator>
      <dc:date>2002-10-11T19:55:52Z</dc:date>
    </item>
  </channel>
</rss>

