本次测试环境:操作系统 oracle linux 6.9   oracle ebs 12.1.1   192.168.20.210  erpapp1.hthorizon.com erpapp1

yum安装依赖的rpm包,关于用户和组会自动创建,以及修改系统核心参数及limit

 准备yum安装相关依赖rpm包,参考Oracle E-Business Suite Installation and Upgrade Notes Release  (12.1.) for Linux x86- (文档 ID 761566.1)
wget http://public-yum.oracle.com/public-yum-ol6.repo
[ol6_latest] name=Oracle Linux $releasever Latest ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/ gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 gpgcheck= enabled= [ol6_addons] name=Oracle Linux $releasever Add ons ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/ gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 gpgcheck= enabled= [ol6_UEK_latest] name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch) baseurl=http://public-yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/ gpgkey=http://public-yum.oracle.com/RPM-GPG-KEY-oracle-ol6 gpgcheck= enabled= yum install oracle-ebs-server-R12-preinstall

创建相关目录及授权

mkdir -p /u01/app/inst
chown -R oracle:oinstall /u01
chmod -R 775 /u01/

  bug预修复

bug修复,oracle linux 6.9 unzip 6.0版本太高不识别
R12 Rapid Install Failing With "RC-20200: Fatal: Could not find Unzip. At this time only Native UnZip 5.X is supported." (文档 ID 1455077.1)
mv /usr/bin/unzip /usr/bin/unzip-ver6
Attempting to Start Apache (adapcctl.sh) Throws an 'Error While Loading Shared Libraries: libdb.so.2' on Linux (文档 ID 879522.1)
R12 Rapidwiz Postinstall Steps Http, Login page, Virtual directory, JSP, Help Page Fails (文档 ID 414414.1)
Http, Login page, Virtual directory, JSP, Help Page服务启动不起来,需要建下面软连接
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2

  

下面进行安装单节点多用户安装到https://edelivery.oracle.com/EPD/Search/handle_go下载Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x86-64-bit
下载完以后编译脚本解压

 cat .sh
unzip V15683-01_1of3.zip ;
unzip V15683-01_2of3.zip ;
unzip V15683-01_3of3.zip ;
unzip V15682-01_1of3.zip ;
unzip V15682-01_2of3.zip ;
unzip V15682-01_3of3.zip ;
unzip V15681-01_1of3.zip ;
unzip V15681-01_2of3.zip ;
unzip V15681-01_3of3.zip ;
unzip V15680-01_1of3.zip ;
unzip V15680-01_2of3.zip ;
unzip V15680-01_3of3.zip ;
unzip V15688-01_1of2.zip ;
unzip V15688-01_2of2.zip ;
unzip V15687-01_1of3.zip ;
unzip V15687-01_2of3.zip ;
unzip V15687-01_3of3.zip ;
unzip V15685-01_1of3.zip ;
unzip V15685-01_2of3.zip ;
unzip V15685-01_3of3.zip ;
unzip V15684-01_1of3.zip ;
unzip V15684-01_2of3.zip ;
unzip V15684-01_3of3.zip ;
unzip V15691-01_1of3.zip ;
unzip V15691-01_2of3.zip ;
unzip V15691-01_3of3.zip ;
unzip V15690-01_1of3.zip ;
unzip V15690-01_2of3.zip ;
unzip V15690-01_3of3.zip ;
unzip V15689-.zip ;
unzip V35224-01_1of3.zip ;
unzip V35224-01_2of3.zip ;
unzip V35224-01_3of3.zip ;
unzip B53824-01_1of4.zip ;
unzip B53824-01_2of4.zip ;
unzip B53824-01_3of4.zip ;
unzip B53824-01_4of4.zip ;
unzip V15686-01_1of3.zip ;
unzip V15686-01_2of3.zip ;
unzip V15686-01_3of3.zip ;

解压完毕以后目录如下

[applmgr@erpapp1 soft]$ ls
oraAppDB oraApps oraAS oraDB startCD

  root用户进行安装

 export DISPLAY=192.168.20.200:0.0
cd /u01/soft/startCD/Disk1/rapidwiz
./rapidwiz

  

