PowerEdge: iDRAC9에서 기본이 아닌 포트 및 eHTML5를 사용하여 IPv6를 통해 원격 이미지를 연결할 수 없음

Summary: 기본이 아닌 웹 서버 포트 및 eHTML5 플러그인을 사용하여 IPv6를 통해 RemoteImage를 매핑하는 작업이 iDRAC9(Integrated Dell Remote Access Controller 9)에서 실패함

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

다음과 같은 경우 iDRAC9(Integrated Dell Remote Access Controller 9)에서 IPv6를 사용하여 원격 ISO를 비표준 포트 http/80 https/443에서 실행 중인 웹 서버에 매핑하려고 하면 idrac.virtualconsole.plugintype 가 eHTML5로 설정되어 있는지 확인합니다. 

iDRAC가 동일한 eHTML5 코드를 활용하므로 다음 인터페이스가 영향을 받습니다. 

  • iDRAC UI의 원격 파일 공유 옵션
  • RACADM remoteimage 명령
  • REDFISH VirtualMedia.InsertMedia action 

RemoteFileShare/Racadm 오류 예제

$ racadm remoteimage -c -l http://[fd00:11::249]:8080/repo/w10-pe-new.iso
ERROR: Unable to perform requested operation.

Redfish 오류 예 

2022-02-22 00:13:37 Error : HTTP Status : 400 ; POST /redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia/CD/Actions/VirtualMedia.InsertMedia failed after 0 seconds
{
    "error": {
        "@Message.ExtendedInfo": [
            {
                "Message": "Unable to mount remote share http://[fd00:11::249]:8080/iso/bootimage.iso [[2620].",
                "MessageArgs": [
                    http://[fd00:11::249]:8080/iso/bootimage.iso [[2620]
                ],
                MessageArgs@odata.count: 1,
                "MessageId": "IDRAC.2.5.RAC0720",
                "RelatedProperties": [
                    "#/Image"
                ],
                RelatedProperties@odata.count: 1,
                "Resolution": "Retry the operation.",
                "Severity": "Informational"
            }
        ],
        "code": "Base.1.8.GeneralError",
        "message": "A general error has occurred. See ExtendedInfo for more information"
    }
}

Cause

eHTML5 구현은 IPv6 주소의 ':'와 URL의 서버 포트의 ':' 를 구분하지 않으므로 URL 포트는 IPv6의 경우 http/80 및 https/443으로 하드 코딩됩니다. 

Resolution

Dell은 2022년 6월 릴리스 5.10.30.00에서 eHTML5 플러그인 문제를 해결했습니다.

해결
를 변경합니다. idrac.virtualconsole.plugintype HTML5로.

$ racadm help idrac.virtualconsole.plugintype
PluginType                -- Specifies the plugin type to use when running Virtual Console from a browser.
Usage                     -- 0-ActiveX; 1-Java; 2-HTML5; 3-eHTML5; Default - 3
Required License          -- Virtual Console
Dependency                -- While there are active Virtual Console, Virtual Media or Remote File Share sessions, the value cannot be changed from ActiveX/Java/HTML5 to eHTML5 or from eHTML5 to ActiveX/Java/HTML5.

$ racadm set idrac.virtualconsole.plugintype 2
[Key=idrac.Embedded.1#VirtualConsole.1]
Object value modified successfully

$ racadm remoteimage -c -l http://[fd00:11::249]:8080/repo/w10-pe-new.iso
Remote Image is now Configured

$ racadm remoteimage -s
Remote File Share is Enabled
UserName
Password
ShareName http://[fd00:11::249]:8080/repo/w10-pe-new.iso

Affected Products

iDRAC9
Article Properties
Article Number: 000195913
Article Type: Solution
Last Modified: 13 مايو 2026
Version:  7
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.