Directory
Preface
Chapter 1 hardware preparation
Chapter 2 software preparation
Chapter III installation in 11.5.10 For Linux
Chapter 4 Maintenance and problem solving after installation
Chapter 5 release of ebs
Oracle EBS 11.5.10 Study Notes (installation)
By diri diri@ahwt.com.cn
Preface
Recently, due to the needs of external consultants, I had to install and release the company's Oracle ebs system in a few days. Before installation, I have consulted many other people's posts and installed them twice on the company's machine. What about the first time, you can enter the login page, but there is nothing in the navigator on the left after entering. The second time it was completely successful, and then a problem occurred during the external release. After research, the problem was solved. Learning is a process of getting experiences and lessons from failures. I am very grateful to the predecessors who wrote previous documents. If there are any mistakes, please point out that everyone is making progress together!
Chapter 1 hardware preparation
Our company's hardware for machine installation is mainly configured as follows:
CPU competition 2.1G
Memory 1 GB
Hard Disk 200 GB
Note: This system has high requirements on memory. The 1 GB memory is usually running at more than 950 MB, and it often reaches 100% during application operations. How big is the hard disk? My partitions are as follows:
Swap 2G
/12G
/Boot 300 m
/Stage11i 28G
/Opt 10G
/D01 130G
In short, the hard disk must be large enough. If you want to officially use it, there will be no more than 3 GB memory.
Chapter 2 software preparation:
2.1 Oracle EBS 11.5.10 System Software
: Http://edelivery.oracle.com/
2.2 operating system and third-party software
RedHat installation:
Why does RedHat AdvancedServer 3.0 use rs 3.0? Because this version has few patches and I am relatively lazy, haha.
P3006854_9204_LINUX.zip Co., http://metalink.oracle.com/
(Linux OS Patches recommended by oracle)
Jsdk1.4.2 for linux x86 http://java.sun.com/
Chapter 3 11i (11.5.10) for RedHat Installation
Section 1 RedHat 3.1 Installation
3.1.1
Install RedHat 3.0
3.1.2
Select manual partition. The created partition is as follows:
Total disk capacity (200 GB)
Basically speaking, swap space is more than twice the memory size. Don't be too large. Why don't you just set/partition instead of dividing/home and other partitions? Haha, everyone understands the truth. Others only need to be guaranteed:
11i program partition/d01> 100G
11i installation partition/Stage11i> 25G
You can.
3.1.3
In addition, do not install RedHat web servers when installing redhat components,
Other considerations:
Do not enable the firewall Function
Select graphic interface to start
Select static IP Address
3.1.4
System IP settings: 192.168.80.55 host name; erp.XXX.com
Host Name and hostname
Ping erp
Ping 192.168.80.1
Ping erp.XXX.com
Make sure that all files are accessible. If not, modify the/etc/hosts file.
192.168.80.55 erp.XXX.com erp
Note: Be sure to write the hostname erp.zpm.com with the domain name in the host name without the Domain Name
Before erp
3.1.6
Check whether a file exists
/Etc/sysconfig/networking/profiles/default/network.
Delete or rename
Section 2 installation and configuration for Oracle 11i
3.2.1
Modify system core parameters
Kernel. shmall = 2097152
Kernel. shmmax = 2147483648
Kernel. shmmni = 4096
Kernel. sem = 250 32000 100 128
3.2.2
Add User Groups and users
/Usr/sbin/groupadd dba
/Usr/sbin/useradd-g dba oracle
Passwd oracle
We recommend that you set up two users: oracle and oraapp in charge of databases and applications.
Vi/home/oracle/. bash_profile
Add the following line
Export LD_ASSUME_KERNEL = 2.4.19;
3.2.3.
Check the installation packages required for 11i installation.
[Root @ erp root] # rpm-qa | grep compat
Compat-db-4.0.14-5
Compat-gcc-7.3-2.96.122
Compat-libstdc ++-7.3-2.96.122
Compat-libstdc ++ devel-7.3-2.96.122
Compat-slang-1.4.5-5
Compat-pwdb-0.62-3
Compat-glibc-7.x-2.2.4.32.5
Compat-gcc-c +++-7.3-2.96
Openmotif21-2.1.30-8
Openmotif-devel-2.2.2-16
Openmotif-2.2.2-16
How can we test it? Of course, you can use rpm-qa | grep *** to search for it...
# If the preceding package does not exist, search for it on disk 2/3 and install
Rpm-Uvih *. rpm
Finally install compat-db-4.0.2.5-9
To the third Disk of rs4.
Run the following command:
Rpm-Uivh -- force -- nodeps compat-db-4.0.2.5-9.rpm installation.
Why? Rs3 is divided into several versions. If this is not the case, it is possible to jump out from the installation to 80%.
3.2.4
Set the compiler environment
[Root @ erp root] # mv/usr/bin/gcc/usr/bin/gcc323
[Root @ erp root] # mv/usr/bin/g ++ 323
[Root @ erp root] # ln-s/usr/bin/gcc296/usr/bin/gcc
[Root @ erp root] # ln-s/usr/bin/g ++ 296/usr/bin/g ++
3.2.5
Install the java environment
# Download jdk and 1.4.2
FTP to server
[Root @ erp root] # chmod 777 j2sdk-1_4_2_06-linux-i586.bin
[Root @ erp root]./j2sdk-1_4_2_06-linux-i586.bin
Rpm-Uivh *. rpm
[Root @ erp root] # vi/home/oracle/. bash_profile
# Add the following line
Export PATH = $ PATH: $ HOME/bin:/usr/java/jdk1.4.2 _ 06/bin;
3.2.6
Install patches
#Copy p3006854_9204_linux.zip to/root
[Root @ erp root] # cp p3006854_9204_LINUX.zip/root
[Root @ erp root] # unzip p3006854_9204_LINUX.zip
[Root @ erp root] # cd 3006854
[Root @ erp root] #./rhel3_pre_install.sh
3.2.7
Create a CD storage so that you can save the trouble of changing the CD during installation. Use the installer Oracle to log on and create the following directory:
/Stage11i
/OraAppDB
/OraAPPS
/OraDB
/OraiAS
/StartCD
/OraNLS
Decompress the downloaded CD file to the corresponding directory according to its module j. Of course, if you burn a CD, you can also use erl/Stage11i/startCD/Disk1/rapidwiz/adautostg. pl
Run the automatically created directory Copy Program