<?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: No space left on device in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240075#M52134</link>
    <description>80% inode usage means you have a lot of small files, you should delete these files is not used, and check the process which is creating these files.&lt;BR /&gt;&lt;BR /&gt;for NO space left on device, there is a possibility that in /u01 some big files are open and they are showing it to be 100%&lt;BR /&gt;&lt;BR /&gt;du -sk /u01 vs df -h /u01&lt;BR /&gt;&lt;BR /&gt;#lsof /u01&lt;BR /&gt;&lt;BR /&gt;If necessary you may have to stop the process seen in lsof which has too many big files open.&lt;BR /&gt;Or restart the service using /u01.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
    <pubDate>Mon, 17 May 2010 02:41:45 GMT</pubDate>
    <dc:creator>Kapil Jha</dc:creator>
    <dc:date>2010-05-17T02:41:45Z</dc:date>
    <item>
      <title>No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240072#M52131</link>
      <description>Dear All,&lt;BR /&gt;&lt;BR /&gt;We are getting â  No space left on device(28)â   error during "Grid control Agent" software installation in one of our Linux Server under&lt;BR /&gt;"/u01" mount point.&lt;BR /&gt;&lt;BR /&gt;From "df -h /u01" command output i have found&lt;BR /&gt;only "14%" space is in use &amp;amp; from "df -i /u01" command output i have found "80%" inode has already in use.&lt;BR /&gt;&lt;BR /&gt;So what is the cause of using 80% inode as only 14% space used &amp;amp; how can i increase inode number of "/u01" mount point(/dev/vglmdb_app/lv_u01)&lt;BR /&gt;&lt;BR /&gt;I have attached "df" &amp;amp; "vgdisplay" command output with this mail. Please help me to resolve this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Sun, 16 May 2010 05:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240072#M52131</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-05-16T05:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240073#M52132</link>
      <description>What type of filesystem is /u01?&lt;BR /&gt;On HP-UX, hfs filesystems have a fixed number of inodes and if you have lots of small files you'll run into this limit.&lt;BR /&gt;But vxfs filesystems are unlimited.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;how can I increase inode number&lt;BR /&gt;&lt;BR /&gt;I assume you'll have to recreate the filesystem.</description>
      <pubDate>Sun, 16 May 2010 08:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240073#M52132</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-16T08:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240074#M52133</link>
      <description>Thanks for the reply. "/u01" has ext3 file-system.&lt;BR /&gt;&lt;BR /&gt;# df -TH /u01&lt;BR /&gt;Filesystem                     Type     Size   Used  Avail Use% Mounted on&lt;BR /&gt;/dev/mapper/vglmdb_app-lv_u01  ext3      27G   3.8G    23G  14% /u01&lt;BR /&gt;&lt;BR /&gt;If we need to recreate the file-system then &lt;BR /&gt;i have below query:&lt;BR /&gt;&lt;BR /&gt;1)What is the RedHat Linux command to increase inode number after recreating the LV: &lt;BR /&gt;&lt;BR /&gt;#mke2fs -i 4096 /dev/vglmdb_app/lv_u01&lt;BR /&gt;Or,&lt;BR /&gt;#mke2fs -j -N 150000 /dev/vglmdb_app/lv_u01&lt;BR /&gt;&lt;BR /&gt;2) How could i found what is the present (current) "bytes-per-inode" value of "/dev/vglmdb_app/lv_u01" ? I have tried with &lt;BR /&gt;"tune2fs -l /dev/vglmdb_app/lv_u01" command but didn't find.&lt;BR /&gt;&lt;BR /&gt;3)For my scenario, how could i determined what is the correct value of "bytes-per-inode" value? i have found below value in google:&lt;BR /&gt;&lt;BR /&gt;*Less than or equal to 1 Gbyte = 2048 &lt;BR /&gt;*Less than 2 Gbytes  = 4096&lt;BR /&gt;*Less than 3 Gbytes = 6144&lt;BR /&gt;*3 Gbytes up to 1 Tbyte = 8192&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz&lt;BR /&gt;</description>
      <pubDate>Sun, 16 May 2010 09:31:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240074#M52133</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-05-16T09:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240075#M52134</link>
      <description>80% inode usage means you have a lot of small files, you should delete these files is not used, and check the process which is creating these files.&lt;BR /&gt;&lt;BR /&gt;for NO space left on device, there is a possibility that in /u01 some big files are open and they are showing it to be 100%&lt;BR /&gt;&lt;BR /&gt;du -sk /u01 vs df -h /u01&lt;BR /&gt;&lt;BR /&gt;#lsof /u01&lt;BR /&gt;&lt;BR /&gt;If necessary you may have to stop the process seen in lsof which has too many big files open.&lt;BR /&gt;Or restart the service using /u01.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 17 May 2010 02:41:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240075#M52134</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-05-17T02:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240076#M52135</link>
      <description>Thanks a lot Dennis &amp;amp; kapil. Actuallly "/u01" was created with "-T" option &amp;amp; its size is 25GB. As a result number of inodes become fewer as bytes-per-inode is 1 MB. &lt;BR /&gt;&lt;BR /&gt;Now please give me the guide-line to increase inodes of "/dev/vglmdb_app/lv_u01".&lt;BR /&gt;&lt;BR /&gt;I have made an action plan. Please verify it &amp;amp; if any suggestion or modification required please assist me.&lt;BR /&gt;&lt;BR /&gt;Action Plan1:&lt;BR /&gt;&lt;BR /&gt;Increasing the size of the Logical Volume using "lvextend &amp;amp; ext2online".It will increases the total number of inodes without changing the inodes-per-bytes ratio.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Action Plan 2:&lt;BR /&gt;&lt;BR /&gt;*Stop Application&lt;BR /&gt;*Stop Oracle DB&lt;BR /&gt;*Backup all data of /u01&lt;BR /&gt;*umount /u01&lt;BR /&gt;*mke2fs -i 8192 /dev/vglmdb_app/lv_u01&lt;BR /&gt;*mount /dev/vglmdb_app/lv_u01  /u01&lt;BR /&gt;*Restore Data from backup to /u01&lt;BR /&gt;*Start Oracle DB&lt;BR /&gt;*Start Application&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Mon, 17 May 2010 03:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240076#M52135</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-05-17T03:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240077#M52136</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if you increase the FS size its god solution, but if you use the inodes, you need again extend and them what is the threshold ( next step )??? &lt;BR /&gt;&lt;BR /&gt;i think the second plan seems to be better.&lt;BR /&gt;&lt;BR /&gt;mikap</description>
      <pubDate>Mon, 17 May 2010 12:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240077#M52136</guid>
      <dc:creator>Michal Kapalka (mikap)</dc:creator>
      <dc:date>2010-05-17T12:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240078#M52137</link>
      <description>Shalom Minhaz,&lt;BR /&gt;&lt;BR /&gt;cd /u01&lt;BR /&gt;&lt;BR /&gt;du -k | sort -rn | more&lt;BR /&gt;&lt;BR /&gt;Find those biggies and get rid of them. Do the fuser/lsof check first to see if there are open file handles.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 17 May 2010 18:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240078#M52137</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-05-17T18:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240079#M52138</link>
      <description>&amp;gt;Kapil: 80% inode usage means you have a lot of small files, you should delete these files if not used&lt;BR /&gt;&lt;BR /&gt;You can also tar up 1000s of small files into one bigger file.  And extract as needed.</description>
      <pubDate>Sat, 22 May 2010 20:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240079#M52138</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-05-22T20:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: No space left on device</title>
      <link>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240080#M52139</link>
      <description>Thanks a lot every body for give me valuable suggestion&lt;BR /&gt;&lt;BR /&gt;Minhaz</description>
      <pubDate>Sun, 23 May 2010 02:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/no-space-left-on-device/m-p/5240080#M52139</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2010-05-23T02:47:32Z</dc:date>
    </item>
  </channel>
</rss>

