lanecib 发表于 2013-09-23 09:41

oninit报错 在线等解答

本帖最后由 lanecib 于 2013-09-23 09:41 编辑

什么都没动过,启动就失败了。

DBspace(logdbs) for Physical Log File not found.

换PHYSDBS的话可以重启,但不想丢掉以前的日志,有解决方案么?

#**************************************************************************
#
#                        INFORMIX SOFTWARE, INC.
#
#Title:       onconfig.std
#Description: Informix Dynamic Server Configuration Parameters
#
#**************************************************************************

# Root Dbspace Configuration

ROOTNAME      rootdbs         # Root dbspace name
ROOTPATH      /usr/informix/dbspace/rootdbs
                              # Path for device containing root dbspace
ROOTOFFSET      0               # Offset of root dbspace into device (Kbytes)
ROOTSIZE      1024000         # Size of root dbspace (Kbytes)

# Disk Mirroring Configuration Parameters

MIRROR          0               # Mirroring flag (Yes = 1, No = 0)
MIRRORPATH                      # Path for device containing mirrored root
MIRROROFFSET    0               # Offset into mirrored device (Kbytes)

# Physical Log Configuration

PHYSDBS         logdbs          # Location (dbspace) of physical log
PHYSFILE      200000          # Physical log file size (Kbytes)

# Logical Log Configuration

LOGFILES      6               # Number of logical log files
LOGSIZE         12800         # Logical log size (Kbytes)

liaosnet 发表于 2013-09-23 19:15

PHYSDBS         logdbs
改成 rootdbs

lanecib 发表于 2013-09-23 19:32

回复 2# liaosnet

谢谢解答,这个方法我试过,数据库能启动起来,不过以前的数据空间就不在了,数据也丢失了。


   

liaosnet 发表于 2013-09-24 10:10

回复 3# lanecib


    。。。。执行过oninit -i? 那样自然会不在的。。

lanecib 发表于 2013-09-24 11:17

回复 4# liaosnet

logsdbs文件还在,还有可能复原么?

   

liaosnet 发表于 2013-09-27 18:20

回复 5# lanecib


    不能~

lanecib 发表于 2013-09-30 15:14

liaosnet 发表于 2013-09-27 18:20 static/image/common/back.gif
回复 5# lanecib




谢谢,也不知怎么崩的,看来只能重来了。
页: [1]
查看完整版本: oninit报错 在线等解答