3.5. HostFirmwareSettings 리소스 가져오기

HostFirmwareSettings 리소스에는 물리적 호스트의 공급업체별 BIOS 속성이 포함되어 있습니다. BIOS 속성을 검토하려면 물리적 호스트의 HostFirmwareSettings 리소스를 가져와야 합니다.

절차

  1. HostFirmwareSettings 리소스의 자세한 목록을 가져옵니다.

    $ oc get hfs -n openshift-machine-api -o yaml
    참고

    oc get 명령과 함께 hfs 의 긴 형태로 hostfirmwaresettings 를 사용할 수 있습니다.

  2. HostFirmwareSettings 리소스 목록을 가져옵니다.

    $ oc get hfs -n openshift-machine-api
  3. 특정 호스트에 대한 HostFirmwareSettings 리소스 가져오기

    $ oc get hfs <host_name> -n openshift-machine-api -o yaml

    여기서 <host_name >은 호스트 이름입니다.