cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Problem in SAPNW7.0 with Oracle on RHEL5.4

Former Member
0 Kudos

Hi Everyone,

I am installing SAP NETWEAVER7.0 SR3 with ORACLE 10.2.0.4 on RHEL5.4 Operating System. I have installed the java

and i have install the ORACLE 10.2.0.4 Successfully. I set the environment variable in vi .bash_profile and i set the kernal parameters with their values in vi /etc/sysctl.conf file then run the command sysctl -p. Later i run the ./sapinst script the cd /NW7.0/

BS_Installation Master_2005/ IM_LINUX_x86_64. It went fine up to the 24th phase. At the 24th phase "start instance" i got the error.

The error message is

" ERROR 2010-10-10 12:03:03.542

CJS-20022 Could not start instance 'DVEBMGS00' of SAP system QAS"

I did try my level best to resolve it. Can any one tell me what could be the issue and how to resolve it.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Login to the server as <SID>ADM and try to start SAP by executing startsap and post us the startup and startdb log. This will help us guide you.

Regards,

Varadharajan M

Former Member
0 Kudos

startdb.log

-


-


Sun Oct 10 16:45:11 IST 2010

LOGFILE FOR STARTING ORACLE

Trying to start QAS database ...

-


Sun Oct 10 16:45:11 IST 2010

checking required environment variables

ORACLE_HOME is >/oracle/QAS/102_64<

ORACLE_SID is >QAS<

-


Sun Oct 10 16:45:11 IST 2010

check initora

-


Sun Oct 10 16:45:11 IST 2010

check initora

-


Sun Oct 10 16:45:11 IST 2010

checking V2 connect

TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 10-OCT-2010 16:45:11

Copyright (c) 1997, 2005, Oracle. All rights reserved.

Used parameter files:

/usr/sap/QAS/SYS/profile/oracle/sqlnet.ora

Used TNSNAMES adapter to resolve the alias

Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD) (PROTOCOL = TCP) (HOST = quality) (PORT = 1527))) (CONNECT_DATA = (SID = QAS) (GLOBAL_NAME = QAS.WORLD)))

OK (10 msec)

tnsping: V2 connect to QAS

-


Sun Oct 10 16:45:11 IST 2010

Connect to the database to check the database state:

R3trans: connect check finished with return code: 12

Database not available

-


Sun Oct 10 16:45:11 IST 2010

Shutdown database

First trying to shutdown the database - May be,

the database is in the nomount or mount state

-


Sun Oct 10 16:45:12 IST 2010

starting database

SQL*Plus: Release 10.2.0.1.0 - Production on Sun Oct 10 16:45:12 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

ERROR:

ORA-09925: Unable to create audit trail file

Linux-x86_64 Error: 13: Permission denied

former_member266290
Participant
0 Kudos

Hi

Please check whether the "oracle" file exists on $ORACLE_HOME/bin, has a size other than 0 and has the "-rwsr-s--x" authorizations. The owner must be ora<sid>. The group is dba.

You can assign authorizations and the owner/group as follows:

chmod 6751 oracle

chown ora<sid> oracle

chgrp dba oracle

Also check the authorization of the $ORACLE_HOME/bin directory. This should be set to "drwxr-xr-x".

Hope it will help you.

Regards