cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Netweaver 2004s_MaxDB Installation on SLES 11

0 Kudos

Hi Gurus,

I am struggling to make SAP work on my linux machine from the past one week with the help of sdn threads but could not able find the solution for my problem and decided to put forward.

I have installed SLES 11 X86_64 for my Intel 64 bit processor with 2GB RAM.

I installed j2sdk1.4.2_21 downloaded from java and installed and set path using

$ echo 'export JAVA_HOME=/usr/java/jdk1.6.0_11'>/etc/profile.d/jdk.sh

$ echo 'export PATH=$JAVA_HOME/bin:$PATH'>>/etc/profile.d/jdk.sh

$ source /etc/profile.d/jdk.sh

After that I could able to install it successfully with the help of forum but when i started sap using 'Startsap n4shost'

Checking ADA db Database
------------------------------
 ABAP Database is not available via R3trans

Starting SAP-Collector Daemon 
------------------------------
22:46:34 31.07.2009   LOG: Effective User Id is root
***********************************************************************
* This is Saposcol Version COLL 20.89 700 - AMD/Intel x86_64 with Linux, PL:52, Mar 31 2006
* Usage:  saposcol -l: Start OS Collector 
*         saposcol -k: Stop  OS Collector 
*         saposcol -d: OS Collector Dialog Mode
*         saposcol -s: OS Collector Status
* The OS Collector (PID 12961) is already running ..... 
************************************************************************
 saposcol already running
 Running /usr/sap/N4S/SYS/exe/run/startdb 
Trying to start database ...
Log file: /home/n4sadm/startdb.log
N4S database started
 /usr/sap/N4S/SYS/exe/run/startdb completed successfully 

Starting SAP Instance SCS00
------------------------------
 Startup-Log is written to /home/n4sadm/startsap_SCS00.log
 Instance Service on host n4shost started
 Instance on host n4shost started

Starting SAP Instance DVEBMGS01
------------------------------
 Startup-Log is written to /home/n4sadm/startsap_DVEBMGS01.log
 Instance Service on host n4shost started
 Instance on host n4shost started

My R3trans -d is returning with 000 successfully.

When i ping n4shost i got reply but when i ping n4shost on 3200 it is waiting indefinately not getting reply(same is the problem with SAPGUI which is just showing Connecting indefinately).

Please suggest me how to get this problem rectified.

Thanks in Advance!

Pavan

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> I installed j2sdk1.4.2_21 downloaded from java and installed and set path using

> $ echo 'export JAVA_HOME=/usr/java/jdk1.6.0_11'>/etc/profile.d/jdk.sh

Java 1.6.0 will not work... or is this a typo? You have to download the IBM JDK for Linux x86_64. The Sun JDK does not work.

> When i ping n4shost i got reply but when i ping n4shost on 3200 it is waiting indefinately not getting reply(same is the problem with SAPGUI which is just showing Connecting indefinately).

ping on a port? Ping uses ICMP whereas SAP listens on TCP... you may use "telnet ns4host 3200".

Check the files

dev_disp

dev_w0

Markus

Answers (0)