HewlettPackard / python-redfish-utility

Python-based utility for interacting with devices supporting a Redfish Service
Other
86 stars 41 forks source link

How to disable the SD Card slot using command line? #49

Closed sloppyhead closed 2 years ago

sloppyhead commented 2 years ago

I am able to retrieve the SD card slot status with the command
"ilorest get Controller/Status/State --selector=EmbeddedMedia"

How do I disable the SD card slot using command line?

fmoreno-nj commented 2 years ago

ilorest set InternalSDCardSlot=Disabled --selector=Bios.

sahanaramavana commented 2 years ago

Hi @sloppyhead ,

Here is the set of commands ilorest -v set InternalSDCardSlot=Disabled --selector=Bios.

ilorest -v commit

ilorest -v reboot

Thanks & Regards, iLORestTeam