Release Notes

Dell EMC Root of Trust and BIOS live scanning
ID 390
2.2.2 Scheduling a scan using the racadm interface
Usage: racadm biosscan -s <start-time>
#racadm help biosscan
Racadm biosscan -- Performs BIOS Live Scanning
Usage:
racadm biosscan -s <start-time>
-s <start-time>
0 - Never schedule. Deletes existing jobs
1 - Schedule Now
2 - Schedule Daily
3 - Schedule Monthly
4 - Schedule Yearly
---------------------------------------
Usage Examples:
- To perform BIOS scan now:
racadm biosscan -s 1
---------------------------------------
2.2.3 Scheduling a scan using the Redfish interface
1. First, execute the “Get” command and enter the username and password when prompted.
https://<IP address>/redfish/v1/Systems/System.Embedded.1/Bios
2. There are two options to execute the Post operation to initiate the BIOS live scanning:
Post operation with empty payload to schedule immediate scanning job
https://<IP
address>/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/DellBios.RunBIOSLiveS
canning
Post operation (https://<IP address>/redfish/v1/JobService/Jobs) with payload mentioning the
schedule details in the body
i. To schedule scanning Now (immediately)
{
"Payload":{
"TargetUri":
"/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/Dell
Bios.RunBIOSLiveScanning"
}
}
ii. To schedule scanning Daily
{
"Payload":{
"TargetUri":
"/redfish/v1/Systems/System.Embedded.1/Bios/Actions/Oem/Dell
Bios.RunBIOSLiveScanning"
},
"Schedule": {
"RecurrenceInterval": "P1D"