<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Port issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957891#M550260</link>
    <description>Hi All&lt;BR /&gt;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 &lt;BR /&gt;# telnet 192.16.7.116 8005&lt;BR /&gt;&lt;BR /&gt;please assist.&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;Rahul</description>
    <pubDate>Tue, 07 Feb 2006 23:01:20 GMT</pubDate>
    <dc:creator>Rahul Pednekar</dc:creator>
    <dc:date>2006-02-07T23:01:20Z</dc:date>
    <item>
      <title>Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957885#M550254</link>
      <description>Dear all&lt;BR /&gt;&lt;BR /&gt;I'm not able to telnet to port no. 8005 of my server. if i try from server 'A' &lt;BR /&gt;#telnet 192.16.7.108 8005&lt;BR /&gt;&lt;BR /&gt;I get a message that its connected but when I issue the same command for the server 'B' i.e.&lt;BR /&gt;# telnet 192.16.6.116 8005&lt;BR /&gt;&lt;BR /&gt;I get a message 'could not connect the host'&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;please assist guyz!</description>
      <pubDate>Tue, 07 Feb 2006 09:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957885#M550254</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-07T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957886#M550255</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;the ip is the real?&lt;BR /&gt;&lt;BR /&gt;because is different sublan.&lt;BR /&gt;&lt;BR /&gt;The gatway is ok?&lt;BR /&gt;&lt;BR /&gt;DM</description>
      <pubDate>Tue, 07 Feb 2006 09:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957886#M550255</guid>
      <dc:creator>mirco_1</dc:creator>
      <dc:date>2006-02-07T09:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957887#M550256</link>
      <description>Try just doing a "regular telnet" to that same IP from server B.  Does that get you a login prompt?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 09:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957887#M550256</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-02-07T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957888#M550257</link>
      <description>I will assume that you used to telnet to port 8005 before the IP change on "B". Can you ping the new IP address? Please send us the output from the "B" system:&lt;BR /&gt;&lt;BR /&gt;netstat -rn&lt;BR /&gt;ifconfig lan0 &lt;BR /&gt;&lt;BR /&gt;lan0 assumes that is the active LAN, the netstat -rn will also list the interface number.</description>
      <pubDate>Tue, 07 Feb 2006 09:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957888#M550257</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2006-02-07T09:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957889#M550258</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Could you able to ping to Server 'B' ? Also, doing a traceroute may help. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 07 Feb 2006 11:31:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957889#M550258</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-07T11:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957890#M550259</link>
      <description>Try also from the server B to itself&lt;BR /&gt;&lt;BR /&gt;serverB# telnet 192.16.6.116 8005&lt;BR /&gt;&lt;BR /&gt;to check if you have a daemon listening there.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pablo&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 14:58:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957890#M550259</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-07T14:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957891#M550260</link>
      <description>Hi All&lt;BR /&gt;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 &lt;BR /&gt;# telnet 192.16.7.116 8005&lt;BR /&gt;&lt;BR /&gt;please assist.&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;Rahul</description>
      <pubDate>Tue, 07 Feb 2006 23:01:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957891#M550260</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-07T23:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957892#M550261</link>
      <description>Hi Rahul, &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;P.S: Remember to assign points. &lt;BR /&gt;</description>
      <pubDate>Tue, 07 Feb 2006 23:07:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957892#M550261</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-07T23:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957893#M550262</link>
      <description>Can you check this?&lt;BR /&gt;&lt;BR /&gt;Machine A:&lt;BR /&gt;&lt;BR /&gt;grep 8005 /etc/services&lt;BR /&gt;telnet localhost 8005&lt;BR /&gt;telnet machineB 8005&lt;BR /&gt;&lt;BR /&gt;Machine B:&lt;BR /&gt;&lt;BR /&gt;grep 8005 /etc/services&lt;BR /&gt;telnet localhost 8005&lt;BR /&gt;telnet machineA 8005&lt;BR /&gt;&lt;BR /&gt;what you are getting for this? &lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Wed, 08 Feb 2006 03:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957893#M550262</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-08T03:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957894#M550263</link>
      <description>Hi all&lt;BR /&gt;thanks for reply..&lt;BR /&gt;&lt;BR /&gt;How do i check the static route and routing table? please give me the command.&lt;BR /&gt;&lt;BR /&gt;there is no find anything like 8005 in /etc/sevices. on both the servers.&lt;BR /&gt;&lt;BR /&gt;Thnaks in advance..&lt;BR /&gt;&lt;BR /&gt;will surely assign points....:)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Feb 2006 00:25:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957894#M550263</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-11T00:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957895#M550264</link>
      <description>The routing seems correct since you're able to ping the servers each other (anyway the command to check is # netstat -r)&lt;BR /&gt;&lt;BR /&gt;Please check on server A &amp;amp; B and post: &lt;BR /&gt;&lt;BR /&gt;# netstat -a | grep 8005&lt;BR /&gt;&lt;BR /&gt;There could be a firewall between A and B, ask your network administrator.&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Feb 2006 17:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957895#M550264</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-12T17:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957896#M550265</link>
      <description>hi all&lt;BR /&gt;&lt;BR /&gt;the command #netstat -a | grep 8005 dose not give any output but just gives a prompt. what was the output expected?&lt;BR /&gt;&lt;BR /&gt;Reply to muthukumar&lt;BR /&gt;&lt;BR /&gt;Machine A:&lt;BR /&gt;#grep 8005 /etc/services&lt;BR /&gt;no output&lt;BR /&gt;telnet localhost 8005&lt;BR /&gt;Trying....&lt;BR /&gt;telnet machineB 8005&lt;BR /&gt;Trying...&lt;BR /&gt;&lt;BR /&gt;Machine B:&lt;BR /&gt;grep 8005 /etc/services&lt;BR /&gt;no output&lt;BR /&gt;telnet localhost 8005&lt;BR /&gt;Trying....&lt;BR /&gt;telnet machineA 8005&lt;BR /&gt;Trying....&lt;BR /&gt;&lt;BR /&gt;please try guyz....&lt;BR /&gt;&lt;BR /&gt;Thanks..:(</description>
      <pubDate>Mon, 13 Feb 2006 01:55:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957896#M550265</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-13T01:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957897#M550266</link>
      <description>You should see something like&lt;BR /&gt;&lt;BR /&gt;# netstat -a | grep 8005&lt;BR /&gt;tcp  0  0  *.8005  *.*  LISTEN  &amp;lt;-----&lt;BR /&gt;&lt;BR /&gt;If you don't see anything then your application is not listening on port 8005&lt;BR /&gt;&lt;BR /&gt;so check your application&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2006 03:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957897#M550266</guid>
      <dc:creator>paolo barila</dc:creator>
      <dc:date>2006-02-13T03:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957898#M550267</link>
      <description>You must have an entry in /etc/services for a port and service name. So that service lookup with telnet will work. Else it will make problem.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Check the netstat statistics as,&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep port-number&lt;BR /&gt;&lt;BR /&gt;will have to give informations there.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Muthu</description>
      <pubDate>Mon, 13 Feb 2006 03:31:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957898#M550267</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-02-13T03:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957899#M550268</link>
      <description>Hi Rahul, &lt;BR /&gt;&lt;BR /&gt;You need to add an entry in /etc/services for port 8005 and restart the application. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 13 Feb 2006 03:33:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957899#M550268</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-02-13T03:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Port issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957900#M550269</link>
      <description>thanks everybody&lt;BR /&gt;&lt;BR /&gt;Rahul</description>
      <pubDate>Thu, 16 Feb 2006 23:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/port-issue/m-p/4957900#M550269</guid>
      <dc:creator>Rahul Pednekar</dc:creator>
      <dc:date>2006-02-16T23:42:12Z</dc:date>
    </item>
  </channel>
</rss>

