LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat
User Name
Password
Red Hat This forum is for the discussion of Red Hat Linux.

Notices


Reply
  Search this Thread
Old 06-28-2018, 10:32 PM   #1
imadedwis
LQ Newbie
 
Registered: Jun 2018
Posts: 3

Rep: Reputation: Disabled
Different connection status between 2 servers


Hello All,

Actually, We have a problem in our server (RHEL 7.1), 1st server is used for payment apps like switch card payment (passthru only), and 2nd server is used for Database transaction.
When high transaction there is different connection between Apps Server and DB server, Apps Server sends connection to DB Server, but sometimes that’s connection not ESTABLISHED like low traffic (I checked thru netstat in 2 servers). I have changed value Local_port range, and fin_timeout but it wasn’t solve this problem, and I think my current kernel needs to update kernel to latest or stable version to solve this.
current kernel : 3.10.0-229.e17.x86_64

Please give me suggest about our this connection problem.

Thank you
Regards
 
Old 06-29-2018, 05:14 AM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Thoughts:
#1 why have you not asked RHEL support about how to address this issue?

#2 Why do you suspect the kernel is somehow to blame? Have you evidence to suggest this may be the case?

#3 what is the nature of your connection? ODBC is notorious for connection inefficiencies in some combinations of database, client, OS, and networking environment.

#4 have you considered a network/hardware solution? What other traffic is on this network? If this connection on line dedicated to this connection?

#5 in my experience, the database itself is often the bottleneck. What is the nature or base of your database?
 
Old 06-30-2018, 03:39 AM   #3
imadedwis
LQ Newbie
 
Registered: Jun 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi Wpeckham,

Thanks for your reply.
Currently my subscription was expired, and I'm still processing to renewal, that's why I created to this forum.

Actually I don't understand about bottleneck, and this connection through firewall.
Like this : Firewall >> Apps Server >> firewall >> DB server.

This connection just like payment switch passthru. And another network engineer is still checking from his environments as well. And I should to make sure from server has no bug or problem.

And my colleague suggests to check kernel OS. But I don't know exactly this problem.

Did you ever get issue like this connection before?

Thanks. Appreciate your response.
Regards
 
Old 06-30-2018, 05:06 AM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,627

Rep: Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695Reputation: 2695
Quote:
Originally Posted by imadedwis View Post
Hi Wpeckham,

Thanks for your reply.
Currently my subscription was expired, and I'm still processing to renewal, that's why I created to this forum.
I understand, but until you are licensed and registerd as licensed with the RHN you will not be able to update the kernel properly. Once you can, I recommend bringing ALL of your packages current, including the kernel.
Quote:
Actually I don't understand about bottleneck, and this connection through firewall.
Like this : Firewall >> Apps Server >> firewall >> DB server.
Well this tells us a LOT that you left out earlier. There is a (still undefined) database involved, that we connect to with a (still undefined) connection protocol through (If I understand correctly) at least one and possibly two firewalls.

Question, is this over controlled wire or over the internet? If part of your connection depends upon public carriers that brings in a TON of additional possible factors!
Quote:
This connection just like payment switch passthru.
This description tells me almost nothing. There must be around 700 different kinds of payment switch pass through techniques in the history of IT.
Quote:
And another network engineer is still checking from his environments as well. And I should to make sure from server has no bug or problem.
Excellent. I am glad he is checking the network devices. A good network diagnostic run when the problem exhibits might be very instructive even if the network is not implicated.
Quote:
And my colleague suggests to check kernel OS. But I don't know exactly this problem.
Neither does he, thus the shotgun approach of "check everything", which I do approve of by the way.

Did this problem come up when you are first establishing this system, or has this been around for some time and only started having this problem recently? Our approach in the two cases should be quite different.

I do hope that neither application nor kernel version issues are involved, since resolving those properly cannot be properly and legally addressed until your registration is current. That should not take long, but please keep us informed.


Quote:
Did you ever get issue like this connection before?

Thanks. Appreciate your response.
Regards
Only dozens of times and involving a dozen kinds of network configuration, perhaps a dozen database engines, MANY kinds of database client applications or code, and many kinds of servers. Your original description of the problem was so generic it could have been almost anything.
I think we are slowely drilling down to enough detail to define the problem, and that is the first requirement to investigation.
IT has rarely been the OS at fault as long as the DB was not hosted on Windows.

You are very welcome. I am only surprised that several other good people here have not added their $0.02 USD by now, as we have some VERY good people around.
 
Old 07-03-2018, 01:52 AM   #5
imadedwis
LQ Newbie
 
Registered: Jun 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi wpeckham,

Thanks for your explanation.
And so far you tell me about this, we're still checking network peripheral.
Maybe we will change topology, and make P2P method between Apps Server to DB server, because we suspect in Fortinet network miss config.

Once again, thanks for your suggested.

Thank you
Regards,
I Made Dwi
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
VPN Connection status anon008 Linux - Networking 1 02-11-2014 01:40 PM
LXer: Status of Ubuntu for ARM Laptops and Servers LXer Syndicated Linux News 0 01-25-2012 02:40 AM
tcp connection and interface status vasanthbp Linux - Networking 7 07-04-2006 02:38 AM
internet connection status... kb_ganesh Linux - Software 2 06-26-2005 12:28 AM
network connection status ................ dileepkk Linux - Networking 1 07-09-2004 12:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Red Hat

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration