cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ERP 6.0 EHP6 on Linux installation error

Former Member
0 Kudos

Hello

I am receiving an error on Update secure storage phase of SAPinst.

My environment is

SUSE Linux 11 SP2 for SAP Applications

SAP ERP 6.0 EHP6

Sybase ASE Server 15.7.0.41

SWPM 1.0 SP1 Patch 5

CPU 4 cores

RAM 12 GB

400 GB HDD

I set my

/etc/sysctl.conf

# Disable response to broadcasts.

# You don't want yourself becoming a Smurf amplifier.

net.ipv4.icmp_echo_ignore_broadcasts = 1

# enable route verification on all interfaces

net.ipv4.conf.all.rp_filter = 1

# enable ipV6 forwarding

#net.ipv6.conf.all.forwarding = 1

# increase the number of possible inotify(7) watches

fs.inotify.max_user_watches = 65536

# avoid deleting secondary IPs on deleting the primary IP

net.ipv4.conf.default.promote_secondaries = 1

net.ipv4.conf.all.promote_secondaries = 1

# Added for SAP on 2013-03-28 09:28:00 UTC

kernel.shmmax = 9223372036854775807

kernel.sem = 1250 256000 100 8192

kernel.shmall = 1152921504606846720

vm.max_map_count = 1000000

# for Sybase ASE

kernel.randomize_va_space=0

-------------------------------------------

/etc/security/limits.conf :

@sapsys          soft    nofile          32800

@sapsys          hard    nofile          32800

@sdba            soft    nofile          32800

@sdba            hard    nofile          32800

@dba             soft    nofile          32800

@dba             hard    nofile          32800

@sapsys soft    nproc   unlimited

@sapsys soft    memlock unlimited

@sapsys hard    memlock unlimited

I installed via Yast2 sapconf - sap-locale - sap-installation-wizard and java-1_4_2-ibm-sap

I checked SAP Notes 1643080 and 1639578, confirmed profile and environmental parameters like SAP Note 1643080, I also changed permissions of security directory to 777 but nothing changed.

I am getting

An error occurred while processing option SAP Business Suite 7i 2011 > Enhancement Package 6 for SAP ERP 6.0 > SAP Application Server ABAP > Sybase ASE > Central System > Central System( Last error reported by the step: Execution of the command "rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain" finished with status TST_ERROR.).

sapinst.log

INFO 2013-03-28 16:23:22.714

Output of rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain is written to the logfile rsecssfx.log.

ERROR 2013-03-28 16:23:22.734

MUT-03010  Execution of the command "rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain" finished with status TST_ERROR.

ERROR 2013-03-28 16:23:22.734

MUT-03010  Execution of the command "rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain" finished with status TST_ERROR.

ERROR 2013-03-28 16:23:22.858

FCO-00011  The step syb_step_add_secstore_info with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CreateDBandLoad|ind|ind|ind|ind|createdbandload|0|NW_CreateDB|ind|ind|ind|ind|createdb|0|NW_SYB_DB|ind|ind|ind|ind|SYB_DB_CONTEXT|0|syb_step_add_secstore_info was executed with status ERROR ( Last error reported by the step: Execution of the command "rsecssfx put DB_CONNECT/DEFAULT_DB_USER SAPSR3 -plain" finished with status TST_ERROR.).

INFO 2013-03-28 16:23:23.177

Creating file /tmp/sapinst_instdir/BS2011/ERP606/AS-ABAP/SYB/CENTRAL/__instana_tmp.xml.

rsecssfx.log is empty

My kernel dvd is modified with latest version of sapexe / sapexedb / saphostagent / igs and igshelper files.

I do not know what is wrong. Any help is appreciated .

Best regards

Kaan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello

I cancelled whole installation, downloaded SWPM SP2 (which was released 14th April) also downloaded Sybase ASE 15.7.0.42 after that I did a new installation and installation ended without any problems

Former Member
0 Kudos

Hi Kaan,

thanks for update

Answers (1)

Answers (1)

former_member188883
Active Contributor
0 Kudos

Hi Kaan,

Check that kernel/tools have 720_EXT patch level greater or equal 100 and that profile parameter rsdb/ssfs_connect is set to 1 for SAP kernel

Regards,

Deepak KOri

Former Member
0 Kudos

Hello

My kernel level is 720 Ext / 401 and parameter rsdb/ssfs_connect = 1 is set on default.pfl

former_member188883
Active Contributor
0 Kudos

Hi Kaan,

Change the password for the DEFAULT_DB_USER (SAPSR3) to the password you set previously for the SAPSR3 database user.

HOST:<sid>adm > rsecssfx put DB_CONNECT/DEFAULT_DB_PASSWORD -valuefile <password file> -valuefile7bit

     Regards,

Deepak Kori

Former Member
0 Kudos

Hello

There is no rsecssfx file on my system, only rsecssfx file is rsecssfx.exe which resides on /sapmnt/SID/exe

I also did not change password, SAPinst automatically passed phases until update secure storage

Former Member
0 Kudos

Hi,

Please Install glibc i686 package (at OS Level ) and then retry.

Regards,

Siva Rajesh