Re: troubleshooting ssl to port 2484 using tnsping

  • From: "MacGregor, Ian A." <ian@xxxxxxxxxxxxxxxxx>
  • To: ORACLE-L <oracle-l@xxxxxxxxxxxxx>
  • Date: Wed, 16 Aug 2017 19:01:17 +0000

Do you have  access to telnet?  What happens when you run

telnet myhost  2484

on the client.  I suspect  it is because the connection  does not hang.  Have 
you looked at

http://www.petefinnigan.com/forum/yabb/YaBB.cgi?board=tools_free;action=print;num=1128363187


Ian MacGregor
SLAC National Accelerator Laboratory.


On Aug 16, 2017, at 10:19 AM, Jared Still 
<jkstill@xxxxxxxxx<mailto:jkstill@xxxxxxxxx>> wrote:

Hi Michael,

What is the output from 'adapters' ?



Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
Principal Consultant at Pythian
Pythian Blog http://www.pythian.com/blog/author/still/
Github: https://github.com/jkstill
Oracle Blog: http://jkstill.blogspot.com<http://jkstill.blogspot.com/>
Home Page: http://jaredstill.com<http://jaredstill.com/>

On Mon, Aug 14, 2017 at 11:01 AM, Michael McMullen 
<ganstadba@xxxxxxxxxxx<mailto:ganstadba@xxxxxxxxxxx>> wrote:

Oracle 11.2.0.4 (Oracle restart ie. +ASM but single host)

OEL 6.5



I'm troubleshooting tcps setup with Oracle. At this point I'm really trying to 
just narrow my troubleshooting if port 2484 is listening for tcps.

No server certs at this time.


Can I just add to the listener.ora file the following (if I've made a typo 
below assume I have it ok on my server)


(ADDRESS = (PROTOCOL = TCPS)(HOST = myhost)(PORT = 2484))


restart the listener, see that it's listening on port 2484 and then


tnsping "(DECRIPTION=(ADDRESS = (PROTOCOL = TCPS)(HOST = myhost)(PORT = 2484))"


when I do the above tnsping I get TNS-12560: TNS:protocol adapter error

while it returns OK (0 msec) when I use tcp and 1521 which is expected.


Just looking for the minimum I need to do to get the tnsping to return ok so I 
can limit my troubleshooting.


Thanks


Mike


Other related posts: