12-14-2005 03:13 AM
hi,
I have two named keepalive config. and both of them exactly the same except port number. Such as:
keepalive SPDA_Transcoding_80
port 80
ip address 10.X.Y.49
uri "/KeepAlive.bin"
type http
active
and
keepalive SPDA_Transcoding_81
port 81
ip address 10.X.Y.49
uri "/KeepAlive.bin"
type http
active
Keepalive for port 80 is running but 81 is not.
When I check the show keepalive output:
Name: SPDA_Transcoding_80 Index: 1 State: Alive
Description:
Address: 10.X.Y.49 Port: 80
Type: HTTP:HEAD:/KeepAlive.bin
Encryption: Disabled
Frequency: 5
Max Failures: 3
Retry Frequency: 5
Dependent Services:
SPDA_AnTrTS01_port80
and
Name: SPDA_Transcoding_81 Index: 2 State: Down
Description:
Address: 10.X.Y.49 Port: 81
Type: HTTP:HEAD:/KeepAlive.bin
Keepalive Error: Not reachable failure
Encryption: Disabled
Frequency: 5
Max Failures: 3
Retry Frequency: 5
Dependent Services:
SPDA_AnTrTS01_port81
As yyou see that there is an error in port 81 keepalive that "Not reachable failure"
But when I go to browser and write down the http://10.X.Y.48:81/Keepalive.bin, I get correct answer.
Do you have any idea about caused this problem.
12-14-2005 08:44 AM
take a sniff on the server and verify if the server sends a response to the CSS when coming on port 81.
If you see a response tell us what css software version you have.
Gilles.
12-15-2005 01:59 AM
YES!
I sniffed the traffic.
Altough port 80 sends HTTP 200 OK code, port 81 does not.
So Problem is about coding of application.
Thank you..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide