Activation de l’amorçage sécurisé SMM3
Les informations ci-après vous permettent d’activer l’amorçage SMM3 sécurisé.
Procédure
Commandes Redfish de mise à jour du microprogramme SMM3
Téléchargez le fichier image SMM3 (.uxz)
curl -k -H "Content-Type: application/octet-stream" -X POST -T [SMM3_UXZ_IMAGE] https://[USERNAME]:[PASSWORD]@[SMM3_IP]/redfish/v1/UpdateService/updateDémarrez la mise à jour du microprogramme.
curl -k -H "Content-Type: application/json" -X POST -d '{"target": "/redfish/v1/Managers/bmc"}' https://[USERNAME]:[PASSWORD]@[SMM3_IP]/redfish/v1/UpdateService/Actions/UpdateService.StartUpdateInterrogez la progression de la mise à jour.
curl -k -H "Content-Type: application/json" https://[USERNAME]:[PASSWORD]@[SMM3_IP]/redfish/v1/TaskService/Tasks/0Une fois que l’état de la tâche affiche « Terminé » à l’étape 3, redémarrez SMM3.
curl -k -H "Content-Type: application/json" -X POST https://[USERNAME]:[PASSWORD]@[SMM3_IP]/redfish/v1/Managers/bmc/Actions/Manager.Reset -d '{"ResetType": "GracefulRestart"}'
Envoyer des commentaires