Users Guide

Following are the tasks:
View LC status
Server Conguration Prole
Conguring iDRAC
Congure BIOS
Congure RAID
Congure Collect System Inventory on Restart
Congure 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
conguration 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 Conguration Prole
Export or Import Server Conguration Prole
Module: idrac_server_cong_prole
Modules for iDRAC
15