Users Guide
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
job_id: "JID_1234567890"
Export LC logs
Module: dellemc_export_lc_logs
Synopsis
LC logs provide records of past activities on a managed system. These log les are useful for the server administrators since they provide
detailed information about recommended actions and some other technical information that is useful for troubleshooting purposes.
The various types of information available in LC logs are alerts-related, conguration changes on the system hardware components,
rmware changes due to an upgrade or downgrade, replaced parts, temperature warnings, detailed timestamps of when the activity has
started, severity of the activity, and so on.
Check_mode support: No
Options
Table 44. dellemc_export_lc_logs
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
share_name Yes NA NA CIFS or NFS Network share
share_user No NA NA
Network share user in the format 'user@domain' or
'domain\user' if user is part of a domain else 'user'. This
option is mandatory for CIFS Network share.
share_password/
share_pwd
No NA NA
Network share user password. This option is mandatory
for CIFS Network share.
job_wait Yes NA
• True
• False
• If the value is True, it waits for the job to complete
and returns the job completion status
• If the value is False, it returns immediately with a
JOB ID after queuing the job in LC job queue
Table 45. Return Values
Name Description Returned Type Sample
LC logs
Exports the LC logs to the given
network share
Success String
https://github.com/dell/Dell-EMC-Ansible-Modules-
for-iDRAC/blob/master/samples/
dellemc_export_lc_logs.md
Example
-name: Export Lifecycle Controller Logs
dellemc_export_lc_logs:
Modules for iDRAC
49