dell / iDRAC-Redfish-Scripting

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

ExportHWInventory - Internal error while exporting inventory #201

Closed grantcurell closed 2 years ago

grantcurell commented 2 years ago

There seems to be a bug in the redfish interface. Tested against both Samba on CentOS and Windows SMB share. Running in the UI works without issue and running against older versions of iDRAC work without issue (tested against iDRAC 4.10.10.10 (32)). However both versions fail against Samba v4.13 with the internal error. To make sure that the issue is not with the share I manually mounted the samba share from Windows. This succeeded.

idrac version 5.00.10.20 BIOS: 2.10.2 License: Datacenter Samba version: 4.13 (OS: CentOS 8.4) Windows SMB:

PS C:\Users\grant> Get-SmbServerConfiguration | Select EnableSMB2Protocol

EnableSMB2Protocol
------------------
              True

image

texroemer commented 2 years ago

Issue reproduced and bug has been submitted internally to iDRAC team for tracking the fix, closing this issue.