您好,登錄后才能下訂單哦!
小編給大家分享一下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.7
3.4.8
3.4.9
3.4.10
3.4.11
3.4.12
3.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如何安裝文檔”有了一定的了解,如果想了解更多相關知識,歡迎關注億速云行業資訊頻道,感謝各位的閱讀!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。