ebs 12.1.1 单节点多用户安装的更多相关文章

  1. windows单节点下安装es集群

    linux下的es的tar包,拖到windows下,配置后,启动bin目录下的bat文件,也是可以正常运行的. 从linux下拷的tar包,需要修改虚拟机的内存elasticsearch.in.bat ...

  2. Oracle单节点_Grid_Infrastructure_DB_安装过程图解(三/三)

    接上文: Oracle单节点_Grid_Infrastructure_DB_安装过程图解(二/三)

  3. Oracle单节点_Grid_Infrastructure_DB_安装过程图解(一/三)

    首先进行各种准备: ASMLIB的准备,用户和目录的创建. 安装好Linux之后(采用了OEL 5.7),查看是否光盘中包含ASMLIB:

  4. Oracle单节点_Grid_Infrastructure_DB_安装过程图解(二/三)

    接上文 Oracle单节点_Grid_Infrastructure_DB_安装过程图解(一/三) 接下来,进行Grid Infrastructure 部分的安装:

  5. 单节点FastDFS安装

    环境:centos7 1.什么是分布式文件系统 分布式文件系统(Distributed File System)是指文件系统管理的物理存储资源不一定直接连接在本地节点上,而是通过计算机网络与节点相连. ...

  6. Openstack Grizzily 单节点测试机安装( All In One CentOS/RHEL)

    Openstack Grizzily版本已经相当完善,根据官方文档安装基本不存在什么问题,但是想快速测试了解Openstack功能的用户非常多,devstack的安 装需要check最新的代码,时常碰 ...

  7. HBase单节点的安装与配置

    HBase的安装配置1.下载:http://mirror.bit.edu.cn/apache/hbase/stable/   hbase-1.2.6-bin是直接编译好的,直接安装.   hbase- ...

  8. kafka单节点的安装,部署,使用

    1.kafka官网:http://kafka.apache.org/downloads jdk:https://www.oracle.com/technetwork/java/javase/downl ...

  9. 二、hdfs单节点安装

    一.准备环境 在配置hdfs之前,我们需要先安装好hadoop的配置,本文主要讲述hdfs单节点的安装配置. hadoop的单节点安装配置请参考:https://www.cnblogs.com/lay ...

随机推荐

  1. bzoj千题计划312:bzoj2119: 股市的预测(后缀数组+st表)

    https://www.lydsy.com/JudgeOnline/problem.php?id=2119 题意:将给定数组差分后,求ABA形式的字串个数,要求|B|=m,|A|>0 1.后缀数 ...

  2. Kudu系列-基础

    Apache Kudu 支持Insert/Update/Delete 等写操作(Kudu 随机写效率也很高, 实测对一个窄表做全字段update, 其速度达到了Insert速度的88%, 而verti ...

  3. python基础 range()与np.arange()

    range()返回的是range object,而np.nrange()返回的是numpy.ndarray() range尽可用于迭代,而np.nrange作用远不止于此,它是一个序列,可被当做向量使 ...

  4. C++ primer 11章关联容器

    map set multimap (关键字可重复出现) multiset 无序 unordered_map  (用哈希函数组织的map) unordered_set unordered_multima ...

  5. 用PHP来获取access_token

    $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=".A ...

  6. 利用openpyxl模块来操作Excel

    python 读写 excel 有好多选择,但是,方便操作的库不多,在我尝试了几个库之后,我觉得两个比较方便的库分别是 xlrd/xlwt.openpyxl. 之所以推荐两个库是因为这两个库分别操作的 ...

  7. luogu P3234 [HNOI2014]抄卡组

    传送门 nmdwsm 自己看吧,不想写了qwq 垃圾代码如下 和题解完全不一样 #define LL long long #define uLL unsigned long long #define ...

  8. python写商品管理练习

    #.添加 #.商品名称 #.要从文件里面把所有的商品读出来 #.价格 #.写一个方法判断是否为合理的价格 #.数量 #整数 # product = { # "爱疯差":{ # &q ...

  9. python之字典的增删改查

    Python字典是另一种可变容器模型,且可存储任意类型对象,如字符串.数字.元组等其他容器模型.字典都是无序的,但查询速度快. 字典是一个key/value的集合,key可以是任意可被哈希(内部key ...

  10. ListBox、ListCtrl

    设置编辑框滚动条在最新的位置 //CEdit* editBox=(CEdit*)GetDlgItem(IDC_EDIT_RECV); //(editBox->LineScroll(editBox ...