To list the Endeca Server nodes, use the endeca-cmd list-nodes command. This command utilizes the listNodes request from the Cluster Web Service.
When you start any of the WebLogic servers on which the Endeca Server software is installed and deployed, the Endeca Server instances are started on these servers.
To list Endeca Server cluster nodes:
endeca-cmd list-nodes
The command returns the protocol, host names, and ports of the Endeca Server instances running in your Endeca Server cluster.
Alternatively, you can issue a request with the listNodes operation of the Cluster Web Service.
<ns3:nodeInfo> <ns2:protocol>https</ns2:protocol> <ns2:hostname>dev-node</ns2:hostname> <ns2:nodePort>7002</ns2:nodePort> </ns3:nodeInfo>