차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
sushy-tools_redfish-vbmc_설정하기 [2025/04/23 07:35] – [전원 켜기] koovsushy-tools_redfish-vbmc_설정하기 [2025/04/23 10:11] (현재) – [인증] koov
줄 55: 줄 55:
 sudo mkdir -p /etc/sushy sudo mkdir -p /etc/sushy
 sudo htpasswd -B -c /etc/sushy/sushy-authfile admin sudo htpasswd -B -c /etc/sushy/sushy-authfile admin
-New password: <비밀번호 입력> +New password: <비밀번호 입력> 
-Re-type new password: <비밀번호 다시 입력>+Re-type new password: <비밀번호 다시 입력>
 </code> </code>
 </WRAP> </WRAP>
줄 138: 줄 138:
  
 # ex) # ex)
-curl -k -u "admin:admin" -X POST -H "Content-Type: application/json" -d '{"ResetType": "On"}'  http://localhost:8000/redfish/v1/Systems/ee5cb7b7-84d0-4e62-9a42-5a8b9282d8fa/Actions/ComputerSystem.Reset+curl -k -u "admin:admin" 
 +     -X POST 
 +     -H "Content-Type: application/json" 
 +     -d '{"ResetType": "On"}' 
 +     http://localhost:8000/redfish/v1/Systems/ee5cb7b7-84d0-4e62-9a42-5a8b9282d8fa/Actions/ComputerSystem.Reset
 </code> </code>
 </WRAP> </WRAP>
  • sushy-tools_redfish-vbmc_설정하기.1745393751.txt.gz
  • 마지막으로 수정됨: 2025/04/23 07:35
  • 저자 koov