Deadlinecommand to set Slave ExtraInfoKeyValue

Hello,

I 've been trying to set the ExtraInfoKeyValues for worker through the deadlincommand.
I can set custom key/value pairs with SetSlaveExtraInfoKeyValue but I can’t find a way to set the predefined ones (Extra Info 0 - 9). I have tried several key names, even renamed them via the the Repository Options but nothing succeeded.

Any help please?
Thanks

You’ll have to use this:

deadlinecommand SetSlaveSetting render01 ExtraInfo0 "Hello!"

To get a full list of the settings use (or this page in the docs):

deadlnecommand GetSlave render01
1 Like

That did it!
Thank you!

1 Like