Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
The various types of information available in LC logs are alerts-related, configuration changes on the system hardware
components, firmware 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 96. 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 97. Return Values
Name Description Returned Type Sample
LC logs
Exports the LC logs to the given
network share
Success String
https://github.com/dell/dellemc-openmanage-
ansible-modules/blob/devel/output/
deprecated/dellemc_export_lc_logs.md
Example
-name: Export Lifecycle Controller Logs
dellemc_export_lc_logs:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
idrac_port: "xxx"
share_name: "xx.xx.xx.xx:/share"
share_user: "xxxx"
share_password: "xxxxxxxx"
job_wait: "True"
Delete LC job
This module is deprecated and replaced with idrac_lifecycle_controller_jobs.
Module: dellemc_delete_lc_job
Synopsis
This module deletes an LC job for a given valid JOB ID from the job queue.
You can delete an LC job:
● after the job is completed.
● if you do not want to perform the job or if it is taking long to execute.
146
Deprecated modules