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 is the difference between multicast and unicast?
What is error ora-6502? : BEA Weblogic
which protocol it user to connect manage server to admin ? where it is defined ?
How you deploy your applications on weblogic server?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Do you know what are the steps required to modify config.xml file of web logic server?
What are stubs and how do they function in a web logic cluster?
What Is The Advantage Of Clustering ?
How do I call oracle stored procedures that take no parameters? : BEA Weblogic
What is mulicast and unicast in weblogic?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
Explain the functionality of T3 associated with WebLogic server?
Explain what are the transaction isolation levels supported by weblogic jdriver?
What are middleware servers?