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
Explain about cluster heart beats?
What are logics in reference to web logic servers?
What is a stage deployment?
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Explain the client-server architecture.
What is thread stack size? What is the default thread stack size in windows?
Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
What are the different groups under web logic security?.
How do I call a servlet with parameters in the url? : BEA Weblogic
Why does for update in oracle 8 cause an ora-01002 error? : BEA Weblogic
What happens when a failure occurs and the stub cannot connect to a weblogic server instance?
What is Graphic mode?
Why the node manager is required?
What is the domain in weblogic server?
How do I create a producer pool? : BEA Weblogic