The command-line utilities provide life-cycle management both for the container and the spaces it manages. You can start and shutdown containers, and create, ping, clean, stop, start, and destroy spaces. You may discover the spaces running over the network and perform some network diagnosis tasks.
The default container name is the name of the host running the container. You can use also "." as the container name – this will count as:
<Space name>_container
The space name is the same name given when the space was created. All the utilities provide two basic methods of locating a space in the environment:
Using the Jini Lookup Service – This option enables both a Unicast and Multicast lookup. Multicast is the default option. Use Unicast if you specify the lookup host with the -l option.
Using the RMI Registry – Every container has an embedded RMI Registry. The default port for it is 10098. This mode allows the space to be located independently of the Jini services. It also enables more control of the space by providing direct access to the container, thus avoiding the possibility of conflict, if and when spaces with the same name and containers run across the network.
We need your help to improve this wiki site. If you have any suggestions or corrections, write to us at techw@gigaspaces.com. Please provide a link to the wiki page you are referring to.
Add Comment