cd[DDS INSTALLATION]
source DDS_env.sh dds-sessionstart
dds-submit --rmslocalhost
--slots50
dds-info -n dds-info -l dds-topology --activate $DDS_LOCATION/tutorials/tutorial1/tutorial1_topo.xml
Enable DDS environment. | |
Start DDS commander server. | |
Deploy 1 DDS agent with 50 task slots on the localhost. | |
Use dds-info to find out a number of agents, which are online. | |
Use dds-info to check detailed information about agents. | |
Set and activate the topology. |