Unsolved

2 Intern

 • 

184 Posts

1336

December 3rd, 2021 07:00

options to force a CSIOR?

Hello,

I would like the simplest and least reboots (1) to force a CSIOR to run. Is there a way to force CSIOR to run on next reboot?

The methods I know:

- run "Racadm systemerase lcdata" wait for the command to run and the server to power off then power on the server via the idrac.

- reboot. Disable CSIOR. reboot. Enable CSIOR. Reboot.

 

Moderator

 • 

4.7K Posts

 • 

25.5K Points

December 3rd, 2021 12:00

Hello nadogmoney,

 

If it is already enabled then you need only to restart, the host, for CSIOR to run.

 

(CSIOR) Collect System Inventory On Restart

When Enabled Hardware inventory and configuration information is collected on every system restart.

https://dell.to/31tjrdQ

 

To check current state with racadm command:

racadm get LifecycleController.LCAttributes.LifecycleControllerState

 state 0 is disabled

 state 1 is enabled

 

Enable / Disable LCC

Disable: racadm set LifecycleController.LCAttributes.LifecycleControllerState 0

Enable: racadm set LifecycleController.LCAttributes.LifecycleControllerState 1

 

No Events found!

Top