UNSOLVED

TechnicalEngineeringKLM

updated

7 years ago

T

TechnicalEngineeringKLM

1 Rookie

70 Posts

0

2071

August 27th, 2019 04:00

Jobqueue

Hi, can anybody help me with the following problem i have?

i am trying to create a jobqueue for a LCC setting (LifeCycleController.LCAttributes.CollectSystemInventoryOnRestart) that i make in a script. i wnat to set this setting with the following command.

racadm -r -u -p set LifeCycleController.LCAttributes.CollectSystemInventoryOnRestart Enabled

and after that :

racadm -r -u -p set LifeCycleController.LCAttributes.LifecycleControllerState 1.

 

these commands succeed but then there needs to be a jobqueue created and i am not able to find the correct syntax for that.

i tried something like this:

racadm -r -u root -p jobqueue create LifeCycleController.LCAttributes -r pwrcycle -s TIME_NOW

But it keeps telling me that the FQDD is not correct. does anybody knows what the FQDD is here or how to find it?