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

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

热度:338   发布时间:2016-05-05 08:55:05.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,检查一下你的操作系统是不是这个问题引起的。
  相关解决方案