PowerEdge: iDRAC9, Varsayılan Olmayan Bağlantı Noktası ve eHTML5 Kullanılarak IPv6 Üzerinden Uzak Görüntüye Bağlanamıyor
Summary: IPv6 üzerinden RemoteImage'ı varsayılan olmayan bir web sunucusu bağlantı noktası ve eHTML5 eklentisiyle eşleme işlemi, Integrated Dell Remote Access Controller 9'da (iDRAC9) başarısız oluyor ...
Symptoms
IPv6 kullanarak bir uzak ISO yu standart olmayan bir bağlantı noktası olan http/80 https/443 üzerinde çalışan bir web sunucusuna eşleme denemesi şu durumlarda başarısız oluyor: Integrated Dell Remote Access Controller 9 da (iDRAC9) idrac.virtualconsole.plugintype eHTML5 olarak ayarlanmıştır.
iDRAC aynı eHTML5 kodunu kullandığından aşağıdaki arabirimler etkilenmiştir.
- IDRAC kullanıcı arayüzünden Uzaktan Dosya Paylaşımı seçeneği
RACADM remoteimagekomutREDFISH VirtualMedia.InsertMediaEylem
RemoteFileShare/Racadm Hata Örneği
$ racadm remoteimage -c -l http://[fd00:11::249]:8080/repo/w10-pe-new.iso
ERROR: Unable to perform requested operation.
Redfish Hata Örneği
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
URL bağlantı noktaları, IPv6 için http/80 ve https/443 sabit kodludur, çünkü eHTML5 uygulaması, IPv6 adresindeki ':'ler ile URL'deki sunucu bağlantı noktası için ':' ayrımı yapmaz.
Resolution
Dell, Haziran 2022 sürüm 5.10.30.00'da eHTML5 eklentisiyle ilgili sorunu gidermiştir.
Geçi -ci çözüm
Değiştir idrac.virtualconsole.plugintype HTML5'e.
$ 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