Hey Nikos,
I've tested the configuration which you've listed here, and found that the worker_flags = load_profile, auto_mount, dedicated is confusing the parser. As a general rule, if you have spaces, you need to quote it. So you can either do this:
worker_flags = load_profile,auto_mount,dedicated
or
worker_flags = "load_profile, auto_mount, dedicated"
To test your configuration, just use the qbconfigfile tool located in the sbin dir of the qube installation. This tool read the config file and displays per host, what the configuration is supposed to look like.
Ex. qbconfigfile qbwrk.conf
[all]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_execution_mode = proxy
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
worker_logpath = \\Mothership\System\Qube\logs
worker_cluster = /
proxy_account = render
[rb-01]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-02]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-03]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-04]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-05]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-06]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-07]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-08]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
[rb-09]
worker_flags = "load_profile, auto_mount, dedicated"
proxy_account = render
worker_logmode = mounted
worker_logfile = \\Mothership\System\Qube\logs\workerlog
proxy_password = ****
worker_journal_location = \\Mothership\System\Qube\jnl\worker.jnl
proxy_execution_mode = proxy
worker_cluster = /
worker_logpath = \\Mothership\System\Qube\logs
Thanks,
Anthony