当前位置:首页 > 数据库 > RHEL6.5安装Oracle Tuxedo

RHEL6.5安装Oracle Tuxedo

数据库5年前 (2018-06-08)

RHEL6.5安装Oracle Tuxedo

实验环境

操作系统:RedHat Enterprise Linux 6.5

虚拟机:VMware ESXi 6.5

中间件:Oracle Tuxedo 11g R1 11.1.3.0


环境配置

系统分区

RHEL6.5安装Oracle Tuxedo


创建用户和组

groupadd tuxedo
useradd tuxedo -g tuxedo
passwd tuxedo


上传tuxedo安装源到root目录下

RHEL6.5安装Oracle Tuxedo


创建文件夹并加权限

mkdir -p /home/tuxedo
chown -R tuxedo:tuxedo /home/tuxedo
mv /root/tuxedo111130_64_Linux_01_x86.bin /home/tuxedo
cd /home/tuxedo
chmod 755 tuxedo111130_64_Linux_01_x86.bin


检查权限

id tuxedo

RHEL6.5安装Oracle Tuxedo

ls -ld /home/tuxedo/

RHEL6.5安装Oracle Tuxedo


解决安装时提示strings: '/lib/libc.so.6': No such file错误

find / -name libc.so.6
ln -s /lib64/libc.so.6 /lib/libc.so.6


安装过程

su - tuxedo
./tuxedo111130_64_Linux_01_x86.bin -i console

没有图形化安装,使用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.3.0                 (created with InstallAnywhere by Macrovision)
-------------------------------------------------------------------------------

===============================================================================
Introduction
------------
InstallAnywhere will guide you through the Tuxedo 11.1.1.3.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.3.0 installation.You 
must re-install  Tuxedo 11.1.1.3.0. For more information, see "Preparing to 
Install the Oracle Tuxedo System" in the  Tuxedo 11.1.1.3.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选择完整安装


===============================================================================
Choose Oracle Home
------------------

    1- Create new Oracle Home

Enter a number: 1
Specify a new Oracle Home directory: /home/tuxedo

输入1,创建一个新的oracle home

输入oracle home目录的路径 /home/tuxedo


===============================================================================
Choose Product Directory
------------------------

    1- Modify Current Selection (/home/tuxedo/tuxedo11gR1)
    2- Use Current Selection (/home/tuxedo/tuxedo11gR1)

Enter a number: 2
Install Samples (Y/N): y

输入1为修改当前目录,输入2为使用当前目录,这里输入2

是否安装例子,输入y


===============================================================================
Pre-Installation Summary
------------------------

Please Review the Following Before Continuing:

Product Name:
    Tuxedo 11.1.1.3.0

Install Folder:
    /home/tuxedo/tuxedo11gR1

Link Folder:
    /home/tuxedo

Required Space:
    187 MB

Available Space:
    50126 MB

PRESS <ENTER> TO CONTINUE:

安装信息汇总,回车继续


===============================================================================
Ready To Install
----------------

InstallAnywhere is now ready to install Tuxedo 11.1.1.3.0 onto your system at 
the following location:

   /home/tuxedo/tuxedo11gR1

PRESS <ENTER> TO INSTALL:

开始安装,回车


===============================================================================
Installing...
-------------

 [==================|==================|==================|==================]
 [------------------|------------------|------------------|------------------]

===============================================================================
Configure tlisten Service
-------------------------

Password:         
 Verify Password:         
Password Accepted! Please wait...

输入密码,12345678


===============================================================================
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

是否使用SSL,输入2不使用


===============================================================================
Installation Complete
---------------------

Congratulations. Tuxedo 11.1.1.3.0 has been successfully installed to:

   /home/tuxedo/tuxedo11gR1

PRESS <ENTER> TO EXIT THE INSTALLER:

回车,安装完成


测试

cd /home/tuxedo/tuxedo11gR1
chmod 755 tux.env
source tux.env
env |grep TUX

RHEL6.5安装Oracle Tuxedo

tmadmin -v

RHEL6.5安装Oracle Tuxedo

本站所有文章均可随意转载,转载时请保留原文链接及作者。

本文链接:https://www.vos.cn/db/220.html

相关文章

Fedora Workstation 23安装提示Failed to load ldlinux.c32错误

Fedora Workstation 23安装提示Failed to load ldlinux.c32错误

 以前使用u盘安装系统,选择刻录软件均为UltraISO,很是好用,但是今天刻录安装fedora23的时候,一直提示Boot failed:please change&n...

台式机使用u盘安装chromeos第三方cloudready

台式机使用u盘安装chromeos第三方cloudready

 首先准备好一个8G或者16G的u盘https://www.neverware.com/freedownload下载32位或者64位的系统将下载好的文件解压出bin格式的文件本地需要安装ch...

CentOS7安装cacti

CentOS7安装cacti

网上有一种叫cactiez的集成版本,rrd组件一直有问题,版本也太老,于是就想着重新搭建一个环境试试配置环境关闭Selinux vi /etc/selinux/config 将SELI...

CentOS7 Samba配置

CentOS7 Samba配置

在RAID的基础上搭建samba服务提供文件共享参数介绍[global] workgroup = 工作组名称 server string = 服务...

CentOS7 NFS配置

CentOS7 NFS配置

网络文件系统(Network File System)是一种将远程主机上的分区(目录)经网络挂载到本地的一种机制,通过对网络文件系统的支持,用户可以在本地系统上像操作本地分区一样来对远程主机的共享分区...

CentOS 7转换为OEL 7

CentOS 7转换为OEL 7

参考官方提供的脚本,支持将CentOS 5, 6, 7转换为使用UEK(Unbreakable Enterprise Kernel)的Oracle Enterprise Linux转换系统curl&n...