주요 콘텐츠로 건너뛰기
지식 기술 자료

인텔® 서버 M50CYP 제품군에서 Redfish로 부팅 순서 변경

콘텐츠 형태: 문제 해결   |   문서 ID: 000092811   |   마지막 검토일: 2025-04-25

환경

인텔® 서버 시스템 M50CYP 제품군

설명

다음 Redfish 명령을 사용하여 시스템의 부팅 순서를 원격으로 변경할 수 있습니다.

CURL 명령을 사용하여 원격 시스템의 Redfish API 세부 정보를 읽을 수 있습니다.
Activity를 사용하려면 시스템에 Python3*, Curl* 및 jq가 설치되어 있어야 합니다.

해결 방법

  1. 아래 명령을 사용하여 시스템 ID를 가져옵니다.

    명령:
    [root@ocsbesrhlrepo01 ~]# curl -k -u username: password https://<ip address> /redfish/v1/Systems -H "content-type:application/json" -X GET | python3 -m json.tool

    출력:

    % Total % Received % Xferd Average Speed Time Time Time Current
    Dload Upload Total Spent Left Speed
    100 460 100 460 0 0 218 0 0:00:02 0:00:02 --:--:-- 218
    {
    "@odata.context": "/redfish/v1/$metadata#ComputerSystemCollection.ComputerSystemCollection",
    "@odata.id": "/redfish/v1/Systems",
    "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
    "Name": "Computer System Collection",
    "Members@odata.count": 1,
    "Members": [
    {
    "@odata.id": "/redfish/v1/Systems/............
    "
    }
    ],

  2. 아래 명령을 사용하여 기존 부팅 옵션을 확인합니다.

    명령:
    [root@ocsbesrhlrepo01 ~]# curl -k -u username: password https://<ip address>/redfish/v1/Systems/............ -H "content-type:application/json" -X GET | python3 -m json.tool

    출력:

    "BootOrder": [
    "UEFI INTEL SSDSCKKB240G8 PHYH02610986240J ",
    "Enter Setup",
    "Boot Device List",
    "Network Boot",
    "UEFI Internal Shell"

  3. 아래 명령을 사용하여 부팅 순서를 변경합니다. 예를 들어 먼저 부팅 장치를 UEFI 내부 셸로 변경합니다.

    명령:
    curl -k -u username: password https://<ip address>/redfish/v1/Systems/............ -H "content-type:application/json" --data '{"Boot":{"BootSourceOverideEnabled":"Continuous", "BootSourceOverrideTarget":"None", "BootOrder":["UEFI Internal Shell"]}}' -X PATCH | python3 -m json.tool

  4. 시스템을 다시 시작합니다.

    명령:
    curl -k -u username: password https://<ip address>/redfish/v1/Systems/............/Actions/ComputerSystem.Reset -H "content-type:application/json" --data '{"ResetType":"ForceRestart"}' -X POST | python3 -m json.tool

관련 제품

이 문서는 3개의 제품에 적용됩니다.

부인 정보

이 페이지의 콘텐츠는 원본 영어 콘텐츠에 대한 사람 번역 및 컴퓨터 번역의 조합으로 완성되었습니다. 이 콘텐츠는 편의와 일반적인 정보 제공을 위해서만 제공되었으며, 완전하거나 정확한 것으로 간주되어선 안 됩니다. 이 페이지의 영어 버전과 번역 간 모순이 있는 경우, 영어 버전이 우선적으로 적용됩니다. 이 페이지의 영어 버전을 확인하십시오.

추가적 도움이 필요하십니까?

지원팀 연락처
지원팀 연락처