[已解决]安装4GL,ISQL,IDS 最后oninit -ivy的时候一大堆 Message **** not found
本帖最后由 i1888 于 2010-04-22 16:20 编辑# cd /informix
# ls
CZ22MEN.tar
# tar -xvf *.tar
install4gp
bin/bdemocopy
bin/cfglgo
...
...
...此处省略
JRE/lib/font.properties.ko_KR.Redhat4
JRE/lib/TraceFormat.dat
# ls
bindemoetcformsglsinclinstall4gpJRELAPLIlibmsgrelease
# ./install4gp
IBM INFORMIX-4GL Rapid Development System Version 7.50.UC3
Copyright (C) International Business Machines Corporation 1984-2009.
Installation Script
This installation procedure must be run by root (super-user).
It will change the owner, group, and mode of all files of this
package in this directory.There must be a user "informix" and a
group "informix" known to the system.
Press RETURN to continue,
or the interrupt key (usually CTRL-C or DEL) to abort.
Note:
The directories LI, LAP, JRE are no longer required
for the i4gl product and can be safely removed to
free up some space
Installing directory .
Installing directory bin
Unknown error message number '32766'
Installation of IBM INFORMIX-4GL Rapid Development System failed.
这里报32766错误,反复设置$INFORMIXDIR均无效,因为我是su - informix后su到root的,应该有informix的相关变量信息,echo变量都没错,死活就是不行。
后来退出到纯root下,export了一下$INFORMIXDIR,就行了,奇怪。
# export INFORMIXDIR=/informix
# ./install4gp
IBM INFORMIX-4GL Rapid Development System Version 7.50.UC3
Copyright (C) International Business Machines Corporation 1984-2009.
Installation Script
This installation procedure must be run by root (super-user).
It will change the owner, group, and mode of all files of this
package in this directory.There must be a user "informix" and a
group "informix" known to the system.
Press RETURN to continue,
or the interrupt key (usually CTRL-C or DEL) to abort.
Note:
The directories LI, LAP, JRE are no longer required
for the i4gl product and can be safely removed to
free up some space
Installing directory .
Installing directory bin
Installing directory lib
Installing directory lib/esql
Installing directory lib/tools
Installing directory lib/client
Installing directory lib/client/csm
...
...
...此处省略
Installing directory gls/lc11/th_th
Installing directory gls/lc11/zh_cn
Installing directory gls/lc11/zh_tw
Installation of IBM INFORMIX-4GL Rapid Development System complete.
INFORMIX-4GL Rapid Development System 安装成功
---------------------------------------------------------------
# cp /tmp/CZ22EEN.tar/informix
# tar -xvf CZ22EEN.tar
installsql
bin/cace
bin/chkenv
bin/del_gls
bin/infenv
bin/convloc
。。。
。。。
。。。此处省略
JRE/lib/xml.jar
JRE/lib/applet/
JRE/lib/javaplugin.jar
JRE/lib/font.properties.ko_KR.Redhat4
JRE/lib/TraceFormat.dat
# ./installsql
IBM INFORMIX-SQL Version 7.50.UC3
Copyright (C) International Business Machines Corporation 1984-2009.
Installation Script
This installation procedure must be run by root (super-user).
It will change the owner, group, and mode of all files of this
package in this directory.There must be a user "informix" and a
group "informix" known to the system.
Press RETURN to continue,
or the interrupt key (usually CTRL-C or DEL) to abort.
International Program License Agreement
Part 1 - General Terms
BY DOWNLOADING, INSTALLING, COPYING, ACCESSING, OR USING
THE PROGRAM YOU AGREE TO THE TERMS OF THIS AGREEMENT. IF
YOU ARE ACCEPTING THESE TERMS ON BEHALF OF ANOTHER PERSON
OR A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND
WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND THAT PERSON,
COMPANY, OR LEGAL ENTITY TO THESE TERMS. IF YOU DO NOT
AGREE TO THESE TERMS,
- DO NOT DOWNLOAD, INSTALL, COPY, ACCESS, OR USE THE
PROGRAM; AND
- PROMPTLY RETURN THE PROGRAM AND PROOF OF ENTITLEMENT TO
Press Enter to continue viewing the license agreement, or
enter "1" to accept the agreement, "2" to decline it, "3"
to print it, or "99" to go back to the previous screen.
1
Note:
The directories LI, LAP, JRE are no longer required
for the isql product and can be safely removed to
free up some space
Installing directory .
Installing directory bin
Installing directory lib
Installing directory lib/esql
。。。
。。。
。。。此处省略
Installing directory gls/lc11/th_th
Installing directory gls/lc11/zh_cn
Installing directory gls/lc11/zh_tw
Installation of IBM INFORMIX-SQL complete.
IBM INFORMIX-SQL 安装成功
-----------------------------------------------
# cd /tmp
# ./ids_install
WARNING!
This software, and its authorized use and number of users, are
subject to the applicable license agreement with IBM Corporation.
If the number of users exceeds the licensed number, the excess users may
be prevented from using the software.UNAUTHORIZED USE OR COPYING MAY
SUBJECT YOU AND YOUR COMPANY TO SEVERE CIVIL AND CRIMINAL LIABILITIES.
Please Press RETURN to Continue, or (q/Q) to Quit :
IBM Informix Unix Bundle Installer
Installation Requirements:
- A user "informix" and a group "informix" must be known to the system.
- This installation procedure must be run by user root.
- Approximately 770 MB disk space required initially.
- Approximately 500 MB disk space if everything is installed (50 MB
for ISA, 25 MB for either version of JDBC).
0) All Products listed below
1) IBM Informix Dynamic Server 9.40
2) IBM Informix IConnect
3) IBM Informix JDBC version 2.21
4) IBM Informix Server Administrator
5) Configure a Demo IDS Server (requires IDS)
Enter the number(s) of the products to install, separated by spaces
(i.e. "1 2 3"):
1
Install into directory (INFORMIXDIR) :
Installing IBM Informix Dynamic Server 9.40
20081 blocks
Bundle Install program has finished
然后就是更改配置信息(/etc/services, sqlhosts, onconfig),直接拿之前保存的拷贝过来。
然后初始化的时候就出问题了:
$ oninit -ivy
Message 35593 not found.
succeeded
Message 35541 not found.
succeeded
Creating /INFORMIXTMP/.infxdirs ... succeeded
Message 1577 not found.
"/informix/etc/.infos.test" ... "/informix/etc/.conf.test" ... succeeded
Message 1578 not found.
succeeded
Message 35542 not found.
succeeded
Message 35543 not found.
succeeded
Message 35571 not found.
succeeded
Message 35572 not found.
succeeded
Message 35544 not found.
succeeded
Message 16505 not found.
/informix/online.log
Message 1579 not found.
online.log里面就是:
13:35:39Message 80635 not found. 这一条。
重复好几遍都是一样的。谁能帮忙看看???多谢!! 我尝试在/informix_tmp下又装了一遍,然后把、/informix_tmp/msg下的文件复制到/informix/msg下,再执行oninit -ivy也不行。
郁闷了。 你還是所有的版本都用統一點的吧~:em26::em26:
你裝的IDS我記得是9.4版的,這個4GL跟ISQL是7.5版本,對應的應該是IDS11.50..
我記得你已經進入那個下載的列表了http://bbs3.chinaunix.net/thread-1321105-1-1.html 回复 3# liaosnet
11.5的我装了,没问题,客户怕一下子生的太多,之前他们用7版本的。。。 回复liaosnet
11.5的我装了,没问题,客户怕一下子生的太多,之前他们用7版本的。。。
i1888 发表于 2010-04-22 15:27 http://bbs3.chinaunix.net/images/common/back.gif
9.4對應的4GL/ISQL應該IBM都已經不再出售了~
升到11.50吧~11.50算得上是9.40的延續~ 回复 5# liaosnet
多谢!
现在主要是缺4GL C Compiler,客户的程序要从sco牵过来,没有编译器就没办法了。。。
页:
[1]