Users Guide
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 6. dellemc_get_lcstatus
Parameter Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_pwd Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Table 7. 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_pwd: "xxxxxxxx"
Export Server Conguration Prole
Module: dellemc_export_server_cong_prole
Synopsis
You can export Server Conguration Prole (SCP) with various components such as iDRAC, BIOS, NIC, RAID together or with one of
these components. You can export SCP from iDRAC to a local or a network shared location. For shared location, make sure that a network
share path is established.
Check_mode support: No
NOTE
: This module is deprecated and replaced with dellemc_idrac_server_cong_prole.
14 Modules for iDRAC