Link to home
Start Free TrialLog in
Avatar of The Rock
The RockFlag for India

asked on

unable to open or telnet a port in suse 12U1

I have one 12U1 SLES machine in which i want to open an port no 31015 for SAP HANA but unable to.

Netstat -tulpn also not showing LISTEN to this port .

I have also tried it with Yast2 firewall advance option but dont same problem

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2475/sshd
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      2169/master
tcp        0      0 0.0.0.0:51013           0.0.0.0:*               LISTEN      2341/sapstartsrv
tcp        0      0 0.0.0.0:51014           0.0.0.0:*               LISTEN      2341/sapstartsrv
tcp        0      0 0.0.0.0:1128            0.0.0.0:*               LISTEN      2295/sapstartsrv
tcp        0      0 0.0.0.0:1129            0.0.0.0:*               LISTEN      2295/sapstartsrv
tcp        0      0 :::22                   :::*                    LISTEN      2475/sshd
tcp        0      0 ::1:25                  :::*                    LISTEN      2169/master
udp     5376      0 0.0.0.0:68              0.0.0.0:*                           1308/wickedd-dhcp4


telnet IP 31015
gives keep trying then unable to reach

telnet working for other ports like ssh and 1128 etc.

please help
Avatar of Anil_dasmala
Anil_dasmala

A process / program should open/create a socket and bind it to an ip interface/port for listening. , then we can connect to it right.
In your case, may be reach out to basis to start a program/process which listens on that port first, then it accepts connections on it.
Avatar of The Rock

ASKER

Thanks looks new to me as this is the first time i am configuring SAP Hana on suse...could you provide some example ...thanks
Can you please confirm that your OS is listening to port 31015 or not by running below command.

netstat -ntlp |grep 31015

If its not listening then you will not be able to connect to that port.

Tell me your actual problem. You think that because of this telnet problem you are not able to connect to HANA but tell me when you are facing this issue. While connecting to Hana Studio ?

Also make sure that below mentioned your Major Hana service is running or not you can check that by "HDB info" command

hdbnameserver
 hdbcompileserver
 hdbpreprocessor
 hdbindexserver
 hdbwebdispatcher

This will give you idea.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.