Chapter 6. Quick Start

cd [DDS INSTALLATION]
source DDS_env.sh   1
dds-session start   2
dds-submit --rms localhost --slots 503
dds-info -n   4
dds-info -l   5
dds-topology --activate $DDS_LOCATION/tutorials/tutorial1/tutorial1_topo.xml   6

1

Enable DDS environment.

2

Start DDS commander server.

3

Deploy 1 DDS agent with 50 task slots on the localhost.

4

Use dds-info to find out a number of agents, which are online.

5

Use dds-info to check detailed information about agents.

6

Set and activate the topology.