`
bayaci
  • 浏览: 283070 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

linux 5.3 安装NetWeaver 7.0(oracle10.2)配置

阅读更多

从官方文档上查到

Note 1048303 - Red Hat Enterprise Linux 5.x: Installation and upgrade



有几处提示:

1、
kernel.msgmni=1024
kernel.sem=1250 256000 100 1024
vm.max_map_count=300000
Activate these settings with the command "sysctl -p".



2、

/etc/security/limits.conf
@sapsys hard nofile 32800
@sapsys soft nofile 32800
@dba hard nofile 32800
@dba soft nofile 32800


3、

In this case, create or change /oracle/stage/102_64/database/install/oraparam.ini so that it contains these lines:

[Certified Versions]
Linux=redhat-3,SuSE-9,redhat-4,UnitedLinux-1. 0,asianux-1,asianux-2, redhat-5

实际安装的时候,需要注意的事情:

1、手工创建/oracle目录

[root@saptst02 patch] mkdir /oracle

[root@saptst02 patch] chmod 777 /oracle

不过在安装完成oracle之后,就有提示文执行两个文件


[root@saptst02 patch]# /oracle/oraInventory/orainstRoot.sh
Changing permissions of /oracle/oraInventory to 770.
Changing groupname of /oracle/oraInventory to dba.
The execution of the script is complete
[root@saptst02 patch]# /oracle/TS1/102_64/root.sh
Running Oracle10 root.sh script...

The following environment variables are set as:
ORACLE_OWNER= orats1
ORACLE_HOME= /oracle/TS1/102_64

Enter the full pathname of the local bin directory: [/usr/local/bin]:
Copying dbhome to /usr/local/bin ...
Copying oraenv to /usr/local/bin ...
Copying coraenv to /usr/local/bin ...


Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root.sh script.
Now product-specific root actions will be performed.


2、jdk

我用了jdk-6u14-linux-x64-rpm.bin,没有用jdk1.4的版本,省事情

3、

/tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory occurred..

需要安装

原因是:缺少支持打印的图形化动态链接库 libXp.so.6

rpm -ivh xorg-x11-deprecated-libs-6.9.0-1.112.16.14asp.i386.rpm

rpm -ivh libXp-1.0.0-8.1.el5.i386.rpm

4、当数据库安装的时候,提示:


Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=32768 - 61000. Failed <<<<
Checking for rmem_default=262144; found rmem_default=126976. Failed <<<<
Checking for rmem_max=262144; found rmem_max=131071. Failed <<<<
Checking for wmem_default=262144; found wmem_default=126976. Failed <<<<
Checking for wmem_max=262144; found wmem_max=131071. Failed <<<<
Check complete. The overall result of this check is: Failed <<<<
Problem: The security parameters in the kernel do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters, namely BIT_SIZE and noexec_user_stack.

需要在修改参数

[root@saptst02 patch]# find / -name ip_local_port_range
/proc/sys/net/ipv4/ip_local_port_range
[root@saptst02 patch]# cat /proc/sys/net/ipv4/ip_local_port_range
32768 61000
[root@saptst02 patch]# echo "1024 65000" >/proc/sys/net/ipv4/ip_local_port_range
[root@saptst02 patch]# cat /proc/sys/net/ipv4/ip_local_port_range
1024 65000


[root@saptst02 patch]# vi /etc/sysctl.conf

#set oracle var
net.core.rmem_default=262144
net.core.wmem_default=262144
net.core.rmem_max=262144
net.core.wmem_max=262144

这些操作之后,系统还能正常运行………………

分享到:
评论

相关推荐

    SAP NetWeaver 7.0 SR3 - Installation Documentation.pdf

    **SAP NetWeaver 7.0 SR3 - Installation Documentation** 是一份详细的安装指南,旨在帮助技术顾问和技术管理员顺利安装和配置SAP NetWeaver 7.0 SR3版本的相关组件。这份文档涵盖了从规划到准备再到实际安装的全...

    SAP Netweaver 7.0 SR3

    SAP ECC7.0安装程序,不含IDE数据

    Sap Netweaver on Oracle RAC

    ### SAP NetWeaver on Oracle RAC配置详解 #### 概述 本文档旨在提供关于如何在Oracle Real Application Clusters (RAC)上配置SAP NetWeaver系统的详细指南。SAP NetWeaver作为SAP解决方案的技术平台,为业务流程...

    SAPNetweaver vs Oracle

    在企业级应用软件领域,SAP Netweaver与Oracle之间的竞争是业界关注的焦点。本文将深入探讨两者之间的差异,并突出Oracle的优势。 首先,我们来看看SAP Netweaver。Netweaver是SAP公司推出的一个集成平台,它旨在...

    COMP277_ABAP_NW7.0

    ### ABAP Development: 更新技能至 SAP NetWeaver 7.0 #### 1. 引言 本课程“COMP277_ABAP_NW7.0”旨在为开发者提供一个全面的学习路径,帮助他们更新其在ABAP方面的技能,使其与最新的SAP NetWeaver 7.0平台相...

    Solution manager 7 安装方法

    - 需要注意的是,在SolMan安装过程中将配置Oracle 10g实例,而不是在此步骤中完成。 3. **安装介质**: - CD编号:51031678 — Oracle 10g RDBMS — Oracle 10.2数据库。 - CD编号:51031725 — Oracle 10g ...

    Installation Guide for SAP SRM 7.0 EHP2 -

    综上所述,SAP SRM 7.0 EHP2的安装指南是一个全面且详细的文档,旨在帮助专业人员顺利安装并配置SAP SRM系统,不仅提供了安装步骤,还涵盖了安装前后的各种配置需求,是系统管理员和技术顾问不可或缺的参考手册。

    NETWEAVER安装步骤

    安装 ORACLE 补丁需要点击 E:\SAP_NETWEAVER_2004S_SR2\ORACLE_10.2.0.2_PATCH\NT\I386\setup.exe(如果是 64 位的 oracle 补丁,则安装文件在 E:\SAP_NETWEAVER_2004S_SR2\ORACLE_10.2.0.2_PATCH\NT\AMD64 目录下)...

    Change PI default client after NW 7.0 Installation

    在安装SAP NetWeaver 7.0 ABAP + Java版本的Process Integration (PI)时,可能会遇到需要更改默认客户端(通常为001)到另一个作为Integration Server的客户端的需求。本文档将详细介绍如何在完成SAP NetWeaver 7.0...

    SAP getting started

    本文将基于《SAP Getting Started》文档的内容,详细介绍SAP的基础概念、安装与配置SAP NetWeaver 7.0的过程以及如何使用SAP软件的一些基本操作。 #### 二、SAP基础知识 1. **SAP NetWeaver**: - SAP NetWeaver...

    How to Tune the Performance of Knowledge Management (NW7.0).pdf

    本指南旨在详细介绍如何通过调整配置和技术策略来提升SAP NetWeaver 7.0中知识管理模块的性能,确保用户能够充分利用该平台的优势。 #### 二、基础知识概述 1. **SAP NetWeaver 7.0简介**: - SAP NetWeaver 7.0...

    SAP adobe 服务配置

    本教材适用于SAP NetWeaver 7.0 (Support Package SPS13),提供了详细的配置指南和技术文档,帮助用户在SAP环境中正确设置并利用Adobe提供的文档处理服务。 #### 二、Adobe Document Services for SAP NetWeaver ...

    基于linux系统oracle数据库sap(ABAP+JAVA)安装手册

    文档的标题和描述明确指出了这是一份英文版的安装手册,内容覆盖了SAP NetWeaver7.0到7.02版本的UNIX平台上的安装,特别强调了与Oracle数据库配合的SAP应用服务器双栈(ABAP+Java)安装。文档结构清晰,内容详尽,...

    SAP NetWeaver 安装.doc

    然而,安装 SAP NetWeaver 需要满足一定的条件,包括操作系统、JDK 版本、数据库配置等。本文将指导用户如何安装 SAP NetWeaver,并介绍相关的知识点。 安装 SAP NetWeaver 的前提条件 在安装 SAP NetWeaver 之前...

    Web Dynpro for ABAP

    Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro...

    sap java 的安装手册,基于linux平台,oracle数据库

    本手册提供了在基于Linux平台的UNIX系统上安装SAP应用服务器Java,基于SAP NetWeaver 7.1到7.5版本,并以Oracle数据库为后端的详细指导。这份文档的目的是为了支持客户安装SAP系统,内容覆盖了从规划到实际安装的每...

    SAP Unicode Conversion Guide

    SAP Unicode Conversion Guide是SAP提出的Unicode编码转换指南,旨在帮助用户将单代码页系统转换为Unicode系统,以适应SAP NetWeaver 7.0 SP 14/15版本。该指南最后更新于2009年3月23日,涵盖了 Unicode 转换相关的...

Global site tag (gtag.js) - Google Analytics