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
Table 31. idrac_lifecycle_controller_job_status_info (continued)
Parameter/aliases Required Default Choices Comments
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
job_id Yes NA NA
Job ID in the format
"JID_123456789012"
Table 32. Return Values
Name Description Returned Type Output
msg
Displays the status of the
Lifecycle Controller on
a Dell EMC PowerEdge
server
Success dict
https://github.com/dell/dellemc-openmanage-
ansible-modules/tree/devel/output/idrac/
idrac_lifecycle_controller_job_status_info.md
Example
- name: Show status of a Lifecycle Control job.
dellemc.openmanage.idrac_lifecycle_controller_job_status_info:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
job_id: "JID_1234567890"
Export LC logs
Module: idrac_lifecycle_controller_logs
Synopsis
LC logs provide records of past activities on a managed system. These log files 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, 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.
This module allows to export Lifecycle Controller logs to a given network share.
Check_mode support: No
Options
Table 33. idrac_lifecycle_controller_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 Network share or a local path
share_user No NA NA
Network share user name. Use the format
'user@domain' or 'domain\\user' if user is part of
a domain.
This option is mandatory for CIFS Network Share.
40 Modules for iDRAC