...
Code Block | ||
---|---|---|
| ||
# Example of 2 hosts server # For 1 host server, export SERVER_NODENODES=node-1 export SERVER_NODES=node-1,node-2 # Example to use admin and client on the same node export ADMIN_NODE=node-3 export CLIENT_NODE=node-3 export ALL_NODES=$SERVER_NODES,$CLIENT_NODE |
...