Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

EBS R12.2.7 documentation on how to install

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

Editor to share with you how to install EBS R12.2.7 documentation, I hope you will learn something after reading this article, let's discuss it together!

1 operating system installation

1.1 reference file

? Oracle E-Business Suite Installation and Upgrade Notes Release 1212.2 for Linux x86-

64 (My Oracle Support Knowledge Document 1330701.1)

? Doc 1330701.1 available for Oracle Linux Business Suite Pre-Install RPM (available for Oracle Linux 5,6 Business 7).

1.2 the installation process is slight.

1.3 system check

1 check that the swap is greater than 16G:

# grep SwapTotal / proc/meminfo

SwapTotal: 16383996 kB

2 check the hosts file

# 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 check and modify / etc/sysconfig/network file

Hostname=ebs-demo.xxx.xxx

4 check the default network file and remove it if it exists

Cat / etc/sysconfig/networking/profiles/default/network

Cat: / etc/sysconfig/networking/profiles/default/network: No such file or directory

5 check whether the thread mode is set to NPTL:

# getconf GNU_LIBPTHREAD_VERSION

NPTL 2.17

6 check OPMN port conflicts

# netstat-a | grep 6000

The command output is empty, indicating that there is no port conflict.

7 check / etc/services

To avoid BUG with Java stack overflow during Oracle Home installation

The / etc/services file needs to be processed as follows:

# cp / etc/services / etc/services.20180314.bak (backup)

# cd / etc/

# cat services | grep-v "^ #" | awk-F'#'{print $1}'> > servies1

# cat services | grep-v "#" > > services1

# mv services1 services

The number of lines in the services file calculated after processing is 171 (for reference only).

1.4 back up the operating system environment as a future multi-node template.

2 installation media finishing

2.1 reference official file

? 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 stage area processing

2.2.1 create the stage area and upload the installation file

/ u01/Stage122/INS (installation file decompression path)

/ u01/Stage122/zip (install file package)

2.2.2 StartCD Patch

Reference to official files:

Oracle E-Business Suite Release 12.2.7 Readme (document ID 2230783.1)

Section 1: Preparation

(Patch 22066363, RAPID INSTALL STARTCD 12.2.0.51)

1 download and upload the installation package to the server

2 find the old installation package

# ls V100052*

V100052-01_1of3.zip V100052-01_2of3.zip V100052-01_3of3.zip

3 move the old installation package out of the zip folder

Mkdir-p / u01/Stage122/patch/old_startCD

Mv / u01Compact Stage122 Universe ZipUniverse V100052* / u01/Stage122/patch/old_startCD/

4 upload the new installation package, extract the startCD folder, and place the folder in the / u01/Stage122/INS directory

Note that it is under the INS directory, not the zip directory

5 verify startCD md5 code, refer to document: document ID 1505510.1

Download the startCD MD5 code file to the / u01/Stage122/INS directory

That is, the parent directory of the extracted startCD directory

Md5sum-- check 12.2.0.51_startCD.txt > md5sum_result.txt

No output, check the md5sum_result.txt file, no FAIL option, then the check passed.

(check passed)

2.2.3 verify the installation package MD5 code

1 Log in to https://edelivery.oracle.com

2 find Oracle E-Business Suite 12.2.7.0.0

3 Click Hide Digest Details

4 copy the installation package MD5 code to the txt file

5 Server login / u01/Stage122/zip

6 enter md5sum *

7 compare the output result with the md5 code result downloaded from the official website

(check passed)

2.2.4 run the buildStage.sh script

Cd / u01/Stage122/zip/startCD/Disk1/rapidwiz/bin

. / buildStage.sh

Select the first item

Select the second item

Prompt for input, install file path, enter / u01/Stage122/zip

Decompression completed, enter to continue other tasks

Red circle: Stage area verified

(check passed)

Copy the patch, select 2

Select platform

Enter to exit

Exit the menu

2.2.5 verify the MD5 code of the unzipped installation file after running the buildStage.sh script

MD5 Checksums for R12.2 Rapid Install Media (document ID 1505510.1)

1 download the verification file from the official file and upload it to the INS folder

2 cd / u01/Stage122/INS

Md5sum-- check R12_2_-_Linux_x86-64_-_OL7.txt > md5sum_result_R12_2.txt

(BUG: the latest official document can only download the verification file of version 11.2.0.3 of DB, so it is shelved. )

2.2.6 repair the stage area

Reference file: 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 upload the patch file p25525148_R12_GENERIC.zip to the directory:

/ u01/Stage122/patch/new_startCD

Decompression

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/

(patch installation completed)

3 install Oracle EBS R12.2.0

3.1 system resource limit settings

# 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 create users and groups

# 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

* if the noboy user does not exist, create it

Cat / etc/passwd | grep nobody

Useradd nobody (created by this command if it does not exist)

3. 3 oraInventory treatment

# 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 install R12.2.0

Reference: E22950-29

3.4.1 install java

Yum install java-1.8.0-openjdk.x86_64

3.4.2 Welcome interface

Cd / u01/Stage122/INS/startCD/Disk1/rapidwiz

. / rapidwiz

3.4.3 Operation Wizard

(the picture cannot be uploaded, if you have any questions, please Q me, QQ:156580801)

3.4.4 Oracle configuration Management Checklist (remove hook)

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 set password: weblogic/weblogic1 applcrp/applcrp

Default password:

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 start installation

3.4.18

3.4.19

3.4.20

3.5 Login testing and backup

3.5.1 configure environment variables

3.5.2 Log in to the EBS WEB page and check the concurrency manager for exceptions

3.5.3 Log in to Webservices to check service status

3.6 backup

Stop the application and database, and package the CRP folder:

4 upgrade R12.2.7

Reference document: Oracle E-Business Suite Release 12.2.7 Readme (document ID 2230783.1)

4.1 apply database patches and update initialization parameters

4.1.1 apply necessary database patches

1 download ETCC patch: p17537119_R12_GENERIC.zip

2 decompress and enter the patch root directory

3 ensure that the database and monitoring are running properly

4 enter the script directory to run the check script

. / checkDBpatch.sh

5 download the latest OPatch and app, OPatch Patch number P6880880

6 apply the following recommended patch set

=

PATCH RECOMMENDATION SUMMARY

=

The default patch recommendations to install these missing bugfixes are:

Oracle Database Release 12.1.0.2 (No PSU applied)

8 after the patch application is complete, rerun the ETCC check

All the required one-off bugfixes are present in Database ORACLE_HOME.

When prompted above, the DB layer patch is applied.

4.1.2 Application layer patches necessary for application

1 there is no need to update the

2 start the database layer and application layer

3 run the check script

Su-applcrp

Cd / u01/Stage122/patch/1-etcc/etcc_script

. / checkMTpatch.sh

Error 1:LsInventorySession failed: OracleHomeInventory gets null oracleHomeInfo

OraInventory does not have read and write permissions for appl users. The error is resolved after modifying the permissions.

After reading this article, I believe you have some understanding of "EBS R12.2.7 how to install documentation". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report