The next step is starting a worker. For instance:
[root@server root]# flumotion-worker -d 3 -u user -p test > worker.log & [root@server root]# ps -ef|grep flumotion-worker root 8316 8072 19 18:36 pts/2 00:00:01 /usr/bin/python /usr/bin/flumotion-worker -u user -p test
In this example, you provide authentication information in the form of a
username and a password on the command line. This information must match
the corresponding authentication information with which the manager was started.
This information can also be specified in a configuration file for the worker.