当前位置: 代码迷 >> Informix >> infomix 在创办database的时候,报错:can't write to server
  详细解决方案

infomix 在创办database的时候,报错:can't write to server

热度:4820   发布时间:2013-02-26 00:00:00.0
infomix 在创建database的时候,报错:can't write to server
informix版本为10.0 
1:onmode -BC 2
2: touch /opyt/informix/dbspace/userdbs01
3: chmod 660 userdbs01
4: onspaces -c -d userdbs -p /opt/informix/dbspace/userdbs01 -o 0 -s 1024000
   加入是小于2G的,创建成功
   
Verifying physical disk space, please wait ...
Space successfully added.

** WARNING **  A level 0 archive of Root DBSpace will need to be done.

创建10G
onspaces -c -d userdbs -p /opt/informix/dbspace/userdbs01 -o 0 -s 10240000
Verifying physical disk space, please wait ...
can't wirte to server

求大大们解释下,为什么会这样。
------最佳解决方案--------------------------------------------------------
1、应该不是空间不足,记得空间不足时会提示:write failed, file system is full字样。
2、有的操作系统默认对写入文件大小做了限制了最大2G,检查一下你的操作系统是不是这个问题引起的。
------其他解决方案--------------------------------------------------------
有人知道吗?
------其他解决方案--------------------------------------------------------
磁盘空间不够?
------其他解决方案--------------------------------------------------------
磁盘空间是足的。就是创建不成功,求助大神们啊~谁知道吗
------其他解决方案--------------------------------------------------------
我现在莫名其妙的好了,我也不知道为什么,我就加大了rootdbs的空间。、。
------其他解决方案--------------------------------------------------------
算是散分了·唉
  相关解决方案