what is command for find out the ip add and port no. of the
machine in UNIX?
Answer Posted / syed
it is hostname -i for ip address
and for port it is
netstat -an|grep port "shows the mentioned port is available or busy"
or
netstat -a list out all the ports
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What can happen when stub can’t to connect to web-logic server instances?
How are notifications made when a server is added to a cluster?
What is administration server?
How do I handle request/response using jms? : BEA Weblogic
What all jvm analysis/profiling tools you are familiar with please write the names?
What is cluster in weblogic?
What Is Boot.proerties File In Weblogic Server ?
How does weblogic support corba and client communication via iiop? : BEA Weblogic
Explain about cluster heart beats?
What can be the reasons of server hang?
What are class paths? How can they be set?
What are pending messages in the console? : BEA Weblogic
What is thread stack size? What is the default thread stack size in windows?
What is meant by domain?
How Can Port Number Be Checked ?