CMK version: ultimatemt 2.5.0p6
OS version: Official Docker Container (based on jammy)
Error message: [special_redfish]: 10183: Command failed. - please submit a crash report! (Crash-ID: 1a1ba20c-7c43-11f1-a02b-c2f97091c4e1)CRIT
Output of "cmk -v --debug --check-discovery":
OMD[cmk]:~$ cmk -v --debug --check-discovery storage
{'discovery_cisco_dom_rules', 'inventory_df_rules', 'filesystem_groups', 'discovery_redfish_ethernetinterfaces', 'inventory_multipath_rules', 'inventory_services_rules', 'discovery_netapp_api_ports_ignored', 'winperf_msx_queues_inventory', 'cpu_utilization_multiitem_discovery', 'discovery_mssql_backup', 'inv_domino_tasks_rules', 'brocade_fcport_inventory', 'inventory_ipmi_rules', 'windows_tasks_discovery', 'ntp_discovery', 'discovery_redfish_drives', 'discovery_systemd_units_sockets', 'esx_vsphere_objects_discovery', 'inventory_fujitsu_ca_ports', 'oracle_performance_discovery', 'robotmk_pattern_based_kpi_discovery', 'inventory_if_rules', 'discovery_hr_processes_rules', 'discovery_alertmanager', 'discovery_cisco_meraki_switch_ports_statuses', 'discovery_qtree', 'sap_value_groups', 'discovery_systemd_units_services', 'discovery_snapvault', 'rmon_discovery', 'fileinfo_groups', 'discovery_win_dhcp_pools', 'inventory_sap_values', 'datadog_monitors_discovery', 'discovery_redfish_outlets', 'inventory_mssql_counters_rules', 'discovery_netapp_api_fan_rules', 'ewon_discovery_rules', 'inventory_processes_rules', 'inventory_solaris_services_rules', 'discovery_netapp_api_psu_rules', 'discovery_redfish_volumes', 'diskstat_inventory', 'mssql_transactionlogs_discovery', 'logwatch_groups', 'discovery_cmciii', 'elasticsearch_indices_disovery', 'discovery_rules_vnx_quotas', 'inventory_heartbeat_crm_rules'}
+ FETCHING DATA
+ EXECUTING DISCOVERY PLUGINS (0)
Services: all up to date, Host labels: all up to date, [special_redfish] 10183: Command failed. - please submit a crash report! (Crash-ID: 48981906-7c45-11f1-921f-c2f97091c4e1)(!!), execution time 1.8 sec | execution_time=1.770 user_time=0.030 system_time=0.010 children_user_time=0.810 children_system_time=0.200 cmk_time_ds=0.730 cmk_time_agent=0.000
Agent exited with code 1: Traceback (most recent call last):
File "/omd/sites/cmk/lib/python3.13/site-packages/cmk/server_side_programs/v1_unstable/_crash_reporting.py", line 96, in wrapper
return func(*args, **kwargs)
File "/omd/sites/cmk/lib/python3.13/site-packages/cmk/plugins/redfish/special_agents/agent_redfish.py", line 746, in main
return agent_redfish_main(args)
File "/omd/sites/cmk/lib/python3.13/site-packages/cmk/plugins/redfish/special_agents/agent_redfish.py", line 728, in agent_redfish_main
redfishobj = get_session(args)
File "/omd/sites/cmk/lib/python3.13/site-packages/cmk/plugins/redfish/special_agents/agent_redfish.py", line 707, in get_session
redfishobj.redfish_connection.make_session(redfishobj.hostname, auth="session")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/omd/sites/cmk/lib/python3.13/site-packages/cmk/plugins/redfish/special_agents/agent_redfish.py", line 107, in make_session
self._client.login(auth=auth)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/omd/sites/cmk/lib/python3.13/site-packages/redfish/rest/v1.py", line 1057, in login
raise SessionCreationError('HTTP {}: Failed to create the session\n{}'.format(resp.status, error_str))
redfish.rest.v1.SessionCreationError: HTTP 500: Failed to create the session
10183: Command failed.
Failed: HTTP 500: Failed to create the session
10183: Command failed. - please submit a crash report! (Crash-ID: 48981906-7c45-11f1-921f-c2f97091c4e1)(!!)
Currently we are looking into fetching system details about Dell PowerVault 50xx Series storages via Redfish API and ran into the following issue, seen above. We are using the shipped Redfish special agent, not the beta version provided as an MKP by Andreas.
The Redfish API seems to answer with the valid error code 10183: command failed.
The user can successfully login via Web UI and SSH to the machine. The exact model in this case is ME5024 with firmware ME5.1.2.0.2 from Nov. 2025. I have seen posts in the forums that are older and where the OP asked something about rulesets with Dell ME Storages & Redfish, so the initial session creation and fetching of some stuff should work on their machines.
Do you have any idea how to get valid data from this machine or as an first step - a valid session?
Best Regards,
Patrick Fischer