一、程序路径:
二、安装步骤:
1)linux上新增tuxedo用户:
useradd tuxedo -d /home/tuxedo -g oinstall
2)创建tuxedo程序目录
mkdir /midapps
chmod 777 /midapps
3)上传安装包tuxedo111120_64_Linux_01_x86.bin到/home/tuxedo路径:
cd /home/tuxedo/
4)安装包赋权
chown tuxedo:oinstall tuxedo111120_64_Linux_01_x86.bin
5)执行安装命令
[14:55:34 root()@TEST tuxedo]# ./tuxedo111120_64_Linux_01_x86.bin -i console
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- English
CHOOSE LOCALE BY NUMBER: 1 //选择1
===============================================================================
Tuxedo 11.1.1.2.0 (created with InstallAnywhere by Macrovision)
——————————————————————————-
===============================================================================
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 with
this installation.
Enter “next’ to proceed to the next screen. Enter “back” to modify the previous
screen.
You may cancel this installation at any time by typing “quit”.
WARNING: “Quitting” creates an incomplete Tuxedo 11.1.1.2.0 installation.You
must re-install Tuxedo 11.1.1.2.0. For more information, see “Preparing to
Install the Oracle Tuxedo System” in the Tuxedo 11.1.1.2.0 Installation Guide.
PRESS <ENTER> TO CONTINUE: //默认回车
===============================================================================
Choose Install Set
——————
Please choose the Install Set to be installed by this installer.
->1- Full Install
2- Server Install
3- Full Client Install
4- Jolt Client Install
5- ATMI Client Install
6- CORBA Client Install
7- Customize…
ENTER THE NUMBER FOR THE INSTALL SET, OR PRESS <ENTER> TO ACCEPT THE DEFAULT
: 1 //选择1 全部安装
===============================================================================
Choose Oracle Home
——————
1- Create new Oracle Home
Enter a number: 1 //选择1
Specify a new Oracle Home directory: /midapps/tuxedo
===============================================================================
Choose Product Directory
————————
1- Modify Current Selection (/midapps/tuxedo/tuxedo11gR1)
2- Use Current Selection (/midapps/tuxedo/tuxedo11gR1)
Enter a number: 2 //选择2 1-修改目录,2-默认目录
Install Samples (Y/N): Y //选择Y
===============================================================================
Pre-Installation Summary
————————
Please Review the Following Before Continuing:
Product Name:
Tuxedo 11.1.1.2.0
Install Folder:
/midapps/tuxedo/tuxedo11gR1
Link Folder:
/root
Disk Space Information (for Installation Target):
Required: 195,153,672 bytes
Available: 51,555,946,496 bytes
PRESS <ENTER> TO CONTINUE: //回车
===============================================================================
Ready To Install
—————-
InstallAnywhere is now ready to install Tuxedo 11.1.1.2.0 onto your system at
the following location:
/midapps/tuxedo/tuxedo11gR1
PRESS <ENTER> TO INSTALL: //回车
===============================================================================
Installing…
————-
[==================|==================|==================|==================]
[——————|——————|——————|——————]
===============================================================================
Configure tlisten Service
————————-
Password:
Verify Password: tuxedo
Password Accepted! Please wait…
===============================================================================
SSL Installation Choice.
————————
Would you like to install SSL Support?
->1- Yes
2- No
ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:
: 2 //选择2,不需要SSL
===============================================================================
Installation Complete
———————
Congratulations. Tuxedo 11.1.1.2.0 has been successfully installed to:
/midapps/tuxedo/tuxedo11gR1
PRESS <ENTER> TO EXIT THE INSTALLER: //回车,安装完成
[15:04:29 root()@TEST tuxedo]#