NOTE THESE ARE NOT TO BE APPLIED TO 2.0 TESTING, USE THE QUICKSTARTS IN THE 2.0 ON-LINE DOCUMENTATION
Table of Contents
Table of Contents | ||
---|---|---|
|
...
Set environment variables for list of servers, client and admin node.
Code Block | ||
---|---|---|
| ||
# Example of 2 hosts server # For 1 host server, export SERVER_NODES=node-1 # for 2 hosts server, export SERVER_NODES=node-1,node-2 # Example to use admin and client are on the same node export ADMIN_NODE=node-3 export CLIENT_NODE=node-3 export ALL_NODES=$SERVER_NODENODES,$CLIENT_NODE |
Set-Up
Please reference to DAOS server(s) and client(s) DAOS Set-Up for RPM installation, daos server/agent/admin configuration yml files, certificates generation, and bring-up daos servers and clients.
...