当前位置:文档之家› Tuxedo安装与配置v1

Tuxedo安装与配置v1

湖南IP网认证计费系统中间件安装与配置手册1、Tuxedo安装1.1、所需软件●Tuxedo 8.1或者以后的版本Oracle Tuxedo 11gR1的软件包(tuxedo111120_64_aix_53_ppc.bin),下载地址:/otn/bea/tuxedo/11g/111120/tuxedo111120_64_aix_53_ppc.bin●Oracle客户端●Altibase客户端●gcc编译器●License文件License文件Tuxedo 10gR3之后不需要1.2、软件安装1.2.1、选择控制台安装(非图形方式)$lstuxedo111120_64_aix_53_ppc.bin$ ./tuxedo111120_64_aix_53_ppc.bin -i console1.2.2、选择安装语言Preparing to install...Extracting the JRE from the installer archive...Unpacking the JRE...Extracting the installation resources from the installer archive...Configuring the installer for this system's environment...Launching installer...Preparing CONSOLE Mode Installation...============================================================= Choose Locale...----------------->1- EnglishCHOOSE LOCALE BY NUMBER: 1(语言为英文)============================================================= Tuxedo 11.1.1.2.0 (created with InstallAnywhere by Macrovision)1.2.3、同意协议============================================================== Introduction------------InstallAnywhere will guide you through the Tuxedo 11.1.1.2.0 installation.It is strongly recommended that you quit all programs before continuing withthis installation.Enter "next' to proceed to the next screen. Enter "back" to modify the previousscreen.You may cancel this installation at any time by typing "quit".WARNING: "Quitting" creates an incomplete Tuxedo 11.1.1.2.0 installation.Youmust re-install Tuxedo 11.1.1.2.0. For more information, see "Preparing toInstall the Oracle Tuxedo System" in the Tuxedo 11.1.1.2.0 Installation Guide.PRESS <ENTER> TO CONTINUE:显示许可协议内容(一直回车)DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): y(输入y同意协议)============================================================= Choose Install Set------------------1.2.4、选择安装方式Please choose the Install Set to be installed by this installer.->1- Full Install2- Server Install3- Full Client Install4- Jolt Client Install5- ATMI Client Install6- CORBA Client Install7- Customize...ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: 1(完全安装:包括server和client两个组件,安装在一台机器上)1.2.5、创建目录============================================================= Choose Oracle Home------------------1- Create new Oracle Home2- Use existing Oracle HomeEnter a number: 1(创建一个新目录)Specify a new Oracle Home directory: /app1/tux11g1.2.6、选择产品目录============================================================== Choose Product Directory------------------------1- Modify Current Selection (/app1/tux11g/tuxedo11gR1)2- Use Current Selection (/app1/tux11g/tuxedo11gR1)Enter a number: 1(修改)Specify Product Installation Directory: /home/tuxedo/tux11gInstall Samples (Y/N): Y1.2.7、安装预览============================================================== Pre-Installation SummaryPlease Review the Following Before Continuing:Product Name:Tuxedo 11.1.1.2.0Install Folder:/home/tuxedo/tux11gLink Folder:/home/tuxedoDisk Space Information (for Installation Target):Required: 209,943,511 bytesAvailable: 2,432,757,760 bytesPRESS <ENTER> TO CONTINUE:(回车,继续安装)=============================================================1.2.8、软件安装进度开始Ready To Install----------------InstallAnywhere is now ready to install Tuxedo 11.1.1.2.0 onto your system atthe following location:/home/tuxedo/tux11gPRESS <ENTER> TO INSTALL:(回车,安装软件)1.2.9、安装进度结束============================================================= Installing...-------------[==================|==================|==================|====== ============][------------------|------------------|------------------|------------------]1.2.10、配置监听密码============================================================== Configure tlisten Service-------------------------Password: hniiosbea(tlisten密码,这个tlisten是在集群环境下使用的)Verify Password: hniiosbea(tlisten密码,这个tlisten是在集群环境下使用的)Password Accepted! Please wait...1.2.11、配置ssl支持============================================================= SSL Installation Choice.------------------------Would you like to install SSL Support?->1- Yes2- NoENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT: : 2(不支持ssl)1.2.12、安装完成============================================================= Installation Complete---------------------Congratulations. Tuxedo 11.1.1.2.0 has been successfully installed to:/home/tuxedo/tux11gPRESS <ENTER> TO EXIT THE INSTALLER:(回车,退出)[tuxedo@node1 ~]$1.3、安装完成后确认$ lsbin cobinclude help include inventory jre liblocale logs registry.xml samples tux.env udataobj uninstaller$ pwd/home/tuxedo/tux11g确认安装是否成功,可以用两种方法:1. 用tmadmin检查一下,如果执行不出错说明OK;2. 部署simpapp应用进行测试,运行成功,说明OK .执行命令检查首先要设置一下环境变量,执行自动产生的脚本tux.env即可:$ . ./tux.env$ tmadmin -vINFO: Oracle Tuxedo, Version 11.1.1.2.0, 32-bit, Patch Level (none)部署simpappSimpapp是一个产品自带的示例程序,功能是将客户端发过来的小写字符串改为大写字符串之后再返回给客户端。

相关主题