eygle.com   eygle.com
eygle.com  
 

« 繁忙的一周 装修的进展 | Blog首页 | RAC + ASM单节点添加表空间的BUG »

Linux RAC OCFS文件系统与INODES

作者:eygle |【转载时请以超链接形式标明文章和作者信息及本声明
链接:
在ITPUB上看到这样一个案例,在一套Linux的RAC环境中,一个OCFS卷的inode节点已经用完,但是数据库仍然能够正常运行。
文件可以正常创建,该系统的几本情况大致如下:
OS:LINUXAS3 U3
ORACLE:ORACLE9204 RAC
以下为具体显示,/U04仅仅存放两节点产生的归档日志
[root@db1 /]# cat /etc/issue
Red Hat Enterprise Linux AS release 3 (Taroon Update 3)

[root@db1/]# rpm -qa |grep ocfs
ocfs-support-1.0.10-1
ocfs-tools-1.0.10-1
ocfs-2.4.21-EL-smp-1.0.13-1

[root@db1 /]# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/emcpowerd1        50G  44M  50G  1% /u04

[root@db1 /]# df -i
Filesystem            Inodes  IUsed  IFree IUse% Mounted on
/dev/emcpowerd1      409580  409231    349  100% /u04

最后作者从Metalink上找到了解释,也就是说OCFS和通常的文件系统不同,inodes在这里并不发挥通常文件系统的作用。
这是OCFS的特性,是正常的。

引用一点解释记录如下:
@ OCFS does not have the concept of inodes, however, for the vfs layer in the
@ kernel we need to fill out structures. the number returned by df -i is
@ based on diskspace free. it's the number of clusterblocsk in the filesystem
@ we dont' preallocate inodes like most filesystems do. nor do we HAVE to do
@ that. not a bug, expected behaviour, not required to do what any other
@ filesystem does.

-The End-


历史上的今天...
      >> 2006-12-02文章:
             落后的技术就是灾难
      >> 2005-12-02文章:
             Install MT WYSIWYG plugin FCKeditor
             Today is the Birthday Of AnAn
------
这篇 【Linux RAC OCFS文件系统与INODES】来自 www.eygle.com | CSDN技术网摘| del.icio.us|365Key

By eygle on 2007-12-02 12:40 | Comments (0) | Posted to Case | Edit |Pageviews:

相关文章 随机文章
  • Oracle10g Rac For Linux安装环境检查
  • 案例学习:inode耗尽导致No space left on device错误
  • Oracle Database 12g将不支持裸设备
  • 使用Linux下script工具记录Oracle输出
  • Oracle 10g RAC的相关概念
  • 数据块转储及RDBA的转换
    欢迎加入ChinaOracleBlogger地图
    Oracle初学者入门指南-什么是DUL?
    一年过了一年 - 生日之日
    首届杰出数据库工程师评选终选记行
    搜索本站:

    留言 (0)

    发表留言:



    Remember Me?
    (输入验证码后方可评论,谢谢支持)



    CopyRight © 2004 eygle.com, All rights reserved.