cancel
Showing results for 
Search instead for 
Did you mean: 

installation of sap in enterprice linux

Former Member
0 Kudos

Hi,

How to install sap on Enterprice linux4, can any one help me to install SAP in linux.

Thanks

Arun

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Check

http://service.sap.com/instguides

for a step-by-step installation guide.

--

Markus

Former Member
0 Kudos

How do I get access to the install guides

markus_doehr2
Active Contributor
0 Kudos

Do you want to install the preview or an official installation? If it's official, you usually have a SAP contract and you usually get an S-User that is enable to download the installation guide as well as the software itself from the given URL.

Markus

Former Member
0 Kudos

I'm looking for the preview.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please try the following steps before sap installation.

Thanks and Regards,

Kamal Kishore

  1. hostname

hostname

**********************************************************

  1. hostname -f

hostname.abc.com

***********************************************************

  1. sestatus

SELinux status: disabled

If selinux is not disable please disable it or else use your own secutiry policy

**********************************************************

  1. cat /etc/hosts

  2. Do not remove the following line, or various programs

  3. that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

::1 localhost6.localdomain6 localhost

172.17.1.198 hostname.abc.com hostname

*************************************************************

rpm -ivh IBMJava2-AMD64-142-SDK-1.4.2-9.0.x86_64.rpm

cp unrestrict142.zip /opt/IBMJava2-amd64-142/lib/

*******************************************************

copy below in ~/.bash_profile

JAVA_HOME=/opt/IBMJava2-amd64-142 export JAVA_HOME

#JAVA_PATH=/opt/IBMJava2-amd64-142 export JAVA_PATH

SAPINST_JRE_HOME=/opt/IBMJava2-amd64-142 export SAPINST_JRE_HOME

CPIC_MAX_CONV=500 export CPIC_MAX_CONV

***********************************************************************

In /etc/sysctl.conf Add the following parameters

#kernel.hostname = hostname.abc.com

#kernel.domainname = abc

kernel.shmmax = 23136829430

kernel.shmmni = 4096

kernel.shmseg = 4096

kernel.shmall = 3279547

kernel.shmmin = 1

kernel.sem = 1250 256000 100 1024

#Below are new entry

#kernel.semmsl = 700

#kernel.semmni = 200

#kernel.semmns = 15000

#kernel.semopm = 500

kernel.msgmni = 2878

kernel.msgmnb = 360000

vm.max_map_count = 300000

fs.file-max = 327679

net.ipv4.ip_local_port_range = 1024 65536

net.core.rmem_default=262144

net.core.wmem_default=262144

net.core.rmem_max=262144

net.core.wmem_max=262144

net.ipv4.tcp_wmem = 4096 65536 4194304

net.ipv4.tcp_rmem = 4096 87380 4194304

net.ipv4.tcp_syncookies = 1

#Increasing I/O Throughput at the Linux OS Level

#fs.aio-max-size = 214748364 changed on 08March2005

#fs.aio-max-size = 2097152

fs.aio-max-size = 1048576

#fs.aio-max-size = 131072

vm.hugetlb_pool=2256

******************************************************

/etc/security/limits.conf

Add the following parameters in limits.conf file

@sapsys soft noproc 32800

@sapsys hard noproc 32800

@sapsys hard nofile 32800

@sapsys soft nofile 32800

@dba soft noproc 32800

@dba hard noproc 32800

@dba soft nofile 32800

@dba hard nofile 32800

cat /etc/redhat-release

If using RHEL 5 than change the release as follows

Red Hat Enterprise Linux AS release 4 (Nahant)

#Red Hat Enterprise Linux Server release 5 (Tikanga)

  1. rpm -qa | grep gamin

gamin-0.1.7-8.el5

gamin-python-0.1.7-8.el5

gamin-0.1.7-8.el5

Run the following command to uninstall the gamin packages

  1. rpm -e gamin-0.1.7-8.el5 --allmatches --nodeps

#this to remove the gamin packages as this take ownership of used mount point and files

After above prerequisit kindly run the ./sapinst installer