Help needed in fixing port issue - Urgent

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Help needed in fixing port issue - Urgent
# 1  
Old 11-02-2010
Help needed in fixing port issue - Urgent

Hi,
One of our web application is running in Linux and using apache web servers. Application is hosted in port 4080 (for soap requests) and port 9999, and its serving behind a vip and cname. Initially it was working fine in another server and recently (2 months back) we have moved to the new server and from there onwards often ports 4080 and 9999 are failing.
As per our analysis there is no problem in the load balancer where the vip is served and also we didn't see any issues in the apache/application logs. But after checking with networking teams we found that at the time of port failures, health check (status.html) for the vip is failing and that causing the issue. Sometimes within 5 mins ports are coming up automatically without taking any actions and sometimes its not coming up and we are restarting the apache services.
We could not able to figure out whats the problem here, could you please someone help me how I can find the root cause of the issue.
Its a P1 production issue, please help me on this.

Thanks.
# 2  
Old 11-02-2010
How Do you perform the vip fail-over? Is the ARP cache correctly updated on the host running the health check after the fail-over took place?

Last edited by Loic Domaigne; 11-02-2010 at 05:00 PM.. Reason: english
# 3  
Old 11-03-2010
Hi,
I hope so, because vip part is totally taken care by another team and we had multiple discussions with them on this issue, but as per them there are no errors in the load balancer (from where vip is served) logs and they able to see only the errors which are related to health check failure. They are telling while lb could not able to do the health check bcoz of our port issue.
Could you please tell me how i can check on this issue.

Thanks.
# 4  
Old 11-03-2010
What "port issue" is that? (Connection refused?)

Without knowing your particular setup, I would test as follows:
  1. check if telnet on ports 4080 and 9999 is OK,
  2. trigger failover
  3. ping the vip [to eventually update my ARP cache]
  4. check again if telnet on ports 4080 and 9999 is OK
Then, I'd check if it makes a difference when you drop step 3.

HTH,
Loïc
# 5  
Old 11-03-2010
Hi,
Thanks for your suggestions, will check and let you know on this.

Regards,
Ram
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Urgent Help needed...

Hi I want to create a script which deleted files in the following folders older than 30 days. There are a particular version of files inside it to be deleted Folders : /files0/interfaces/ResponsysSavedList/BackInStock/EmailContent/backup... (3 Replies)
Discussion started by: Scudza
3 Replies

2. Solaris

help needed for fixing zfs bug

Hi Experts I've problem in a my office server (solaris 10 - x86) version. x4600 M2 hardware This system is getting rebooted because of zfs bug I've applied patch using live upgrade with live new environment created and applied the patch which oracle suggested( 144501-19), it asks for... (3 Replies)
Discussion started by: SunSolars_admin
3 Replies

3. Shell Programming and Scripting

Awk Problem - Fixing needed

os: sunos/linux shell: bash awk -v PCT="$PERCENTAGE" -v UWARN="$UWARNING" -v UCRIT="$UCRITICAL" 'BEGIN { PCT=PCT+0; UWARN=UWARN+0; UCRIT=UCRIT+0 ; if(PCT<UWARN) { printf \" '${FILESYS}':... (3 Replies)
Discussion started by: SkySmart
3 Replies

4. UNIX for Dummies Questions & Answers

need help in fixing the hangup issue due to nohup command

Hi All, I am very new to unix and to this forum.Suggest me a solution in fixing the below issue. Actually ia m executing java program through script. The command is like java pgm & The above cmd runs the java program continuous as a background thread. This script is executed from a... (1 Reply)
Discussion started by: sahan
1 Replies

5. Shell Programming and Scripting

Urgent Help Needed.

Hi, Below is my issue which I desperately need and I want a shell script which can do this job. I need this script as I m planning to put this for a system health check. Please assist me. 1. There are 10 log files in a particular location. 2. open each log file. Goto to the end of the... (1 Reply)
Discussion started by: kashriram
1 Replies

6. Shell Programming and Scripting

urgent help needed in telnet issue

Hi, Whenever i am trying to telnet to server i am getting frequent error Authorized Login: prtsrc's Password: /dev/pts/171: Password read timed out -- possible noise on port when i am rerunning the same it is working fine thanks, sam (2 Replies)
Discussion started by: sam99
2 Replies

7. Linux

Urgent - serial port

Hi All, I am a begineer in Linux, I have 4 ports and 3 are operational port 1,port 2 and port 4 (when I plug in serial device I can see it working) but port 3 seems it is not working. I am sure the hardware is fine. when I give command dmesg | grep tty I get, serial 8250:ttyS0 at... (0 Replies)
Discussion started by: vr_82
0 Replies

8. Windows & DOS: Issues & Discussions

Urgent XP help needed Please

Hi, Please accept my apologies if I have not explained anything clearly enough but i am a little old on new lingo!!! I am running XP from home and last night the following happened. After being logged on for pretty much the full day, I had what seemed like a pop up come up. Although most pop... (3 Replies)
Discussion started by: nike1601
3 Replies

9. Linux

urgent......Serial port

I think my serial port(on board) is not working ...... because when I am running same code on two machines its working good....but when my system comes into picture ....it doesnt show any output comming from serial port.......... can anybody tell me how to configure my serial port.........or to... (16 Replies)
Discussion started by: arunchaudhary19
16 Replies

10. UNIX for Dummies Questions & Answers

Urgent help needed

Hi I am using DB2 as the database and i am reading syscat.columns from the database. I want to manipulate the rows returned by running SQL query from the shell script. The manipulation involves addition and deletion of the rows from the resultset. All the above i want to do using SQL... (5 Replies)
Discussion started by: skyineyes
5 Replies
Login or Register to Ask a Question