安装IDS时发生的错误。
本帖最后由 yunzhongyue 于 2010-03-18 15:47 编辑OS:HP-UX 11.31
IDS:IDS 10.0FC9
# ./ids_install
Initializing InstallShield Wizard........
Launching InstallShield Wizard........
Please read the information below.
This installation MUST be run as root.
Please try again as the root user.
Press 3 to Cancel or 4 to Redisplay
1. Yes
2. No
Do you want to exit? 1
An unhandled error occurred -- specify system property "is.debug" for more information.
--在这一步就退出了。
# id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)
直接执行SERVER目录下的installserver没有问题。 安装informix时
用的是root用户,informix用户的环境变量。
#su - informix
#su root
[\code] 安装informix时
用的是root用户,informix用户的环境变量。
#su - informix
#su root
[\code]
vbirding 发表于 2010-03-18 17:27 http://bbs.chinaunix.net/images/common/back.gif
是按照你说的做的,我也不是第一次安装,只是这个问题都出现两次了,我装的时候出现过一次,客户自己安装的时候又出现了一次,一直找不到原因。直接运行SERVER/installserver可以安装上,装上后也没有发现什么问题。 本帖最后由 yunzhongyue 于 2010-03-18 20:25 编辑
下面是我安装时记录下来的
$ ls
CSDK ICONNECT JDBC SERVER bundle.ini images suite.jar
DBLD IDS10FC9HPIT.tarREADME.html SVR_ADM ids_install lost+found
$ su
Password:
# ls
.jvm.bin .sh_history DBLD IDS10FC9HPIT.tarREADME.html SVR_ADM ids_install lost+found
.profile CSDK ICONNECT JDBC SERVER bundle.ini images suite.jar
# env
_=/usr/bin/env
MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/VRTS/vxfs5.0/man:/opt/ldapux/share/man/%L:/opt/ldapux/share/man:/opt/ipf/man:/opt/ldapux/ypldapd/man:/opt/samba/man:/opt/samba/WTEC_Support_Tools/man:/opt/samba/cfsm_man:/opt/cifsclient/share/man:/opt/openssl/man:/opt/openssl/prngd/man:/opt/wbem/share/man:/opt/graphics/common/man:/opt/amgr/man/%L:/opt/amgr/man:/opt/sec_mgmt/share/man:/opt/caliper/man/%L:/opt/caliper/man:/opt/drd/share/man/%L:/opt/drd/share/man:/opt/dsau/man:/opt/resmon/share/man/%L:/opt/resmon/share/man:/opt/gnome/man:/opt/perf/man/%L:/opt/perf/man:/opt/propplus/share/man:/usr/contrib/kwdb/share/man:/opt/perl_32/man:/opt/perl_64/man:/opt/prm/man/%L:/opt/prm/man:/opt/psb/healthtest/share/man:/opt/sfm/share/man:/opt/swm/share/man/%L:/opt/swm/share/man:/opt/swa/share/man/%L:/opt/swa/share/man:/opt/ssh/share/man:/opt/sentinel/man/%L:/opt/sentinel/man:/opt/langtools/share/man/%L:/opt/langtools/share/man:/opt/wlm/share/man/%L:/opt/wlm/share/man:/opt/openssl/fips/0.9.7/man:/opt/openssl/fips/0.9.8/man:/opt/gwlm/man/%L:/opt/gwlm/man:/opt/icod/man/%L:/opt/icod/man:/opt/ignite/share/man/%L:/opt/ignite/share/man
SSH_TTY=/dev/pts/2
PATH=/usr/bin:/usr/sbin:/sbin
COLUMNS=167
LOGNAME=informix
MAIL=/var/mail/informix
SFTP_UMASK=
ERASE=^H
PS1=#
SFTP_PERMIT_CHOWN=1
USER=informix
SHELL=/usr/bin/ksh
SSH_CLIENT=11.1.7.79 49323 22
SSH_CONNECTION=11.1.7.79 49323 11.1.60.208 22
TERM=vt100
PWD=/informix
TZ=EAT-8
SFTP_PERMIT_CHMOD=1
LINES=46
INFORMIXDIR=/informix
INFORMIXSERVER=on_ids10
# ls
.jvm.bin .sh_history DBLD IDS10FC9HPIT.tarREADME.html SVR_ADM ids_install lost+found
.profile CSDK ICONNECT JDBC SERVER bundle.ini images suite.jar
# ./ids_install
Initializing InstallShield Wizard........
Launching InstallShield Wizard........
Please read the information below.
This installation MUST be run as root.
Please try again as the root user.
Press 3 to Cancel or 4 to Redisplay
1. Yes
2. No
Do you want to exit? 1
An unhandled error occurred -- specify system property "is.debug" for more information.
# id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7(lp),20(users)
# ls
.jvm.bin .sh_history DBLD IDS10FC9HPIT.tarREADME.html SVR_ADM ids_install lost+found
.profile CSDK ICONNECT JDBC SERVER bundle.ini images suite.jar
# cd SERVER
# ls
IIF.jar doc installserverserver.ini
# ./installserver
Initializing InstallShield Wizard........
Launching InstallShield Wizard........
Welcome to the InstallShield Wizard for IBM Informix Dynamic Server
The InstallShield Wizard will install IBM Informix Dynamic Server on your
computer.
To continue, choose Next.
IBM Informix Dynamic Server
IBM Corporation
http://www.ibm.com
Press 1 for Next, 3 to Cancel or 4 to Redisplay
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,
后面的没有问题。还请各位给分析一下为什么出现这个错误。
An unhandled error occurred -- specify system property "is.debug" for more information.
检查下这个文件里的内容吧.. 回复 5# liaosnet
这好像不是个文件吧。 回复 6# yunzhongyue
使用ids_install 可以附选CSDK/I-CONN等组件安装,也许是这些文件出了些问题....这个安装应该是有日志记录的..一般是在/tmp目录下...
页:
[1]