- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Port issue
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
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
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
02-07-2006 01:33 AM
02-07-2006 01:33 AM
I'm not able to telnet to port no. 8005 of my server. if i try from server 'A'
#telnet 192.16.7.108 8005
I get a message that its connected but when I issue the same command for the server 'B' i.e.
# telnet 192.16.6.116 8005
I get a message 'could not connect the host'
for your information both are application servers and recently i have changed the IP address of server 'B' using 'setparms' I have also checked the '/etc/services' and i found it that nothing is commented in it.
please assist guyz!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 01:53 AM
02-07-2006 01:53 AM
Re: Port issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 01:56 AM
02-07-2006 01:56 AM
Re: Port issue
netstat -rn
ifconfig lan0
lan0 assumes that is the active LAN, the netstat -rn will also list the interface number.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 03:31 AM
02-07-2006 03:31 AM
Re: Port issue
Could you able to ping to Server 'B' ? Also, doing a traceroute may help.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 06:58 AM
02-07-2006 06:58 AM
Re: Port issue
serverB# telnet 192.16.6.116 8005
to check if you have a daemon listening there.
Pablo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 03:01 PM
02-07-2006 03:01 PM
Re: Port issue
Thanks for the replies. to understand, bith the servers are in diffrent sublan also i can ping and telnet to each other too. I have changed the ip address of server 'B' and i did not reboot the server. also the server has port aggregation set. one more thing while loading the application the app asks the port 8005/9005 to be opened. once again I'm able to telnet server port 'A' to itself but not 'B' the command i use is
# telnet 192.16.7.116 8005
please assist.
Thanks...
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 03:07 PM
02-07-2006 03:07 PM
Re: Port issue
First of all, after changing your IP address manually, could you able to ping from any other machines ? Did you add the static route ? Is routing table updated ? Check these stuffs first before proceeding to telnet.
-Arun
P.S: Remember to assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2006 07:20 PM
02-07-2006 07:20 PM
Re: Port issue
Machine A:
grep 8005 /etc/services
telnet localhost 8005
telnet machineB 8005
Machine B:
grep 8005 /etc/services
telnet localhost 8005
telnet machineA 8005
what you are getting for this?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2006 04:25 PM
02-10-2006 04:25 PM
Re: Port issue
thanks for reply..
How do i check the static route and routing table? please give me the command.
there is no find anything like 8005 in /etc/sevices. on both the servers.
Thnaks in advance..
will surely assign points....:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 09:13 AM
02-12-2006 09:13 AM
Re: Port issue
Please check on server A & B and post:
# netstat -a | grep 8005
There could be a firewall between A and B, ask your network administrator.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:55 PM
02-12-2006 05:55 PM
Re: Port issue
the command #netstat -a | grep 8005 dose not give any output but just gives a prompt. what was the output expected?
Reply to muthukumar
Machine A:
#grep 8005 /etc/services
no output
telnet localhost 8005
Trying....
telnet machineB 8005
Trying...
Machine B:
grep 8005 /etc/services
no output
telnet localhost 8005
Trying....
telnet machineA 8005
Trying....
please try guyz....
Thanks..:(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 07:26 PM
02-12-2006 07:26 PM
Re: Port issue
# netstat -a | grep 8005
tcp 0 0 *.8005 *.* LISTEN <-----
If you don't see anything then your application is not listening on port 8005
so check your application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 07:31 PM
02-12-2006 07:31 PM
Re: Port issue
Try to add servicename and port in /etc/services and start a service with /sbin/init.d/servicename start or configure with inetd.conf file.
Check the netstat statistics as,
# netstat -na | grep port-number
will have to give informations there.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 07:33 PM
02-12-2006 07:33 PM
Re: Port issue
You need to add an entry in /etc/services for port 8005 and restart the application.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2006 03:42 PM
02-16-2006 03:42 PM
Re: Port issue
Rahul