texroemer
texroemer
Thanks for the details, can you confirm with 6.10.80 you also see traceback errors or you only see the issue with 7.00.00.171? Thanks Tex
Hi @downtownle Last night i looped (1000 loops) check_redfish.py with --all argument, unable to repro the issue. One the server which repro the issue can you send me the value...
Thanks but can you share the members count for the LC logs on your server?
Can you run GET on URI "redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/[email protected]" to get this count value? Example: _[root@localhost ~]# curl -k -X GET -u root:calvin -H "Content-Type: application/json" 'https://192.168.0.120/redfish/v1/Managers/iDRAC.Embedded.1/LogServices/Lclog/[email protected]' --insecure | jq % Total...
Thanks for the details, on a server which repro the issue can you just loop check_redfish.py script from a terminal using a simple bash script and see if you can...
Sure, example below is a bash loop script i created which calls the python script. I just append the output to a file and then grep the file for any...
Hi @javalidapesada iDRAC 7/8 does not support OEM extension to set individual iDRAC attributes with Redfish, you must leverage Server Configuration Profile (SCP) feature to set iDRAC attributes (scripts below)....
Example below using SCP to set attribute EmailAlert.1.Enable to Disabled. Please copy SCP file contents below to create XML file and run the cmdlet. I also left other email alert...
Hi @Icqtoni The main issues is resource URI is not found (unable to find URI "redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration"). Can you run a GET on URI "redfish/v1/Managers/iDRAC.Embedded.1" and see this URI is reported....
Hi @nikigen68 To import CA to iDRAC using Redfish leverage OEM action DelliDRACCardService.ImportSSLCertificate. Note if you have iDRAC version older than 6.00.02 installed you'll need to reboot the iDRAC after...