Migrating Red Hat Linux 2.1 or 3.0 to Red Hat Linux 4.0
題: | Migrating Red Hat Linux 2.1 or 3.0 to Red Hat Linux 4.0 | |||
| : | 註釋:303237.1 | 型別: | REFERENCE |
| 上次修訂日期: | 09-MAY-2005 | 狀態: | PUBLISHED |
Oracle® Applications Migrating Red Hat Linux 2.1 or 3.0 to Red Hat Linux 4.0 |
|
|
Copyright © 2000, 2005. Oracle. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.
Oracle® Applications
Migrating Red Hat Linux 2.1 or 3.0 to Red Hat Linux 4.0
Release 11i (11.5.10) for Linux x86
OracleMetaLink ID: 303237.1
Revised: 6 May 2005
Click here to access the of this document.PDF version of this document.
This document outlines instructions for migrating an existing Oracle Applications system running on Red Hat Linux to Red Hat Linux 4.0. It applies to the following Red Hat operating systems:
· Red Hat Linux 2.1
· Red Hat Linux 3.0
Note: If you installing a new Oracle Applications Release 11.5.10 system on Red Hat Linux 4.0, do not follow the instructions in this document. Instead, refer to Installing Oracle Applications: A Guide to Using Rapid Install and the appropriate sections of Oracle Applications Installation Update Notes and Oracle Applications Release Notes. |
This document contains the following topics:
·
·
·
The most current version of this document is always maintained as Doc ID: 303237.1 on OracleMetaLink.
1 Documentation Accessibility
Our goal is to make Oracle products, services, and supporting documentation accessible, with good usability, to the disabled community. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
Accessibility of Code Examples in Documentation JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.
Accessibility of Links to External Web Sites in Documentation This documentation may contain links to Web sites of other companies or organizations that Oracle does not own or control. Oracle neither evaluates nor makes any representations regarding the accessibility of these Web sites.
2 Prerequisites
This section describes the requirements for successfully migrating an Oracle Applications system running on a Red Hat Linux 2.1 or 3.0 operating system to Red Hat Linux 4.0
Required software releases, components, and patch levels
The following table contains the minimum product versions required for using these migration instructions.
Product | Minimum | Notes |
Oracle Applications | 11.5.10 | Release 11.5.10 + CU1 is recommended. See Oracle Applications Release 11.5.10 Maintenance Pack Installation Instructions on OracleMetaLink (Doc ID: 259484.1). |
Oracle9i | 9.2.0.5 | Release 9.2.0.6 is recommended. See Interoperability Notes: Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0) on OracleMetaLink (Doc ID: 216550.1) |
JDK | J2SE 1.4* | See Using J2SE Version 1.4 with Oracle E-Business Suite 11i, Release 11.5.9 or Higher on OracleMetaLink (Doc ID: 246105.1) |
*Required on Linux versions Red Hat Enterprise Linux 3.0 and higher |
3 Migrating the Operating System
This section outlines the tasks required to migrate an operating system from Red Hat Linux 2.1 or 3.0 to Red Hat Linux 4.0.
Migrate to Red Hat Linux 4.0
System upgrades are described in Appendix A of the Red Hat Enterprise Linux Installation Guide, available at . If you need additional information about operating system migrations, contact Red Hat directly.
Install Red Hat packages and apply patches
Migrating to Red Hat Linux 4.0 automatically installs the following packages and patches:
compat-db-4.1.25-9
compat-gcc-32-3.2.3-47.3
compat-gcc-32-c++-3.2.3-47.3
compat-libgcc-296-2.96-132.7.2
compat-libstdc++-296-2.96-132.7.2
compat-libstdc++-33-3.2.3-47.3
xorg-x11-deprecated-libs-devel-6.8.1-23.EL
xorg-x11-deprecated-libs-6.8.1-23.EL
In addition, you must install openmotif21-2.30-11 and libaio-0.3.102-1 manually. These two packages are available on Disk 3 of the RHEL4.0 media.
To finish the installation, complete the following steps.
1. Verify that all packages and patches are present in your system, use the rpm -qa|grep command. For example, to verify that all compat-gcc packages are present, you would type the following command, and it would return the associated components.
2. # rpm -qa|grep compat-gcc
3. compat-gcc-32-c++-3.2.3-47.d
4. compat-gcc-32-3.2.3-47.3
5.
6. Apply OS library patch 4198954 to supply two additional rpm commands, which provide compatibility files that are necessary for running Oracle on Red Hat Linux 4.0. See the readme file in the patch for more information.
To install the rpms, use the following commands:
rpm -ihv compat-oracle-rhe14-1.0-5.i386.rpm
rpm -ihv compat-libcwait-2.0-2.i386.rpm
Refer to the release notes for the Oracle products you are installing or running.
Note: This rpm checks for the xorg-x11 -deprecated-libs and xorg-x11 -deprecated-libs-devel packages. If they are not installed, get them by selecting X Software Development on the Add Remove Software screen during the RH 4.0 installation. |
7. Reboot your system.
8. Apply Oracle9i (Release 2) interoperability patch 3119415 to the RDBMS ORACLE_HOME.
9. Apply Oracle 8.1.7 Applications interoperability patch 3846086 to the iAS ORACLE_HOME.
10. Apply Oracle 8.0.6 patch 3293983 and Discoverer patch 3170128 to the 8.0.6 ORACLE_HOME.
4 Post-migration Tasks
Finish the migration to Red Hat 4.0 by performing all the tasks in this section.
Set DNS parameters
Two Domain Name System (DNS) resolver parameters (timeout and attempts) are set by default to low values when the operating system is installed. These values may cause attempts to make network connections to an Oracle database to fail.
If a connection attempt fails, re-set the DNS parameters in the /etc/resolv.conf file on each server node to the following values:
options attempts:5
options timeout:15
Modify host names
Modify the following settings for host names:
1. Verify that the /etc/hosts file is formatted as follows:
2. 127.0.0.1 localhost.localdomain
3..
4.
5. Verify that the /etc/sysconfig/network file is formatted as follows:
6. HOSTNAME=.
7.
8. If the /etc/sysconfig/networking/profiles/default/network file exists, remove it.
9. Reboot the system if you make changes to any of these files.
Modify number of open file descriptors
Open /etc/security/limits.conf and change the existing values for "hard" and "soft" parameters as follows:
hard nofile 65535
soft nofile 4096
Modify port range value
Open /etc/sysctl.conf and change the port range value as follows. Reboot the system after you make this change.
net.ipv4.ip_local_port_range = 1024 65000
Set environment
Set the environment as follows before you start the Applications:
1. Use the following command to verify the host name setting. It should return a fully qualified host name (for example:
2. # hostname
3.
4. Use the following command to install rpm setarch-1.0-2 (or higher) for the hugemem kernel. You can omit this step for up, smp, and book kernel:
5. # setarch i386
Set LD_ASSUME_KERNEL environment variable
This value must be set correctly so that Java will work. You must also make the value permanent by entering it in the applmgr user and the oracle user shell initialization files (such as $HOME/.bash_profile or $HOME/.profile), or in the system's global shell initialization file (/etc/profile).
From a Bourne, Bash, or Korn shell, type the following:
LD_ASSUME_KERNEL=2.4.19
export LD_ASSUME_KERNEL
5 Current Revisions Log
The following sections have been changed in this document since its initial release.
Section Heading | Summary of Changes |
Changed as of: 6 May 2005 |
|
| Added two patch requirements to the migration steps. |
Changed as of: 29 April 2005 | |
| Updated migration steps. |
Initial release: 22 April 2005 |
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-84359/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 從 Red Hat Enterprise Linux 2.1 AS升級到 Red Hat Enterprise Linux 3Linux
- Red Hat Enterprise LinuxLinux
- Red Hat Enterprise Linux 7.4Linux
- Red Hat Linux 入門指南!(轉)Linux
- 如何檢視red hat linux 的版本Linux
- Red Hat Linux - top 命令簡易理解Linux
- Red Hat Linux - top 命令簡易理解Linux
- red hat linux 9.0安裝求助!(轉)Linux
- Linux red hat 核心版下安裝NginxLinuxNginx
- Red Hat Linux安裝CentOS的yum源LinuxCentOS
- Red Hat linux9 初裝配置(轉)Linux
- 製作Red Hat Linux急救盤組(轉)Linux
- 系統操作程式:Red Hat linux inittab(轉)Linux
- Oracle ASMLib & Red Hat Linux & Linux核心版本資訊OracleASMLinux
- Linux Red Hat啟動時顯示system not foundLinux
- Red Hat Enterprise Linux Server 7.4 安裝LinuxServer
- Red Hat Enterprise Linux 9的簡介Linux
- Red Hat Enterprise Linux 7的新功能Linux
- Oracle 9i Installation on Red Hat Linux (轉)OracleLinux
- red hat linux 9.0下安裝oracle 8.1.7(轉)LinuxOracle
- Fedora Core 與 Red Hat Linux 的關係(轉)Linux
- Red Hat linux iSCSI initiator configuration(zt)Linux
- Red Hat Magazine釋出
- Red Hat能否推動OpenStack再現Linux的成功?Linux
- 在Red Hat Linux Server 6上能否使用ASMLib?LinuxServerASM
- Red Hat Enterprise Linux使用資源的限制Linux
- 在Red Hat Linux中自動執行程式(轉)Linux行程
- Red Hat Enterprise Linux AS4-U3硬碟Linux硬碟
- 安裝Red Hat Linux 9最小磁碟空間(轉)Linux
- Linux巨頭Red Hat涉足電信行業(轉)Linux行業
- How to disable transparent hugepages (THP) on Red Hat Enterprise Linux 7Linux
- How to disable transparent Hugepage (THP) on Red Hat Enterprise Linux 8?Linux
- Red Hat Enterprise Linux 6官方中文文件Linux
- Red Hat Enterprise Linux 5產品線終結Linux
- asm 包下載地址 Red Hat Enterprise Linux5ASMLinux
- Red Hat Linux 7.0安裝使用手記(六則) (轉)Linux
- 美聯邦航空轉用Red Hat企業版Linux(轉)Linux
- Red Hat Linux9.0實用工具《供參考》(轉)Linux