共计 5769 个字符,预计需要花费 15 分钟才能阅读完成。
丸趣 TV 小编给大家分享一下 EBS R12.2.7 如何安装文档,希望大家阅读完这篇文章之后都有所收获,下面让我们一起去探讨吧!
1 操作系统安装
1.1 参考官档
? Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-
64 (My Oracle Support Knowledge Document 1330701.1)
?Doc 1330701.1,E-Business Suite Pre-Install RPM (available for Oracle Linux 5, 6 and 7).
1.2 安装过程略。
1.3 系统检查
1 检查 swap 大于 16G:
# grep SwapTotal /proc/meminfo
SwapTotal: 16383996 kB
2 检查 hosts 文件
# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.x.x ebs-demo.xxx.xxx.com ebs-demo
3 检查并修改 /etc/sysconfig/network 文件
hostname=ebs-demo.xxx.xxx
4 检查默认 network 文件,如果存在,则移除
cat /etc/sysconfig/networking/profiles/default/network
cat: /etc/sysconfig/networking/profiles/default/network: No such file or directory
5 检查线程模式是否设置为 NPTL:
# getconf GNU_LIBPTHREAD_VERSION
NPTL 2.17
6 检查 OPMN 端口冲突
# netstat -a |grep 6000
命令输出为空,表示无端口冲突。
7 检查 /etc/services
为了避免 Oracle Home 安装时出现 Java 堆栈溢出的 BUG,
需要对 /etc/services 文件进行如下处理:
# cp /etc/services /etc/services.20180314.bak (备份)
# cd /etc/
# cat services|grep -v ^# |awk -F # {print $1} servies1
# cat services|grep -v # services1
# mv services1 services
处理完成后计算 services 文件的行数为 171 行(仅供参考)。
1.4 备份操作系统环境,作为以后的多节点模版。
2 安装介质整理
2.1 参考官档
? Oracle E-Business Suite Installation Guide: Using Rapid Install Part Number E22950-29
? Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2 to prepare
your environment for running Rapid Install.
? Document 1594274.1, Oracle E-Business Suite Release 12.2: Consolidated List of
Patches and Technology Bug Fixes.
? Document 1378579.1, Troubleshooting Rapid Install for E-Business Suite Release 12.2.
2.2 舞台区处理
2.2.1 创建舞台区并上传安装文件
/u01/Stage122/INS(安装文件解压路径)
/u01/Stage122/zip(安装文件压缩包)
2.2.2 StartCD Patch
参考官档:
Oracle E-Business Suite Release 12.2.7 Readme (文档 ID 2230783.1)
Section 1: Preparation
(Patch 22066363, RAPID INSTALL STARTCD 12.2.0.51)
1 下载安装包并上传至服务器
2 找到旧的安装包
# ls V100052*
V100052-01_1of3.zip V100052-01_2of3.zip V100052-01_3of3.zip
3 将旧安装包移出 zip 文件夹
mkdir -p /u01/Stage122/patch/old_startCD
mv /u01/Stage122/zip/V100052* /u01/Stage122/patch/old_startCD/
4 上传新安装包,解压出 startCD 文件夹,并将文件夹放到 /u01/Stage122/INS 目录下
注意是 INS 目录下,不是 zip 目录下
5 验证 startCD md5 码,参考文档:文档 ID 1505510.1
将 startCD 的 md5 码文件下载到 /u01/Stage122/INS 目录下
即解压后的 startCD 目录的上级目录
md5sum –check 12.2.0.51_startCD.txt md5sum_result.txt
无任何输出,检查 md5sum_result.txt 文件,无 FAIL 选项,则校验通过。
(校验通过)
2.2.3 验证安装包 MD5 码
1 登录 https://edelivery.oracle.com
2 找到 Oracle E-Business Suite 12.2.7.0.0
3 点击 Hide Digest Details
4 复制安装包 MD5 码至 txt 文件
5 服务器登录 /u01/Stage122/zip
6 输入 md5sum *
7 将输出结果与官网下载的 md5 码结果进行比对
(校验通过)
2.2.4 运行 buildStage.sh 脚本
cd /u01/Stage122/zip/startCD/Disk1/rapidwiz/bin
./buildStage.sh
选择第一项
选择第二项
提示输入,安装文件路径,输入 /u01/Stage122/zip
解压完成,回车继续其他任务
红圈:Stage area verified
(校验通过)
复制补丁,选 2
选平台
回车退出
退出菜单
2.2.5 在运行完 buildStage.sh 脚本后,验证解压后安装文件的 MD5 码
MD5 Checksums for R12.2 Rapid Install Media (文档 ID 1505510.1)
1 从官档下载校验文件,并上传到 INS 文件夹下
2 cd /u01/Stage122/INS
md5sum –check R12_2_-_Linux_x86-64_-_OL7.txt md5sum_result_R12_2.txt
(BUG:最新的官方文档只能下载 11.2.0.3 版本的 DB 的校验文件,故搁置。)
2.2.6 修补舞台区
参考官档:E22950-29
After running the buildStage script, you should patch the stage area with the latest
consolidated fixes since the release of the current StartCD. For StartCD 12.2.0.51, the
consolidated fixes are delivered in Patch 25525148.
1 将补丁文件 p25525148_R12_GENERIC.zip 上传至目录:
/u01/Stage122/patch/new_startCD
解压
2 cd /u01/Stage122/patch/new_startCD/25525148
# ./patchRIStage.sh
Patch directory is /u01/Stage122/patch/new_startCD/25525148
Enter the location of the Rapid Install Stage area:/u01/Stage122/INS/
… …
Completed patching of the Rapid Install Stage area /u01/Stage122/INS/
(补丁安装完成)
3 安装 Oracle EBS R12.2.0
3.1 系统资源限制设置
# vi /etc/security/limits.conf
* hard nofile 65536
* soft nofile 4096
* hard nproc 16384
* soft nproc 2047
* hard stack 16384
* soft stack 10240
3.2 创建用户和组
# groupadd -g 1090 oinstall
# groupadd -g 1080 asmadmin
# groupadd -g 1070 asmdba
# groupadd -g 1060 asmoper
# groupadd -g 1010 dba
# groupadd -g 1020 oper
# groupadd -g 2010 applgrp
# useradd -g oinstall -G dba,oper,asmadmin,asmdba -d /home/oracrp oramgr
# useradd -g applgrp -G dba -d /home/applcrp applmgr
# chown oracrp:dba /u01/DEMO
* 如果 noboy 用户不存在,创建它
cat /etc/passwd|grep nobody
useradd nobody(如果不存在,通过此命令创建)
3.3 oraInventory 处理
# vi /etc/oraInst.loc
inventory_loc=/u01/CRP/oraInventory
inst_group=oinstall
# mkdir -p /u01/CRP/oraInventory
# chmod -fR 777 /u01/CRP/oraInventory
# ls -al /u01/CRP/oraInventory
3.4 安装 R12.2.0
参考:E22950-29
3.4.1 安装 java
yum install java-1.8.0-openjdk.x86_64
3.4.2 欢迎界面
cd /u01/Stage122/INS/startCD/Disk1/rapidwiz
./rapidwiz
3.4.3 操作向导
(图片无法上传,有疑问请 q 我,QQ:156580801)3.4.4 Oracle 配置管理清单(去掉对钩)
3.4.5 3.4.6 3.4.73.4.8
3.4.9 3.4.10 3.4.11 3.4.123.4.13 设置密码:weblogic/weblogic1 applcrp/applcrp
默认密码:weblogic/welcome1
apps/apps
applsys/apps
apps_ne/apps
system/manager
sys/change_on_install
sysadmin/sysadmin
abm/abm, ahl/ahl … zsa/zsa, zx/zx (and all products in between)
3.4.14
3.4.15
3.4.16 3.4.17 开始安装 3.4.18 3.4.19 3.4.20 3.5 登录测试与备份3.5.1 配置环境变量
3.5.2 登录 EBS WEB 页面并检查并发管理器有无异常
3.5.3 登录 Webservices 检查服务状态
3.6 备份
停应用和数据库,对 CRP 文件夹进行打包:
4 升级 R12.2.7
参考文档:Oracle E-Business Suite Release 12.2.7 Readme (文档 ID 2230783.1)
4.1 应用数据库补丁并更新初始化参数
4.1.1 应用必须的数据库补丁
1 下载 ETCC 补丁:p17537119_R12_GENERIC.zip
2 解压,并进入补丁根目录
3 确保数据库和监听正常运行
4 进入脚本目录运行检查脚本
./checkDBpatch.sh
5 下载最新的 OPatch 并应用,OPatch 补丁号 P6880880
6 应用下列推荐补丁集合
===============================================================================
PATCH RECOMMENDATION SUMMARY
===============================================================================
The default patch recommendations to install these missing bugfixes are:
——————————————————————————-
Oracle Database Release 12.1.0.2 (No PSU applied)
——————————————————————————-
8 补丁应用完成后,重新运行 ETCC 检查
All the required one-off bugfixes are present in Database ORACLE_HOME.
出现以上提示,DB 层补丁应用完成。
4.1.2 应用必须的应用层补丁
1 不需要更新应用层的
2 启动数据库层和应用层
3 运行检查脚本
su – applcrp
cd /u01/Stage122/patch/1-etcc/etcc_script
./checkMTpatch.sh
错误 1:LsInventorySession failed: OracleHomeInventory gets null oracleHomeInfo
oraInventory 没有 appl 用户的读写权限,修改权限后错误解决
看完了这篇文章,相信你对“EBS R12.2.7 如何安装文档”有了一定的了解,如果想了解更多相关知识,欢迎关注丸趣 TV 行业资讯频道,感谢各位的阅读!