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
How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
What is console mode?
What is web.xml ?
How is the security handled in web logic j2ee connector architecture?
What is mulicast and unicast in weblogic?
I tried to run two of the applets in the examples directory of the distribution? : BEA Weblogic
What is meant by full gc and explain it?
Which types of jdbc databases does weblogic jms support? : BEA Weblogic
What are the different modules of wlst?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What are the classes placed in the weblogic classpath?
What is meant by jdbc and configuration details?
How to integrate appache with weblogic?
How do you do performance tuning of wls?