I have a Abinitio process running on a Red hat server.
This process is basically a webservice, which is bound to a port on this running unix server. The front end sends request to this UNIX PORT, which is in turn read by abinitio process and processed further.
How can I identify if the process is bound to the unix port or not?
I face a weird situation every Monday(over the weekend), When I try to hit the webservice through SOAP , I get socket timeout exception. TO solve this I have to stop and start the process.
I want to identity which all sockets are not responding , given the list of ports.