This app starts an Clear linux cluster (or single node) where passwordless communication is enabled accross all hosts.
You can access the head node in any of the following ways:
- Terminal Access: ssh (including x forwarding)
- Virtual desktop (tigervnc)
- File Transfer: sftp
OCEAN_HOSTScontains a comma separated list of the hostnames for all the nodes in the pool.OCEAN_WORKERScontains a comma separated list of the hostnames for all worker nodes in the pool.OCEAN_HEADcontains the hostnames of the head node.
For example, to execute the command hostname on all nodes you can run
pdsh -w $OCEAN_HOSTS hostname