<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064440#M306418</link>
    <description>Check using 'bdf', which filesystem that is near to 100% at the %used colume.&lt;BR /&gt;&lt;BR /&gt;For example if /abc is almost full, do either of these:&lt;BR /&gt;(1) search for huge file that can be deleted&lt;BR /&gt;# find /abc -xdev -size +10000000c  (To list around 10MB file)&lt;BR /&gt;(2) extend the filesytem if needed&lt;BR /&gt;-check 'vgdisplay vgxx',for available PE&lt;BR /&gt;-then using 'lvextend' to extend the filesystem&lt;BR /&gt;&lt;BR /&gt;"man vgdisplay" to see more info.&lt;BR /&gt;"man lvextend" to see more info.</description>
    <pubDate>Tue, 04 Sep 2007 04:06:31 GMT</pubDate>
    <dc:creator>tsf_1</dc:creator>
    <dc:date>2007-09-04T04:06:31Z</dc:date>
    <item>
      <title>file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064434#M306412</link>
      <description>There is one ticket on file system breached.&lt;BR /&gt;But in that particular folder. i am not able to login. the error comes like, there is not enough space on the login in the particular direcotory. so how can i anlyze it.</description>
      <pubDate>Mon, 03 Sep 2007 05:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064434#M306412</guid>
      <dc:creator>Indrajit Bhagat</dc:creator>
      <dc:date>2007-09-03T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064435#M306413</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;log in at console.&lt;BR /&gt;&lt;BR /&gt;Worst case, boot the system at console to single user mode.&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;# in single user mode mount /usr first&lt;BR /&gt;&lt;BR /&gt;This will let you know where to trim.&lt;BR /&gt;&lt;BR /&gt;The most likely cause of this is a full / filesystem or /var&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 03 Sep 2007 05:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064435#M306413</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-09-03T05:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064436#M306414</link>
      <description>have u checked space on that filesystem?&lt;BR /&gt;paste the bdf output and full path of partical dir.</description>
      <pubDate>Mon, 03 Sep 2007 05:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064436#M306414</guid>
      <dc:creator>AwadheshPandey</dc:creator>
      <dc:date>2007-09-03T05:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064437#M306415</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In Unix, the correct term is "directory"!  A "folder" is a Windows' term for "directory".  When in Rome, do as the Romans do!!!&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 03 Sep 2007 08:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064437#M306415</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-03T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064438#M306416</link>
      <description>Indrajit,&lt;BR /&gt;&lt;BR /&gt;what kind of fileystem ? is it OS or Database ? &lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;suresh</description>
      <pubDate>Mon, 03 Sep 2007 10:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064438#M306416</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2007-09-03T10:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064439#M306417</link>
      <description>Check using 'bdf', which filesystem that is near to 100% at the %used colume.&lt;BR /&gt;&lt;BR /&gt;For example if /abc is almost full, do these:&lt;BR /&gt;(1) search for huge file that can be deleted&lt;BR /&gt;# find /abc -xdev -size +10000000c  (To list around 10MB file)&lt;BR /&gt;(2) extend the filesytem if needed&lt;BR /&gt;-check 'vgdisplay vgxx',for available PE&lt;BR /&gt;-then using 'lvextend' to extend the filesystem&lt;BR /&gt;&lt;BR /&gt;"man vgdisplay" to see more info.&lt;BR /&gt;"man lvextend" to see more info.</description>
      <pubDate>Tue, 04 Sep 2007 04:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064439#M306417</guid>
      <dc:creator>tsf_1</dc:creator>
      <dc:date>2007-09-04T04:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064440#M306418</link>
      <description>Check using 'bdf', which filesystem that is near to 100% at the %used colume.&lt;BR /&gt;&lt;BR /&gt;For example if /abc is almost full, do either of these:&lt;BR /&gt;(1) search for huge file that can be deleted&lt;BR /&gt;# find /abc -xdev -size +10000000c  (To list around 10MB file)&lt;BR /&gt;(2) extend the filesytem if needed&lt;BR /&gt;-check 'vgdisplay vgxx',for available PE&lt;BR /&gt;-then using 'lvextend' to extend the filesystem&lt;BR /&gt;&lt;BR /&gt;"man vgdisplay" to see more info.&lt;BR /&gt;"man lvextend" to see more info.</description>
      <pubDate>Tue, 04 Sep 2007 04:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-system/m-p/4064440#M306418</guid>
      <dc:creator>tsf_1</dc:creator>
      <dc:date>2007-09-04T04:06:31Z</dc:date>
    </item>
  </channel>
</rss>

