<?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: file system defragmentation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443473#M357633</link>
    <description>see this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327897" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327897&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;"man fsadm"&lt;BR /&gt;&lt;BR /&gt;Not sure, but in some circumstances, OnlineJFS may be required</description>
    <pubDate>Fri, 19 Jun 2009 18:51:10 GMT</pubDate>
    <dc:creator>OldSchool</dc:creator>
    <dc:date>2009-06-19T18:51:10Z</dc:date>
    <item>
      <title>file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443472#M357632</link>
      <description>hi how to do the file system defragmentation before reducing the file system .Is the defragmentation is applicable to both online JFS and Vxfs or not..please let me know the mount point  is /apps. I need to know the syntax..</description>
      <pubDate>Fri, 19 Jun 2009 18:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443472#M357632</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2009-06-19T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443473#M357633</link>
      <description>see this post:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327897" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1327897&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;"man fsadm"&lt;BR /&gt;&lt;BR /&gt;Not sure, but in some circumstances, OnlineJFS may be required</description>
      <pubDate>Fri, 19 Jun 2009 18:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443473#M357633</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-06-19T18:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443474#M357634</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;JFS is the marketing name for Veritas File System, or, vxfs, aka the tech. name.  Base JFS / vxfs comes installed by default with the HP-UX O/S.  For you to you defragmentation option and dynamic file system extend option you need a license to activate the Online JFS features.  &lt;BR /&gt;&lt;BR /&gt;Easiest way to test:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -D -E /apps&lt;BR /&gt;&lt;BR /&gt;This is the reporting featuring or preview feature of the -d and -e or defrag options of Online JFS.  You get a report, then you have Online and you can run:&lt;BR /&gt;&lt;BR /&gt;fsadm -F vxfs -D -d -E -s /apps.&lt;BR /&gt;&lt;BR /&gt;Note:  Once started don't interrupt, and run during off business hours, like in a cron at midnight.&lt;BR /&gt;&lt;BR /&gt;Note:  Run before or after backup to reduce contention, probably before is best.</description>
      <pubDate>Fri, 19 Jun 2009 18:59:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443474#M357634</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2009-06-19T18:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443475#M357635</link>
      <description>Hi Gany,&lt;BR /&gt;&lt;BR /&gt;You have a mount point /apps and you need to know the process for defragmentation.&lt;BR /&gt;&lt;BR /&gt;1. fsadm -F vxfs -d -v -e /apps&lt;BR /&gt;&lt;BR /&gt;Then you can reduce the file system online with the below command.&lt;BR /&gt;&lt;BR /&gt;2. fsadm -F vxfs -b 15744M /apps&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vivek</description>
      <pubDate>Mon, 22 Jun 2009 04:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443475#M357635</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-22T04:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443476#M357636</link>
      <description>Hi Vivek&lt;BR /&gt;&lt;BR /&gt;Could u able to tell the expansions of the arguments -d,-v,-e</description>
      <pubDate>Mon, 22 Jun 2009 11:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443476#M357636</guid>
      <dc:creator>gany59</dc:creator>
      <dc:date>2009-06-22T11:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443477#M357637</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;#man fsadm_vxfs&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aneesh</description>
      <pubDate>Mon, 22 Jun 2009 11:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443477#M357637</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2009-06-22T11:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443478#M357638</link>
      <description>&lt;A href="http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1349185" target="_blank"&gt;http://forums13.itrc.hp.com/service/forums/questionanswer.do?threadId=1349185&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"see actually this was the question asked to me in interview. so i am very eager to know those things.. could u help me.. "&lt;BR /&gt;&lt;BR /&gt;the purpose of the forums is not to teach hpux, but to assist w/ problems.</description>
      <pubDate>Mon, 22 Jun 2009 12:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443478#M357638</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2009-06-22T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: file system defragmentation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443479#M357639</link>
      <description>Hi Gany,&lt;BR /&gt;&lt;BR /&gt;This is the output meaning of the options.&lt;BR /&gt;&lt;BR /&gt;-d&lt;BR /&gt;Reorganize directories. Directory entries are reordered to place subdirectory entries first, then all other entries in decreasing order of time of last access. The directory is also compacted to remove free space.&lt;BR /&gt;-e&lt;BR /&gt;Extent reorganization. Attempt to minimize fragmentation. Files are reorganized to have the minimum number of extents possible.&lt;BR /&gt;-v&lt;BR /&gt;Verbose. Report reorganization activity.&lt;BR /&gt;&lt;BR /&gt;It will be great if you assign points to everyone who has replied to your questions.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Vivek</description>
      <pubDate>Mon, 22 Jun 2009 16:20:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system-defragmentation/m-p/4443479#M357639</guid>
      <dc:creator>Vivek Bhatia</dc:creator>
      <dc:date>2009-06-22T16:20:34Z</dc:date>
    </item>
  </channel>
</rss>

