- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Telnet to 3601 port does not work
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2007 10:28 PM
тАО04-18-2007 10:28 PM
SAP uses port 3601 for internal communications and I get a connection refused message. For this reason I'm checking 3601 port to my system trying a telnet, but I also get connection refused message.
Should I open/restart any service in HP-UX in order to allow connections to port 2601?
Note system is HP-UX 11.23 and I already added an entry to /etc/services for this port.
Thanks in advance for your help.
Regards,
Carles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2007 11:27 PM
тАО04-18-2007 11:27 PM
Solutionfrom another thread:
/etc/service - All services are listed and mapped to ports
/etc/inetd.conf - Services are enabled or disabled
/var/adm/inetd.sec - Access given to specific services and hence specific ports.
Have you got all thee files sorted and an application listening on the other side of the port ? Any firewall ?
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2007 11:54 PM
тАО04-18-2007 11:54 PM
Re: Telnet to 3601 port does not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 01:12 AM
тАО04-19-2007 01:12 AM
Re: Telnet to 3601 port does not work
Two major issues.
Firewalls
Nothing listening.
netstat -an | grep ":3061 "
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 02:41 AM
тАО04-19-2007 02:41 AM
Re: Telnet to 3601 port does not work
If your SAP implementation is good,
netstat -an | grep 3601
should give you a line like this:
tcp 0 0 *.3601 *.* LISTEN
if not, you need to talk to your SAP BASIS admins as well, but connection refused usually does not come from the server generally.
Also, another good point to check is /var/adm/inetd.sec, to see if there is any blocking of access to this port.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 03:18 AM
тАО04-19-2007 03:18 AM
Re: Telnet to 3601 port does not work
Thanks anyway for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2007 07:30 PM
тАО04-19-2007 07:30 PM
Re: Telnet to 3601 port does not work
Just a couple of hints related to SAP...
You should use the SAP delivered program niping to verify the connection.
It might be that you need to add the rfc addons to your SAP kernel.
portnumber 36xx is pointing to the message server processes (xx=system number).
You could also check whether the message server process is running.
ps -ef | grep ms.sap
The message server process also require a correct entry in the services file...
sapms{system ID} 36{system number}/tcp
This is also important for the clients.
I've often seen that users do not have problems connecting the dialog server process (32xx) but fail to connect to message server because of this...
/2r