-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture of DellR840 LC_logs #118
Comments
@AnaghaNooji, if you want to pull in the entire Lifecycle Controller log and save it on a remote network share (CIFS, NFS) or as a local file, then check out the idrac_lifecycle_controller_logs module.
|
@anupamaloke This helped me, thank you! |
@anupamaloke ERROR! couldn't resolve module/action 'dellemc.openmanage.idrac_lifecycle_controller_logs'. This often indicates a misspelling, missing collection, or incorrect module path. |
Hi,
The playbook (playbooks/manager/get_manager_logs.yml) gives info of the last 50 logs only and I want to pull out the entire LC log info, requesting your help on this.
Thanks in advance
task:
community.general.redfish_info:
category: Manager
command: GetLogs
baseuri: "{{ baseuri }}"
username: "{{ username }}"
password: "{{ password }}"
register: result
The output looks like this:
"messages_list": [
[
{
"Severity": "OK",
"Created": "2022-06-22T11:44:50+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:50+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:50+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:49+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:49+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 1 times.",
"MessageId": "LOG007",
"MessageArgs": [
""
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:49+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 2 times.",
"MessageId": "LOG007",
"MessageArgs": [
""
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:46+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully exported the ePSA Diagnostics results.",
"MessageId": "SYS085"
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558982857791 is successfully completed.",
"MessageId": "JCP037",
"MessageArgs": [
"JID_558982857791"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558982857791 is successfully created on iDRAC.",
"MessageId": "JCP027",
"MessageArgs": [
"JID_558982857791"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The operation ExportePSADiagnosticsResult of the DCIM_LCService was performed by ",
"MessageId": "USR107",
"MessageArgs": [
"ExportePSADiagnosticsResult",
"DCIM_LCService",
""
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 1 times.",
"MessageId": "LOG007",
"MessageArgs": [
"1"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:44+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:44:44+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 6 times.",
"MessageId": "LOG007",
"MessageArgs": [
"6"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:54+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:54+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 6 times.",
"MessageId": "LOG007",
"MessageArgs": [
"6"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:48+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 10 times.",
"MessageId": "LOG007",
"MessageArgs": [
"10"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:37+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:36+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully exported the ePSA Diagnostics results.",
"MessageId": "SYS085"
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:36+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558978567735 is successfully completed.",
"MessageId": "JCP037",
"MessageArgs": [
"JID_558978567735"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:36+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558978567735 is successfully created on iDRAC.",
"MessageId": "JCP027",
"MessageArgs": [
"JID_558978567735"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:36+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The operation ExportePSADiagnosticsResult of the DCIM_LCService was performed by ",
"MessageId": "USR107",
"MessageArgs": [
"ExportePSADiagnosticsResult",
"DCIM_LCService",
""
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:36+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 1 times.",
"MessageId": "LOG007",
"MessageArgs": [
"1"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:35+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:37:35+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 6 times.",
"MessageId": "LOG007",
"MessageArgs": [
"6"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:49+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:49+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 6 times.",
"MessageId": "LOG007",
"MessageArgs": [
"6"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:35+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:29+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:28+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully exported the ePSA Diagnostics results.",
"MessageId": "SYS085"
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:28+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558976078277 is successfully completed.",
"MessageId": "JCP037",
"MessageArgs": [
"JID_558976078277"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:27+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The (installation or configuration) job JID_558976078277 is successfully created on iDRAC.",
"MessageId": "JCP027",
"MessageArgs": [
"JID_558976078277"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:27+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The operation ExportePSADiagnosticsResult of the DCIM_LCService was performed by ",
"MessageId": "USR107",
"MessageArgs": [
"ExportePSADiagnosticsResult",
"DCIM_LCService",
""
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:27+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 1 times.",
"MessageId": "LOG007",
"MessageArgs": [
"1"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:33:26+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:30:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:30:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:15:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:15:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:00:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:00:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T11:00:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "The previous log entry was repeated 6 times.",
"MessageId": "LOG007",
"MessageArgs": [
"6"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T10:59:46+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and WS-MAN.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"WS-MAN"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T10:45:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
},
{
"Severity": "OK",
"Created": "2022-06-22T10:45:45+00:00",
"EntryType": "Oem",
"OemRecordFormat": "Dell",
"Message": "Successfully logged in using , from and REDFISH.",
"MessageId": "USR0030",
"MessageArgs": [
"",
"",
"REDFISH"
]
}
]
]
The text was updated successfully, but these errors were encountered: