WowLinux에서 IDS를 설치했습니다.
[informix@localhost informix]$ dbaccessdemo
위 명령을 하면 다음과 같은 에러가 뜹니다..
에러내용...
Dropping existing stores_demo database
....
Creating stores_demo database ....
Your evaluation license will expire on
2006-08-04 00:00:00
908: Attempt to connect to database server
(linux92) failed.
ISAM error: record is locked.
201: A syntax error has occurred.
Error in line 1
Near character position 1
==== bash_profile 환경설정
=====
export INFORMIXDIR=/home/informix
export INFORMIXSERVER=linux92
export PATH=$INFORMIXDIR/bin:$PATH:/usr/jdk1.2/bin:
export
LD_LIBRARY_PATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql:/lib:/usr/lib:/usr/local/lib:/usr/X11R6/lib:/jre/i386:
export
CLASSPATH=/home/informix/JDBC/lib/ifxsqlj.jar:/home/informix/JDBC/lib/ifxtools.jar:/home/informix/JDBC/lib/ifxjdbc.jar:
export TERM=vt100
export ONCONFIG=onconfig
...
==== sqlhosts의 내용
=====
linux92 onsoctcp 127.0.0.1 linux92
==== onconfig의 내용
=====
ROOTNAME rootdbs # Root dbspace name
ROOTPATH /home/informix/rootdbs # Path for device containing
root dbspace
...
SERVERNUM 0 # Unique id corresponding to a OnLine
instance
DBSERVERNAME linux92 # Name of default database server
DBSERVERALIASES # List of alternate dbservernames
NETTYPE soctcp,1,10,NET # Configure poll thread(s) for
nettype
...
==== /etc/services의 내용
=====
linux92 5600/tcp # informix92 Daemon
|