Centos5.4 X86_64下安装SAP ECC6 SR3 IDES

二月 10th, 2010 Posted in 8.SAP | 阅读次数: 2,110 次

Centos5.4 X86_64下安装SAP ECC6 SR3 IDES

linux 下安装sap ides ecc6 sr3

制作:高进波
时间:2009-12-15
主题:Centos5.4 X86_64 Linux下安装SAP ECC6 SR3 IDES

QQ讨论群:13864688   sap精英培养基地!

 

1.环境:
Centos 5.4 X86_64
jdk1.6
ECC6 SR3 IDES
Oracle 10g for linux x86_64

 

2.磁盘分区方案
/    30G
/usr    50G
swap    20G
/oracle    500G
/opt    100G

共需要700G磁盘空间

 

3.修改发行版信息
vi /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant)

 

4.安装开发环境和开发库
yum install binutils compat-libstdc++-33-3.2.3 elfutils-libelf elfutils-libelf-devel elfutils-libelf-devel-static gcc-4.1.2 gcc-c++-4.1.2 glibc-2.5-24 glibc-common glibc-devel glibc-headers kernel-headers ksh libaio libaio-devel libgcc libgomp libstdc++-4.1.2 libstdc++-devel-4.1.2 make sysstat unixODBC unixODBC-devel

 

5.安装saplocales_rhel5_x86_64_version-2.zip
这个可以用sap notes在官方网站下载

 

6.修改内核参数
vi /etc/sysctl.conf
#change for hugwww
net.ipv4.tcp_fin_timeout = 1
net.ipv4.tcp_tw_recycle = 1
#net.core.rmem_max = 16777216
#net.core.rmem_default = 16777216
net.core.netdev_max_backlog = 262144
net.core.somaxconn = 262144
net.ipv4.tcp_syncookies = 1
net.ipv4.tcp_max_orphans = 262144
net.ipv4.tcp_max_syn_backlog = 262144
net.ipv4.tcp_synack_retries = 2
net.ipv4.tcp_syn_retries = 2
#oracle
fs.file-max =6815744
fs.aio-max-nr = 1048576
#kernel.shmall = 2097152
#kernel.shmmax = 536870912
kernel.shmmni = 4096
kernel.sem = 1250 256000 100 1024
net.ipv4.ip_local_port_range = 1024 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
kernel.msgmni=1024

 

7.修改/etc/security/ulimit.conf
@sapsys    hard    nofile    32800
@sapsys    soft    nofile    32800
@dba       hard    nofile    32800
@dba       soft    nofile    32800

 

8.修改hosts文件
主机名必须是一个有效的ip地址,不能是127.0.0.1,否则安装过程中会出错
vi /etc/hosts
192.168.1.222    ecc6

 

9.安装(略)
进入安装目录进行安装

 

10.启动sap
1)切换到oraecc
su – oraecc
lsrnctl start

2)切换到eccadm
su – eccadm
startsap

 

11.停止sap
1)切换到eccadm
su – eccadm
stopsap

2)切换到oraecc
su – oraecc
lsrnctl stop

 

完成!

常见安装问题:

安装过程中出现sap solution manager key        sap note 805390    错误解决方法

1)安装程序->File->exit

2)vi /tmp/sapinst-instdir/ERP/SYSTEM/ORA/CENTRAL/AS/keydb.xml
将ERROR    修改为    OK

3)重新启动sap安装程序,继续上一次的安装

相关日志:

Tags:

5 Responses to “Centos5.4 X86_64下安装SAP ECC6 SR3 IDES”

  1. waterthree Says:

    想知道哪里有安装文件下载。。。


  2. Related Resources Says:

    Related Websites…

    [...]here are some other links to sites that we find everyday so here are some popular sites we like today[...]…


  3. Resources Says:

    Related Websites…

    [...]some other related resources on the web that are worth viewing on this subject include[...]…


  4. hotel in prague Says:

    Awesome website……

    [...]the time to read or visit the content or sites we have linked to below the[...]………


  5. File Manager,File Size,File Catalog,File Analyzer,Disk Space,File Extensions,analysis software,Disk Storage Says:

    File Manager,File Size,File Catalog,File Analyzer,Disk Space,File Extensions,analysis software,Disk Storage…

    [...]高进波博客 – 零起点一步配置你的linux服务器,linux博客,linux教程,web架构 » Blog Archive » Centos5.4 X86_64下安装SAP ECC6 SR3 IDES[...]…


留下您的脚印