Users Guide
Following are the tasks:
• View LC status
• Server Conguration Prole
• Conguring iDRAC
• Congure BIOS
• Congure RAID
• Congure Collect System Inventory on Restart
• Congure syslog
View LC status
Module: dellemc_get_lcstatus
Synopsis
You can view the LC status on a PowerEdge server using this module. You must check the readiness of the LC before carrying out any
conguration or update. This module returns the LC readiness as True or False and its status.
Check_mode support: No
Options
Table 7. dellemc_get_lcstatus
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
Table 8. Return Values
Name Description Returned Type Sample
LC status
Displays the LC status on
a PowerEdge server
Success String
https://github.com/dell/Dell-EMC-
Ansible-Modules-for-iDRAC/blob/
master/samples/
dellemc_get_lcstatus.md
Example
-name: Get LC Status
dellemc_get_lcstatus:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_password: "xxxxxxxx"
Server Conguration Prole
Export or Import Server Conguration Prole
Module: idrac_server_cong_prole
Modules for iDRAC
15