dell / iDRAC-Redfish-Scripting

Python and PowerShell scripting for Dell EMC PowerEdge iDRAC REST API with DMTF Redfish
GNU General Public License v2.0
584 stars 273 forks source link

Virtual Console example? #267

Closed brook-w closed 9 months ago

texroemer commented 10 months ago

Hi @brook-w

Can you give me some details about the example you're looking for? Are you looking for an example where you can launch an iDRAC virtual console session using Redfish?

Thanks Tex

brook-w commented 10 months ago

@texroemer yes I hope to start Virtual Console through Redfish. I tried the official VNC service, but it always has some problems. It is very unstable when I do n’t know how to happen. For example It is only necessary to restart the VNC Server repeatedly, so I want to find a Redfish solution that can start Virtual Console through HTTP, because Virtual Console is always stable. If you can start Virtual Console through Redfish, it will be great.

brook-w commented 10 months ago

If the Virtual Console can be activated through Redfish, there is a way to optimize VNC, which bother me. VNC is sometimes good at work, but sometimes it is not good enough. , My current environment is IDRAC7/8 without IDRAC9

texroemer commented 10 months ago

Launching virtual console session is supported using Redfish but only on iDRAC 9. iDRAC 8 currently does not support this feature with Redfish.

If you have servers with iDRAC 9 please leverage script below:

https://github.com/dell/iDRAC-Redfish-Scripting/blob/master/Redfish%20Python/LaunchIdracRemoteKvmHtmlSessionREDFISH.py

Thanks Tex