Author |
Message
|
venuprsd |
Posted: Mon Apr 09, 2012 12:45 am Post subject: Kindly clarify this on urgent basis...Customer is eating me |
|
|
Apprentice
Joined: 15 Aug 2010 Posts: 44
|
Dear Experts,
Good Day.
Customer is eating me.....
We are usign the MB 6.1 in our AIX Env. One of the EG we aissgned the HTTPS port as 7858 .This is hosted in local only.In local we are trying to do below one but unable to do this.But mqsireportproperties is returning the below port only so fine.
$ telnet 172.26.43.60 7858
Trying...
telnet: connect: A remote host refused an attempted connect operation.
$ |
|
Back to top |
|
 |
mapa |
Posted: Mon Apr 09, 2012 12:52 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
What is the output of mqsireportproperties for this?
(Syntax is found via Info Center if you help with syntax.) |
|
Back to top |
|
 |
venuprsd |
Posted: Mon Apr 09, 2012 1:37 am Post subject: |
|
|
Apprentice
Joined: 15 Aug 2010 Posts: 44
|
Hi Plz fine below.
HTTPSConnector
uuid='HTTPSConnector'
userTraceLevel='none'
traceLevel='none'
userTraceFilter='none'
traceFilter='none'
port='0'
address=''
allowTrace=''
maxPostSize=''
acceptCount=''
bufferSize=''
compressableMimeTypes=''
compression=''
connectionLinger=''
connectionTimeout=''
maxHttpHeaderSize=''
maxKeepAliveRequests=''
maxSpareThreads=''
maxThreads=''
minSpareThreads=''
noCompressionUserAgents=''
restrictedUserAgents=''
socketBuffer=''
tcpNoDelay=''
explicitlySetPortNumber='7858'
enableLookups=''
enableMQListener=''
shutdownDelay=''
algorithm=''
clientAuth=''
keystoreFile=''
keystorePass=''
keystoreType=''
sslProtocol=''
ciphers=''
keypass=''
keyAlias='' |
|
Back to top |
|
 |
zpat |
Posted: Mon Apr 09, 2012 2:15 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
AFAIK the port is only opened when you deploy something that uses it. |
|
Back to top |
|
 |
venuprsd |
Posted: Mon Apr 09, 2012 4:16 am Post subject: |
|
|
Apprentice
Joined: 15 Aug 2010 Posts: 44
|
Flows are already deployed long back. but still same problem |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 09, 2012 4:43 am Post subject: Re: Kindly clarify this on urgent basis...Customer is eating |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
venuprsd wrote: |
Customer is eating me..... |
I have so many possible responses. Many of them printable, none of them usable
venuprsd wrote: |
$ telnet 172.26.43.60 7858
Trying...
telnet: connect: A remote host refused an attempted connect operation.
$ |
Have you enquired with the network team if there's anything they think you should know? I see "connection refused", I think firewall or other network level security device. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Apr 09, 2012 4:45 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
venuprsd wrote: |
Flows are already deployed long back. but still same problem |
does netstat show that the port is open?
it's not entirely clear how many actual machines are involved. You said you had it defined to local and were only using it from local.
Does it work if you try to telnet using localhost instead of the ip address?
Or are you trying to access it across at least one network link? If so are you sure that the host in question has allowed the port to be open to anything other than localhost? are you sure that the network link allows traffic into the port in question?
There's a lot that could be blocking this, and you've not given a lot of information. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Apr 09, 2012 4:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
venuprsd wrote: |
Flows are already deployed long back. but still same problem |
IMHO this strengthens the case against the network people. If the flows have been deployed for a while and now suddenly there's a problem , this stinks of a network change. Typically one which "couldn't affect this part of the network" and "wouldn't cause this symptom anyway".
If there have been any netowrk configuration or maintenance changes on or just before the time this problem was first reported, get them reversed & see what happens. Be sure to look smug & superior if the problem mysteriously disappears. Look pityingly at any network people who claim it's a coincidence & "WMB must have just fixed itself at the same time". _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Apr 09, 2012 5:04 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Look in /var/adm/debug.log and you will see which port is actually being opened. Also, collect MustGather documentation and you will see the attempt to open the port and the result of the port open call. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
|